/* CSS Document */

html {
background-color:white;
margin-top:0px;
}

body, html, div {
margin: 0;
padding: 0;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
margin-top:0px;
overflow:auto;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#373768;
line-height:13px;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#373768;
line-height:10px;
}

ul li {
list-style:disc;
line-height:14px;
margin-left:15px;
}

ol li {
list-style:circle;
line-height:14px;
}

a:link, a:visited {
color:#70a6b7;
text-decoration: none;
}

a:hover, a:active {
color:#0d5784;
text-decoration: underline;
}

#container {
width:755px;
margin-left:auto;
margin-right:auto;
background-color:white;
}

#header {
margin-top:0px;
height:110px 115px;
width:755px;
}

#logo {
background:no-repeat url(images/systems.gif);
margin-top:10px;
/*margin-left:480px;*/
width:755px;
height:122px;
z-index:3;
}

/*#logo {
background:no-repeat url(images/revgen_metallic.jpg);
margin-top:10px;
margin-left:480px;
width:290px;
height:70px;
z-index:3;
}

#blackbar {
background:no-repeat url(images/systems.gif);
margin-top:-5px;
height:52px;
width:755px;
}*/

#navcontainer {
margin-left:0px;
width:190px;
font-size:12px;
}

#photocollage {
position:absolute;
margin-top:45px;
margin-left:205px;
background:no-repeat url(images/home_mural.jpg);
width:549px;
height: 125px;
border:solid 1px;
border-color:#70a6b7;
z-index:10;
}

#content {
position:absolute;
margin-top: 25px;
margin-left:0px;
height:180px;
width:755px;
}

#contentleft {
position:absolute;
margin-top:235px;
width:180px;
height:165px;
border-right:solid 1px;
border-right-color:#848181;
padding-right:10px;
}

#contentmain {
position:absolute;
width:335px;
margin-left: 205px;
margin-top:235px;
height:165px;
}

#contentright {
position:absolute;
margin-top:235px;
margin-left:570px;
border-left:solid 1px;
border-left-color:#848181;
padding-left:10px;
height:165px;
width:180px;
}

#sideheader {
width:178px;
border-bottom: solid 1px;
border-bottom-color:#848181;
}

#mainheader {
width:350px;
border-bottom: solid 1px;
border-bottom-color:#848181;
}

#footer {
position:absolute;
margin-top:390px;
width:755px;
border-top: solid 1px;
border-top-color:#848181;
text-align:center;
}

.georgia {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:bold;}

/* NAVIGATION */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
margin-top:2px;
z-index:100;
}
dl#menu {
width: 190px;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;
padding-left:10px;
height: 33px;
line-height: 33px;
text-align:left;
font:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
border: 1px #FFF;
background: #0D5784;
list-style:none;
}
dl#menu dd {
border: 1px #fff;
list-style:none;
}
dl#menu li {
text-align: left;
background: #fff;
list-style:none;
}
dl#menu li a {
color: #fff;
background: #70A6B7;
text-decoration: none;
display: block;
padding-left:45px;
border: 0 none;
height: 100%;
list-style:none;
}

dl#menu dt a {
color: #fff;
background: #0d5784;
text-decoration: none;
display: block;
padding-left:30px;
border: 0 none;
height: 100%;
}

dl#menu li a:hover{
background: #373768;
}

dl#menu dt a:hover {
background: #373768;
}