/*********************************************************************/
body{margin:0;
background: #437077;
font-family: Verdana,Arial; font-size: 10px;
}

h1{color:  #0068B6; font-size: 14px; font-family:  Arial; text-align: left; margin:15px 0 2px 0; border-bottom:1px solid #0068B6;}
h2{color: #00adf0; font-size: 16px; font-family: Arial;}
h3{color: #00adf0; font-size: 12px; font-family: Arial;margin:10px 5px 0px 0;}
p{margin:2px 0 10px 0}

#maincontainer{
width: 860px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding-top: 0px;
display:block;
font-family: Verdana,Arial; font-size: 10px;
background:#fff url('sidebar_bg.png') repeat-y center center;
}

#header{
width: 860px;
height: 280px;
clear:both;
}

#logo{
float:left;
width: 330px;
height: 40px;
padding-top:5px;
}

#navbar{
float: right;
width: 513px;
height: 40px;
background: #fff url('navbar/nav_bg.png');
text-align: right;
padding-top: 20px;
padding-right: 10px;
}

#header_image{
width: 860px;
height: 220px;
clear:both;
}

#header-image1{
float: left;
width: 337px;
height: 221px;
background: url('header_image1.png');
}

#header-image2{
float: right;
width: 523px;
height: 221px;
}

.header-tube{
padding-left: 30px;
padding-right: 30px;
padding-top: 50px;
color: #fff;
line-height: 200%;
font: 12px;
font-weight: normal;
text-align:justify;
}

#content_wrapper{
clear:both;
width: 860px;
}

#content_box{
float: left;
width: 620px;
height: auto;
background-color: #fff;
}

.content-tube{
float: left;
font-family: Verdana,  Arial;
font-size: 11px;
text-align: Justify;
line-height:200%;
padding: 20px;
}

.content-tube li a{color:#0068B6;}
#column1{
float: left;
width: 270px;
margin-right:40px;
}

#column2{
float: right;
width: 270px;	
}

#sidebar{
width: 220px;
float:right; 
font:11px verdana;
line-height:1.5;
}

#newsroom{
}

.newsroom-tube{
clear: both;
font-size:11px;
line-height:200%;
}

#footer{
clear:both;
width: 860px;
height: 50px;
margin: 0 auto;
background:#fff;
}

.copyright{
float: left;
width: 400px;
padding-top: 5px;
margin-left: 5px;
}

.designed_by{
float: right;
width: 400px;
padding-top: 5px;
text-align:right;
margin-right: 5px;
}

.designed_by a{ color: #444; text-decoration: none; font-size: 10px;}
.designed_by a:hover{color: #444; text-decoration:underline;}
.nav a{color: #0090d3; text-decoration: none;}
.nav a:visited{color: #0090d3; text-decoration: none;}
.content-tube a{color: #000; text-decoration: none; }
.content-tube a:hover{color: #000; text-decoration: underline;}
.header-tube a{color: #fff; text-decoration: none;}
.header-tube a:hover{color: #fff; text-decoration: underline;}


/***** Navbar *****/


.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 210px; /* width of menu (don't forget to add border with below!) */
}

.slidedoormenu li{
border-bottom: 1px solid  #0090D3; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
/*background:*/
display: block;
color:  #0068B6;
width: auto;
border-bottom: 0px solid #0068B6; /* White border beneath each menu item link, to add depth */
/* Vertical (top/bottom) padding for each menu link */
text-indent: 5px;
text-decoration: none; font-style:normal; font-variant:small-caps; font-weight:bold; font-size:14px; font-family:Arial,Lucida Grande, Trebuchet MS, Verdana; 
padding:7px 0;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color:  #0068B6;
}

.slidedoormenu li a:hover{
color: #04497E;
background:#80C7E8;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}
