@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body { 
background: #002255 url('../img/layout/bg.jpg') repeat-x; 
color: #000;
padding-bottom: 40px;
font-family:Arial, Helvetica, sans-serif; 
font-size: 9pt; 
color: #000000; 
}

.header {
clear: both;
background: #002255 url('../img/layout/header.jpg') no-repeat; 
height: 150px; 
width: 850px; 
font-size: 8pt; 
text-align:right;
}

.headtag * {
display: none; 
visibility: hidden; 
}

.wrap {
position: relative;
margin: auto;
width: 850px; 
background: none; 
color: #000;
}

.container { 
position: relative;
/* Hide from IE \*/
margin: auto auto auto 150px;
/* End hide */
width: 660px;
padding: 20px; 
background-color: #003366; 
color: #fff;
}

.vertical ul{
list-style-type: none;
float: left;
width: 150px;
}
		
.vertical li a{
background-image: url('../img/layout/navbg.gif');
display: block;
font: bold 13px Verdana, Helvetica, sans-serif;
color: white;
padding: 7px 0 7px 0;
width: 150px;
text-decoration: none;
text-align: left;
}

.vertical li a:hover {
background-image: url('../img/layout/navbghover.gif');
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
padding: 8px 0 8px 0;
text-decoration: none;
}
		
.vertical li{
/*Needed for IE. Don't ask me why, It was a lucky guess.*/
display: inline;
}
		
.vertical li ul{
position: absolute;
margin-top: -30px;
margin-left: 150px;
}

.arrow{
position: relative;
background: url('../img/layout/navarrow.gif') no-repeat center right;
background-position: 130px;
z-index: 900;
}

		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
.inaccesible li ul{
display: none;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */


.news_right {
position:relative;
float:right;
width:200px;
margin:0 0 5px 10px;
padding:0 8px 0 8px;
background:#002255;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
}

.video_right {
position:relative;
float:right;
clear:both;
width:400px;
margin:0 0 00;
padding:0 0 0 0;
background:#003366;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
}

.news p {
margin:10px 10px;
}

.news_cnr_top {
background:url('../img/layout/cnr/cnr_tr.gif') no-repeat top right;
margin:0 -8px 0 -8px;
}

.news_cnr_bottom {
background:url('../img/layout/cnr/cnr_br.gif') no-repeat top right;
margin:0 -8px 0 -8px;
}

img.cnr {
width:8px;
height:8px;
border:none;
display: block !important;
}

.footer {
background-image: url('../img/layout/cnr/container_bottom.png');
background-repeat: no-repeat;
position: relative;
margin: 0 0 0 150px;
width:700px;
padding:10px 0 4px 0;
font-size:7pt;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
}

/******* links *******/

a {
color:#ffcc00;
text-decoration:underline;
}

a:hover {
color:#ffffff;
text-decoration:underline;
}

.header a{
text-decoration:none;
}

.header a:visited {
text-decoration:none;
color:#999999;
}

#footer a {
color:#ffcc00;
text-decoration:none;
}

#footer a:hover {
color:#ffffff;
text-decoration:none;
}

/******* fonts and colors *******/

.header strong {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:13pt;
letter-spacing:.5em;
}

.news_title {
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:11pt;
font-weight:bold;
}

.page_title {
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:11pt;
font-weight:bold;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

/******* images *******/

img {
border:none;
}

.right img{
position:relative;
float:right;
padding:0 0 0 0;
margin:5px 0 0 5px;
}

.left img{
position:relative;
float:left;
padding:0 0 0 0;
margin:0 5px 0 2px;
}


/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/*.clearfix {display: inline-table;}*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
