/* CSS Document */

/*Text Styles*/
.style-body {font-family: Arial;font-size: 14px;}
.style-blue {font-family: Arial;font-size: 14px;color: #004571}
.style-form {font-family: Arial;font-size: 12px; color:#ffffff}
.style-gallery-menu {font-family: Arial;font-size: 12px; color:#000066 }
.style-gallery-arrows {font-family: Arial;font-size: 12px; color:#818335; font-weight:900  }

.style-formsmall {font-size: 9px; color:#ffffff}

.style-footer {font-family: Arial;font-size: 10px; color:#000066 }

.style-seo {font-size: 24px;font-family: Arial;color:#000000}

.style-seo-blue {font-size: 24px;font-family: Arial; color:#000066}


/*Borders*/
#body {
width: 750px;
margin: 0 auto; border: solid 1px #000066 }

#footer {
width: 750px;
margin: 0 auto; font-family: Arial;font-size: 10px; color:#000066 }


/*SEO*/

body {
margin: 0;
padding: 0;

font-family: Arial;font-size: 10px; color:#000066
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {width:27%; float:right; margin-right:15px}

#menu dl {
float: center;
width: 16em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}