html
{
	margin: 0; padding: 0;
    position: relative;
}
body
{
    padding: 0; margin: 0;
    background: Transparent url('../images/bg2.jpg') repeat-x;
    position: relative;
	font-family: Arial, Tahoma, 'Times New Roman';
	font-size: 12px;
	color: black;
}
#logo
{
	width: 303px;
	height: 143px;
	background: Transparent url('../images/logo1.jpg') repeat-x;
	position: absolute;
	top: 5px;
	left: 61px;
}
#carousel
{
	width: 994px;
	height: 433px;
	background: Transparent; /*url('../images/slide_1.jpg') repeat-x;*/
	top: 150px;
	position: absolute;
}
.seo
{
	height: 0px; width: 0px; margin: 0px; padding: 0px;
	display: none;
}
#container
{
	width: 996px; /*1018-10-10 = 998, i trimmed the 998 to have equal whitespace on either sides*/
	padding: 583px 10px 0px 10px;
	margin: 0 auto;
	background: Transparent url('../images/vbg2.jpg') repeat-y scroll -1px;
	min-height: 64px; /* 647 - 583  */
	height: auto !important; 
	height: 64px;
	position: relative;
}
#container.alt
{
	padding: 180px 10px 0px 10px;
}
#container_left_fader
{
	width: 10px;
	height: 647px;
	background: Transparent url('../images/left_fader.jpg') no-repeat;
	position: absolute;
	left: 0;
	top: 0;	
}
#container_right_fader
{
	width: 10px;
	height: 647px;
	background: Transparent url('../images/right_fader.jpg') no-repeat;
	position: absolute;
	right: 0;
	top: 0;	
}
#container_end
{
	width: 1018px;
	height: 7px;
	line-height: 7px;
	overflow: hidden;
	background: Transparent url('../images/container_end.jpg') no-repeat;
	margin: 0 auto;
	margin-bottom: 10px;
}
#mainmenu
{
	position: absolute;
	top: 50px;
	right: 11px;
	max-width: 625px;
	width: auto !important;
	width: 625px;	
}
#mainmenu_cap
{
	width: 8px;
	height: 38px;
	position: absolute;
	margin-left: -8px;
	background: Transparent url('../images/blue_menu_cap.jpg') no-repeat;
	top: 0px;
}
#splash_news
{
	width: 175px;
	float: left;
	margin-top: 100px;
	color: #545454;
	padding-left: 25px;
	margin-bottom: 50px;
}
#splash_news a
{
	color: #545454;
}
#splash_news a:hover
{
	color: #cf6210;
}
#splash_news h1
{
	color:#545454;
	font-size: 14px;
	font-weight: bold;
}
#splash_main
{
	width: 755px;
	float: right;
	margin-top: 100px;
}
#splash_main_bubbles ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#splash_main_bubbles ul li
{
	width: 219px; /*354 - 125  - 10*/
	padding-left: 125px;
	padding-top: 15px;
	padding-right: 10px;
	background: Transparent url('../images/splash_bubble.png') no-repeat scroll top left;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	float: left;
	margin-right: 23px;
	position: relative;
}	
#splash_main_bubbles ul li a
{
	color: #27749a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 7px;
}
#splash_main_bubbles ul li a:hover
{
	color: #cf6210;
	text-decoration: underline;
}
#splash_main_bubbles ul li h1
{
	font-size: 14px;
	font-weight: bold;
	color: #27749a;
	margin: 0px 0px 7px 0px;
}
#splash_main_bubbles ul li img
{
	position: absolute;
	top: 10px;
	left: 10px;
}

#sub_sub
{
	width: 155px; /* 175 - 10 -10*/
	float: left;
	margin-top: 100px;
	color: #6f6f6f;	
	margin-bottom: 50px;
	font-size: 12px;
	background-color: #f3f3f3;
	padding: 10px;
	margin-left: 20px;
}
#sub_sub ol, #sub_sub ul
{
	margin-left: 0px;
	padding-left: 15px;
}
#sub_sub li
{
	padding-bottom: 7px;
}
#sub_sub a
{
	color: #545454;
}
#sub_sub a:hover
{
	color: #cf6210;
}
#sub_main
{
	width: 710px; /*755 -45*/
	float: right;
	margin-top: 100px;
	padding-right: 45px;
	margin-bottom: 25px;
}
#sub_main a
{
	color: #27749a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#sub_main a:hover
{
	color: #cf6210;
	text-decoration: underline;
}
#sub_main h1
{
	color:#27749a;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
}
#submenu
{
	position: absolute;
	top: 584px;
	right: 11px;
}
#submenu ul
{
	list-style: none;
	margin: 0; padding: 0;
	height: 49px;
	width: 754px;	
}
#submenu ul li
{
	margin: 0; 
	float: left;
	height: 49px;
	line-height: 49px;
	
}
#submenu a.last
{
	padding-right: 0px;
	background-image: none;
}
#submenu ul li a
{
	font-size: 14px;
	color: #545454;
	text-decoration: none;
	padding: 0px 30px 0px 30px;
	display: block;
	background: Transparent url('../images/sub_menu_vr.jpg') no-repeat scroll right 14px;
}
#submenu ul li a:hover
{
	text-decoration: underline;
}
#content
{
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background: Transparent url('../images/splash_content_top.jpg') no-repeat scroll left top;
	position: relative;
}
#content.alt
{
	background-image: none;
	min-height: 470px;
	height: auto !important;
	height: 470px;
}
#copyright
{
	color: #9d9d9d;
	font-size: 10px;
	text-align: center;
	margin-bottom: 30px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
}
.clear_both
{
	margin: 0; padding: 0; height: 0; width: 0; clear: both;
}
#sub_header
{
	background: Transparent url('../images/sub_header.jpg') no-repeat scroll left top;
	width: 994px;
	height: 99px;
	position: absolute;
	top: 147px;
	left: 10px;
}