

/* General
+-------------------------------------------*/
	/* General Tags
	+---------------------------------------*/
	
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #fff;
}

	/* Images
	+---------------------------------------*/

img {
	background-color: #fff;
	border: 4px solid #4d8696;
	padding: 1px;
	margin: 15px;
	float: left;
}
	a:hover img {
		border-color: #60a553;	
	}
	img.plain {
		border: 0;
		margin: 0;
		padding: 0;
		background-color: transparent;
		float: none;
		display: inline;
	}
	img.right 	{ margin-right: 0; 	float: right; }
	img.left 	{ margin-left: 0; 	float: left; }
	img.top 	{ margin-top: 0; }
	img.bottom 	{ margin-bottom: 0; }
	
	/* Anchors
	+---------------------------------------*/

a[target="_blank"]:before,
a[target="new"]:before {
	margin: 0 5px 0 0;
	padding: 1px 5px 1px 1px;
	border: 0 solid #333;
	color: #5F882F;
	background-color: #fff;
	font-size: 11px;
	font-family: "Zapf Dingbats";
	font-weight: 600;
	content: "\2924";
	width: auto;
	height: auto;
	line-height: inherit;
}
	a:active {
		top: 2px;
	}
	html body div#wrapper a.button,  div#wrapper div#content input.button {
		color: #fff;
	}
	a.button, a.button:link, div#wrapper div#content input.button {
		background: transparent url('../images/buttons/button_black_bg.png') repeat-x top left;
		border: 0;
		height: 50px;
		line-height: 50px;
		position: relative;
		margin: 15px 35px;
		display: block;
		width: auto;
		padding: 0 20px;
	}
		a.button:before, input.button:before {
			content: url('../images/buttons/button_black_left.png');
			width: 10px;
			height: 50px;
			position: absolute;
			left: -10px;
		}
		a.button:after, input.button:after {
			content: url('../images/buttons/button_black_right.png');
			width: 10px;
			height: 50px;
			position: absolute;
			right: -10px;
		}
		a.button:visited {
		}
		html body div#wrapper a.button:hover, div#wrapper div#content input.button:hover,  div#wrapper div#content input.button:focus {
			color: #fff;
		}
		a.button:hover, div#wrapper div#content input.button:hover {
			background: transparent url('../images/buttons/button_dark_blue_bg.png') repeat-x top left;
			border: 0;
			padding: 0 20px;
			margin: 15px 35px;
			color: #000;
		}
			a.button:hover:before, div#wrapper div#content input.button:hover:before {
				content: url('../images/buttons/button_dark_blue_left.png');
			}
			a.button:hover:after, div#wrapper div#content input.button:hover:after {
				content: url('../images/buttons/button_dark_blue_right.png');
			}
		a.button:active, div#wrapper div#content input.button:active {
			top: 2px;
		}
		
	/* Quotes
	+---------------------------------------*/
	
q {
	quotes: "&#8220;" "&#8221;" "&#39;" "&#39;";
}
	q:before, q:after {
		content: '';
		content: none;
	}
blockquote {
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", serif; /* must come before content is generated */
	font-size: 0.95em;
	font-style: italic;
	line-height: 1.65em;
	text-align: left;
	background: #eee;
	border-left: 10px solid #ccc;
	margin: 30px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
	blockquote:before {
		color: #ccc;
		content: open-quote;
		font-size: 4em;
		line-height: 0.1em;
		margin-right: 0.25em;
		vertical-align: -0.4em;
	}
	blocquote:after {
		content: '';
		content: none;
	}
	blockquote p {
		display: inline;
	}
	blockquote.alternate {
		margin: 45px 30px;
		text-align: right;
		border-left: 0;
		border-right: 10px solid #ccc;
		quotes: "\201C""\201D""\2018""\2019";
	}
		blockquote.alternate:before {
			content: '';
			content: none;
		}
		blockquote.alternate:after {
			color: #ccc;
			content: close-quote;
			font-size: 4em;
			line-height: 0.1em;
			margin-left: 0.25em;
			margin-right: 10px;
			vertical-align: -0.8em;
		}
		
	/* Misc.
	+---------------------------------------*/
	
div {
	zoom: 1;
}
acronym, abbr{
	border-bottom: 1px dotted #333;
	cursor: help;
}

/* Form Elements
	+---------------------------------------*/
	
div#content div.form {
	line-height: 0;
	padding: 0;
	margin: 0 30px 30px;
	width: auto;
	overflow: hidden;
	float: left;
}
div#content label, div#content input, div#content select {
	float: right;
	margin: 5px 0;
	padding: 5px;
}
div#content label {
	width: 190px;
	height: 22px;
	line-height: 22px;
	float: left;
	clear: left;
	padding: 5px 15px;
}
	div#content label:hover {
		text-decoration: underline;
	}
div#content input, div#content select {
	width: 300px;
	height: 20px;
	border: 1px solid #999;
	clear: right;
}
	div#content select {
		width: 160px;
	}
	div#content input:focus, div#content textarea:focus {
		border: 1px solid #000;
		background-color: #c0dee8;
	}
div#content textarea {
	width: 97%;
	clear: right;
	float: right;
	border: 1px solid #999;
	height: 178px;
	padding: 5px;
	margin: 5px 0;
}
div#content input.plainButton {
	clear: both;
	float: right;
	width: auto;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
}
	div#wrapper p.result {
		margin: 0;
		padding: 0 30px 30px;
	}
		div#wrapper p.result span {
			clear: both;
			display: block;
			width: 350px;
		}
	.button, label, a, a img, button {
		cursor: pointer;
	}
	
	/* Custom Tags
	+---------------------------------------*/
	
div#wrapper .alpha 						{ margin: -2px 15px 15px 0; } /*  Use with left-most Section */
div#wrapper .omega 						{ margin: -2px 0 15px 15px; } /*  Use with right-most Section */
	div#wrapper div#content img.alpha 	{ margin-left: 0; margin-top: 0; } /* Adjust for inline images */
	div#wrapper div#content img.omega 	{ margin-right: 0; margin-bottom: 0; } /* Adjust for inline images */

div#wrapper div#content div.single { width: 286px; } /*  1/3 page width */
div#wrapper div#content div.double { width: 592px; } /*  2/3 page width */
div#wrapper div#content div.triple { width: 920px; } /*  Three column width */

div#wrapper div#content div.fourth 			{ width: 235px; } /*  1/4 page width */
div#wrapper div#content div.half 			{ width: 470px; } /*  1/2 page width */
div#wrapper div#content div.threefourths 	{ width: 705px; } /*  3/4 page width */
div#wrapper div#content div.full 			{ width: 960px; } /*  Full page width */

	
div#wrapper div#content .floatRight 	{ float: right; } /*  Float any element left */
div#wrapper div#content .floatLeft 		{ float: left; } /*  Float any element right */

body div#wrapper div#content .center 	{ margin-right: auto; margin-left: auto; float: none; } /* Center a div */

body div#wrapper div#content .alignRight 	{ text-align: right; } /*  Align element text left */
body div#wrapper div#content .alignLeft 	{ text-align: left; } /*  Align element text right */
body div#wrapper div#content .alignCenter	{ text-align: center; } /*  Align element text center */
body div#wrapper div#content .alignJustify	{ text-align: justify; } /*  Align element text justified */

div#wrapper div#content img.spacer {
	width: 1px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	height: 300px;
}
div#wrapper .seo {
	position: absolute;
	left: -4000px;
	top: -4000px;
}
div#content textarea#comments {
	display: none;
}
div#content .clear { clear: both; }
	

/* Template
+-------------------------------------------*/

div#wrapper {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
	div#wrapper div#top {
		background-color: #7db5c2;
		height: 370px;
		position: relative;
	}
		div#top img {
			border: 0;
			background-color: transparent;
			margin: 0;
			padding: 0;
		}
		div#wrapper div#top div#topContent {
			background: transparent url('../images/masthead_large.jpg') no-repeat center 0;
			width: 980px;
			height: 300px;
			overflow: hidden;
			margin: 0 auto;
			position: relative;
			top: 28px;
		}
			div#top div#topContent div#logo {
				background: transparent url('../images/logo.png') no-repeat top left;
				width: 200px;
				height: 160px;
				margin: 0 0 5px;
				float: left;
				clear: both;
				position: absolute;
				left: 15px;
				top: 50px;
			}
			div#top div#topContent div#slogan {
				/* background: transparent url('../images/slogan.png') no-repeat top left; */
				width: 320px;
				height: 80px;
				margin: 0 0 5px;
				float: left;
				clear: both;
				position: absolute;
				left: 380px;
				top: 132px;
			}
		div#top div#topBar {
			background: transparent url('../images/top_bg.png') repeat-x top left;
			height: 35px;
			width: auto;
			z-index: 2;
			position: relative;
			top: -300px;
		}
		div#top div#topNavigationWrapper {
			clear: both;
			width: auto;
			height: 80px;
			background: transparent url('../images/nav_bar_bg.png') repeat-x bottom left;
			overflow: hidden;
			position: relative;
			top: -45px;
			z-index: 2;
		}
			div#top div#topNavigationWrapper div#topNavigation {
				width: 980px;
				height: 80px;
				margin: 0 auto;
				overflow: hidden;
				position: relative;
			}
				div#top div#topNavigationWrapper div#topNavigation div#topNavigationLeft, div#top div#topNavigationWrapper div#topNavigation div#topNavigationRight {
					position: absolute;
					top: 0;
					width: 30px;
					height: 80px;
				}
				div#top div#topNavigationWrapper div#topNavigation div#topNavigationLeft {
					left: 0;
					background: transparent url('../images/nav_left.png') no-repeat top left;
				}
				div#top div#topNavigationWrapper div#topNavigation div#topNavigationRight {
					background: transparent url('../images/nav_right.png') no-repeat top left;
					right: 0;
				}
				div#top div#topNavigationWrapper div#topNavigation div#topNavigationContent {
					background: transparent url('../images/nav_bg.png') repeat-x top left;
					width: auto;
					height: 80px;
					overflow: hidden;
					position: relative;
					margin: 0 30px;
				}
	div#wrapper div#content {
		clear: both;
		width: 980px;
		overflow: hidden;
		margin: 0 auto;
		padding: 15px 30px;
	}
	div#wrapper div#bottom {
		clear: both;
		width: auto;
		background: #98b9c2 url('../images/bottom_bg_fixed.jpg') repeat-y center 50px;
		overflow: hidden;
	}
		div#bottom div#bottomNavigationWrapper {
			clear: both;
			width: auto;
			height: 60px;
			background: transparent url('../images/small_nav_bar_bg.png') repeat-x bottom left;
			overflow: hidden;
		}
			div#bottom div#bottomNavigationWrapper div#bottomNavigation {
				width: 960px;
				height: 60px;
				margin: 0 auto;
				overflow: hidden;
				position: relative;
			}
				div#bottom div#bottomNavigationWrapper div#bottomNavigation div#bottomNavigationLeft, div#bottom div#bottomNavigationWrapper div#bottomNavigation div#bottomNavigationRight {
					position: absolute;
					top: 0;
					width: 20px;
					height: 60px;
				}
				div#bottom div#bottomNavigationWrapper div#bottomNavigation div#bottomNavigationLeft {
					left: 0;
					background: transparent url('../images/small_nav_left.png') no-repeat top left;
				}
				div#bottom div#bottomNavigationWrapper div#bottomNavigation div#bottomNavigationRight {
					background: transparent url('../images/small_nav_right.png') no-repeat top left;
					right: 0;
				}
				div#bottom div#bottomNavigationWrapper div#bottomNavigation div#bottomNavigationContent {
					background: transparent url('../images/small_nav_bg.png') repeat-x top left;
					width: auto;
					height: 60px;
					overflow: hidden;
					position: relative;
					margin: 0 20px;
				}
		div#bottom div#copyright {
			width: 920px;
			padding: 30px;
			margin: 0 auto;
		}

/* Navigation Structures
+-------------------------------------------*/
	/* Main Navigation (Top)
	+---------------------------------------*/
	
ul.nav {	
	list-style: none;
	display: block;
	margin: 0 30px;
	position: relative;
	width: 100%;
}
	ul.nav li {
		position: relative;
		float: left;
		height: 80px;
		line-height: 80px;
		list-style: none;
		display: inline;
		padding: 0 0 0 1px;
		top: 0;
		left: 0;
		background: transparent url('../images/nav_divider.png') no-repeat top left;
	}
	ul.nav li:first-child {
		background-image: none;
		padding: 0;
	}
		ul.nav li a {
			display: block;
			height: 80px;
			margin: 0;
			padding: 0 17px;
			background: transparent url('../images/nav_bg.png') repeat-x top left;
		}
			ul.nav li a:hover {
				background: transparent url('../images/nav_hover.png') repeat-x top left;
			}
			
	/* Footer Navigation (Bottom)
	+---------------------------------------*/
	
ul.footerNav {	
	list-style: none;
	display: block;
	margin: 0 70px;
	position: relative;
	width: 100%;
}
	ul.footerNav li, ul.footerNav li a {
		height: 60px;
	}
	ul.footerNav li {
		position: relative;
		float: left;
		list-style: none;
		display: inline;
		padding: 0 0 0 1px;
		top: 0;
		left: 0;
		background: transparent url('') repeat-x top left;
	}
	ul.footerNav li:first-child {
	}
		ul.footerNav li a {
			display: block;
			line-height: 60px;
			margin: 0;
			padding: 0 14px 0;
		}
			ul.footerNav li a:hover {
				background: transparent url('../images/small_nav_hover.png') repeat-x top left;
			}

	/* Side Navigation
	+---------------------------------------*/
	
div#content ul.sideNav {
	overflow: hidden;
	display: block;
	list-style: none outside none;
	width: 256px;
	margin: 15px 0;
}
	div#content ul.sideNav li {
		display: list-item;
		margin: 0;
		padding: 0;
		border: 0;
		clear: both;
		overflow: hidden;
		border-top: 1px dotted #5d5d5d;
	}
		div#content ul.sideNav li:first-child {
			border-top: 0;
		}
		/* div#content ul.sideNav li:before {
			margin: 0;
			padding: 0;
			border: 0 solid #333;
			color: #222;
			background-color: transparent;
			font-size: 20px;
			font-family: "Zapf Dingbats";
			font-weight: 500;
			content: "\290D";
			width: auto;
			height: auto;
			line-height: 1.4em;
			display: block;
			float: left;
		} */
		div#content ul.sideNav li a {
			width: auto;
			display: block;
			float: left;
			width: 236px;
			margin: 0;
			padding: 10px 5px;
			background-color: transparent;
		}
			div#content ul.sideNav li a:hover {
				border: 0;
				background-color: #6cae5f;
			}
		
	/* Navigation General Classes
	+---------------------------------------*/
	
/* Content Structures
+-------------------------------------------*/
	/* Testimonial Container for jQuery Fade
	+---------------------------------------*/
	
	div#testimonialFeed {
	}

	/* Heading
	+---------------------------------------*/
	
div#content h2 {
}
div#content div.heading {
	background: transparent url('../images/heading_bg.png') repeat-x top left;
	width: auto;
	height: 55px;
	margin: 0 30px 30px;
	clear: both;
	position: relative;
}
	div.heading div.headingLeft, div.heading div.headingRight {
		position: absolute;
		top: 0;
		width: 30px;
		height: 55px;
	}
	div.heading div.headingLeft {
		background: transparent url('../images/heading_left.png') no-repeat top left;
		left: -30px;
	}
	div.heading div.headingRight {
		background: transparent url('../images/heading_right.png') no-repeat top left;
		right: -30px;
	}
	
	/* Column
	+---------------------------------------*/
	
div.column {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 0 0 30px;
	padding: 0 15px;
	width: auto;
	border-left: 1px solid #bbb;
}
	div.column:first-child {
		margin-left: 0;
		border-left: 0;
	}
	div.column:last-child {
		border-right: 0;
		margin-right: 0;
	}
	
	/* Section
	+---------------------------------------*/
	
div.section {
	position: relative;
	overflow: hidden;
	float: left;
	margin: -2px 0 15px 30px;
}
	div.section:first-child {
		margin-left: 0;
	}
	div.section div.sectionTop {
		background: transparent url('../images/section_top_bg.png') repeat-x top left;
		width: auto;
		position: relative;
	}
		div.sectionTop, div.sectionTopLeft, div.sectionTopRight, div.sectionTopContent {
			height: 70px;
		}
		div.sectionTop div.sectionTopLeft, div.sectionTop div.sectionTopRight {
			position: absolute;
			top: 0;
			width: 30px;
		}
		div.sectionTop div.sectionTopLeft {
			left: 0;
			background: transparent url('../images/section_tl.png') no-repeat top left;
		}
		div.sectionTop div.sectionTopRight {
			right: 0;
			background: transparent url('../images/section_tr.png') no-repeat top right;
		}
		div.sectionTop div.sectionTopContent {
			padding: 0 30px;
			width: auto;
		}
	div.section div.sectionContentWrapper {
		background: #d0eac2 url('../images/section_content_bg_repeat.jpg') repeat-y top left;
		width: auto;
		border-right: 1px solid #636363;
		border-left: 1px solid #636363;
		margin: 0 16px 0 11px;
		clear: both;
		overflow: hidden;
	}
		div.sectionContentWrapper div.sectionContent {
			background: transparent url('../images/section_content_bg_fixed.jpg') no-repeat top left;
			width: auto;
			position: relative;
			height: 100%;
			overflow: hidden;
			padding: 10px 15px 15px;
		}
			div.sectionContent img {
				width: 206px;
				margin: 0 auto 15px;
			}
	div.section div.sectionBottom {
		clear: both;
		position: relative;
		background: transparent url('../images/section_bottom_bg.png') repeat-x top left;
	}
		div.sectionBottom, div.sectionBottomLeft, div.sectionBottomRight {
			height: 30px;
		}
		div.sectionBottomLeft, div.sectionBottomRight {
			width: 30px;
			position: absolute;
			top: 0;
		}
		div.sectionBottom div.sectionBottomLeft {
			left: 0;
			background: transparent url('../images/section_bl.png') no-repeat top left;
		}
		div.sectionBottom div.sectionBottomRight {
			right: 0;
			background: transparent url('../images/section_br.png') no-repeat top right;
		}

	/* List Structures
	+---------------------------------------*/
		/* Sideways List
		+-----------------------------------*/
	
div#content ul.sideways {
	list-style: none outside none;
	margin-left: 75px;
	display: block;
	overflow: hidden;
}
	div#content ul.sideways li {
		list-style: none outside none;
		width: 150px;
		float: left;
		border-left: 1px solid #bbb;
	}
		div#content ul.sideways li:first-child {
			border-left: 0;
		}
		div#content ul.sideways li ul {
			margin: 15px 30px 30px 45px;
			border-left: 1px solid #bbb;
		}
			div#content ul.sideways li ul li {
				list-style: square outside none;
				border: 0;
			}
			
		/* Dialogue List
		+-----------------------------------*/
div#content dl.dialogue {
	overflow: hidden;
}
	div#content dl.dialogue dt {
		width: 200px;
		margin: 20px 0;
		float: left;
		clear: left;
		margin: 25px 0 15px 15px;
	}
	div#content dl.dialogue dd {
		width: 250px;
		float: left;
		clear: right;
		margin: 15px;
	}
		div#wrapper div#content dl.choices dt {
			width: 50px;
			margin-top: 17px;
		}
		div#wrapper div#content dl.choices dd {
			width: 400px;
		}
	
		
	
	/* Article
	+---------------------------------------*/
	
div.article {
}
	div.article p {
	}
	
	
	/* Google Map
	+---------------------------------------*/
	
div#wrapper div#map {
	display: none;
	width: auto;
	height: 300px;
	margin: 30px;
	border: 1px solid #5d5d5d;
}
	div#wrapper div.single 	div#map { height: 270px; }
	div#wrapper div.double 	div#map { height: 540px; }
	div#wrapper div.quarter div#map { height: 200px; }
	div#wrapper div.half 	div#map { height: 400px; }
	
	/* Video
	+---------------------------------------*/
	
div#video {
	width: 260px;
	height: 225px;
	margin: 0 auto;
	border: 0;
	padding: 0;
	clear: both;
	position: relative;
}
	div#video a {
		background: transparent url('../images/video_bg.png') no-repeat top left;
		width: 245px;
		height: 225px;
		margin: 0 auto;
		border: 0;
		padding: 0 15px 0 0;
		clear: both;
		position: absolute;
		font-size: 0;
	}
		div#video a:hover {
			background-position: bottom left;
		}
		
		
		