
html{
font-family: arial, tahoma, verdana;
font-size: 1em;
}

body{
margin: 12px auto;
text-align: center;
padding: 0 0 0 0;
background-color: #ffffff;
color: #000000;
}

p{
margin: 6px;
text-align:left;
}

a{
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

.error{
color: red;
}

.clear{
clear:both;
}

ul, ol{
text-align: left;
}

ul li, ol li{
margin-bottom: 6px;
}

table{
border-collapse: collapse;
}

table tr td{
vertical-align: top;
margin: 0px;
padding: 0;
}

form fieldset, fieldset{
margin: 12px;
padding: 12px;
border: 1px solid #cdcdcd;
}

form fieldset legend, fieldset legend{
margin:0;
margin-bottom: 6px;
padding:1px 3px;
border: 1px dotted #cdcdcd;
}

fieldset ul{
width: auto;
list-style:none;
margin: 0;
padding: 0px;
text-align: left;
}

fieldset ul li{
background-color: #d7dcea;
margin: 2px 0px;
}

fieldset ul li p{
padding:2px;
line-height: 19px;
}

form p{
width: auto;
text-align:left;
margin: 1px 0;
line-height:1.8em;
}

form label{
text-align: right;
vertical-align: top;
width: 10em;
margin-right: 0.5em;
line-height:1.3em;
display: inline-block;
}

form label.err{
color:red;
}

form input.error, form textarea.error {
background-color: #fcc;
border: 2px dotted #f20;
}

form label.error {
text-align:left;
color: #f00;
margin-left: 13px;
width: auto;
display: inline;
}

form input, form textarea{
font-family: arial, tahoma, verdana;
font-size: 1em;
width:200px;
}

input.radio{
width: auto;
}


form input.submit, .but{
margin-left: 13em;
margin-right: 0em;
margin-top: 6px;
width: 100px;
background: #ffffff;
border: 2px solid #cdcdcd;
}

.but{
margin-left: 0.5em;
}

#info, #error{
margin: 6px 2px;
width: 98%;
display:none;
}

#info{
border: 2px solid #ffa54a;
background-color: #ffffd2;
}

#error{
border: 2px solid #f00000;
background-color: #ffd7d7;
}

#info p, #error p{
padding: 2px;
font-size: 0.9em;
font-weight: bold;
}

#error p{
color: #f00000;
}

#map{
width: 98%;
height: 300px;
}

.title{
font-weight: bold;
font-size: 1.3em;
}

.container{
margin: 0px auto;
border: 0px solid #e2e2e2;
width: 727px;
position:relative;
background-image: url('images/content_body.jpg');
background-position: top center;
}

.header{
background-image: url('images/content_head.jpg');
background-position: top center;
background-repeat: no-repeat;
padding: 14px;
padding-bottom: 0px;
}


.slider{
height: 200px;
width: 698px;
overflow: hidden;
position:relative;
border-bottom: 2px solid #D4A017;
}

.slides {
position:absolute; top:0; left:0;
}

.slide {
float:left; clear:right;
height: 200px;
width: 700px;
background-repeat: no-repeat;
}

.slideImage{
height: 200px;
width: 700px;
}

.credit{
border: 0px;
}

.content{
width: 698px;
height: 100%;
margin: 0 auto;
}

.menu{
width: 700px;
height: 27px;
margin: 0px auto;
background-color: #2B60DE;
z-index: 10;
}

.menu ul{
margin:0px 0px;
padding: 0px;
}

.menu li{
margin:1px 0px 1px 0px;
padding: 5px 0px;
list-style:none;
display:inline-block;
float:left;
clear:right;
position: relative;
}

.menu li a{
text-align:center;
display:block;
color:#ffffff;
font-size: 0.9em;
padding:0px 9px;;
margin: 0 0px;
position: relative;
border-right: 2px solid #ffffff;
}

.menu li a:hover{
text-decoration: underline;
}

.menu li.current, .menu li:hover{
}

.menu li.current a, .menu li:hover a{
}

.menu li.hasmore{

}

ul.dropdown{
background-color: #ffffff;
border: 1px solid #D4A017;
margin:0px;
padding:5px;
display:block;
position:absolute;
z-index: 1000;
top: 100%;
display:none;
left:0px;
overflow:hidden;
}

ul.dropdown ul.dropdown{
top:0;
left:95%;
}

ul.dropdown li{
background-image: none;
text-align:left;
margin:0px;
padding: 2px 3px;
float: none;
position:relative;
list-style:none;
display:block;
border-bottom:1px solid #D4A017;
}

ul.dropdown li.last{
border:0;
}

ul.dropdown li a{
text-align:left;
background-image: none;
border: 0px;
padding: 0 6px;
color:#292b75;
display:block;
position:relative;
z-index: 0;
}

.text{
width:100%;
margin: 0px;
font-size: 0.85em;
}

.text p, .text ul, .text ol{
line-height: 1.4em;
margin-right: 12px;
}

.credit{
width: 700px;
margin: 0px auto;
padding: 1px 0px;
background-color: #2B60DE;
position: relative;
}

.credit p{
text-align: left;
font-size: 0.7em;
margin: 6px;
color:#ffffff;
}

.credit a{
color:#ffffff;
}

.credit .d2u{
position: absolute;
right: 6px;
bottom: 6px;
font-size: 0.7em;
}

.credit .services{
display: block;
}

.credit .services span{
display: block;
margin: 0px 6px;
padding: 0px;
width: auto;
float: left;
clear: right;
}

.credit .services span p{
margin: 0px;
}

.footer{
background-image: url('images/content_foot.jpg');
background-position: top center;
background-repeat: no-repeat;
padding: 14px;
padding-bottom: 0px;
}