/* reset margin and padding to 0 for all elements */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li {
margin: 0;
padding: 0;
}

/* This fixes an IE bug that caused awkward text-resizing */
html {
font-size: 100%;
}

body {
text-align: center;
font-size: 0.8em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
text-decoration: none;
color: #002d62;
}

#content a {
font-weight: bold;
}

a:hover {
text-decoration: underline;
}

h1 {
color: #002d62;
font-weight: normal;
font-size: 160%;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
border-bottom: dotted 1px #002d62;
margin-top: 45px;
}

h2 {
font-family: "Times New Roman", Times, serif;
}

li {
margin-left: 1em;
}

/* this prevents images from disappearing in IE 6 */
img { 
position: relative;
border: none; /* and this removes image borders unless explicitly set */
}

/* Header */

#header {
height: 10em;
background: url(/img/bkg-content-top.gif) repeat-y;
padding: 15px 35px 0 38px;
margin: auto;
margin-top: 20px;
width: 800px;
position: relative;
z-index: 900;
}

#header a {
color: white;
}

#siteid {
float: left;
margin-top: 10px;
margin-bottom: 10px;
}

#mainmenu {
clear: both;
border-top: dotted 1px white;
width: 760px;
z-index: 999;
}

#mainmenu li:hover {
background: white;
color: #002d62;
}

#mainmenu a {
display: block;
font-size: 80%;
border-right: solid 1px white;
padding: 4px 10px;
}

#mainmenu a.last {
border-right: 0;
}

#mainmenu a:hover, 
#mainmenu li:hover a {
background: white;
color: #002d62;
text-decoration: none;
}

#mainmenu li {
list-style-type: none;
margin: 0;
margin-top: 6px;
float: left;
}

#mainmenu li.divider {
padding-bottom: 0.5em;
}

#motto {
position: absolute;
right: 70px;
top: 53px;
}

#header-bottom {
position: absolute;
bottom: 0;
width: 800px;
left: 0;
background: url(/img/bkg-header-bottom.gif);
height: 33px;
}

/* End Header */

/* Drop down menus */

#mainmenu li {
position: relative;
}

#mainmenu li ul {
display: none;
background: white;
z-index: 999;
border: solid 1px #002d62;
border-top: 0;
text-align: left;
width: 280px;
padding: 0;
position: absolute;
left: -20px;
padding-top: 10px;
padding-bottom: 10px;
top: 1.6em;
}

#mainmenu li ul li {
margin: 0;
border: 0;
}

#mainmenu li ul a {
color: #002d62;
width: 259px;
}

#mainmenu li ul a:hover {
background: #99abc0;
}

#mainmenu li:hover ul {
display: block;
}

#mainmenu li #aboutsubmenu {
left: -1px;
}

#mainmenu li #servicessubmenu {
width: 329px;
}

#mainmenu li #servicessubmenu li a {
width: 304px;
}

#mainmenu li #supportsubmenu {
left: -44px;
}

#mainmenu li #locationssubmenu {
left: -126px;
}

#mainmenu li strong {
padding: 1em;
font-weight: normal;
}

/* END Drop down menus */

/* Footer */

#footer {
background: white url(/img/bkg-content-bottom.gif) no-repeat;
padding: 0 35px 1em 20px;
width: 818px;
margin: auto;
padding-top: 105px;
}

#head-start {
float: left;
}

#footer-content {
margin: 0 0 0 90px;
}

#footermenu {
background: url(/img/footer-menu.jpg) no-repeat;
padding: 10px 0 20px;
width: 695px;
margin: 0 auto;
}

#footermenu li {
list-style-type: none;
display: inline;
border-right: solid 1px #002d62;
margin-left: 0;
}

#footer li.last {
border: 0;
}

#footer ul a {
font-size: 90%;
padding: 0 10px;
}

#footer .logo {
margin: 10px auto;
display: block;
}

#footerinfo p.clear{
padding-bottom: 1em;
width: 517px;
margin: 0 auto;
border-bottom: 1px solid #e5e5e5;
}

#footerinfo li {
list-style-type: none;
line-height: 1.5;
font-size: .9em;
}

#footerinfo li li {
padding-left: 20px;
display: inline;
margin-left: 0;
font-size: 1em;
background: url(/img/dot.gif) 5px .5em no-repeat;
}

#footerinfo .street {
background: none;
padding: 0;
}


#address1 {
float: left;
width: 391px;
}

/* End Footer */

#page {
width: 800px;
margin: auto;
text-align: left;
background: url(/img/bkg-page.gif) repeat-y;
padding: 0 35px 0 38px;
z-index: 100;
}

#content {
background: #fff4de;
width: 650px;
padding: 10px 65px 10px 45px;
background: url(/img/bkg-content.gif) repeat-y;
position: relative;
}


.preload {
display: none;
}

.clear {
clear: both;
height: 0;
padding: 0;
margin: 0;
}

.short {
line-height: 1px;
}

.breadcrumb {
position: absolute;
right: 45px;
top: 0;
font-weight: bold;
font-size: 90%;
}

.large {
color: #002d62;
font-size: 115%;
line-height: 1.3em;
}

