/* CSS Document */
/***************************
Global Layout
****************************/
HTML, Body {
	background-image:url(../images/bg_main.gif);
	background-repeat:repeat-x;
	background-color:#4f93c3;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/*****Global Container*****/
#table_capsule1 {
	background-image:url(../images/bg_lnav.gif);
	background-repeat:repeat-y;
	background-position:left;
	width:286px;
}
#table_capsule2 {
	width:644px;
}
/*****Global Top Navigation and Icons*****/
#topnav {
	background-image:url(../images/bg_tnav.gif);
	background-repeat:repeat-x;
	width:604px;
	height:46px;
	padding:20px;
	text-align:right;
	color:#FFFFFF;
	font-size:11px;
}
#topnav a {
	color:#ffffff;
	font-size:11px;
	margin:5px;
	text-decoration:none;
}
#topnav a:hover {
	color:#ff8500;
	text-decoration:underline;
}
/*****Icons*****/
.home {
	padding-left:15px;
	background-image:url(../images/icon_home.gif); 
	background-repeat:no-repeat;
}
.contact {
	padding-left:17px;
	background-image:url(../images/icon_contact.gif); 
	background-repeat:no-repeat;
}
/*****Global Footer*****/
#footer {
	background-color:#4F93C3;
	width:910px;
	height:20px;
	color:#FFF;
	font-size:11px;
	text-align:right;
	padding:5px 10px;
}
/***************************
Flash Layout and Containers
****************************/
/*****Main Flash Navigation*****/
#flash_nav {
	width:286px;
	text-align:center;
}
#flash_nav a {
	font-size:11px;
	text-align:center;
	color:#E47F0D;
	text-decoration:underline;
}
#flash_nav p {
	margin:100px 10px 0;
	font-size:11px;
	text-align:center;
	color:#003366;
}
/*****Middle Flash Animation*****/
#middle_flash {
	width:644px;
	height:136px;
	text-align:center;
}
#middle_flash a {
	font-size:11px;
	text-align:center;
	color:#E47F0D;
	text-decoration:underline;
}
#middle_flash p {
	margin:20px;
	font-size:11px;
	text-align:center;
	color:#003366;
}

/*****Main Page Content Layout*****/
#content {
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-x;
	width:644px;
	height:186px;
	padding-top:28px;
}
/*****Main Page Sections*****/
#main_section1, #main_section2 {
	background-repeat:no-repeat;
	width:202px;
	height:122px;
	font-size:11px;
	color:#000000;
	padding:50px 80px 0 20px;
}
#main_section1 {
	background-image: url(../images/main_sec1.jpg);
}
#main_section2 {
	background-image: url(../images/main_sec2.jpg);
}
/*****Main Page Footer*****/
#banners {
	background-image:url(../images/bg_footer.gif);
	width:644px;
	height:52px;
	text-align:center;
	padding:8px 0 0 0;
}
#banners img {
	margin:0 15px;
}
/***************************
Sub Page Layout
****************************/
/*****Sub Content Layout*****/
#sub_content, #sub_content_ss  {
	width:644px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;  
	height:400px;
}
#sub_content h3 {
	font-size:12px;
	color:#B6010A;
	margin:10px 30px;
}
#sub_content p {
	font-size:11px;
	line-height:20px;
	color:#003366;
	margin:10px 30px;
	padding:10px;
}
#sub_content ul {
	font-size:11px;
	line-height:20px;
	color:#003366;
	margin:10px 50px;
	list-style-type:circle;	
}
#sub_content li {
	font-size:11px;
	line-height:20px;
	color:#003366;
}
#sub_content img {
	margin:10px 40px;
	background:#fff;
}
/*****Content Links*****/
#sub_content a {
	color:#E47F0D;
	text-decoration:underline;
}
#sub_content a:hover {
	text-decoration:none;
	background-color:#E47F0D;
	color:#FFFFFF;
}
/*****Sub Page Footer*****/
#sub_banners {
	background-image:url(../images/sub_bg_footer.gif);
	background-repeat:no-repeat;
	width:690px;
	height:52px;
	text-align:center;
	padding:8px 0 0 240px;
	clear:both;
}
#sub_banners img {
	margin:0 15px;
}
/*****Sidepanel Layout*****/
#sidepanel {
	margin:10px;
	padding:10px;
	width:200px;
	text-align:left;
	float:right;
	background-color:#EFEFEF; 
	border:2px solid #89AFD3;
}
#sidepanel a {
	font-size:11px;
	text-align:left;
	color:#E47F0D;
	text-decoration:underline;
}
#sidepanel p {
	margin:10px;
	font-size:11px;
	text-align:left;
	color:#003366;
}
/*****Additional Links*****/
a.lm_links  {
	padding:2px;
	color:#ba101a;
	text-decoration:none;
	font-size:10px;
}
a.lm_links strong {
	color:#104070;
	font-size:10px;
}
a.lm_links:hover {
	background:#104070;
	color:#ffffff;
}
a.lm_links:hover strong {
	color:#ffffff;
}
a.lm_links img {
	border:none;
}
.imp_links {
	margin:10px 30px ; 
	padding:10px; 
	background-color:#EFEFEF; 
}
/*****form layout*****/
span.contentheader {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}
form td {
	background-color: #EFEFEF;
	height:30px;
}
form {
	margin:20px;
	width:425px;
}
/*****clearfix in case I need to use it*****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
}
*html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
}
