/* START centering CSS */
body {
	text-align:center;
	background-color: #b2b8bf;
}
/* END centering size CSS */

/* START font size CSS */
body {
	font-size:80%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 22px;
} /* for IE/Win */
/* Set other elements using ems 
(where 1em = 10px, 2em = 20px */
/* END font size CSS */



/* LAYOUT */
#banner {
	height: 252px;
	background-position: center top;
	width: 100%;
	background-repeat: no-repeat;
}

#top_wrap {
	background: #FFFFFF url(../images/content_top.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
}
#content_wrap {
	margin: 0px;
	width: 100%;
	background: url(../images/content_wrap.jpg) repeat-x center bottom;
}
#content-main {
	padding: 80px 0px 35px; /* 80px 0px 35px */
	margin: 0px auto;
	width: 950px;
}
#bottom_wrap {
	background-color: #bbc3c9;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#left {
	float: left;
	width: 255px;
	margin-right: 15px;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
}
#middle {
	float: left;
	width: 325px; /* 275 */
	margin-right: 15px;
	text-align: left;
}
#right {
	float: left;
	width: 260px;
	text-align: left;
	padding-top: 20px;
	padding-left: 15px;
}
#second {
	float: left;
	padding-right: 15px;
	width: 550px;
}
#videos {
	float: left;
	width: 550px;
}
#footer {
	background-color: #3A4950;
	margin: -12px auto 0px;
	/*width: 850px;*/
	width:100%;
	padding: 0px;
	font-size: 11px;
	color: #fff;
	line-height: normal;
}

#footer a:link, #footer a:visited {color:#FFF; text-decoration:underline;}
#footer a:hover, #footer a:active {color:#FFF; text-decoration:underline;}

#bottom {
	height: 100px;
	margin: -13px 0px 0px;
	padding: 0px;
	clear: none;
	/*background: url(../images/bottom.jpg) no-repeat center top;*/
}
#content-main img {
	border: 5px solid #DEDEDE;
	padding: 5px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#noborder img {
	border: none;
}
h1 {



	margin: 0px;
	padding: 0px;
	font-size: 22px;
}

/*////////////////// LINKS AND BUTTONS /////////////////////////////////*/
.button  a:link, .button a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #666666;
	line-height: 30px;
	margin-left: 23px;
}
.button  a:hover, .button a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #880701;
	line-height: 30px;
	background-color: #EEEDEF;
}
a:link, a:visited {
	text-decoration:underline;
	color:#8C1205;
}
a:hover, a:active {
	text-decoration:none;
	color:#CD1A05;
}
em a:link, em a:visited {
	text-decoration:none;
	color:#861205;
}
em a:hover, em a:active {
	text-decoration:none;
	color:#C91203;
}
/*////////////////// END OF LINKS AND BUTTONS /////////////////////////////////*/

/*///////////////// MAIN MENU ///////////////// */

#content-sub {
	width: 220px;
	margin-top: 10px;
	padding-top: 2px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 19px;	/*background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/bg_sidebar-top.gif);*/
	margin-left: 10px;
	position:relative;
}
#content-sub ul { /*background: url(../images/bg_sidebar-bottom.gif) no-repeat 0 100%; margin: 0; padding: 0 2px 2px 2px;*/
	margin: 0px;
	padding: 0px;
}
	#content-sub ul li {
	list-style: none;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 212px 15px;
}
	#content-sub ul li strong { display: block; font-size: 12px; }
	#content-sub ul li a {
	font-size: 10px;
	color: #000;
	padding: 10px;
	display: block;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #c9c9c9;
	text-decoration: none;
}
	#content-sub ul li a:hover {
	text-decoration: none;
	background-color: #fff;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 215px 14px;
}
	#content-sub ul li a:hover strong {
	color: #A1140D;
}

#new_highlights {
	width:120px;
	height:25px;
	position: absolute;
	top: 212px;
	right: 0px;
	


}
#new_highlights img{
border:none ;
padding: 0 ;

}

/*RIGHT SIDE*/

.testimonies li{
	background-color: #E9E9E9;
	list-style-type: none;
	line-height: normal;
	margin-bottom: 15px;
	background-image: url(../images/quote_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 45px;
	padding-left: 15px;
	text-align: left;
	width: 400px;
}