/* CSS Document */
body {
	margin: 0;
	font-style : normal;
	font-weight : normal;
	font-family: arial,Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

p {
	
	margin:0.7em 0;
	color:#5f5f5f;
}

p span {color:#bb1e15; font-weight:bold;}
#content a:link, #content a:visited  {
	text-decoration: none;
	border-bottom:1px dashed #e99691;
	color: #bb1e15;
}

#content a:hover {
	text-decoration: none;
	color: #bb1e15;
	border-bottom:1px solid #bb1e15;
}

h1 {
color:#5f5f5f;
	font-size:1.5em;
	
}

h2 {
color:#5f5f5f;
	font-size:1em;
}

h3 {
color:#5f5f5f;
	
	font-size:1em;
}

hr {
	border: 1px solid #DBD9D9;
}

	
ul {
	background-color: #FFFFFF;
	text-indent: 0px;
	list-style-position:inside;
	margin:0
	
	
}

li {
	text-indent: 0px;
	

	
}

#topbanner {
	height: 111px;
	width:900px;
	float:left;
}
#pagewidth {
	width:900px;
	display:block;
	margin:0 auto 0 auto; 
	position:relative;
	font-size:0.7em;
	}

#nav {
	width: 818px; 
	position:relative;
	height:39px;
	background:#000000;
	padding:0 40px 0 42px;
	float:left;
}

.navlist {float:left;border-right:1px solid #4f4f4f;padding:0 10px 0 10px;margin:10px 0 10px 0;}
.navlistLast {float:left;border:none;padding:0 10px 0 10px;margin:10px 0 10px 0;}


#banner {width:900px;height:218px;float:left;}
.navlist a:link, .navlist a:visited {color:#fff; text-decoration:none;}
.navlist a:hover {color:#fff; text-decoration:underline;}
#content {
	background:url(../../images/content_bg.jpg) no-repeat top #FFFFFF;
	width: 850px; 
	padding:40px 20px 0 30px;
	float:left;
	margin-bottom:30px;
	color:#5f5f5f;
}

.homepanels {float:left;width:160px;border-right:1px solid #898989;padding-left:40px;padding-right:30px;}
img {border:none;}


#footer {
float:left;
	width: 840px; 
	background:url(../../images/footer_bg.jpg) no-repeat top #FFFFFF;
	padding-top:8px;
	color:#686868;
	margin-left:auto; 
	margin-right:auto; 
	padding:20px 30px 0 30px;
}
#footer a:link, #footer a:visited {color:#575757;text-decoration:none;}
#footer a:hover {color:#575757;text-decoration:underline;}


.clear {
	clear:both;
	margin:0;
	padding:0;
	height:0;
	line-height:0;
} 

.button {
	border: 1px solid #A0A1A5;
	color: #D02A5C;
	background-color: #FFFFFF;
	font-size:90%;
	text-transform:uppercase;
}

.mandatory { color:#d22a5d; }
form label { display:block; width:180px; float:left; font-size:0.8em; font-weight:bold; padding:3px; }
form input, form textarea { border:2px solid #d5d5d5; }
form div {  padding:6px; margin-bottom:3px;float:left; width:200px;}
form fieldset {border:1px solid #bf451d; width:500px;padding:10px;}

.error { color:#d22a5d; }
.validationfailed  { border-color:#d22a5d; }

address { font-style:normal; line-height:120%; font-size:83%; padding:10px; background-color:#f8f8f8; }