body {
background: #FFF url('../images/bg-header.jpg') no-repeat top center;
margin: 0 auto;
text-align: center;
font-family: 'Helvetica','Arial', sans-serif;
color: #555555;
font-size: 12px;
}

html { overflow-y: scroll}

/* div styles */

#siteframe {
background: transparent url(../images/background-header.jpg) no-repeat top center;
text-align: center;
margin: 0 auto;
padding: 0;
}

#header {
height: 150px;
width: 980px;
text-align: left;
margin: 0 auto;
}

#content {
background-color: white;
margin: 0 auto;
padding: 0;
text-align: left;
width: 980px;
min-height: 350px;
}

.padded {
padding: 20px;
}

#content ul li {
padding: 0 0 4px 0;
margin: 0 auto;
margin-left: -10px;
/*list-style-image: url(/images/leaves_bullet.jpg);*/
}

#content ol li {
padding: 0 0 4px 0;
margin: 0 auto;
margin-left: -10px;
/*list-style-image: url(/images/leaves_bullet.jpg);*/
}

#main {
width: 690px;
text-align: left;
}

#sidebar {
width: 230px;
text-align: left;
float: right;
}

#sidebarform {
background-color: #9C8F82;
width:100%;
}

#sidebarform p {
color: white;
}


#actionbox-home {
background: #FFF url('../images/bg-home-injured.jpg') no-repeat top center;
width: auto;
background-color: #999;
height: 320px;
color: white;
}

#footer {
background: transparent url('../images/bg-footer.jpg') no-repeat top center;
text-align: center;
width: 980px;
margin: 0 auto;
padding: 20px;
font-size: 11px;
color: #999;
}

.tiny {
color: #CCC;
font-size: 11px;
}

#footer p {
line-height: normal;
}

#footer a:link, #footer a:visited {color: #666; text-decoration: none; font-weight: bold; font-size: 11px;}
#footer a:hover {color: #333;}

/* typeface styles */

a:link, a:visited {color: #294F98; text-decoration: none; font-weight: bold;}
a:hover {text-decoration: underline;}

h1 {
margin: 0 auto;
font-size: 24px;
color: #000;
font-weight: bold;
}

h2 {
margin: 0 0 10px 0;
color: #999;
font-size: 17px;
font-weight: lighter;
}

h3 {
margin: 0 auto;
color: #333;
font-size: 18px;
font-weight: lighter;
padding: 8px 0 2px 0;
}

h4 {
margin: 0 0 2px 0;
color: #333;
font-size: 16px;
font-weight: bold;
}

p {
line-height: 17px;
margin: 0 0 12px 0;
}

#main ul {
/*background-color: #F7F5E5;*/
padding: 10px;
margin: 10px;
}

#main ul li {
margin-left: 22px;
padding: 0 0 6px 2px;
list-style-image: url('../images/bullet-check.png');
vertical-align: middle;
}

.linebreak {border-bottom: 1px #CCC dashed; margin: 10px 0 10px 0;}

/* image styles */

img {border: 0;}
.logo {float: left; padding: 25px 0 0 30px;}
.right {float: right; padding: 0 0 10px 10px;}
.sectionheader {padding: 0 0 15px 0;}

/****************** MAIN NAVIGATION ******************/

#mainNav {
width: 980px;
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 48px;
}

ul#nav, ul#nav li {
float: left;
list-style: none;
margin: 0 auto;
padding: 0;
}

ul#nav {
width: 980px;
font-size: 12px;
text-align: center;
font-weight: bold;
margin: 0 20px 0 20px;
}

ul#nav a, ul#nav a:visited {
background-color: #F3F2F1;
color: #9B8F82;
text-decoration: none;
display: block;
margin: 0 1px 0 1px;
padding: 8px 12px 8px 12px;
font-weight: bold;
}

ul#nav a:hover {
background-color: #FFF;
color: #9B8F82;
text-decoration: none;
display: block;
}

#nav li.active a {
background-color: #FFF;
color: #294F98;
}

/******** Sub Navigation ********/

#subnavigation {
padding: 0 0 10px 0;
margin: 0 auto;
text-align: left;
}

ul#subnav, ul#subnav li {
list-style: none;
margin: 0 auto;
padding: 0;
}

ul#subnav {
font-size: .8em;
color: #5486AB;
text-transform: uppercase;
}

ul#subnav a, ul#subnav a:visited {
background: transparent url('../images/subnav-background-inactive.jpg') no-repeat;
color: #5486AB;
font-weight: bold;
text-decoration: none;
display: block;
margin: 0 auto;
padding: 11px 0 11px 14px;
}

ul#subnav a:hover {
background: transparent url('../images/subnav-background-inactive.jpg') no-repeat;
color: #004A81;
text-decoration: none;
padding: 11px 0 11px 14px;
display: block;
}

#subnav li.active a {
background: transparent url('../images/subnav-background-active.jpg') no-repeat; position: relative; left: -8px;
color: #004A81;
text-decoration: none;
padding: 11px 0 11px 22px;
display: block;
}