 @charset "UTF-8";
/* CSS Document */

html {
	height: 101%;
}

body {
	background-color: #8FA4CB;  /* If you change the bottom div's background you need to change this color */
	padding: 0px;
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 100%;
	background: #ffffff url(../_images/bg-top.jpg) top left repeat-x;
}

#container {
	width: 1004px;
	margin: 0px auto;
	padding: 0px 0px 12px 0px;
	z-index: 1;
	background: url(../_images/border-bottom.jpg) bottom center no-repeat;
}

#container_top {
	position:relative;
	background: url(../_images/bg-inside.jpg) top center no-repeat;
	z-index: 5;
	padding: 0px 11px 0px 12px;
}

#header h1{
	background: url(../_images/logo.jpg) top center no-repeat;
	display:block;
	text-indent:-9999px;
	height:95px;
	width:182px;
	float:left;
	margin:0;
	padding:0;
}

#header h1 a{
	display:block;
	margin:0;
	padding:0;
	height:95px;
	width:182px;
}

#header h2 a{
	display:block;
	margin:0;
	padding:0;
	height:27px;
	width:561px;
}


#header h2{
	background: url(../_images/tagline.jpg) top center no-repeat;
	display:block;
	text-indent:-9999px;
	height:27px;
	width:561px;
	float:right;
	margin:42px 70px 0px 0px;
}


#container_sides {
	background: #fff url(../_images/border-sides-inside.jpg) top center repeat-y;
	z-index: 1;
}

#content {
	padding: 0px 0px 10px 0px;
	background: url(../_images/bg-content-inside.jpg) bottom left repeat-x;
	overflow: auto;
}

#content_padded {
	padding: 0px 85px;
}

#content p {
	font-size: 12px;
	color: #000000;
	line-height: 120%;
}

/* HEADER */
#header {
	height: 95px;
	margin-left: 78px;
}

#header #logo {
	float: left;
}

#header #tagline {
	float: right;
	margin: 42px 70px 0px 0px;
}


/* FOOTER */
#footer {
	min-height: 125px;
	background: #333 url(../_images/bg-footer.jpg) top left no-repeat;
}

#footer .callout {
	float: left;
	width: 240px;
	margin-right: 7px;
	min-height: 100px;
}

#footer h2 {
	text-align: center;
	color: #BBC7DC;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px 0px;
}

#footer ul { 
	margin: 10px 40px;
	padding: 0px;
	list-style: none;
}

#footer ul li {
	padding: 2px 0px;
	margin: 5px 0px;
}

#footer ul li a, #footer p a, #footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer ul li a:hover, #footer p a:hover {
	color: #bbc7dc;
}

#footer p {
	color: #ffffff;
	margin: 10px 40px;
}

#footer .last {
	margin-right: 0px;
}

#bottom {
	height: 294px;
	background: url(../_images/bg-bottom.jpg) bottom repeat-x;
}


/* SEARCH BOX */

#search {
	height: 25px;
	text-align:right;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 35px;
}

#search .field {
	font-size: 12px;
}


/* HEADING TAGS */
h1 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #4367A8;
	font-weight: bold;
	margin: 0px 0px 20px 1px;
	padding: 40px 0px 15px 82px;
	background: url(../_images/hr.jpg) bottom left no-repeat;
	z-index: 4;
}


p.h1 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #4367A8;
	font-weight: bold;
	margin: 0px 0px 20px 1px;
	padding: 40px 0px 15px 82px;
	background: url(../_images/hr.jpg) bottom left no-repeat;
}

a { color: #4367A8; }
a:hover { color: #333333; }

#content #content_padded p.h2 {
	font-size: 16px;
	color: #4367A8;
	font-weight: bold;
	margin: 0px 0px 20px 1px;
	padding: 0px;
}

#content #content_padded p.h3 {
	font-size: 14px;
	color: #4367A8;
	font-weight: bold;
	margin: 0px 0px 20px 1px;
	padding: 0px;

}

#content #content_padded p.h4 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 20px 1px;
	padding: 0px;
}




/* Styles for WYSIWYG */
.photo {
	font: 10px Arial, Helvetica, sans-serif;
	font-style:italic;
}

.pdflink {
	padding-right: 15px;
	background: url(../_images/pdf.gif) right center no-repeat;
	width: inherit;
}

td address { margin: 2px 0px; }

td.photo { font-size: 10px; }

tbody { border-top: 0px; }
