@charset "UTF-8";
/* CSS Document */
#main {
	border:none;
	/*background-image:url(../images/header/header_background.png);
	background-repeat:repeat-x;*/
	top:31px;
	/*
    left: 50%;
    margin-left: -452px;*/
	position:relative;
	margin-left: auto ;
  	margin-right: auto ;
	width:910px;
	height:750px;
	z-index: 1;
}
#feature {

}
#featureheader {
	background-image:url(../images/feature_header.png);
	background-repeat:no-repeat;
	width:885px;
	height:25px;
	padding-left:20px;
	padding-top:12px;
}
#featureheader2 {
	background-image:url(../images/template2_header.png);
	background-repeat:no-repeat;
	width:885px;
	height:25px;
	padding-left:20px;
	padding-top:12px;
}
#featurecontent {
	padding-left:2px;
	background-image:url(../images/template2_body.png);
	background-repeat:repeat-y;
	
}
#featurefooter {
	background-image:url(../images/template2_footer.png);
	background-repeat:no-repeat;
	width:885px;
	height:16px;

}

#contactwide{
	background-image:url(../images/contact_background_wide.png);
	background-repeat:no-repeat;
	height:290px;
	margin-left:3px;
	padding-bottom:4px;
}
#basictitle {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#003366;
	padding-left:18px;
	height:16px;
	padding-top:8px;
	padding-bottom:10px;
	width:862px;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
#basictitlemedium {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#003366;
	padding-left:18px;
	padding-top:8px;
	padding-bottom:10px;
	width:582px;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
#separator {
	padding-left:18px;
	width:582px;
	border-top: #cccccc 1px solid;
	padding-top:0px;
	height:1px;
}