@charset "utf-8";
/* CSS Document */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
font-style:inherit;
font-family:inherit;
/*text-align:left;*/
}

/** 
elements
*/

h1,h2,h3,h4,h5,h6{
color:#006699;
}
h1{
font-size:20px;
}
h2{
color:#444;
font-size:16px;
}
h3,h4,h5,h6{
font-size:14px;
}
p{
margin:10px 0;
}
strong{
}
address{
font-style:normal;
}
ul{
list-style:none;
margin:10px 0 10px 10px;
}
li{
padding-left:58px;
background:url(images/bullet-default.gif) 0 8px no-repeat;
line-height:20px;
}
a{
color:#993333;
text-decoration:underline;
}
a:hover{
text-decoration:none;
}


/**
classes
*/

.clear{
clear:both;
}
.floatright{
float:right;
margin:0 0 10px 10px;
}

/**
Layout
*/

body{
text-align:center;
color:#333;
background:#fff url(images/footer-bg.png) 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#wrap{
position:relative;
z-index:10;
text-align:left;
width:800px;
margin:12px auto 0 auto;
background:#fff;
}
#diagonals{
position:absolute;
top:0px;
left:0px;
z-index:0;
width:100%;
height:105px;
background:#ccc url(images/header-bg.png) 0 0 repeat-x;
}
#body-bg{
position:absolute;
top:105px;
left:0px;
z-index:0;
width:100%;
height:479px;
background:#ccc url(images/content-bg.png) 0 0 repeat-x;
}

#topshadow{
padding-top:1px;
margin: 2px auto 0 auto;
width: 824px;
background: url(images/topshadow.png) -2px top no-repeat;
position:relative;
z-index:8;
}

#bottomshadow{
width: 821px;
background: url(images/bottomshadow.png) -3px bottom no-repeat;
position:relative;
z-index:9;
padding-bottom:11px;
}

/**
header
*/

#header{
padding-top:15px;
margin:0px 0px 0px 15px;
}


/**
topnav
*/

#topnav{
float:left;
clear:both;
background:#fff url(images/topnav-tile.png) 0 0 repeat-x;
width:769px;
margin:0 15px;
}

/**
pagebody
*/
#pagebody{
float:left;
background:#fff url(images/sidenav-tile.png) 0 0 repeat-y;
border-right:1px solid #ccc;
width:768px;
margin:0 15px 12px;
border-bottom: 3px solid #444;
}

/**
content
*/
#content{
float:right;
width:576px;
padding:10px;
}

/**
sidenav
*/

div.leftnav {
	padding-left:8px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	border-bottom: none;
	width: 150px;
	border-bottom: 1px solid #FFFFFF;
	height:520px;
}
div.leftnav h2 {
	font-size: 13px;
	color: #002866;
	margin: 15px 0;
	padding: 0 3px 3px 3px;
	padding-bottom: 5px; 
}
div.leftnav a {
	display: block;
	padding: 3px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background-color: #dce3e4;
	border: 1px solid #FFFFFF;
	border-bottom: none; 
}
div.leftnav a:hover {
	color: #333333;
	background-color: #cad5d7;
	text-decoration: none; 
}
div.leftnav a.sub {
	padding-bottom:1px;
	padding-top:1px;
	font-size: 10px;
	font-weight: normal; 
	color:#006699;
	padding-left:15px;
	background:#FFFFFF;
}
div.leftnav a:hover.sub {
	padding-bottom:1px;
	padding-top:1px;
	font-size: 10px;
	font-weight: normal; 
	color:#666666;
	padding-left:15px;
	background:#FFFFFF;
}
div.leftnav2 {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.leftnav2 a {
	background-color:#FFFFFF;
	display: block;
	padding: 2px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #f4f4f4;
	border-bottom: none;
}
div.leftnav2 a:hover {
	background-color:#FFFFFF;
	color: #000000;
	text-decoration: none;
}

/**
footer
*/

#footer{
float:left;
clear:both;
font-size:11px;
background:#454545;
padding:12px;
width:776px;
}
#footer div{
color:#ccc;
}
#footer a{
color:#fff;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}
#footer .left{
float:left;
width:50%;
}
#footer .right{
float:right;
width:50%;
text-align:right;
}
#footer .left address{
width:165px;
float:left;
}

#subfooter{
color:#666;
font-size:11px;
text-align:right;
width:788px;
margin:4px auto 22px auto;
padding-right:12px;
}
#subfooter a{
color:#666;
text-decoration:none;
}
#subfooter a:hover{
text-decoration:underline;
}

/**
homepage specific
*/

#homephoto{
border-top:2px solid #660;
}

.customize{
color:#990000;
font-style:italic;
font-weight:bold;
}

