body {
	font-family: arial, helvetica, sans-serif; /**Tahoma, Myriad, Arial;**/
	font-size:11px;
	background-color:#eef1f3; 
	background-image: url('./images/bg_gradient.jpg'); 
	background-repeat: repeat-x;
	text-align:center;
	color: #5E6465;
	margin-top: 0px;
}
#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:948px;
}
#Table_01 {
	width:948px;
	text-align: justify;
}

#banner {
	position:relative;
	width:948px;
	height:145px;
}

#banner_left {
	position:absolute;
	left:0px;
	top:0px;
	width:7px;
	height:145px;
	background-image: url('./images/site_border_left.png'); 
	background-repeat: repeat-y;
}

#banner_logo {
	position:absolute;
	left:7px;
	top:0px;
	width:258px;
	height:145px;
	background-image: url('./images/SiteDesign2_02.gif'); 
}

#banner_flash {
	position:absolute;
	left:271px;
	top:0px;
	width:671px;
	height:145px;
	text-align: right;
	background-image: url('./images/SiteDesign2_04.gif'); 
}

#banner_right {
	position:absolute;
	left:942px;
	top:0px;
	width:6px;
	height:145px;
	background-image: url('./images/site_border_right.png'); 
	background-repeat: repeat-y;
}


#menu {
	position:relative;
	width:948px;
	height:26px;
}

#menu_left {
	position:absolute;
	left:0px;
	top:0px;
	width:7px;
	height:18px;
	background-image: url('./images/site_border_left.png'); 
	background-repeat: repeat-y;
}

#menu_motto {
	position:absolute;
	left:7px;
	top:0px;
	width:258px;
	height:18px;
	/**background-color:#58585a;**/
	background-color:#000000;
}

#menu_menu {
	position:absolute;
	left:271px;
	top:0px;
	width:671px;
	height:26px;
}
#menu_menu img {
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	border: none;
}

#menu_right {
	position:absolute;
	left:942px;
	top:0px;
	width:6px;
	height:26px;
	background-image: url('./images/site_border_right.png'); 
	background-repeat: repeat-y;
}



#content {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	width:948px;
	float: left;
	margin: 0px; padding: 0px;
}
#content_inner {
	position:relative;
	width:948px;
	float: left; 
	overflow: hidden;
	margin: 0px; padding: 0px;
}
#content_inner div { float: left; margin-bottom: -2000px; padding-bottom: 2000px; }

#content_left {
	position:relative;
	width:7px;
	background-image: url('./images/site_border_left.png'); 
	background-repeat: repeat-y;
}

#content_news {
	position:relative;
	width:257px;
	background-color: #ffffff;
	background-image: url('./images/site_news_bg.png'); 
	background-repeat: repeat-x;
	margin-left: 7px;
	border-right: 1px solid #e8e8e8;
}
#news_body {
	padding: 50px 20px 0px 20px;
	width:210px;
}
#news_body .date {
	text-align: right;
	color: #bebebe;
	font-weight: bold;
}
#news_body h4 {  
	color: #58585a;
	font-size: 11px;
}
#news_body p {  
	font-size: 10px;
	font-style: normal;
	padding-bottom: 4px;
}
#news_body .news {  
	font-size: 10px;
}
#industry_logos{
	padding: 50px 20px 0px 20px;
	width:210px;
	text-align: center;
	color: #8ebbd1;
	font-size: 9px;
}
#content_body {
	padding: 44px 80px 0px 80px;
	text-align: justify;
}
#content_content {
	position:relative;
	width:670px;
	background-color: #ffffff;
	margin-left: 6px;
	border-left: 1px solid #e8e8e8;
}

#content_right {
	position:relative;
	width:6px;
	background-image: url('./images/site_border_right.png'); 
	background-repeat: repeat-y;
}

#footer_border {
	position:relative;
	width:948px;
	height:13px;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer_border_left {
	position:absolute;
	left:0px;
	top:0px;
	width:265px;
	height:13px;
}
#footer_border_right {
	position:absolute;
	left:271px;
	top:0px;
	width:677px;
	height:13px;
}

#footer {
	position:relative;
	width:948px;
	font-size: 7pt;
	color: #58585a;
	margin-top:0px;
	padding-top:0px;
}
#footer_left {
	position:absolute;
	left:6px;
	top:-4px;
	width:265px;
}
#footer_right {
	position:absolute;
	left:264px;
	top:-4px;
	width:675px;
	text-align: right;
}

#footer a {
	font-size: 7pt;
	color: #58585a;
	text-decoration: none;
}
#footer a:hover {
	color: #003f75;
	text-decoration: underline;
}

#disclaimer {
	position:relative;
	width:948px;
	font-size: 7pt;
	color: #58585a;
	margin-top: 12px;
	margin: 6px;
	text-align: center;
}

h1, h2 {
	padding: 6px 0px 10px 0px;
	margin: 0px;
}
p {
	padding: 2px 0px 10px 0px;
	margin: 0px;
}
.claims li {
	margin-bottom: 12px;
}
ul, ol {
	padding: 2px 0px 0px 0px;
	margin: 2px 0px 6px 30px;
}
li {
	margin-bottom: 6px;
}
h1 {
	font-size: 14px;
	color: #003f75;
}
h2 {
	font-size: 12px;
	color: #8ebbd1;
}
h3, h4 {
	font-size: 12px;
	color: #5E6465;
	padding: 0px;
	margin: 0px;
}
hr {
	padding: 0px;
	margin: 0px;
	color: #999999;
	background-color: #999999;
	height: 1px;
	border: none;
}

img {
	border: none;
}

a {
	color: #8ebbd1;
	text-decoration: none;
}
a:hover {
	color: #003f75;
	text-decoration: underline;
}

.special {
	color: #8ebbd1;
}


.submitButton {
	background-color: #003f75;
	border: 1px solid #8ebbd1;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}


/*** MENU ***/

#topmenu { margin: 0px 0px 0px 0px; padding:0px; width: 671px; height: 26px; border:0px solid red; float:left; background-image:url(images/menu_bg.png); background-position:left; background-repeat:repeat-x; }
#topmenu li { height: 26px; background: url(images/menu.png) 0 0 no-repeat; display: block; list-style: none; float:left;}
#topmenu a { height: 26px; display: block; border: solid 0px #fff; margin:0; 
	padding: 26px 0 0 0;
    overflow: hidden;
	height: 0px !important;
    height /**/:26px;
}

#topmenu a:hover {  }
#topmenu #option1 { width: 39px; margin:0 0 0 60px; background-position: -50px 0; }
#topmenu #option2 { width: 56px; margin:0 0 0 55px; background-position: -154px 0;}
#topmenu #option3 { width: 123px; margin:0 0 0 55px; background-position: -268px 0;}
#topmenu #option4 { width: 41px; margin:0 0 0 55px; background-position: -453px 0;}
#topmenu #option5 { width: 67px; margin:0 0 0 55px; background-position: -547px 0;}

#topmenu #option1 a:hover {background: url(images/menu.png) -50px -52px no-repeat;}
#topmenu #option2 a:hover {background: url(images/menu.png) -154px -52px no-repeat;}
#topmenu #option3 a:hover {background: url(images/menu.png) -268px -52px no-repeat;}
#topmenu #option4 a:hover {background: url(images/menu.png) -453px -52px no-repeat;}
#topmenu #option5 a:hover {background: url(images/menu.png) -547px -52px no-repeat;}

#topmenu #option1 a:active, .currentMenu1 {background: url(images/menu.png) -50px -26px no-repeat;}
#topmenu #option2 a:active, .currentMenu2 {background: url(images/menu.png) -154px -26px no-repeat;}
#topmenu #option3 a:active, .currentMenu3 {background: url(images/menu.png) -268px -26px no-repeat;}
#topmenu #option4 a:active, .currentMenu4 {background: url(images/menu.png) -453px -26px no-repeat;}
#topmenu #option5 a:active, .currentMenu5 {background: url(images/menu.png) -547px -26px no-repeat;}
