/* CSS Document */

body { 
	background: #dde5f2;
}

#header-right-contact {
	float: left;
	margin: 89px 0 0 20px;
	text-transform: uppercase;
	font-size:12px;
	color:#272525;
}

#header-right-contact p {
	margin-top: 7px;
	margin-bottom: 0px;
}

#header-right-contact a 	  { color:#272525; }
#header-right-contact a:hover { color:#272525; text-decoration: none; }

#nav-container { width:100%; background:#FFFFFF; }

#nav-cf {
	height:19px;
	margin-bottom: 0px;
	background:url(../images/navbar-bg-contact.gif) no-repeat #FFFFFF;
	padding-left: 50px;

}

#nav-cf a {
	color:#FFF;
	font-size: 11px;
	text-decoration: none;
	padding-right: 12px;
	line-height: 19px;
	vertical-align: top;
}

#nav-cf a:hover {
	color:#FFF;
	font-size: 11px;
	text-decoration: underline;
	padding-right: 12px;	
	line-height: 19px;
	vertical-align: top;	
}

.nav-selected {
	font-size: 11px;
	font-weight: bold;
	color:#fff9b0;
	padding-right: 12px;
	vertical-align: top;
	line-height: 19px;
}

/* style for the email forms */
#email-left {
	float: left;
	width: 110px;
	padding: 0 90px 0 54px;
	font-size:10px;
	line-height:1.7;
	color:#4d6381;
}
#email-form-container { margin-top: 51px; }
#email-left h1 { color:#4d6381; text-transform:uppercase; font-size: 11px; margin-top:0; }

label { 
	width: 100px;
	float: left;
	font-size: 12px;
	color:#7b7d80;
}

input, textarea {
	width: 320px;
	border: 0px #FFFFFF;
	font-size: 11px;
	color:#7b7d80;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin-bottom: 5px;
	background:#FFFFFF!important;
}

.send-button {
	width:49px;
	margin-top: 100px;
}

.send-button-recommend {
	width:49px;
	margin-top: 14px;
}

#back { margin-top:41px; }

textarea { overflow:hidden; }

#errors { 
	padding: 0 0 30px 64px;
	font-size: 12px;
	color:#b05728;
}

/* the seperate thanks page */
#contact-thanks {
	padding: 70px 0 20px 131px;
	font-size: 12px;
	color:#4d6381;
	font-weight: bold;
}

#contact-thanks p { margin-left: 113px; }
#contact-thanks a { margin-left: 113px; }

#home-button { 
	margin-left: 250px;
}

.clear-blue { 
	background: #dde5f2; height:1px; clear:both;
}
	
