/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
margin:0;
padding:0;
font:12px Arial, Helvetica, sans-serif;
color:#333;
}

html, body, #container  {height:100%; position:relative;}
body, #container {height: auto; min-height: 100%; position:relative;}


 .right {
	float: right;
}
 .left {
	float: left;
}
 .align-left {
	text-align: left;
}
 .align-right {
	text-align: right;
}
 .align-center {
	text-align:center;
}
 .justify {
	text-align:justify;
}
 .hide {
	display: none;
}
 .clear {
	clear: both;
}

 .bold {
	font-weight:bold;
}
 .italic {
	font-style:italic;
}
 .underline {
	border-bottom:1px solid;
}
 .highlight {
	background-color:#a90b0a;
	padding:5px;
	color:#FFF;
}

 .highlight:hover {
	background-color:#323232;
	padding:5px;
	color: #a4d4d7;
}
 img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 img.alignleft {
	float:left;
	margin:6px 15px 6px 0;
}
 img.alignright {
	float:right;
	margin:6px 0 6px 15px;
}


.smalltext {
	 font: bold 12px "Lucida Sans",Arial, Helvetica, sans-serif;
	 
 }
.pad {
padding:8px 8px 2px 8px;	
}

 img.top {
margin-top:40px;	
}
 
.black {
	 color:#00000;
	 font-size:12px;
	 font-weight:bold;
	 font-style:italic;
 }
 
 .green {
	 
	 color:#060;
	 font-weight:bold;
 }
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
 a:link, a:visited {
	color: #454545;
}
 a:hover {
	color: #111;
}
 a:active {
	color: #111;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
 h1 {
	font:normal 2em Arial, Helvetica, sans-serif;
		margin:10px 0px;
}
h2 {
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color:#0067b4;
	line-height:1.6em;
	margin:10px 0px;
}
 h3 {
	font: normal 1.4em "Lucida Sans",Arial, Helvetica, sans-serif;
	color:#2f3f5a;
	margin:10px 0px;
}
 h4 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin:10px 0px;

}
 h5 {
	font: bold 1.1 em "Lucida Sans",Arial, Helvetica, sans-serif;
	color: #a90b0a;
}
 h6 {
	font: bold 1.5em Arial, Helvetica, sans-serif;
	margin:15px 0px;
	padding-bottom:5px;
 }
 h7 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color:#0067b4;
	margin:10px 0px; 
 }

 p {
	color:#333;
	margin:10px 10px; line-height:22px;
}



.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block; height:40px;}
/* End hide from IE-mac */




#container {
height:100%;
position:relative;
width:960px;
margin:0 auto;	
}

#header {
height:37px;
width:960px;
float:left;	
}

#logo {
	position:absolute;
	top:0px;
	left:-15px;
	width:179px;
	height:116px;
	z-index:1000;
}

#news {
width:313px;
padding:30px 20px 15px 10px;
float:right;
margin-top:40px;
height:633px;
}

#content-lt  ul, ol { margin-left:2.5em; padding-left:0px; list-style-type:disc; }
#content-lt  li { font-size:13px;font-weight:bold; margin:7px; color:#000; }


#leftcol {
width:210px;	
padding:0px;
margin-top:120px;
float:left;
}
#content {
width:750px;
padding:35px 0px 15px 0px;
float:right;
margin-top:20px;
margin-bottom:37px;
}

#content-lt {
float:left;
margin-left:10px;
width:490px;
margin-right:10px;
	
}

#content-rt {
float:right;
width:230px;
padding-left:10px;
	
}

#content-btm{
float:left;
margin-left:10px;
padding-top:10px;
width:730px;
}

#content-btml{
float:left;
width:340px;
}

#content-btm2{
float:right;
padding-right:10px;
width:340px;
}

#content-btm3{
float:left;
width:730px;
}

#ticker{
height:95px;
margin-top:100px;
overflow:hidden;
}
	
#footer {
   position:relative;
   clear:both;
   bottom:0;
   width:100%;
   height:23px;   /* Height of the footer */
   background:#231f20;
   border-top:2px solid #8dc63f;
   color:#FFF; 
   text-align:center;
   font:9px;
   padding-top:14px;
   margin-top:-37px;
}
#footer a:link {
   color:#FFF;	
}

#main {padding-bottom: 37px;}  /* must be same height as the footer */


ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:35px;
font-size: .95em;
font-family:Verdana,Helvetica,Arial,sans-serif;
margin:0;
margin-left:166px;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#fafafa;
text-decoration:none;
height:28px;
padding:9px 14px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#2f3f5a;
text-decoration:none;
}

ul.menu .current a {
color:#2f3f5a;
}


/*RED*/

ul.menu.red li a:hover, .menu.red li.current {
background-color:#FFFFFF;
color:#2f3f5a;
}

/*Video*/
#videoswrap {
	position:relative;

}
#links, #videos {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0;
}

#links li {
	float:left;
	margin-left:70px;
}

#videos li {
	float:left;
	margin-bottom:60px;
}

#fancy_div {
	background:url(../images/video_bg.png) no-repeat;
}
