html{
    background:#b6cfd7;
    font-size:.9em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#999999;
}

.clear{
    clear:both;
}


#wrapper{
    width:800px;
    border:1px solid #eee;
    padding:0px 0px 0px 15px;
    margin:180px auto;
    background:#fff;
}

#content{
    background:#fff;
}

#contentTopRight{
    width:380px;
    float:right;
    margin:-163px 15px 0 0;
}
#topWrapper{
    height:190px;
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
}

#navigation{
    width:800px;
    margin:0 auto;
    position:relative;
    left:-23px;
    top:11px;
}

#navigation li{
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    background:#fff;
    width:100px;
    list-style-type:none;
    float:left;
    text-align:center;
    margin-left:15px;
    height:23px;
    padding-top:6px;
    background:#eee;
}


#navigation li.current{
    background:#fff;
}

#navigation li a{
    font-size:1em;
    text-decoration:none;
    color:#00c8c3;
    font-weight:bold;
}

#navigation li a:hover{
    text-decoration:underline;
}


#contentLeft{
    float:left;
    width:380px;
    padding:15px 0 0 15px;
    margin:0px 0px 0 -15px;
    min-height:300px;
}

#contentLeft p{
    margin-bottom:8px;
}

#contentLeft h2{
    color:#005696;
    font-weight:bold;
    font-size:1.2em;
    font-style:italic;
    margin:10px 0 10px 0;
}

#contentLeft ul{
    margin-left:20px;
}

#contentLeft ul li{
margin-bottom:10px;
border:1px solid #eee;
padding:10px 0;
   color:#444;
padding-left: 10px;
}

#contentLeft ul li a{
   color:#444;
display:block;
height:20px;
padding-top:10px;
margin-top:-10px;
} 

#contentLeft ul li a img{
text-decoration:none;
border:none;
clear:left;
float:left;
margin-top:-10px;
margin-right:10px;
}
#contentRight a, #contentLeft a{
    color:#999;
}

#contentRight a:hover, #contentLeft a:hover{
    color:#005696;
}

#contentRight{
    float:right;
    width:380px;
    padding:0px 0px;
    margin:10px 15px 0 0px;
}

#rightTop{
    background:#ece6e8;
    padding:10px 0px 0 8px;
}

#rightTop h3{
    color:#00c8c3;
    font-weight:bold;
    font-size:.9em;
}

#rightTop p{
}

#rightTop img{
    border:6px solid #fff;
    float:right;
    margin:3px 8px 0 8px;
}

#rightBottom{
    background:#dfeaed url(../images/phone.png) top left no-repeat;
    margin:10px 0 0 0;
    padding:10px 0 10px 80px;
    font-size:1.2em;
    min-height:65px;
}

#rightBottom h3{
    color:#005696;
    font-weight:bold;
    font-size:1.1em;
    font-style:italic;
}

.error{
    color:#cc0000;
    font-size:1.2em;
    font-weight:bold;
}

fieldset{
    border:1px solid #eee;
    padding:20px;
}

fieldset legend{
    margin-left:-10px;
    color:#005696;
    font-weight:bold;
    font-size:1.1em;
}

dl dt label{
    font-weight:bold;
    font-size:1.2em;
}

#footer{
    text-align:center;
    padding-bottom:3px;
    font-size:0.7em;
}
#footer a{
    color:#999999;
}

h3.alignRight{
    text-align:right;
    width:100%;
    font-size:1em;
    margin:-15px 0 20px 0;
    color:#005696;
    font-weight:bold;
}

.ContentEmph{
    color:#6EA0B0;
    font-weight:bold;
    font-size:1.1em;
}

p.emphtext {
    color:#005696;
    font-weight:bold;
}



