@charset "utf-8";
/* CSS Document */

#contactNav {width:100%;background-color:#338FD6; border-top:2px solid #ffffff;}
#contactNavContainer {width:980px;
margin: 0 auto;}
#contactNavContainer a{
	color: #ffffff; 
	font-size:1.2em; 
	text-decoration: none
}

#contactSubNavContainer {
	width: 100%;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	height: 32px;
	background-color: #338fd6;
}

#contactMain {
	width:980px;
	margin: 0 auto 0 auto; 
	padding: 0px}

#contactLeft{
	width: 434px;
	float:left; 
	margin-left:15px;	
	padding-top:36px;
	padding-bottom:33px;
	}
	
#contactLeft h2{
	background-color: transparent;
	background-image: url(../images/contact/contactTitle.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: top;
	text-indent: -9999px;
	height: 29px;
	width: 200px;
}

#contactLeft p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.7em; 
	letter-spacing: -.01em; 
	color:#696969
}
	

#contactRight { 
	float:left; 
	width:500px; 
	margin:30px 0 0 15px;
	display:inline;
	height:329px;
}


#contactBlocks {display:block}
#contactBlocks div{float:left; padding:12px 12px 12px 0px}
#contactBlocksInfo {position:relative; font-size:1.8em;letter-spacing: -.01em; width:275px; margin-top:50px; color:#999999}

/*#contactRightSub {text-align: center;}*/

#contactGreyRight {
	float:right;
	margin: 0px 0 0;
	width:388px;
	display:inline;
	padding:0px 15px 15px 0;
}

#contactGreyRight h3{
	font-size:1.92em;
	font-family:Helvetica, sans-serif;
	color:#313131;
	margin-top:36px;
	padding-bottom:8px;
	border-bottom:1px solid #666666;
}

#contactGreyRight p{
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	
}

#contactGreyRight a, #contactGreyRight a:active; #contactGreyRight a:link; {
	color:#75a8db;
	text-decoration:underline;
	
}

#contactGreyRight a:hover {
	color:#a2a2a2;
	text-decoration:none;
}

#contactGreyRight a:visited {
	color:#6699cc;
}


#contactGreyLeft {
	float:left;
	margin:0 27px 0 0px;
	padding:0 0 0 15px;
}

#contactGreyLeft h2{ 
	background:url(../images/contact/contactOnline.gif) no-repeat left top;
	text-indent: -9999px;
	height:20px;
	width:166px;
	margin: 32px 0 0 0px;
	padding:0;
}

#contactGreyLeft h3{
	font-size:1.92em;
	font-family:Helvetica, sans-serif;
	
}

#contactGreyLeft p{
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

#contactGreyLeft a, #contactGreyLeft a:active; #contactGreyLeft a:link; {
	color:#75a8db;
	text-decoration:underline;
	
}

#contactGreyLeft a:hover {
	color:#a2a2a2;
	text-decoration:none;
}

#contactGreyLeft a:visited {
	color:#6699cc;
}

.greyContainer {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#E7E7E7;
}
	
/* form fields */

textarea {
	overflow: auto;
}

p.error {
	background-color: #ff0000;
	background-image: url(/images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #ffffff;
	padding: 3px 3px 5px 27px;
	border: 1px solid #000000;
	margin: auto 100px;
}
/* form.import.css */


.style2 {
	font-size: 12px;
}
.style7 {
	font-size: 12px
}


.divrow {
	display:block;
	margin-top:2px;
	margin-bottom:3px;
	width:100%;
	height:28px;
	}
.divrowleft {
	width:80px;
	margin-left:15px;
	position:absolute;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:inline;
	}
.divrowright {
	position:absolute;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:inline;
	}
	
	
/* form by DT */

label{
float: left;
width: 120px;
font-weight: bold;
}


.registerform label{
	text-align: right;
	margin-top: 4px;
	margin-right: 4px;
	width: 100px;
}

.registerform input, select, textarea{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid silver;
	padding: 2px;
}

.registerform input{
	height: 16px;
	width: 270px;
}

.registerform textarea{
	width: 270px;
}

.registerform select{
	/*height: 40px !ie;*/
	width: 275px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-size: 13px !ie;
}



.registerform div{
	padding: 3px;
}
