/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {height: 100%;}
#wrap {width: 762px;margin: 0 auto;}
#footer {clear: both;padding: 10px 0 20px 0; text-align: center;}
#header {padding: 0 0px;overflow:hidden;}

body{
background-color: #005dab;
}

#wrap, #footer {
/*background-image: url(/img/basic/wrap_bg.gif);
background-repeat: repeat-y;*/
background-image: url(/img/wrap_bg.gif);
background-repeat: repeat-y;
background-position: left top;
}

#main {
/*background-image: url(/img/basic/column_right.gif);*/
background-color:#FFFFFF;
width:762px;
/*background-repeat: repeat-y;*/
}

#menu {
background-color: #003969;
/*border-left: 1px solid #005DAB;*/ /*sits on top of wrap_bg's edges*/
border-right: 1px solid #005DAB;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 530px; float: left; padding: 15px 15px 0px 15px; margin-top:5px; margin-bottom:5px;}
#sub-section {width: 160px; float: right; padding: 15px 10px; margin-right:10px; margin-top:5px; margin-bottom:5px;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
background-color: #fff;
}

/* Header
----------*/
#header img {
display: block;
float: left;
}

/* Menu
---------*/

.menu {
width: 760px;
background-color:#003969;
margin: 0 auto;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

.menu a {
padding: 8px 14.6px;
}

.menu li {
padding: 8px 0;
}

.menu li li {
padding: 0;
}

.menu li li a {
padding: 4px 15px;
display: block;
width: 130px;
}

.menu li.last a {
padding-left: 14px;
padding-right: 13px;
}
