body {
background:#fff;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
color:#5C5C5C;
margin:0;
padding:0;
}

h1 {
font-size:22px;
}

h2 {
font-size:20px;
}

h3 {
font-size:18px;
}

a {
color:#000;
}

a:hover {
color:silver;
}

/* Header */

#header {
width:100%;
height:120px;
background:#fff url(images/header_bg.png) repeat-x;
text-align:center;
}

#logo {
width:568px;
height:120px;
background:url(images/logo.png) no-repeat;
margin:0 auto;
padding:0;
}

#menu {
width:100%;
height:30px;
background:#fff url(images/menu.png) repeat-x left top;
}

/* Page */

#page {
position:relative;
top:42px;
width:785px;
margin:0 auto;
padding:2px;
}

/* Sidebar */

#sidebar {
float:left;
width:170px;
padding-right:20px;
}

#sidebar .barpara {
padding-left:2px;
padding-right:2px;
font-size:12px;
}

/* Sidebar Menu */

.greymenu {
width:170px;
}

.greymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(images/arrowstop.png) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.greymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.greymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.greymenu ul li a{
font: normal 12px Arial;
color: #000;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.greymenu ul li a:visited:hover{
color: #fff;
background: #000;
}

.greymenu ul li a:hover{ /*hover state CSS*/
color: #fff;
background: #000;
}

/* Page Content */

#content {
float:left;
width:570px;
padding-left:20px;
border-left:1px dashed #ee3a43;
min-height:350px;
}

#footerhold {
float:left;
width:100%;
position:relative;
top:50px;
}

/* Footer */

#footer {
height:40px;
width:800px;
background:#fff url(images/footer_bg.png) repeat-x;
text-align:center;
color:#fff;
font-size:12px;
padding-bottom:10px;
margin:0 auto;
}

#footer a {
color:#fff;
text-decoration:underline;
font-weight:700;
}

#footer a:hover {
color:#e1e1e1;
}

#footer .links {
text-align:right;
padding-right:10px;
padding-top:4px;
line-height:10px;
}

#footer .legal {
text-align:center;
line-height:10px;
font-weight:700;
}

/* Images */

.img1,.img2,.img3 {
float:right;
width:200px;
padding:10px;
}

.map {
float:right;
position:relative;
top:-15px;
width:250px;
padding:10px;
}

/* Form */

.formstyle {
width:500px;
min-height:300px;
background-color:#ccc;
border:1px dotted #333;
margin:0 auto;
padding:5px;
}

.formstyle div.row {
clear:both;
padding-top:5px;
}

.formstyle div.row span.label {
float:left;
width:150px;
text-align:right;
}

.formstyle div.row span.formw {
float:left;
width:300px;
text-align:left;
padding-left:20px;
}

.LV_validation_message {
font-weight:700;
margin:0 0 0 5px;
}

.LV_valid {
color:#0C0;
}

.LV_invalid {
color:#C00;
}

.LV_valid_field,input.LV_valid_field:hover,input.LV_valid_field:active,textarea.LV_valid_field:hover,textarea.LV_valid_field:active {
border:1px solid #0C0;
}

.LV_invalid_field,input.LV_invalid_field:hover,input.LV_invalid_field:active,textarea.LV_invalid_field:hover,textarea.LV_invalid_field:active {
border:1px solid #C00;
}