

/*==========================================================================================================================*/


#middle-container2 {
	width:100%;
	height:600px;
	background-image:url(../images/bg_middle.jpg);
	background-repeat:repeat-x;
	
}

#middle2 {
	width:1000px;
	height:600px;
	margin-left:auto;
	margin-right:auto;

}

#feature {
	width:300px;
	height:253px;
	background-image:url(../images/feature.png);
	background-position:center top;	
	background-repeat:no-repeat;
	float:right;
	margin-top:15px;
}


#faqs {
	width:590px;
	height:590px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	overflow: auto;
	float:left;
	padding-right: 10px;	
}

#faqs h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:25px;
	color:#906;
	margin-top:10px;
	margin-bottom:20px;
}
#faqs h4 {
	font-size:14px;
	font-weight:bold;
	color:#4a4a4a;
	margin-bottom:10px;
}

#faqs a:link, #faqs a:visited {
	color:#000;
	font-size:12px;
}


#faqs ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left:30px;
}

#faqs strong {
	font-weight:bold;
	color:#4a4a4a;
}

#testimonials {
	width:600px;
	height:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	float:left;
}

#testimonials h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:25px;
	color:#906;
	margin-top:10px;
	margin-bottom:20px;
}

#testimonials strong {
	font-size:14px;
	font-weight: bold;
	color:#4a4a4a;;
}

#testimonials img {
	border: 1px solid #906;
}


#sitemap {
	width:600px;
	height:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	float:left;
	font-weight:bold;
}

#sitemap h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:25px;
	color:#906;
	margin-top:10px;
	margin-bottom:20px;
}

#sitemap a:link, #sitemap a:visited {
	color:#000;
	text-decoration:none;
}

#sitemap a:hover {
	color:#000;
	text-decoration:underline;
}

#sitemap img {
	border: 1px solid #906;
}














