/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

body {
	margin: 0px;
	background: url(../_images/bg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-color: #f2f2f2;
	padding: 0; 
    border: 0;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
	padding: 0; 
    border: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: none;
	color: #5C748B;
	outline: none;
	padding: 1px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

a:hover {
	/* background-color:#E8E8E8; */
	color: #FFB366; 
	
}

a:visited {
	color: #c15e06;
}

.video a {
color: #FFFFFF;
font-size: 12px;
border-bottom:none;
text-decoration: none;
}

.video a:visited {
color: #FFFFFF;
font-size: 12px;
text-decoration: none;
}

.video a:hover {
color: #c15e06;
font-size: 12px;
text-decoration: none;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	overflow: auto;
}

/* Header */
#header {
	float: left;
	width: 940px;
	height: 100px;
	margin: 0 auto;
	color:#FFFFFF;
	/*background: url(../_images/top_banner.jpg) repeat-n left top;*/
}

#headerTop {
	float: left;
	width: 940px;
	height: 36px;
	margin: 0 auto;
}

#headerTopL {
	float: left;
	width: 640px;
	height: 36px;
}

#headerTopR {
	float: right;
	width: 300px;
	height: 36px;
}

#tableHeaderTop { width:100%; height: 36px;  }

#tableHeaderTop td { width:100%; border:0px; text-align: left; }

#headerBottom {
	float: left;
	width: 940px;
	height: 39px;
	margin: 0 auto;
	position: relative;
	padding-top: 13px;
	padding-bottom: 13px;
	color:#FFFFFF;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
}

/* banner and its cooresponding attributes */
#banner {
	float: left;
	width: 920px;
	padding-left: 10px;
	padding-right: 10px;
	height: 300px;
	background-color:#FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow:auto;
}

	/*left Banner, currently contains quick links */
#bannerLeft {
	float: left;
	width: 210px;
	height: 300px;
	background: url(../_images/greymenubg.gif) repeat;
	} 
		
#bannerLeft a {
	display: block;
	text-decoration: none;
	line-height: normal;
	color: #353535;
	margin:0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	}
	
#bannerLeft a:hover {
	color: #FFB366; 
	background: #FFFFFF;
}

	/* BannerRight contains two div boxes: bannerRightL and bannerRightR*/
#bannerRight {
	float: right;
	width: 700px;
	height: 300px;
	overflow: hidden;
	background-color: #FFF;
}

	/* bannerRightL currently contains the slideshow pictures*/
#bannerRightL {
	background-color:#F3F3F3;
	float: left;
	width: 460px;
	height: 300px;
}

	/* bannerRightR currently holds the text corresponding to the pictures*/
#bannerRightR {
	background: url(../_images/greymenubg.gif) repeat;
	float: right;
	width: 238px;
	height: 300px;
	overflow: auto;
}

#bannerRightR h4{
	font-weight: bold;
	font-size: 16px;
	padding: 5px;	
}

#bannerRightR p{
	text-align:left;
	line-height: normal;
	padding: 5px;
}

.image_div{
	float: left;
	width: 460px;
	height: 300px;
	background-color:#3399CC;
}

.text_div{
	float: left;
	width: 230px;
	height: 300px;
	overflow: auto;
}

.text_div p{
	padding: 10px;
	font-size: 12px;
	line-height: 15px;
	color: #FF3366;
}

.text_div h3{
	color:#cb9539;
}

.quicklinks {
	float: left;
	margin: 0px;
	margin: 5px 0 0 0;
	padding: 0 0 5px 50px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #353535;
}



/* End of banner attributes*/

/*Menu */
#menu {
	/*width: 910px;*/
	height: 25px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	float: left;
	border-right: 1px solid #000;
	background-color: #6E6E6E;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border: none;
}

#menu a:hover {
	background-color:#FFF;
	color:#6E6E6E;
	text-decoration: none;
}

#menu .first {
	margin-right: 3px;
	background: #879bb0;
}

/* hightLine */
#hightLine {
	float: left;
	width: 940px;
	height: 152px;
	background-color:#FFF;
	/* overflow: auto; */
}

#hightLineL {
	float: left;
	width:453px;
	height: 150px;
	margin-left: 10px;
	background-color:#FFF;
	border: 1px solid #CECECE; 
	overflow: auto;
}

#hightLineLIn {
	float: left;
	background-color:#FFF;
	width: 100%;
	height: 100%;
	overflow:auto;
}

#hightLineLIn a{
	font-size:14px;
	color: grey; 
	font-family:Georgia, "Times New Roman", Times, serif;
}

#hightLineLIn a:hover{
	color: #FFB366; 	
}

#hightLineLIn ul{
	list-style-type: none;
	/* padding-left: 10px; */
	padding-left: 5px;
}

#hightLineLIn li{
	background-image: url(../_images/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:10px;
	padding-bottom: 5px;
	
}

#hightLineLIn h3{
	padding-left: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #6E6E6E;
	text-align:center;
	border-bottom: 1px solid #CECECE;
	border-left: none;
	border-right: none;
	border-top: none;
}

#hightLineR {
	float: right;
	width: 453px;
	height: 150px;
	margin-right: 10px;
	background-color:#000 ;
	border: 1px solid #CECECE;
	/* overflow: auto; */
}

#hightLineRightR{
	float: right;
	width: 453px;
	height: 150px;
	background-color:#FFF;
	margin-left: 0px;
	/* overflow: auto; */
}

#hightLineRightRTop{
	float: right;
	width: 453px;
	height: 85px;
	background-color:#FFF;
	position: relative;
	overflow: hidden;
	/* overflow: auto; */ 
}

#hightLineRightRTopL
{
	float: left;
	height: 85px;
	width: 302px;
	background-color:#FFF;
	border-right: 1px solid #CECECE; 
	/* overflow: hidden; */
}
  
#hightLineRightRTopR
{
	float: right;
	/* width: 150px; */
	width: auto;
	height: 85px;	
	background-color:#FFF; 
	/* overflow: hidden; */
}

#hightLineRightRBottom{
	float: right;
	width: 100%;
	height: 64px;
	display: table;
	border-top: 1px solid #CECECE; 
	background: #FFF;
	position: relative;
	/* overflow: auto; */
}

#mainContext {
	width: 940px;
	height: auto;
	background-color:#FFF;
	overflow: auto;
	margin: 0;
	padding: 0;
}

#mainContextL {
	float: left;
	width: 218px;
	height: 508px; 
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CECECE; 
	/* overflow: auto; */
}

#mainContextLIn {
	background-color:#FFF;
	display: table;
	float: left;
	width: 208px;
	height: 508px;
	padding-left: 5px;
	padding-right: 5px;
	overflow:auto; 
}	

#mainContextR {
	float: right;
	width: 688px;
	height: 508px;
	border: 1px solid #CECECE;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	overflow: auto;
}

#mainContextRIn {
	background-color:#FFF;
	display: table;
	float: right; 
	width: 678px;
	height: 490px;
	margin: 5px 5px 0 5px;
	overflow: auto;
}

#mainContextR h1 {
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: bold;
	color:#FFB366;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
}

/* Content */
#content {
	float: right;
	width: 520px;
	padding: 0px 0px 0 0;
}

.content1 {
	float: right;
	width: 500px;
}

#page_header{
	float: right;
	width:520px;
	height:25px;
	background:#879bb0;
	margin-top: 0px;
	text-align:center;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	padding-top:3px;
	margin-bottom: 15px;
}

#content_left{
	float: left;
	width: 250px;
}

#content_right{
	float: right;
	width: 250px;
	text-align: right;
}

#page_content {
	width: 761px;
}

/* Footer */
#footer_outsite{
	position:relative;
   	bottom:0;
	width: 100%;
	height: 40px;
	background:#00346e;
}

#footer {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	background: #3f5473;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.leftF{
	float: left;
	width: 200px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

.rightF{
	float: right;
	height: 40px;
	padding: 0px;
	width: 740px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

blockquote {
	margin:1em;
	margin-left: 0px;
	margin-right: 0px;
	padding:.5em;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

blockquote p {
	margin:.2em;
}

#block_left {

}

#clear {
	clear: both;
	height: 0px;
}

.news_noticesFont {
	font-family: DINPro-Bold;
	font-size: 13.5px;
	color: #C30;
}

.epochs_o_font{
	font-weight: bold;
	color:#FFB366;
}

#notices li{
margin-top:1em;
}
