Rev 270 | Blame | Compare with Previous | Last modification | View Log | RSS feed
div#wrapper {
width: 800px;
margin: auto;
border: 1px solid #fefefe;
}
body {
background: #d3d3d3; /* lightgray; */
}
#header {
margin: 0;
padding: 0;
height: 200px;
background-image: url(../images/headers/header2.png);
}
#menu1,
#menu2 {
font-family: "Bitstream Vera Sans", Arial, Helvetica, Sans-serif;
font-size: 10pt;
padding: 0px;
margin: 0px;
}
#menu1 ul,
#menu2 ul {
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
text-align: center;
}
#menu1 li,
#menu2 li {
width: 199px;
margin: 0px 0 0;
padding: 0px;
float: left;
text-align: center;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
}
#menu1 .selected,
#menu1 li :hover,
#menu1 li:hover,
#menu2 .selected,
#menu2 li :hover,
#menu2 li:hover {
background: #add8e6;
}
#menu1 a,
#menu2 a {
margin: 0px;
padding: 10px;
text-decoration: none;
display: block;
}
#menu1 a:link,
#menu1 a:active,
#menu1 a:visited,
#menu2 a:link,
#menu2 a:active,
#menu2 a:visited {
color: blue;
}
#menu1 li.top,
#menu2 li.top {
border-left: 1px solid gray;
border-top: 1px solid #fefefe;
}
#menu1 li.bottom,
#menu2 li.bottom {
border-top: 1px solid gray;
border-left: 1px solid gray;
}
#menu1 li.ltop,
#menu2 li.ltop {
border: none;
border-top: 1px solid #fefefe;
}
#menu1 li.lbottom,
#menu2 li.lbottom {
border-top: 1px solid gray;
}
#content {
clear: both;
padding: 25px;
font-family: "Bitstream Vera Sans", Arial, Helvetica, Sans-serif;
font-size: 12pt;
border-top: 1px solid #fefefe;
}
#content img {
margin: 0px;
padding: 0px;
}
#footer {
clear: both;
height: 100px;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 8pt;
/*color: #c9c9c9;*/
border-top: 1px solid #fefefe;
padding: 13px 25px;
line-height: 18px;
}
#footer #altnav {
width: 350px;
float: right;
text-align: right;
}
#footer img {
margin: 10px;
}
p.centeredImg {
font-size: 10pt;
text-align: center;
margin-top: 40px;
margin-bottom: 40px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
}
ul.resources {
font-size: 9pt;
}
ul.nobullet {
list-style: none;
}
#halfwidth1 {
float: left;
width: 50%;
}
#halfwidth2 {
float: right;
width: 50%;
}
.clear {
clear: both;
}