/* General styles */
body {
margin:0;
padding:0;
border:0; /* This removes the border around the viewport in old versions of IE */
width:100%;
background:#fff;
font-size:80%;
font-family:Arial, Helvetica, sans-serif;
color:#666;
}
a {
color:#008AA4;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
ul {
padding:0px;
margin:0px;
}

/* Header styles */
#header {
margin: 0 10px 0 10px;
}
#header_left {
margin: 10px 0px 10px 0px;
float:left;
}
#header_right {
margin:30px 0px 10px 10px;
float:right;
text-align:center;
}
#siteTitle {
background-color:#467576;
padding:0px;
margin-bottom:10px;
color:#fff;
text-align: center;
font-weight:bold;
width: 100%;
}

/* CONTENT COLUMNS *//* column container */
.colmask {
position:relative;/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
width:100%; /* width of whole page */
overflow:hidden;/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu .colright {
float:left;
width:200%;
position:relative;
left:160px;
background:#fff;
}
.leftmenu .col1wrap {
float:right;
width:50%;
position:relative;
right:160px;
padding-bottom:1em;
}
.leftmenu .col1 {
margin:0 10px 0 160px;
position:relative;
right:100%;
overflow:hidden;
}
.leftmenu .col2 {
float:left;
width:160px;
position:relative;
right:150px;
}

/* FOOTER */
#footer {
color:#999;
margin: 10px 0px 10px 0px;
text-align: center;
}

/* MISC */
.clearer {
clear: both;
}

/* Horizontal Navigation */
#siteTitle ul {
padding: 0px;
margin: 0px;
color: #fff;
padding-top: 10px;
}
#siteTitle ul li {
padding: 0px;
margin: 0px;
display: inline;
}
#siteTitle ul li a {
text-decoration: none;
color: #fff;
font-weight: normal;
padding: 0px;
margin: 0px;
}

/* Banner Bar */
#banner_bar {
width: 100%;
background-color: #008AA4;
font-size: 9px;
display: block;
}

/* LEFT NAV MENU */
#leftNavMenu {
background-color:#669293;
color:#fff;
width: 140px;
margin-right: 10px;
}
#leftNavMenu ul {
padding:4px;
}
#leftNavMenu li{
list-style:none;
padding:2px;
margin-bottom: 2px;
font-weight: normal;
}
#leftNavMenu li a:link, #leftNavMenu li a:visited, #leftNavMenu li a:hover, #leftNavMenu li a:active {
border-bottom: 1px solid #fff;
color: #fff;
text-decoration: none;
width: 100%;
display: block;
}

/* LEFT NAV MENU 2 */
#leftNavMenu2 {
background-color:#669293;
color:#fff;
width: 140px;
margin-right: 10px;
}
#leftNavMenu2 ul {
padding:4px;
}
#leftNavMenu2 li{
list-style:none;
padding:2px;
margin-bottom: 2px;
font-weight: normal;
}
#leftNavMenu2 li a:link, #leftNavMenu2 li a:visited, #leftNavMenu2 li a:hover, #leftNavMenu2 li a:active {
border-bottom: 1px solid #fff;
color: #fff;
text-decoration: none;
width: 100%;
display: block;
}

/* LEFT NAV MENU 3 */
#leftNavMenu3 {
background-color:#669293;
color:#fff;
width: 140px;
margin-right: 10px;
}
#leftNavMenu3 ul {
padding:4px;
}
#leftNavMenu3 li{
list-style:none;
padding:2px;
margin-bottom: 2px;
font-weight: normal;
}
#leftNavMenu3 li a:link, #leftNavMenu3 li a:visited, #leftNavMenu3 li a:hover, #leftNavMenu3 li a:active {
border-bottom: 1px solid #fff;
color: #fff;
text-decoration: none;
width: 100%;
display: block;
}
