/* CSS Document */

/*----------------------------------------------------------

					SERVICE PAGE STYLES

----------------------------------------------------------*/
#contentWindow{
	text-align:center!important;
	margin:0px auto;
	display:block !important;
}

.contact{
	color:#005984!important;
	background:url(../images/gliph2.jpg) no-repeat 100% 50%;
	padding-top:35px;
}


#contactLeft{
	background:#fbfbf5;
	padding:15px;
	margin:0px 0 0 10px;
	width:250px;
	border:1px solid #959578;
	float:left;
	text-align:left;
}


#contactRight{
	background:#fbfbf5;
	padding:15px;
	margin:10px 0 0 315px;
	width:370px;
	border:1px solid #959578;
	text-align:left;
}

#contactLeft h3{
	margin-top:20px;
	font-weight:bold;
}


#contactLeft h4{
	
	font-size:16px;
}
address{
	margin:0 0 10px 0;
}


#contactForm label{
	display:block;
	margin-top:15px;
	
}

#contactForm input{
	width:350px;
	display:block;
	border:1px solid #959578;
	background-color:#d1d1c1;
	height:25px;
	padding:3px 0 0 3px;
	font-size:15px;
	color:#333300;
	font-family:Georgia, Times New Roman, Times, serif;
}


#contactForm input.mini{
	width:150px;
	display:block;
	border:1px solid #959578;
	background-color:#d1d1c1;
	height:25px;
	margin-right:20px;
	
}


#contactForm .button{
	/*background:url(../images/button.jpg) no-repeat;*/
	margin-top:30px;
	width:100px;
}


.center{
	text-align:center;
}