/****************************************************************************************	
	[RESET]
*****************************************************************************************/

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, fieldset, a img {border: none;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	color: #000;
	font: 10pt/1.5 Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background-color: #fff;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	text-align: left;
	color: #002156;
	font-weight: bold;
}
th, td {
	padding: 0.5em;
	border: 1px solid #c1d5e8;
}
caption {
	font-weight: normal;
	font-size: 18pt;
	text-align: left;
	color: #99c81e;
	padding-bottom: 7px;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 30px;}
/* don't split images over pages */
img	{page-break-inside: avoid;}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #99c81e;
	font-size: 24pt;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.3;
}
h2, h3 {
	font-size: 18pt;
	margin-bottom: 7px;
}
h3 {font-size: 16pt;}
h4, h5, h6 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 4px;
}
h5 {font-size: 13pt;}
h6 {font-size: 11pt;}
/* Avoid a header right at the bottom of the page */
h2, h3, h4, h5, h6 {page-break-after: avoid;}
/* Margins */
p, ul, ol, dl, table {margin-bottom: 15px;}
table table, table p, fieldset table {margin: 0;}
/* Lists */
ul, ol {margin-left: 30px;}
ul {list-style: disc;}
ol {list-style: decimal;}
	/* Nested */
	ul ul, ul ol, ol ol, ol ul {margin: 8px 0 8px 20px;}
	ul ul {list-style: circle;}
	ol ol {list-style: lower-alpha;}
	ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, .submit, .feedback, .feedback-sml, #breadcrumbs, 
.pagination, #img-lib .separator, .search, #aside, #sidebar,
#nav-main, #footer ul, #credits, .social, .return, .next,
.prev, .read-more, #banner div a {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#header {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 3px solid #99c81e;
	float: left;
	width: 100%;
}
	#logo {float: left;}
	#header em,
	#header strong {
		clear: right;
		float: right;
		font-style: normal;
		margin-top: 15px;
		text-transform: uppercase;
	}
#content-wrapper {padding: 20px 0;}
#footer {
	border-top: 1px solid #666;
	padding: 8px 0 0 0;
	clear: both;
	width: 100%;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #666;
}
#footer #social {
	display: none;
}

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

/* [MISC]
-------------------------------------------------------*/
/* Custom Paragraph */
p.date, p span.date {
	color: #666;
	font-weight: bold;
}
/* Image Treatments */
.border {
    border: 1px solid #5d5d5d;
    display:block;
}
.left {
    float: left;
    margin: 0 15px 10px 0;
}
.right {
    float: right;
    margin: 0 0 10px 15px;
}

/* [HOMEPAGE COMPONENTS]
-------------------------------------------------------*/
/* Sliding Banner */
#banner {
	float: left;
	margin: 0 0 20px;
	overflow: hidden;
	width: 100%;
	list-style: none;
}
	#banner li {
		border-left: 1px solid white;
		float: left;
		overflow: hidden;
		width: 33% !important;
	}
		#banner div {
			padding: 10px 0;
			width: 100% !important;
		}
			#banner p {
				font-size: 11pt;
				margin-bottom: 10px;
			}
			#banner strong {
				display: block;
				font-size: 14pt;
				font-weight: normal;
				text-transform: uppercase;
			}
			
/* Panels */
.home .panel {
	border-top: 1px solid #666;
	margin-bottom: 25px;
	padding-top: 10px;
	clear: both;
}

	/* Infinite Carousel */
	.home .panel ul {
		list-style: none;
		width: 100% !important;
		float: left;
		margin: 0 0 25px;
	}
		.home .panel li {
			border-top: 1px solid #ccc;
			padding: 5px 0;
			float: left;
			margin: 0;
			width: 100%;
		}
			.home .panel li img {float: left;}
			.home .panel li p {margin-left: 93px;}		
	
	/* Typography */
	.home .panel h1 {
		font-size: 14pt;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.home .panel h2 {
		color: #000;
		font-size: 12pt;
		font-weight: bold;
		margin-left: 93px;
	}
	.home .panel p {margin-bottom: 5px;}

/* [LANDING PAGE COMPONENTS]
-------------------------------------------------------*/
/* Action Links */
#landing-actions {
	float: left;
	margin: 0 0 15px;
	list-style: none;
}
	#landing-actions li {
		float: left;
		margin-left: 10px;
		width: 205px;
		overflow: hidden;
	}
	#landing-actions li.first {margin: 0;}
		#landing-actions img {display: block;}
		#landing-actions p {
			border-bottom: 1px solid #000;
			margin: 0;
		}
			#landing-actions p a {
				display: block;
				padding: 5px 15px;
			}
			
/* Carousel */
#landing-news,
#landing-news ul,
#landing-news li {
	float: left;
	width: 457px !important;
	margin: 0;
}
	#landing-news ul {list-style: none;}
		#landing-news li {padding: 4px 0;}
			#landing-news li img {float: left;}
			#landing-news li p {margin: 0 0 10px 93px;}
			
	/* Typography */
	#landing-news h2 {
		font-size: 14pt;
		margin-bottom: 9px;
	}
	#landing-news h3 {
		color: #000;
		font-size: 12pt;
		font-weight: bold;
		margin-left: 93px;
	}
	
/* Promo */
#landing-promo {
	margin-bottom: 15px;
	float: right;
	width: 190px;
}
	#landing-promo h2, #landing-promo h3, #landing-promo h4, 
	#landing-promo h5, #landing-promo h6 {
		color: #749b0d;
		font-weight: normal;
		font-size: 14pt;
		margin-bottom: 5px;
	}

/* [GENERIC STRUCTURED LIST]
-------------------------------------------------------*/
.structured-list {
	list-style: none;
	margin-left: 0;
	border-bottom: 1px solid #666;
	float: left;
}
	.structured-list li {
		border-top: 1px solid #666;
		float: left;
		padding: 8px 0;
		width: 100%;
	}
		.structured-list p,
		.structured-list h2,
		.structured-list h3 {margin-bottom: 4px;}
		.structured-list h2 {font-size: 13pt;}
		.structured-list h3 {
			font-size: 10pt;
			font-weight: bold;
		}
		/* With Thumbnail */
		.structured-list li.img img {float: left;}
		.structured-list li.img h3,
		.structured-list li.img h2,
		.structured-list li.img p,
		.structured-list li.img div.wysiwyg {margin-left: 150px; clear: none;}
		/* Wysiwyg */
		.structured-list li.img div.wysiwyg p {margin: 0 0 6px 0;}
		.structured-list li.img div.wysiwyg h3,
		.structured-list li.img div.wysiwyg h2 {margin-left: 0;}
		.structured-list li.img div.wysiwyg ul,
		.structured-list li.img div.wysiwyg ol {margin-bottom: 6px;}
			.structured-list li.img div.wysiwyg ul {list-style: disc;}
				.structured-list li.img div.wysiwyg li {
					border: none;
					float: none;
					padding: 0;
				}
		
/* [GOOGLE MAP]
-------------------------------------------------------*/
.map-wrapper {
	width: 300px;
	height: 250px;
	overflow: hidden;
	margin-bottom: 15px;
}
/* Small Map */
.map-wrapper.sml {
	width: 200px;
	height: 150px;
}
/* Large Map */
.map-wrapper.lrge {
	width: 485px;
	height: 385px;
}

/* [CMS MODULES]
-------------------------------------------------------*/
/* --Search Results-- */
#search-results p {margin: 0;}
#search-results .rating {
	color: #666;
	font-size: 9pt;
}

/* --Image Library-- */
#img-lib {list-style: none;}
	#img-lib li div a img {
		border: 2px solid #CECECE;
		max-width: 125px;
		max-height: 105px;
	}
