/*##############################
global elements ################
##############################*/
body {
    margin: 0;
    padding: 0;
    font-family: verdana, sans-serif;
    font-size: .8em;}
td {
    vertical-align: top;}
h1 {
    margin: 0;
    padding: 0;
    font-size: 2em;
    border-bottom: 1px dashed #000;}
h2 {
    margin: 0;
    padding: 5px;
    padding-left: 12px;
    font-size: .9em;
    color: #2d2956;
    background-color: #dadada;
    border-bottom: 1px dashed #000;}
em	{
	font-size: .8em;
	font-style: normal;}
/*##############################
global classes ################
##############################*/
.hidden {
    visibility: hidden;}
.logo {
    margin: 0;
    padding: 0;
    height: 50px;
    font-size: 2em;
    background-image: url(images/wcllc_logo.gif);
    background-repeat: no-repeat;
    border-bottom: 1px dashed #000;}
.graphic {
    height: 142px;
    background-image: url(images/index_graphic.jpg);
    background-repeat: no-repeat;
    background-color: #085394;}
.contact {
    margin: 0;
    width: 218px;
    font-size: .75em;
    background-color: #ededed;
    border-right: 1px solid #000;}
.contact h3{
    margin: 0;
    padding: 5px 5px 5px 10px;
    font-size: 1.2em;
    font-weight: normal;
    color: #fff;
    background-color: #888888;}
.contact p{
    margin: 10px;}
.content {
    padding: 20px;}
.content h3{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    width: 350px;
    padding-left: 20px;
    font-size: 1.5em;
    color: #085394;
    background-image: url(images/stripes.gif);
    background-repeat: no-repeat;
    background-postition: 20px left;
    border-bottom: 1px dotted #000;}
/*##############################
navigation classes #############
##############################*/
.nav {
    height: 22px;
    background-color: #888888;
    border-bottom: 1px dashed #000;
    overflow: hidden;}
.nav ul{
    margin: 0;
    list-style-type: none;}
.nav li{
    display: inline;
    margin: 0;
    padding: 10px;
    height: 18px;
    vertical-align: middle;
    border-right: 1px dashed #fff;}
.nav a{
    height: 18px;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    color: #fff;}
.nav a:hover{
    color: #085394;}
/*##############################
service page ###################
##############################*/
.content ol{
    margin: 0 0 0 0;}
.content ol li{
    margin: 20px;}
.content ol ul{
    margin: 10px 0 0 35px;}
.content ol li ul li{
    margin: 0;}
/*##############################
request info page ##############
##############################*/
.content div{
    margin-bottom: 15px;}
input,textarea {
    background-color: #ededed;
    border: 1px inset;}
.checkbox {
    vertical-align: middle;
    background-color: #fff;
    border-width: 0;}
.button {
    border: 1px solid #000;}
.error {
    color: #ff0000;}
/*##############################
copyright ######################
##############################*/
.birdseed {
    margin: 0;
    padding: 8px;
    text-align: center;
    font-size: .73em;
    color: #fff;
    background-color: #888888;}