@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #efefef;
	margin-top: 30px;
}

h3 { color: #666; font-size: 18px; margin: 0 0 10px 0;}
h2 {  color: #666; font-size: 20px; margin: 0 0 10px 0;}
.images {margin: 10px;}

h1 {font-size: 22px; color: #652d90; margin: 0 0 10px 0;}

p {
	margin: 0 0 7px 0;
}

#background_heading {
	width: auto;
	background: url(../Site-images/background_heading_04.png);
}

#header_top {
	width: 814px;
	height: 116px;
	margin: auto;
	background-image: url(../Site-images/header_background_11.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#top_left {
	width: 220px;
	float: left;
	margin-left: 30px;
	padding-top: 30px;
}

#top_right {
	width: 200px;
	float: right;
	text-align: right;
	margin-right: 20px;
	padding-top: 5px;

}

#ad_rotators {
	width: 337px;
	float: left;
}

#header {
	width: 814px;
	height: 205px;
	background: url(../Site-images/header_background_13.png);
	float: right;
	margin-right: 193px;
}

#header_wrapper {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

#company_logo {
	width: 149px;
	float: left;
	margin-left: 40px;
padding-top: 20px;
	text-align: center;
}

#contact {
	width: 149px;
	float: left;
	margin-left: 40px;
	margin-top:20px;
	text-align: center;
}

#header_inside {
	width: 470px;
	float: left;
	line-height: 22px;
	margin-left: 30px;
	margin-top: 30px;
	color: #333;
	font-size: 14px;
}

#header_inside_text {
	width: 200px;
	float: left;
	margin-top: 165px;
	margin-left: 30px;
	text-align: center;
}

.outside_wrapper {
	width: 1200px;
	margin: auto;
}

.outside_wrapper_menu {
	width: 1200px;
	margin: auto;
	background-image: url(../Site-images/middle_10.png);
	background-position: 
}

#menu_inside {
	width: 744px;
	height: 54px;
	margin: auto;
	padding-left: 46px;
		background: url(../Site-images/menu_bg_15.png);
}


#content {
	width: 814px;
	background:  url(../Site-images/background_content_13.png);
	float: right;
	margin-right: 193px;
}

#content_inside_left {
	width: 420px;
	float: left;
}

#content_inside_right {
	width: 320px;
	float: right;
}

#content_wrapper {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

#content_inside {
	width: 750px;
	margin-left: 30px;
	margin-top: 20px;
}


#content_inside_sub {
	width: 750px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 150px;
}


#newsletter {
	width: 240px;
	height: 187px;
	float: left;
	background: url(../Site-images/newsletter_17.png);
	margin-top: 20px;
}

#bottom {
	width: 814px;
	height: 15px;
	margin: auto;
	background: url(../Site-images/bottom_28.png);
}

#bottom_area {
	width: 814px;
	height: 281px;
	margin: auto;
	background: url(../Site-images/bottomBG_36.png);
}

.bottom_content {
	width: 220px;
	float: left;
	margin-left: 23px;
	margin-top: 30px;
}

.bottom_content_long {
	width: 280px;
	float: left;
	margin-left: 23px;
	margin-top: 30px;
}

#footer {
	width: 814px;
	height: 31px;
	margin: auto;
	background: url(../Site-images/footer_41.png);
	color: #fff;
	margin-bottom: 20px;
}

#fortix {
	width: 200px;
	margin:auto;
	text-align: center;
		margin-bottom: 20px;
}

.tab {
	width: 215px;
	height: 26px;
	background: url(../Site-images/tab_28.png);
	margin-bottom: 10px;
}

.tab h2 {
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
	padding-left: 10px;
}

/* Submenu */
.submenu {
padding-bottom: 8px;
padding-top: 10px;
padding-left: 15px;
border-top: none;
	text-align: left;
	margin-top: 20px;
	color: #fff;
	background: #652d90;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.submenuHover {
padding-bottom: 8px;
padding-top: 10px;
padding-left: 15px;
	text-align: left;
	border-bottom: none;
	color: #fff;
	cursor: pointer;
	background: #7e39b2;
	text-decoration: underline;
		border-bottom: 1px solid #fff;


}



a:visited  {text-decoration: underline; color: #1c4e81;}
a:active   {text-decoration: underline; color: #1c4e81; }
a:link     {text-decoration: underline; color: #1c4e81;}
a:hover  {text-decoration: none; color: #000}

