/* master.css */

html {
position: relative;
height: 100%;
}

body {
background-color: #ffffff;
color: #2b2b2b;
font-family: verdana, arial, sans-serif;
font-size: 9pt;
line-height: 13pt;
padding: 25px 0px 25px 0px;
margin: 0px;
height: 100%;
}

img {
border: none;
}

h1, h2, h3, h4 {
color: #00599b;
font-family: helvetica, arial, sans-serif;
padding: 0px;
}

h2, h3, h4 {
font-size: 1.2em;
text-transform: uppercase;
}

em {
color: #00599b;
font-family: helvetica, arial, sans-serif;
font-size: 1.2em;
font-style: normal;
font-weight: bold;
}

h1 {
font-size: 1.5em;
font-weight: normal;
}


h1 a{
font-weight: normal;
color: #00599b;
}

h2 {
	margin-top:10px;
}

hr {
height: 1px;
border: none;
border-top: 1px solid #00599b;
width: 100%;
}

p, h1, h3, h4 {
margin-top: 0px;
margin-bottom: 1em;
}

a {
text-decoration: none;
font-weight: bold;
color: #00599b;
}

a:hover {
text-decoration: underline;
}

/* structural containers */

#main {
width: 750px;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
}

#masthead {
background-color: #00599b;
padding: 0px;
margin: 0px;
}

#content {
clear: left;
width: 750px;
min-height: 500px;
position: relative;
}

* html #content {
height: 500px;
}

#right-content {
margin-left: 235px;
padding: 20px 25px 25px 0px;
}

#right-content hr, #right-content h1, #right-content h2, #right-content h3 {
color: #00599b;
clear: left;
}

#right-content p img {
float: left;
margin-right: 15px;
margin-bottom: 15px;
}

#right-content h5 {
	clear: left;
}

#left-content {
position: absolute;
top: 0px;
left: 0px;
width: 160px;
margin: 0px 25px 0px 0px;
padding: 25px;
line-height: 12pt;
color: #00599b;
border-right: 1px solid #00599b;
}

#left-content p {
font-size: 0.9em;
font-weight: bold;
padding-bottom: 2em;
color: #00599b;
border-bottom: 0px solid #00599b;
margin-bottom: 1em;
}

#left-content > p:last-child {
border-width: 0px;
}

#footer {
clear: both;
height: 30px;
line-height: 30px;
text-align: right;
color: #7e8a66;
margin: 25px 0px 0px 0px;
font-size: 0.8em;
}

#footer a {
color: #7e8a66;
text-decoration: none;
font-weight: bold;
}

/* top navigation formats */

#topnav {
position: relative;
clear: left;
width: 538px;
margin-left: 210px;
height: 30px;
line-height: 30px;
text-align: right;
background-color: #ffffff;
border-top: 1px solid #00599b;
border-left: 1px solid #00599b;
}

#topnav a {
vertical-align: baseline;
padding-top: 5px;
margin-left: 15px;
font-weight: bold;
font-size: 1.1em;
font-family: arial, sans-serif;
color: #00599b;
text-decoration: none;
}

#topnav a:hover, #topnav a.current {
color: #7e8a66;
}

/* sub navigation formats */

#subnav {
clear: left;
width: 538px;
margin-left: 210px;
height: 15px;
padding: 3px 0px 3px 0px;
vertical-align: middle;
text-align: right;
background-color: #ffffff;
border-left: 1px solid #00599b;
}

#subnav a {
display: inline;
margin-left: 10px;
font-size: 0.8em;
font-weight: bold;
color: #00599b;
text-decoration: none;
}

#subnav a:hover {
text-decoration: underline;
}

#subnav a.current {
text-decoration: underline;
}


/* special p classes */

#left-content .map-para {
display: block;
width: 145px;
height: 56px;
overflow: hidden;
margin: 25px 0px 0px 0px;
padding: 0px;
}

.map-para img {
width: 145px;
height: 56px;
border: 0px;
margin: 0px 0px 10px 0px;
}


a#button { display:block; background-color:#00599b; color:#fff; text-align:center; width:210px; float:right; margin:0 25px 10px 0; padding:3px 0 3px 0; }

a#button:hover { background-color:#7e8a66; text-decoration: none; }

