/* Table of Contents 

1. Sitewide Styles
1a. Header
1b. Footer
1c. Left Side

*/


/* 1. Sitewide Styles */
* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #A6B639;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 1;
	position: relative;
}

#pageWrapper {
	width: 860px;
	margin: 0 auto;
	padding: 0;
}

#mainWrapper {
	background-image: url(/images/mainBG.jpg);
	background-repeat: repeat-y;
	float: left;
}

#contentWrapper {
	background-color: #FFFFFF;
	float: left;
	margin: 15px;
	width: 523px;
	padding: 10px;
}

#homeContentWrapper {
	background-color: #F4F4EA;
	float: left;
	width: 543px;
	padding: 15px;
}

#homeContentWrapper .cmsContent {
	color: #666666;
	font-size: 14px;
	padding: 10px 0;
	line-height: 22px;
}

#contentWrapper h2 {
	color: #777;
	font-style: italic;
	font-size: 18px;
	margin-top: 10px;
	font-weight: 500;
}

#contentWrapper h3 {
	color: #7296AC;
	font-size: 16px;
	margin-top: 20px;
}

#contentWrapper p {
	color: #666666;
	font-size: 14px;
	padding: 10px 0;
	line-height: 18px;
}

.cmsContent {
	color: #666666;
	font-size: 14px;
	padding: 10px 0;
	line-height: 18px;
}

#pageTitle {
	font-size: 22px;
	padding-bottom: 10px;
	color: #8D9E11;
}

/* 1a. Header */
#pageHeader {
	float: left;
	margin-top: -175px;
}

#logo {
	z-index: 100;
	float: left;
	width: 172px;
	margin-left: 25px;
	position: relative;
}

#headerInfo {
	float: left;
	color: #DCDCDC;
	font-size: 13px;
	font-family: Times, "Times New Roman", Georgia, serif;
	padding: 10px 0 4px 15px;
	height: 21px;
	margin-left: 200px;
}

.headerPhone {
	font-weight: bold;
	margin-right: 18px;
	color: #FFF;
}

.headerLink {
	color: #FDD048;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px;
	
}

.headerLink:hover, .headerLink:active {
	color: #FFF;
}

#navTabs {
	float: right;
	width: 664px;
	margin-top: 1px;
}

#headerAboutContainer {
	width: 275px;
	background-color: #FFF;
	padding: 12px 12px 10px 12px;
	float: left;
}

#headerAboutContent {
	background-color: #F0EFE3;
	width: 275px;
	height: 252px;
}

#headerAboutContent ul {
	color: #A4B437;
	font-size: 12px;
	padding: 10px 25px;
	line-height: 18px;
}

#headerAboutContent span {
	color: #848280;
	font-size: 12px;
	font-style: italic;
}

/* End Header Styles */

/* 1b. Footer */

#pageFooter {
	float: left;
	clear: both;
	width: 860px;
	background-color: #656666;
}

#disclaimerText {
	background-color: #575656;
	width: 286px;
	float: left;
}

#disclaimerText h3 {
	color: #F7E26E;
	padding: 10px 10px 7px 10px;
	font-size: 16px;
}

#disclaimerText p {
	font-size: 12px;
	color: #FFF;
	padding: 5px 10px;
}

#copyrightText {
	color: #F7E26E;
	font-size: 12px;
	padding: 6px 10px;
}

#footerServices {
	background-color: #858484;
	width: 544px;
	float: left;
	padding: 10px 12px;
	width: 549px;
	font-size: 16px;
	font-family: "Times New Roman", Georgia, Times, serif;
}

#footerServicesTitle {
	color: #DDEAF1;
	font-weight: bold;
	border-bottom: 1px solid #656666;
	padding-bottom: 5px;
}

#footerServices ul {
	float: left;
	list-style: none;
	width: 183px;
	margin-top: 5px;
}

#footerServices li {
	line-height: 22px;
	color: #CCC;
}

.footerServicesLink {
	color: #CCC;
	text-decoration: none;
}

.footerServicesLink:hover {
	text-decoration: underline;
}

#footerSitemap {
	float: left;
	background-color: #656666;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 549px;
	font-weight: bold;
}

#footerSitemap ul {
	float: left;
	list-style: none;
	width: 183px;
}

#footerSitemap a:link, #footerSitemap a:visited {
	color: #DDEAF1;	
	text-decoration: none;
	text-transform: uppercase;
	line-height: 22px;
}

#footerSitemap a:active, #footerSitemap a:hover {
	color: #FFF;
}

/* End Footer Styles */

/* 1c. Left Side */

#leftSide {
	float: left;
	padding: 0 12px 15px 12px;
	background-color: #E8EBDB;
}

#clipboardContainer {	
	margin-top: -11px;
	background-image: url('/images/clipboard_18.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #846751;
	padding: 55px 12px 15px 12px;
	width: 238px;
}

#clipboardContent {
	background-color: #F6F6F6;
	padding: 0 10px 30px 10px;
	background-image: url('/images/clipboard_30.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 218px;
}

#clipboardContent h5 {
	font-size: 18px;
	padding: 10px 0;
	color: #8D9E11;
}

#clipboardContent p {
	padding: 10px 0 0 0;
}

.latestNewsLink {
	font-size: 12px;
	color: #7296AC;
	text-decoration: none;
}

#formsHandouts {
	border-top: 1px solid #FFF;
	margin-top: 20px;
	padding-top: 10px;
}

#formsList {
	margin: 10px 0 20px 0;
	list-style: none;
	font-size: 16px;
	line-height: 24px;
}

#formsList a:link, #formsList a:visited {
	color: #777;
	text-decoration: none;
}

#formsList a:hover {
	text-decoration: underline;
}

.leftFormsLink {
	 color: #7296AC;
	 text-decoration: none;
	 font-size: 12px;
}

#additionalResources {
	padding: 10px 12px;
}

#additionalResources h5 {
	color: #7296AC;
	font-size: 18px;
	padding: 5px 0;
}

#additionalResources ul {
	list-style: none;
	font-size: 16px;
	line-height: 24px;
}

#additionalResources a:link, #additionalResources a:visited {
	text-decoration: none;
	color: #777;
}

#additionalResources a:hover {
	text-decoration: underline;
}

/* End Left Side Styles */

/* End Sitewide Styles */

/* Home Page Styles */
#locationBox {
	border: 1px solid #F5F4EA;
	background-color: #FFFFFF;
	padding: 15px 10px;
	margin: 10px 0;
}

#locationBox td {
	 vertical-align: top;
	 padding-top: 10px;
}

#homepageMap {
	border: 1px solid #E9E8DB;
	margin-bottom: 3px;
}

#locationLink:link, #locationLink:visited {
	text-decoration: none;
	color: #7296AC;
}

#locationLink:hover {
	text-decoration: underline;
}

#locationBox h2 {
	color:#8D9E11;
	font-size:18px;
	font-weight: normal;
}

#locationBox h4 {
	color: #7296AC;
	font-size: 18px;
	float: left;
	border-bottom: 1px solid #DDDDC5;
	padding-bottom: 3px;
	margin: 0 10px 7px 10px;
	width: 260px;
	font-weight: normal;
}

#locationBox p {
	color: #000;
	font-size: 12px;
	float: left;
	width: 130px;
	padding: 0 0 5px 10px;
}

/* End Home Page Styles */

.staffName {
	margin-top: 15px;
	font-size: 14px;
	font-weight: strong;
	color: #7296AC;
}

#contentWrapper ul {
	margin-left: 20px;
	font-size: 12px;
}

.formsContentList {
	list-style-type: none;
	line-height: 20px;
	font-size: 14px;
}

.formsContentList a:link, .formsContentList a:visited {
	color: #666;
	text-decoration: none;
}

.formsContentList a:hover {
	text-decoration: underline;
}

#contentWrapper h2.resourcesName {
	color: #7296AC;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}