/*
main style sheet 
=================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	xbackground: url(../images/backgrounds/body.gif) transparent repeat top left;
	background-color: #edede3;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #FFCB08;
	outline: none;
}

a.external {
	background: url(../images/backgrounds/external-link.gif) no-repeat right top;
	padding: 0 17px 0 0;
}

a.pdf {
	background: url(../images/backgrounds/pdf-icon.gif) no-repeat right top;
	padding: 0 30px 0 0;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.hr {
	border-bottom: 1px solid #708691;
	height: 1px; overflow: hidden;
	margin: 0 0 20px 0;
}
.hr hr {
	display: none;
}

/*---------------

PAGE STRUCTURE

---------------*/

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) transparent repeat top left;
	margin: 0 auto;
	padding: 18px;
	width: 958px;
}


#top {
	background: url(../images/backgrounds/top.gif) transparent repeat top left;
	float: left;
	height: 163px;
	overflow: hidden;
	width: 958px;
}

#container {
	background: url(../images/backgrounds/container.gif) transparent repeat-y top right;
	float: left;
	text-align: left;
	width: 958px;
}

#left {
	clear: both;
	float: left;
	text-align: left;
	width: 158px;
}

#content-top {
	background: #163342;
	color: #ECECEC;
	float: left;
	font-size: 12px;
	height: 215px;
	line-height: 1.6em;
	padding: 0 0 0 20px;
	width: 780px;
}

#content {
	background: #E5E5DB;
	color: #000;
	float: left;
	font-size: 1.2em;
	padding: 18px 20px;
	width: 760px;
}

* html body #content {/* fixes IE 6 duplicate character bug */
	margin: 0 -3px 0 0;
}

#footer {
	float: left;
	padding: 34px 0 0 0;
	width: 958px;
}

#lower-footer {
	margin: 0 auto;
	padding: 11px 0 11px 20px;
	width: 974px;
}

/*---------------

BANNER & NAVIGATION

---------------*/

#top-right {
	float: right;
	height: 92px;
	width: 824px;
}

#top-right p {float: right;}

p.contact {
	background: url(../images/backgrounds/contact-p.gif) transparent no-repeat top left;
	height: 62px;
	font-size: 12px;
	padding: 30px 15px 0 0;
	text-align: right;
	width: 170px;
}

p.featured {
	color: #B7B7B7;
	font-size: 11px;
	height: 80px;
	padding: 12px 15px 0 0;
	text-align: left;
	width: 290px;
}


p.featured span {
	background:url(../images/backgrounds/top-logos.gif) transparent no-repeat -5px 0;
	float: left;
	height: 52px;
	text-indent: -9999px;
	width: 282px;
}

/*--primary navigation--*/

#nav {
	background: url(../images/backgrounds/nav.gif) transparent repeat-x top left;
	float: left;
	height: 34px;
	width: 824px;
}

#nav ul {
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	padding: 4px 0 0 20px;
}

#nav li {
	border-right: 1px solid #5790AF;
	border-left: 1px solid #B1D8E9;
	float: left;
	height: 26px;
	list-style-type: none;
	padding: 0 4px;
}

#nav li.end-left {border-left: 0;}
#nav li.end-right {border-right: 0;}

#nav li a {
	color: #2B283E;
	float: left;
	height: 21px;
	padding: 5px 10px 0 10px;
	text-decoration: none;
}

#nav li a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.selected {
	background: url(../images/nav/selected-li.gif) transparent no-repeat top right;
	color: #555555;
	height: 26px;
	padding: 0;
}


#nav li.selected span, #nav li.selected a {
	background: url(../images/nav/selected-span.gif) transparent no-repeat top left;
	color: #555555;
	float: left;
	height: 21px;
	padding: 5px 14px 0 14px;
	text-decoration: none;
}

#nav li.selected a:hover {color: #000; text-decoration: underline;}

/*--search form--*/

#nav form {
	float: right;
	font-size: 11px;
	padding: 6px 15px 0 0;
	width: 135px;
}

#search-field {
	border: 1px solid #DFB200;
	color: #666;
	float: left;
	font-size: 13px;
	margin: 0 4px 0 0;
	padding: 2px;
	width: 100px;
}

#submit {padding: 1px 0 0 0;}

/*--subnavigation--*/

#sub-nav {
	background: #1D3C4D;
	float: left;
	height: 37px;
	width: 824px;
}



#sub-nav p {
	color: #fff;
	font-size: 11px;
	padding: 10px 0 0 25px;
	text-align: left;
}

#sub-nav strong {color: #FFCB08;}

#sub-nav a {color: #fff;}

#sub-nav a:hover {color: #FFCB08;}

#sub-nav ul {
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	padding: 4px 0 0 20px;
}

#sub-nav li {
	float: left;
	height: 26px;
	list-style-type: none;
	padding: 0 2px;
}

#sub-nav li.end-left {border-left: 0;}

#sub-nav li.end-right {border-right: 0;}

#sub-nav li a {
	color: #FFCB08;
	float: left;
	height: 21px;
	padding: 5px 8px 0 8px;
	text-decoration: none;
}

#sub-nav li a:hover {
	color: #fff;
	text-decoration: underline;
}

#sub-nav li.selected {
	background: url(../images/nav/sub-selected-li.gif) transparent no-repeat top right;
	color: #1D3C4D;
	height: 26px;
	padding: 0;
}

#sub-nav li.selected span {
	background: url(../images/nav/sub-selected-span.gif) transparent no-repeat top left;
	color: #1D3C4D;
	float: left;
	height: 21px;
	padding: 5px 10px 0 10px;
	text-decoration: none;
}

/*--services nav (left column)--*/

#left ul {
	border-top: 1px solid #464646;
	float: left;
	font-size: 12px;
	list-style-type: none;
	width: 158px;
}

#left li {
	float: left;
	width: 158px;
}

#left li a {
	color: #C1EEFF;
	float: left;
	padding: 12px 0 6px 0;
	text-decoration: none;
	width: 158px;
}

#left li a:hover {
	color: #FFCB08;
	text-decoration: underline;
}

/*--services sub-nav (left column)--*/

#left li ul {
	border-top: 1px solid #464646;
	float: left;
	list-style-type: none;
	padding: 3px 0 0 0;
	width: 158px;
}

#left li li a, #left li li.current {
	color: #fff;
	float: left;
	font-size: 11px;
	padding: 3px 0 3px 12px;
	text-decoration: none;
	width: 143px;
}

#left li li.current {
	color: #FEDF69;
	font-weight: bold;
}

/*--footer navigation--*/

#footer ul {
	border-top: 1px solid #58646A;
	margin: 0 auto;
	padding: 11px 0;
	text-align: center;
}

#footer li {
	border-right: 1px solid #fff;
	float: left;
	list-style-type: none;
	padding: 0 7px;
}

#footer li a {
	color: #fff;
	float: left;
	font-size: 11px;
}

#footer li a:hover {color: #163342;}

/*---------------

HEADERS

---------------*/

#top h2, #top h2 a {
	background: url(../images/backgrounds/h1.gif) transparent no-repeat right top;
	float: left;
	height: 163px;
	text-indent: -9999px;
	width: 134px;
}

#top h2 a {
	background: none;
	height: 125px;
	position: relative;
	left: 26px;
	top: 23px;
	width: 107px;
}

h1, h2, h3 {font-family: "trebuchet MS", Arial, Helvetica, sans-serif;}

#left h2 {
	color: #F4E173;
	font-size: 16px;
	float: left;
	padding: 25px 0 5px 0;
}

h1, h2 {
	font-size: 20px;
	line-height: 27px;
	padding: 5px 0 10px 0;
}

h1 span {font-size: 20px;}
h2 span {font-size: 20px;}

#content h1 {
	color: #004A80;
	font-size: 21px;
	padding: 0 0 16px 0;
}

#content h2 {
	color: #576F7F;
	font-size: 18px;
	padding: 0 0 16px 0;
}

#content h3 {
	color: #5F5F5F;
	font-size: 16px;
	padding: 0 0 10px 0;
}

#content h4 {
	color: #5F5F5F;
	font-size: 12px;
	padding: 0 0 4px 0;
}


/*---------------

TEXT-TREATMENTS

---------------*/

#content p {
	line-height: 1.8em;
	padding: 0 0 16px 0;
}

#content ul {
	line-height: 1.8em;
	list-style-type: square;
	padding: 0 0 16px 20px;
}

#content ul ul {
	font-size: 11px;
	padding: 0 0 5px 25px;
}

#content ol {
	line-height: 1.8em;
	padding: 0 0 16px 20px;
}

#content a {
	color: #004A80;
	outline: none;
}

#content a:hover {
	color: #000;
	text-decoration: underline;
}

#content-top p {
	line-height: 1.4em;
	padding: 0 0 10px 0;
}

#content-top ul {
	list-style-type: square;
	padding: 0 0 10px 20px;
}

#lower-footer p {
	color: #fff;
	font-size: 11px;
	padding: 0 0 0 7px;
	text-align: left;
}

#lower-footer a {color: #fff;}
#lower-footer a:hover {color: #163342;}

#tagline {
	background: url(../images/backgrounds/helping-people.jpg) #4E7185 no-repeat;
	float: left;
	height: 215px;
	position: relative;
	width: 158px;
}

#tagline p {
	font-weight: bold;
	position: absolute; bottom: 10px; left: 18px;
	text-align: center;
}

p#helping-people {
	text-indent: -9999px;
}

/*---------------

CONTENT AREA TABLES

---------------*/

#content table.general  {
	border-collapse: collapse;
	margin: 0 0 15px 0;
	text-align: center;
	width: 575px;
}

#content table.general td {
	border-bottom: 1px solid #ccc;
	padding: 4px 5px;
}

#content table.general td.left {
	padding-left: 0;
	text-align: left;
}

#content table.general tr.no-border td {
	border: 0;
}

/*---------------

IMAGES

---------------*/

#left img {
	float: left;
}

#artwork {
	float: right;
	position: relative;
	left: 20px;
	top: -18px;
}

img.float-right {
	border: 4px solid #708691;
	float: right;
	margin: 0 0 20px 20px;
}

img.float-left {
	border: 4px solid #708691;
	float: left;
	margin: 0 20px 20px 0;
}


#lower-footer img {
	float: right;
}

/*---------------

RELATED PAGES

---------------*/

#related-pages {
	background: #4D7184;
	color: #E5E4DB;
	float: right;
	font-size: 11px;
	height: 190px;
	line-height: 15px;
	overflow: hidden;
	padding: 10px 15px 15px 15px;
	text-align: left;
	width: 170px;
}

#content-top #related-pages h3 {
	color: #fff;
	font-size: 15px;
	padding: 0 0 7px 0;
}

#related-pages ul {
	color: #fff;
	padding: 0 0 5px 0;
}

#related-pages ul li {
	background: url(../images/backgrounds/related-item.gif) no-repeat 0 3px;
	list-style-type: none;
	padding: 0 0 5px 11px;
}

#related-pages ul li a {
	color: #EFD865;
	text-decoration: none;
}



#related-pages ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#related-pages ul li a img {
	border: 0;
}

#related-pages ul li a img.related-ext-icon {
	position: relative; top: 2px; left: 3px;
}

#related-pages ul li a img.pdf-icon {
	position: relative; top: 1px;
}

#related-pages p {
	font-size: 11px;
	line-height: 14px;
}


/*---------------

EVALUATION PROMO

---------------*/

#evaluation {
	background: url(../images/backgrounds/home/evaluation.gif) #9EBDCD no-repeat left bottom;
	color: #000;
	float: right;
	height: 215px;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: center;
	width: 200px;
}

#content-top #evaluation h3 {
	background: url(../images/backgrounds/evaluation-h3.gif) transparent no-repeat left top;
	float: left;
	height: 63px;
	text-indent: -9999px;
	padding: 0;
	width: 200px;
}

#content-top #evaluation p {
	font-size: 12px;
	float: left;
	height: 76px;
	line-height: 16px;
	overflow: hidden;
	padding: 10px 38px;
	width: 124px;
}

#evaluation a {
	background: url(../images/backgrounds/home/evaluation-link.gif) transparent no-repeat left top;
	float: left;
	height: 42px;
	position: relative;
	left: 14px;
	text-indent: -9999px;
	width: 172px;
}

#evaluation a:hover {
	background-position: 0 -42px;
}

/*---------------

FORMS

---------------*/

.error {color: #BF0000;}

#content ul#form-wrapper {
	border-top: 1px solid #ccc;
	color: #666666;
	list-style-type: none;
	padding: 10px 0;
	width: 580px;
}

#content ul#form-wrapper li {
	font-size: 11px;
	float: left;
	padding: 0 0 7px 10px;
	width: 280px;
}

#content ul#form-wrapper li.fullwidth {
	width: 580px;
}

#content ul#form-wrapper li.submit-wrapper {
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
	text-align: center;
}

#form-wrapper label {
	padding: 0 0 0 3px;
}

input.text {
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 3px;
	width: 260px;
}

textarea.textarea {
	border: 1px solid #ccc;
	width: 560px;
}

#content ul input.sumbit {
	font-size: 11px !important;
}

#content ul#form-wrapper li.doubleinput div {
	float: left;
	overflow: hidden;
	width: 140px;
}

#content ul#form-wrapper li.doubleinput div input.text {
	width: 120px;
}

#form-wrapper img {
	float: right;
}