* {
margin: 0;
padding: 0;
}
html {
background-color: #fff;

}
body {
font-size: 70%;
font-family: 'Lucida Grande', Arial, Sans-Serif;
background-color:#EFEEDF;
background-image: url(images/fade.jpg);
background-repeat: repeat-x;

}
.legend {
text-indent: -9999px;
height: 0;
font-size: 0;
display: none;
}
#container {
position: relative;
margin: 0 auto;
width: 758px;
background: #fff url(images/bg.gif) repeat-y 50% 0;
border: solid 1px #000033;
}
#navigation ul, #header, #footer ul {
padding-left: 30px;
font-weight: bold;
}
#content {
float: left;
width: 585px;
}
#sidebar {
margin: -12px 0 0 595px;
padding: 20px 0;
width: 150px;
color: #003366;
font-weight: normal;
}

#sidebar ul, #sidebar h2, #sidebar h3, #sidebar ol, #sidebar p {
margin: 10px;
}


#sidebar h2 {border: solid 1px white; color: white; background-color: #330000; font-size: 11px; font-weight: bold; padding: 2px;}






#content p, #content ul, #content ol, #content dl, table, #introduction p {
margin: 1em 0;
}

ul {
list-style: square;
}
a {
color: #666;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a img {
border: 2px solid #666;
}
a:hover img {
border-color: #1f1f1f;
}
#content a:hover {
color: #39c;
}
#content li {padding-bottom: 18px; font-size: 12px; color: #000066;}


table {
border-collapse: collapse;
border: 0;
color: #666;
}
table th {
font-weight: bold;
text-transform: uppercase;
background-color: #f2f2f2;
}

table td, table th {
padding: 5px 30px 5px 10px;
}



/* main site header */
#header {
position: relative;
height: 139px;
background: white;
padding:0;

}
#header h1 {
position: relative;
width: 175px;
height: 43px;
font-size: 2em;
display: hidden;
z-index: 50;
}
#header h1 a, #header p {
color: #fff;
text-transform: uppercase;
}
#header h1 a {
text-decoration: none;
}

#footer {
overflow: hidden;
height: 29px;
}

 #navcontainer
{
background: #000000;
margin: 0 auto;
padding: 1px 0 1px 0;
font-family: arial, helvetica, sans-serif;
text-transform: lowercase;
width:100%;
}



ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
font-size: 12px;
}

ul#navlist li
{
display: block;
float: left;
width: 15%;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;

color: white;
text-decoration: none;
background: black;
}


ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: white;
background: #4e4e4e;

}


/* footer */
#footer {
clear: both;
margin-top: 50px;
background: black;
color:white;
font-size: 0.9em;
padding-top:2px;
}

#footer p {
text-align: center;

}



 #introduction {
position: relative;
margin: 2em 30px 2em;
}

#introduction ul{list-type: square; line-spacing: 15px;}


h2, h2 a, .post p,  h3, h4, #introduction p {
color: #666;
text-decoration: none;
}
h2 {
font-size: 1.45em;
}
h2 a {
}
h3 {
font-size: 1.3em;
}
h4 {
font-size: 1.2em;
}


#introduction p, .featured div p,  #contact-form, #sidebar p {
font-size: 1.2em;
line-height: 1.7;
}



#introduction h2, #introduction p {
color: #003366;
}
#introduction h2, #introduction h2 strong {
font-weight: bold;
}
#introduction h2 strong {
text-transform: uppercase;
}
#introduction {
padding-bottom: 1em;
border: 1px solid #fbfbfb;
border-bottom: 1px solid #0b78b1;
}
span.hilite {
background-color: #f2f2f2;
color: #0b78b1;
border: 1px solid #ccc;
padding: 0 2px;
}












/* contact form */
#error-message {
color: #39c;
}
#contact-form {
clear: left;
}
#contact-form label, #contact-form input, #contact-form textarea {
display: block;
float: left;
}
#contact-form input#stage {
display: none;
}
#contact-form form div {
clear: left;
margin: 3px 0;
padding: 3px 0;
}
#contact-form label {
clear: left;
width: 100px;
}
#contact-form input {
width: 215px;
margin-right: 5px;
}
#contact-form textarea {
width: 300px;
height: 150px;
margin-right: 5px;
}
#contact-form input#submit {
margin-left: 100px;
width: auto;
padding: 0 10px;
}








/* float contain */
#container::after, #contact-form form div::after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
font-size: 0;
}
/* Hides from IE-mac \*/
* html #container, * html #contact-form form div {height: 1%;}
/* End hide from IE-mac */
