/*-- Global --*/

*{	margin: 0; padding: 0; }
h3 { padding: 10px 10px 0 10px; font-size: 14px; color: #555555; border-bottom: 0;}
p { padding: 10px 10px 0 10px; }
p a { color: #009ddf; text-decoration: none; }
a { color: #333333; text-decoration: none; }
a:hover{ color: #333333; text-decoration: underline; }
p a:hover { text-decoration: underline;}

body { 
	font-size: 12px; 
	color: #333; 
	text-align: left; 
	line-height: 20px; 
	font-family:  Arial, Tahoma, Trebuchet MS, Verdana, Helvetica, sans-serif; 
	background:#ffffff; 
}

.clearfix:after { 	
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden; 
}

hr { color:#fff;}

#wrapper { 
	margin: 0 auto; 
	width:960px; 
	height:auto; 
	background:#fff; 
	padding-bottom:20px; 
}

#top { 
	margin:0 auto; 
	width:960px; 
	height:100px; 
}

#logo { 
	float:left; 
	margin:20px 0 0 20px; 
}

#icons { 
	float:right; 
	margin:10px 20px 0 0; 
	padding-left:25px; 
}

#icons img{ 
	margin-right:15px;
}

#banner { 
	margin:0 auto; 
	background:url(images/banner.jpg) no-repeat; 
	height:286px; 
}

#form { 
	float:right; 
	background:url(images/formBg.png) transparent no-repeat; 
	width:305px; 
	height:292px;  
	position:relative;
	top:2px; 
}


#input { height:auto;
	padding:25px;
	margin:50px 0 0 8px;
}
#input h3{
	color:#FFFFFF;
	font-size:16px;
	font-style:italic;
	left:15px;
	position:absolute;
	top:-15px;
}
#input p, td {
	color:#000;
	font-size:11px;
}


#input .textbox {
	width:188px;
	height:20px;
	margin-left:5px;
	border:1px #7695bc solid;
	margin-bottom:2px;
}

#input .textbox2 {
	width:188px;
	height:80px;
	margin-left:5px;
	border:1px #7695bc solid;
	margin-bottom:2px;
}
.button {
	background: url(images/button.png) no-repeat;
	border:0;
	width:96px;
	height:24px;
	float:right;
	position:relative;
	top:5px;
}

.button p{
	color:#009933;
}

#div1 { 	
	background:url(images/bannerdivider.png) no-repeat;
}

#contentWrap { 
	margin:0 auto;
	}

#content img { 
	position:relative; 
	top:3px;
}

#content {
	margin-right:20px;
	width:600px;
	float:right;
	height:auto;
	line-height:22px;
}

.topButton {
	float:right;
	margin-top:12px;
	margin-right:10px;}

#content p {
	line-height:22px;
}

#content h2{ 
	font-size:16px; 
	color:#064373; 
	background:url(images/divcontent2.png) no-repeat right; 
	padding-bottom:8px;   
}

#sidebar { 	
	float:left; 
	width:300px;
	height:auto;
	margin-left:20px;
	padding-bottom:10px; 
	padding-right:20px;
}

#sidebar img { 	
	position:relative; 
	top:3px;
}

#sidebar h2{ 
	font-size:19px; 
	color:#064373; 
	font-weight:normal; 
	background: url(images/divh2.png) no-repeat bottom; 
	padding-bottom:10px;  
}

#sidebar h3{ 
	font-size:19px; 
	color:#064373; 
	font-weight:normal; 
	background: url(images/divh2.png) no-repeat bottom; 
	padding-bottom:10px;  
}


#sidebar ul{ 
	padding:10px; 
}

#sidebar li{ 
	background:url(images/arrow.gif) no-repeat left; 
	padding-left:20px; 
	font-weight:bold; 
	color:#074473;
}

#sidebar p{ }

.line { 
	background:url(images/footerLine.gif) repeat-x;
}

#footer p{
	width:960px; 
	margin:0 auto;}

.read_more { 
	font-size:11px;
	padding-left:10px;}



.read_more a{
	color:#999999; 
}






