/*///////////////////////////////////*/
/*///////////  MAIN CONTACT FORM  ///////////*/
/*///////////////////////////////////*/

body.contact #content h2{
	color: #630;
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}


body.contact #content p.no-top {
	margin-top: 0;
	padding-top: 0;
}


body.contact #content h3 {
	color: #c60;
	font-size: 17px;
	margin: 30px 0 0 0;
}


body.contact #content{	
	font-size: 14px;
}


body.contact #content h5 {
	color: #c00;
	font-size: 15px;
	margin-bottom: 30px;
}

body.contact #content form span {
	color: #c00;
	font-weight: bold;
}

body.contact #content h2 a{
	color: #630;
}


#corporate-contact {
	margin: 40px 0 40px 0;
	clear: both;
}

body.contact #content #corporate-contact p {
	margin: 0 0 30px 0;
}


body.contact #content p#thank-you {
	color: #c60;
	font-size: 20px;
	margin: 30px 0 0 0;
}


body.contact #content #ty-response {
	margin-left: 40px;
}



body.contact input#subcon {
	border: 1px solid #630;
	background-color: #630;
	margin: 10px 0 10px 0;
	padding: 2px;
	color: #fff;
}

body.contact input#subcon:hover {
	border: 1px solid #c00;
	background-color: #c00;
	color: #fff;
}


input.w270,
textarea.w270 {
	width: 270px;
	border: 1px solid #630;
}

input.w270  {
	height: 20px;
}


/*///////////////////////////////////*/
/*///////////  CORPORATE CONTACT FORM  ///////////*/
/*///////////////////////////////////*/

body#contact-corporate ul#corp-form-left,
body#contact-corporate ul#corp-form-right {
	float: left;
	width: 280px;
	margin: 0 40px 0 0;
	list-style-type: none;
}	


body#contact-corporate ul#corp-form-left li,
body#contact-corporate ul#corp-form-right li {
	margin-bottom: 10px;
}



ul#info-request {
	margin: 20px 0 30px 25px;
	list-style-type: none;
}

ul#info-request li {
	margin: 0 0 5px 0;
}

#corp-form-foot {
	clear: both;
}


textarea.w590 {
	width: 590px;
	border: 1px solid #630;
}





