/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#036;
}
h1 {
font-size:9px; 
color:#CCCCCC; 
text-align:center;
margin:0px;
}
#container {
width:900px;
height:700px;
margin:0px auto;
}
.header {
width:900px;
height:173px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}
#menu {
height:55px;
background-image:url(images/menu-bg.jpg);
background-repeat:repeat-x;
background-position:bottom;
}
#menu ul {
margin-left:0px;
padding-left:0px;
}
#menu li {
list-style:none;
float:left;
}
#menu a {
display:block;
height:15px;
padding:15px;
float:left;
background-image:url(images/li-right-border.jpg);
background-repeat:no-repeat;
background-position:center right;
}
#menu a {
text-decoration:none;
color:#036;
}
#menu a:link, a:visited, a:hover {
text-decoration:none;
color:#036;
}
#menu a.active {
border-bottom:10px solid #014286;
color:#036;
}
#menu a:link:hover {
border-bottom:10px solid #014286;
}
#menu a:hover {
border-bottom:10px solid #014286;
}
#main-banner {
border-bottom:25px solid #000;
padding-top:20px;
height:173px;
margin-bottom:0px;
}
.h2-holder {
float:left;
background-color:#014286;
height:173px;
width:366px;
margin-bottom:0px;
}
h2 {
color:#fff;
font-weight:normal;
margin:30px 0px 0px 30px;
font-size:30px;
}
.flash-holder {
float:right;
width:534px;
height:173px;
margin:0px;
padding:0px;
}
.flash-holder .flash {
margin:0px;
padding:0px;
}
#body {
padding:30px 15px;
width:600px;
clear:both;
margin:0px auto;
}
#footer {
padding:30px 0px;
border-top:1px solid #000;
height:100px;
color:#000;
font-size:10px;
}
#footer .address {
width:200px;
padding:0px 15px;
float:left;
height:80px;
}
#footer .address2 {
width:200px;
padding:0px 15px;
float:left;
border-left:1px solid #000;
height:80px;
}
#footer .sub-menu {
width:700px;
float:left;
}
#footer .sub-menu a.mail:link, a.mail:visited {
text-decoration:none;
color:#036;
}
#footer .sub-menu a.mail:hover {
text-decoration:underline;
}
.copyright {
width:100px;
float:right;
text-align:right;
}

body a:link, a:visited, a:hover {
text-decoration:none;
color:#036; }

