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

/* Global Styles */
* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote {
	font-size: 1em;
	color: #1E4059;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEBED;
	border-bottom-color: #EAEBED;
}


.clear {
clear:both;
margin-top:-1px;
height:1px;
overflow:hidden;
}


#header {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	margin-bottom: 2px;
} 

#navWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
}

#footer {
	height: 25px;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #939BA1;
	clear: both;
	margin-top: 5px;
}
#footer a {
	color: #1A374D;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
}



#footer p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#rightWrapper {
	float: left;
	width: 615px;
}


/* Home Styles */

#wrapper {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}
#leftHomeWrapper {
	float: left;
	width: 205px;
	margin-right: 5px;
	height: 295px;
	background-image: url(../images/global/navBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#homeImage {
	height: 265px;
	width: 585px;
	padding: 15px;
}
#homeImage h1 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.5em;
	width: 585px;
	letter-spacing: -1px;
	margin-top: 180px;
}
#homeText p {
	font-size: 1em;
	color: #000000;
	line-height: 1.2em;
}

#homeText {
	padding: 15px;
	width: 585px;
}

/* Sub Styles */


#subImage {
	height: 160px;
	width: 585px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* Headers
 ------------------------------- */
.aboutHeader {
	background-image: url(../images/sub/headers/1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.servicesHeader {
	background-image: url(../images/sub/headers/2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.cultureHeader {
	background-image: url(../images/sub/headers/3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contactHeader {
	background-image: url(../images/sub/headers/5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.newsletterHeader {
	background-image: url(../images/sub/headers/5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* ------------------------------- */

#subImage h1 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 28px;
	width: 585px;
	letter-spacing: -1px;
	padding-top: 115px;
}
#leftSubWrapper {
	float: left;
	width: 205px;
	margin-right: 5px;
}
#subWrapper {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/global/leftColumn.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
#leftCallOut {
	background-color: #B1B7BB;
	width: 185px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}#leftCallOut p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#leftCallOut li {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: .8em;
	list-style-type: disc;
	padding-left: 0px;
	padding-bottom: 5px;
}
#leftCallOut ul {
	padding-left: 12px;
}


#subText a {
	text-decoration: underline;
	color: #BA4A00;
}
#subText a:hover {
	text-decoration: none;
	color: #AD2B00;
}
#subText {
	padding: 15px;
	width: 585px;
}
#subText p {
	font-size: .7em;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#subText li {
	font-size: 0.7em;
	line-height: 1.3em;
	padding-left: 3px;
	margin-left: 25px;
	padding-bottom: 4px;
}
#subText h2 {
	font-size: 1em;
	color: #394E66;
	margin-bottom: 5px;
	font-weight: normal;
}
#subText h2 a{
	text-decoration: none;
}
#subText h1 {
	font-size: 1.1em;
	font-weight: normal;
	color: #666666;
	line-height: 1.3em;
	margin-bottom: 15px;
}
#subText ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#subText li li {
	font-size: 1em;
}



#blueBar {
	background-image: url(../images/sub/blueBar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 10px;
}

#breadcrumb a {
	color: #666666;
	text-decoration: none;
}

.subNav {
	padding: 8px;
}
.subNav h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 12px;
}
.subNav  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BA4A00;
}
.subNav  a:hover {
	color: #333;
}
.subNav p {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#rightWrapper #subText p.more-info {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEBED;
	padding-top: 15px;
}
