h1 {
	font-size:18pt;
	color:#eb8311;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding-left: 42px;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#contact-icon #icon {
	background: url(contact/contactpage-icon.png) no-repeat;
	height:38px;
	width:38px;
	behavior: url(/static/iepngfix.htc);
}

#intro{
	height:auto; 
	background: url('contact/contactpagebg1.jpg') repeat-x scroll 0% 0%;
	padding-top:10px;
}
/*** Main ***/
#main {
	color:#444;
}
#maintext .titles {
	font-size:10pt;
	color:#1071b5;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin: 0px 0px 0px 0px;

}
#maintext .text {
	font-size:10pt;
	font-weight: none;
	text-align: left;
	color: #8a8573;
}
#maintext {
	padding: 0px 0px 10px 0px;
	position: relative;
	height: 100px;
}
#maintext .titles, #subtext1 .titles, #subtext2 .titles {
	font-size:10pt;
	color:#1071b5;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin: 25px 5px 0px 0px;

}
#subtext1 .titles, #subtext2 .titles{
	font-size: 13pt;
}
#contact-icon {
	height: 38px;
	width:38px;
	position:absolute;
	margin: 0px;
}

#subtext {
	background: url('contact/contacthorizdivider1.gif') no-repeat;
	height:400px;
	position:relative;
	margin: 0px;
	padding-top: 30px;
}
#subtext1 { 
	width:250px;
	margin:0px;
	height:100px;
	display:inline;
	position: absolute;
}
#subtext2 {
	margin-left:275px;
	width: 350px;
	background: url('contact/contactvertdivider.gif') no-repeat left;
	padding-left: 100px;
	height:auto;
	display:inline;
	position: absolute;

}
/*** End of Main ***/



/*** Footer ****/

#footersmallbg {
	top:0px;
	width:auto;
	height:4px;
	background: #7f6e5e;
}
#footer{
	bottom: 0px;
	width: 100%;
	height:60px;
	background: #4b4239;
	border-top: 4px solid #7f6e5e;
	color: #FFFFFF;
	
}
#footer #footertext {
	
	text-align: center;
	color: #c0b09f;	
}

/**** End of Footer ****/


