@charset "utf-8";
/* CSS Document */

/*****Zero out margins and padding*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td { margin: 0; padding: 0; }


/******* Main Layout *********/
body {background-image: url(../images/back.jpg); background-repeat: no-repeat; background-color:#4E7FA5; padding-top: 10px;}
#header {width: 990px; height: 80px; margin: 0px auto; background-image: url(../images/header.png); background-repeat: no-repeat;padding-top: 50px; padding-left: 30px}
#container {width: 1020px; margin: 0px auto; background-image: url(../images/contentback.png); background-repeat: repeat-y;}
#content {width: 960px; float:left; background-image:url(../images/contentcorner.gif); background-repeat: no-repeat; background-position: top right; padding: 30px 20px 30px 30px;}

.col_1 {float: left; width: 480px; }
.col_2 {float: right; width: 230px;}
.featured {float: left; width: 210px; margin-right: 20px;}

ul#nav {list-style: none;}
ul#nav li {margin-bottom: 10px; }

ul#nav li a {display: block; width: 210px; height: 21px; padding-top: 11px; padding-left: 20px; background-color: #0A5184;}

#footer {width: 1020px; margin:0px auto; background-image:url(../images/footer.png); background-position: top; background-repeat: no-repeat; height: 26px; padding-top: 28px;}

/******* Tags ******************/
h1 {font: 18px Verdana, Arial, Helvetica, sans-serif; color: #01477a; margin-bottom: 14px;}
p {font: 12px Verdana, Arial, Helvetica, sans-serif; color: #01477a; line-height: 20px; margin-bottom: 14px;}

a:link {color: #01477a;}
a:visited {color: #89a9d8;}
a:hover {color: #01477a;}
a:active {color: #01477a;}

br {line-height: 10px;}

/******* Custom Display Styles ***********/
ul#nav li a:link, ul#nav li a:visited {background-image: url(../images/nav_back.gif); background-repeat: no-repeat; }
ul#nav li a:hover {background-image: url(../images/nav_back_roll.gif); background-repeat: no-repeat; }

#holder {background-image: url(../images/nav_back_roll.gif);}

a img {border: none;}

#footer p {color: #ffffff; font: 10px Verdana, Arial, Helvetica, sans-serif;}
#footer a:link, #footer a:visited {color: #ffffff;}
#footer a:hover {color: #0A5184;}

p.footerLeft {float: left; margin-left: 22px; margin-top: 2px;}
p.footerRight {float: right; margin-right: 22px; margin-top: 2px;}

a.webolink:link, a.webolink:visited {text-decoration: none;}
a.webolink:hover {text-decoration: underline;}
a.webolink:active {text-decoration: none;}

.clearing {clear: both;}