﻿body { 
padding: 0;
margin: 0;
background-color: #313131;
background-image: url(images/bkg.gif);
color: #ffffff; font-style:normal; font-variant:normal; font-weight:normal; font-size:small; font-family:Verdana, Arial, sans-serif
}
#wrapper { 
width: 740px;
border-left: 3px solid #2a2a2a;
border-right: 3px solid #2a2a2a;
border-bottom: 3px solid #2a2a2a;
margin: 0 auto;
background-color: #313131;
}
#masthead {
height: 99px;
background-image: url('images/masthead.gif'); background-repeat: no-repeat;
border-bottom: 1px solid #dddddd;
}
#emailContainer {
float: right;
font-size: 77%;
padding: 42px 10px 0 0;
}
#navigation {
padding-top: 75px;
}
.underNav {
clear: both;
height: 0;
}
#sidebar {
background: #444444;
width: 155px;
padding: 20px 10px;
float: left;
margin-right: 10px;
}
#content{clear: both;
width: 740px; 
margin-top: 10px;
background-color: #313131;}

#mainContent {
float: left;
width: 535px;
padding: 20px 10px;
background-color: #313131;}

.separator {
clear: both;
height: 0px;
}
#footer {
background-color: #444444;
border-top: 1px solid #dddddd;
text-align: right;
padding: 15px 20px;
color: #ffffff;
}

/* -- nav bar -- */

#navigation ul {
list-style-type: none;
padding: 0;
margin: 0;
border-top: 1px solid #dddddd;
}
#navigation li {
float: left;
margin: 0;
padding: 0;
display: inline;
background: url('images/nav_button.gif') no-repeat;
}
#navigation a {
display: block;
padding: 0 0 0 35px;
height: 23px;
width: 85px;
font: bold 12px/24px Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #dddddd;
text-decoration: none;
}
#navigation a:hover {
background: url('images/nav_button.gif') 0 -60px;
}
#navigation a:active {
background: url('images/nav_button.gif') 0 -120px;
}


/* -- fonts -- */

h1 {
font-size: 150%;
text-transform: uppercase;
font-weight: normal;
margin: 0 0 5px;
}
#mainContent h1 {
border-bottom: 1px solid #dddddd;
padding-bottom: 3px;
margin-bottom: 10px;
}
#sidebar h1 {
font-size: 85%;
}
h2 {
font-size: 105%;
font-weight: normal;
margin: 0 0 5px;
}

h3 {
font: Arial, Veranda, San-serif;
font-size: 12px;
font-weight: normal;
margin: 0 0 5px;
}

p {
font-size: 85%;
line-height: 1.3em;
margin: 0 0 1em;
}
#footer p {
margin: 0;
}

/* -- links -- */
a {
color: #dddddd;
}
#emailContainer a {
color: #ffffff;
}

.servicelink { }
.servicelink a:link {color: #FF5A00; text-decoration: none;}
.servicelink a:visited {color: #FF5A00; text-decoration: none;}
.servicelink a:active {color: #FF5A00; text-decoration: none;}
.servicelink a:hover {color: #FFCC00;}
