body {
	/*background-color:#;*/
	background-color:#c7c2c2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

a
	{
	color:#3e437b;
	text-decoration: none;
	}

a:hover
	{
	color: #366383;
	text-decoration: underline;
	}
	
.clear {
	clear:both;
}

.heading {
	color:#3e437b;
	font-size:14px;
	font-weight:bold;
}

.section_title {
	color:#3e437b;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}

.site_page_title {
	font-size:14px;
	margin-left: 15px;
	line-height:18px;
	color:#333333;
}

.site_page_title a{
	color:#555555;
}

.page_title {
	/*color:#366383;*/
	color:#3e437b;
	font-size:18px;
	font-weight:bold;
	padding-bottom:22px;
}

.promo {
	color:#333333;
	font-size:12px;
}

.page_content {
	font-size:13px;
	color:#333333;
	line-height:20px;
}

#wrapper {
	height:772px;
	width:911px;
	margin:auto;
	position: relative;
}

#wrapper_top {
	background-image: url(../images/top_slice.png);
	width:911px;
	height:15px;
	background-repeat:no-repeat;
}

#wrapper_middle {
	background-image: url(../images/wrapper_slice.png);
	background-repeat:repeat-y;
	width:911px;
}

#wrapper_bottom {
	background-image: url(../images/bottom_slice.png);
	background-repeat:no-repeat;
	width:911px;
	height:12px;
}

#content {
	position:relative;
}

#left_col {
	width:250px;
	float:left;
	font-size:13px;
}

#divider {
	background-image: url(../images/divider_horiz.png);
	background-repeat:no-repeat;
	height: 5px;
	width: 250px;
	margin-left:5px;
}

#left_col a{
	font-size:13px;
	font-weight:bold;
}

.testimonial_text {
	font-style:italic;
	margin-left:23px;
	padding-top:15px;
	color: #333333;
}

.testimonial_name {
	font-style:normal;
	font-weight:bold;
	float:right;
	color:#3e437b;
	padding-top:10px;
	font-size:12px;
}

#right_col {
	width: 500px;
	float: left;
	padding-left:55px;
	padding-right:80px;
	padding-top:36px;
	padding-bottom:50px;
	
}

#top {
	background-image: url(../images/banner_slice.png);
	height: 105px;
	width: 911px;
}

#logo a{
	float:left;
	background-image: url(../images/logo.png);
	height:75px;
	width:442px;
	margin-left:35px;
	margin-top:15px;
	cursor:pointer;
}

#text_links {
	float:right;
	margin-top:15px;
	margin-right:43px;
	font-size:12px;
	color:#959389;
}

#attitudes {
	float:right;
	clear:right;
	margin-top:23px;
	margin-right:43px;
}

.footer_text_links {
	font-size:12px;
	color:#3e437b;
	font-weight:bold;
}

#text_links a{
	color:#959389;
	font-weight:bold;
}

#banner {
	width: 911px;
	height: 198px;
	margin-left:4px;
	position:relative;
	
}

#nav {
	height: 38px;
	width: 911px;
	float:left;
	padding-left:4px;
}

#bannerNavigation {
	font-size: 12px;
	width: 65px;
	color: #7272gd;
	position: absolute;
	top: 180px;
	left: 840px;
	z-index: 100;
}

#bannerNavigation  a{
	color:#8e8e8a;
}

.rotatingBanner {
	width: 911px;
	background-repeat: no-repeat;
	position:absolute;
}

#bottom {
	background-color:#c7c2c2;
	width:900px;
	margin:auto;
	margin-top:18px;
	margin-bottom:36px;
	margin-left:65px;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}

#top_left {
	margin-left:38px;
	margin-right:32px;
	margin-top:41px;
	margin-bottom:17px;
}

#top_left_inside {
	margin-left:5px;
	margin-top:36px;
	margin-bottom:17px;
}

.nav_arrow {
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	width: 10px;
	height: 9px;
}

.no_arrow {
	background-image: url(../images/no_arrow.png);
	background-repeat:no-repeat;
	width: 10px;
	height: 9px;
}

.nav_divider {
	/*background-color:#e5e5df;*/
	background-color:#c7c2c2;
	width:249px;
	height:1px;
}

#top_left a {
	color:#3e437b;
}

#top_left_inside a {
	color:#3e437b;
}

#top_left_inside table {
	margin-left:0px;
}

img.arrow {
	margin-left:5px;
}

#top_left_inside tr.selected {
	background-color:#FFF;
	height:22px;
}

.not_selected {
	height:32px;
}

#top_left_inside a:hover {
	cursor:pointer;
	color:#366383;
}

#top_left a:hover {
	cursor:pointer;
	color:#366383;
}

#middle_left {
	margin-left:15px;
	margin-right:32px;
	margin-top:30px;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
}

#bottom_left {
	height:26px;
	width:92px;
	margin-left:70px;
	margin-top:53px;
	margin-bottom:27px;
}

/* Links in the horizontal nav bar */

ul{
    margin: 0 auto;
    padding: 0;
	list-style-type: none;
}

ul.horizontal_list li{
    text-align: left;
    float: left;
    list-style: none;
    /*padding: 7px 15px 8px 15px;*/
	display: inline-block;
	position: relative;
}
/*
ul.horizontal_list a{
	color:#FFFFFF;
	text-decoration:none;
}
*/
/* Links in the vertical drop down list in the subnav */
ul.vertical_list {
	z-index: 125; /*drop down list should cover anything underneath */
	top: 33px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

ul.vertical_list li{
	clear: left;
    text-align: left;
    list-style: none;
	list-style-position: inside;
	background-color:#fac676;
	background-repeat: repeat-x;
	display: block;
	height: 21px;
	width:210px;
    padding: 10px 0px 0px 10px;
	margin: 0px;
	border-bottom:solid 1px #FFF;
	border-left: 1px #FFF solid;
	border-right: 1px #FFF solid;
	z-index: 125;
}

ul.vertical_list a{
	color:#78151f;
	z-index: 125;
}

ul.vertical_list a:hover{
	text-decoration: underline;
}

.sub_nav_top {
	height:4px;
}

#integra {
	margin-left:259px;
	margin-top:10px;
}