@charset "utf-8";
/* CSS Document */
#Content {
    clear:both;
    width:1000px;
    margin:0px;
	padding:0px;
    position:relative;
	float:left;
	min-height:430px;
	/*border-right:1px dotted #e3e3e2;*/
	background-color:#FFFFFF;
	}

#InnerLeft{
		background-color:#f0f0f0;
		width:180px;
		/*border:1px solid red; Sample Border RED*/	
		}
/* =LAYOUT =InnerRight
----------------------------------------------------------------------------- */			
#InnerRight{
			width:800px;
			font: normal normal normal 11px/normal Verdana,Arial,Helvetica,sans-serif;
			color: #444;
			padding:0px;
			padding-left:0px; 
			border-left:1px solid #eee;
			/*border-top:1px solid #eee;
			border-bottom:1px solid #eee;*/
			min-height:420px;
			text-align:left;
			float:left;
			
			}		
#titlewrapper{
			width:790px;
			padding-bottom:2px;
			height:40px;
			padding-left:0px;
			border-bottom:#666 1px dotted;
			font-family:"Times New Roman", Times, serif;
			}
			
#titlewrapper h1 {
	/*color: #0082BF;*/
	color: #006BD7;
	font-size:20px;
	margin:5px 0 0 00px;
	padding-left:10px;
	font-family:"Times New Roman", Times, serif;
	}
	
/* =LAYOUT = BreadCrumb
----------------------------------------------------------------------------- */
.crumb {position:relative; z-index:0;  left:10px; top:5px; bottom:5px;  font: normal normal normal 11px/normal Verdana,Arial,Helvetica,sans-serif;  }
/* hack to correct IE5.5 faulty box model border-bottom:#333 1px solid; */
*/ html .crumb {width:100%;}
/* remove all the bullets, borders and padding from the default list styling */
.crumb ul {padding:0;margin:0;list-style-type:none;width:100%;}
.crumb ul ul {}
.crumb ul ul li {background-color:#F1F1F1;width:500px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.crumb ul li {float:left;position:relative;}
/* style the links for the top level */
.crumb a, .crumb a:visited {display:block;text-decoration:none; color:#666;line-height:1.5em;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .crumb a, * html .crumb a:visited {}

/* style the second level background */
.crumb ul ul a.drop, .crumb ul ul a.drop:visited {}
/* style the second level hover */
.crumb ul ul a.drop:hover{}
.crumb ul ul :hover > a.drop {}
/* style the third level background */
.crumb ul ul ul a, .crumb ul ul ul a:visited {}
/* style the third level hover */
.crumb ul ul ul a:hover {background:#ccc;}
/* style the top link hover */
.crumb li:hover{background: #ececec;}
/* style the top link's arrow hover */
.crumb li div:hover{background: #fff;}
/* style the arrow */
.crumb li div{color:#666; padding-top:1px;}
.crumb li div img{border:0px; vertical-align:-.17em;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.crumb ul ul {visibility:hidden;position:absolute;height:0;top:16px;left:0px;}
/*----------------------------------------------------------------------------- */

/* =LAYOUT = mainContent
----------------------------------------------------------------------------- */
#InnerRight #mainContent {
	width:800px;
	font: normal normal normal 11px/normal Verdana,Arial,Helvetica,sans-serif;
	margin-top:5px;
	text-align: justify;
	margin:10px;
	min-height:400px;
	} 
#mainContent p{ 
	margin-bottom:10px;
	line-height:15px;
	

    }
#mainContent ul {
	list-style:disc;
	margin-bottom:6px;
	padding:0;
	margin-left:10px;
	}
	
#mainContent ul li {
	
	margin:5px 0 0 0;
	vertical-align:middle;
	padding-bottom:5px;
	}
	



	/*Image Fade Cycle*/
#leadstory_wrapper {
	width:325px;
	height: 225px;
	overflow: hidden;
/*	border-top:4px solid #fff;
	border-bottom:5px solid #fff;*/
	border:2px solid #000;
	float:right;
	margin:5px 0px 5px 10px;
	}

#leadstory_wrapper div.slide {
	width: inherit;
	height: inherit;
	overflow: hidden;
	}

#leadstory_wrapper div.leadstory_img {
	float:right;
	width:325px;

	}
.contentlink a{
		color:#444;
		text-decoration:none;
		}
.contentlink a:hover{
	color:#666;
	text-decoration:underline;
	
	}
#mainContent .contact a  {
	font-size:11px;
	color: #006BD7 !important;
	text-decoration:none;
}
	
#mainContent .contact a:hover {
	font-size:11px;
	color:#ff6600 !important;
	text-decoration:none;
}
.contact ul {
	margin-bottom:6px;
	padding:0;
	margin-left:10px;
	list-style:none;
}
.contact ul li {
	margin:5px 0 0 0;
	vertical-align:middle;
	padding-bottom:5px;
	}
#contact-container ul {
	list-style:none;
	margin-bottom:6px;
	padding:0;
	}
	
#contact-container ul li {
	padding-left:8px;
	margin:4px 0 0 0;
	background:url(/icon/grey_arrow.gif) no-repeat 0 5px;
	vertical-align:middle;
	}
.separator {
	border-top:1px solid #dcdcdc;
	border-bottom:0;
	border-left:0;
	border-right:0;
	margin:10px 0 10px 0;
	}
	
.separator-dotted {
	border-top:1px dotted #dcdcdc;
	border-bottom:0;
	border-left:0;
	border-right:0;
	margin:10px 0 10px 0;
	}
.h7 {
	color:#333;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	margin:0;
	padding:0;
	text-decoration:underline;
}
#mainContent h4{
	color: #006BD7;
	font-size:14px;
	margin:0 0 3px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#mainContent h3{
	color:#2060aa;
		font-size:15px;
	font-weight:bold;
	margin:0 0 3px 0;
	padding: 0;
}
