/* CSS Document */

body {
font-family: helvetica, arial, sans-serif;
}

a {
color: #930;
}

#site {
margin: 0 auto;
width: 760px;
}

#logo {
float: left;
width: 168px;
}

#navarea {
float: left;
width: 592px;
}

#minornav {
padding-right: 5px;
font-family: verdana, arial, sans-serif;
font-size: 9px;
text-align: right;
}

#minornav p {
margin-top: 0;
margin-bottom: 8px;
}

#nav {
height: 45px;
background: url("../images/nav-background.gif") no-repeat;
font-size: 12px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

#nav ul li { /* all list items */
	float: left;
	position: relative;
}

#nav ul li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	width: 200px;
}

#nav ul li ul li {
width: 200px;
background-color: #7CC0DF;
}

#nav ul li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav ul li:hover ul, #nav ul li.over ul { /* lists nested under hovered list items */
	display: block;
}

#nav ul li a {
display: block;
padding: 25px 15px 5px;
color: #fff;
text-decoration: none;
}

#nav ul li a:hover {
margin: 10px 10px 0;
padding: 15px 5px 5px;
background-color: #7CC0DF;
}

#nav ul li ul li a {
margin: 0;
padding: 5px 15px;
}

#nav ul li ul li a:hover {
margin: 0;
padding: 5px 15px;
background-color: #fff;
color: #666;
}

/* fix for everything but IE */
html>body #nav ul li a {
height: 15px;
}

html>body #nav ul li ul li a {
height: 12px;
}

#photo {
float: left;
margin-top: 3px;
}

#statement {
float: left;
width: 345px;
margin-top: 3px;
background: #F6E9D9 url("../images/help-bottom.gif") bottom no-repeat;
}

h3, h2 {
margin: 0;
padding: 0;
font-weight: normal;
}

h2 {
margin-top: 18px;
font-size: 24px;
line-height: 42px;
padding: 0 10px;
}

h3 {
font-size: 18px;
line-height: 36px;
padding: 0 10px;
}

#statement h3 {
color: #504040;
}

#statement p {
margin: 0;
margin-bottom: 18px;
padding: 0 10px;
font-size: 12px;
line-height: 18px;
}

.right_column ul, #statement ul {
margin: 0;
padding: 0 0 0 22px;
list-style: none;
font-size: 12px;
line-height: 18px;
}

.col {
width: 172px;
float: left;
}

.left_column {
float: left;
width: 415px;
}

.left_column h3, .right_column h3, .left_column h2, .right_column h2 {
color: #0089B8;
}

.left_column p, .left_column ol, .left_column ul, .right_column p {
color: #504040;
font-size: 12px;
line-height: 18px;
}

.left_column p, .right_column p {
padding: 0 10px;
}

.right_column {
float: left;
width: 345px;
}

.right_column dl {
padding: 0 10px;
color: #504040;
font-size: 12px;
line-height: 18px;
}

.right_column dl dd {
margin: 0;
margin-bottom: 1em;
padding: 0;
}

.photo {
margin-top: 3px;
}

.buttons {
text-align: center;
}

.divider {
clear: left;
padding-top: 15px;
height: 1px;
background: url("../images/divider-background.gif") repeat-x bottom;
}

#logos {
margin-top: 20px;
}

#logos img {
margin-bottom: 20px;
}

#copyright {
padding-left: 5px;
font-family: verdana, arial, sans-serif;
font-size: 9px;
color: #504040;
}

.callout {
margin-right: 3px;
background: #E7CEB0 url("../images/leftcolumn_tan_top.gif") no-repeat;
}

.callout p {
padding-top: 10px;
}

.callout form, .callout p.bottom {
background: transparent url("../images/leftcolumn_tan_bot.gif") bottom no-repeat;
}

.callout p.bottom {
padding-bottom: 5px;
}

.breadcrumbs {
margin-top: 18px;
margin-bottom: -18px;
}

/* file section */
.filegroup {
margin-bottom: 36px;
}

dl.file {
margin: 0 10px;
padding: 10px 10px 5px 40px;
background: #f6e9d9 url("../images/pdf_32.gif") 5px 3px no-repeat;
}

dl.secure {
background-image: url("../images/securepdf_32.gif");
}

dl.file dt {
font-size: 14px;
line-height: 22px;
font-weight: bold;
}

dl.file dd {
margin: 0;
padding-top: 5px;
color: #504040;
font-size: 12px;
line-height: 18px;
}

dl.file dd.filedetails {
font-size: 11px;
line-height: 18px;
color: #666;
}

dl.even {
background-color: #e7ceb0;
}

.newsarticlesmall {
font-size: 11px;
line-height: 18px;
}