/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
* {
margin:0pt;
padding:0pt;
}
body, html {}
#wrap {
font-size:11px;
background-color:#F2E000;

}

#footer {
clear: both;padding: 10px 0 20px 0; text-align: center;
background-color:#004066;
height:100%;
}
#header {padding: 0 1px;overflow:hidden;
background-color:#FFFFFF;
height:83px;
margin:0pt auto;
width:760px;
text-align:left;
}

body, html {
background-color: #FFFFFF;
}
/*
#footer {
background-image: url(/img/basic/wrap_bg.gif);
background-repeat: repeat-y;
background-position: left top;
}
*/

#main {

}

#menu {
background-color:#004066;
display:block;
margin:0pt auto;
font-size:12px;
text-align:left;



/*
background-color: #f2891c;
border-left: 1px solid #fff; 
border-right: 1px solid #fff;
*/
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {
clear: both;
margin:0pt auto;
width:760px;
background-color: #fff;

}
.clearboth {clear:both;}
#content {
float: left; 
padding:10px;
}
#sub-section {
float: right;
}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;
padding:15px 15px;
}



/* 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;
margin: 0 auto;
}

.menu a {
padding: 7px 24.4px;
border-left:1px solid #2E7BA7;
}

.menu li {
padding:8px 0px 7px;

}

.menu li li {
padding: 0;
background:#F2E000;
}

.menu li li a {
padding: 4px 15px;
display: block;
width: 130px;
}
