@charset "utf-8";
	
	/* GLOBALS */
	
	* {
		margin: 0;
		padding: 0;
	}
	body {
		background-color: #f6d784;
		text-align: left;
		font-family: 'Source Sans Pro', sans-serif;
		color: #7a8a97;
	}
	a {
		text-decoration: none;
		outline: none;
	}
	img {
		border: 0 none;
	}
	ul {
		list-style: none;
	}
	h1 {
		font: bold 23px/20px 'Source Sans Pro', sans-serif;

		color: #3591f0;
		margin-bottom: 15px;
		cursor: default;
	}
	h2 {
		font: bold 20px/21px 'Source Sans Pro', sans-serif;
		color: #3591f0;
		margin-bottom: 10px;
		cursor: default;
	}
	
	/* LAYOUT */
	

	#wrapper {
		width: 1017px;
		height: auto;
		margin: 0 0 0 0;
		text-align: left;
	}
	
	#header {
		height: 205px;
	}
	
	#header img {
		float:left;
		margin: 0 0 0 0;
		border: 0px;
	}
	
	#lhs {
		background: url(../images/bg-content-main.png) repeat-y;
		width: 672px;
		min-height: 550px;
		float: left;
		margin: 20px 0 0 30px;
	}
	/*#lhs .lhsFooter {
		background: url(../images/bg-content-main-footer.png) no-repeat;
		height: 10px;
		/*clear: both;*/
		/*position: relative;*/
		/*top: 19px;*/
	/*}*/
	#rhs {
		width: 270px;
		min-height: 400px;
		float: right;
		margin-top: 20px;
		margin-right: 36px;
	}

	/* CONTENT */
	
	#content {
		background: url(../images/bg-content.png) repeat-y;
		height: auto;
	}
	#pageContent {
		/*background: url(../images/bg_pagecontent.png) no-repeat;*/
		height: 100%;
	}
	#pageContent #lhs h1 {
		display: block;
		margin-top:70px;
		margin-left: 43px;
		margin-right: 65px;
		padding-bottom: 2px !important;
	}
	#pageContent #lhs p {
                font: 16px/18px 'Source Sans Pro', sans-serif;
		display: block;
		margin-left: 43px;
		margin-right: 65px;
		padding-bottom: 10px !important;
	}
	#pageContent #lhs p.smaller {
		font: 15px/17px 'Source Sans Pro', sans-serif;
		display: block;
		margin-left: 43px;
		margin-right: 65px;
		padding-bottom: 10px !important;
	}
	#pageContent #rhs p {
		display: block;
		padding-bottom: 10px !important;
	}
	#pageContent #lhs h2 {
		margin-top: 5px;
	}
	#pageContent #lhs a, a:active, a:visited {
		color: #3591f0;
	}
	#pageContent #lhs a:hover {
		color: #ffffff;
		background-color: #3591f0;
	}
	#pageContent #lhs ul {
		margin: 0px 0 15px 10px;
		line-height: 21px;
	}
	#pageContent #lhs ul li {
		background: url(../images/bullet.gif) 0 50% no-repeat;
		padding-left: 10px;
	}
	#pageContent #lhs img.right-aligned {
		margin-top: 8px;
		padding-left: 12px;
		padding-bottom: 8px;
	}
	#contentFooter {
		background: url(../images/bg-content-footer.png) no-repeat;
		height: 25px;
		clear: both;
		position: relative;
		top: 19px;
	}
	#rhs h2 {
		margin-top: 5px;
	}
	#rhs a, a:active, a:visited {
		color: #3591f0;
	}
	#rhs a:hover {
		color: #ffffff;
		background-color: #3591f0;
	}
	#rhs ul {
		margin: 0px 0 8px 10px;
		line-height: 21px;
	}
	#rhs ul li {
		background: url(../images/bullet.gif) 0 50% no-repeat;
		padding-left: 10px;
	}
	.overFlow {
		background: url(../images/bullet.gif) 0 8px no-repeat !important;
	}
	
	#rhs img {
		margin-bottom: 15px;
	}
	hr {
	size: 5px;
	height: 1px;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 17px;
	}

    /* TAB - NAV */
	 
	#pageContent #lhs ul#tab-nav {
		padding: 0px;
		margin: 0px 0px 0px 0px;
		list-style:none;
	}
	 
	#pageContent #lhs ul#tab-nav li {
		padding: 0px;
		margin: 0px 0px 0px 0px;
		float: left;
		width: 106px;
		
	}
	#pageContent #lhs ul#tab-nav li a, ul#tab-nav li a:visited {
		text-decoration: none;
		display:block;
		background-image:url(../images/tab-nav-bg.png);
		background-repeat:no-repeat;
		text-align:center;
		font: bold 16px/16px 'Source Sans Pro', sans-serif;
		color: #e8eef2;
		padding-top: 12px;
		height: 28px;
	}
	#pageContent #lhs ul#tab-nav li.current-page {
		text-decoration: none;
		display:block;
		background-image:url(../images/tab-nav-bg.png);
		background-repeat:no-repeat;
		text-align:center;
		font: bold 16px/16px 'Source Sans Pro', sans-serif;
		color: #0056eb;
		padding-top: 12px;
		height: 28px;
		background-position: -106px 0px;
	}
	#pageContent #lhs ul#tab-nav li a:hover, ul#tab-nav li a.selected {
		background-position: -106px 0px;
		color: #0056eb;
		padding-top: 12px;
		height: 28px;
	}


	
	/* FOOTER */
	
	#footer {
		width: 97%;
		height: 40px;
		margin: 0 auto;
		font-size: 14px;
		color: #333333;
		margin-top: 30px;
	}
	#footer .other-nav {
		font-size: 11px;
		margin-left: 50px;
	}
	#footer div {
		display: block;
		float: left;
	}
	#footer a {
		color: #333333;
		padding: 0 3px;
	}
	#footer a strong {
		color: #fff;
	}
	#footer a:hover {
		background: #3591f0;
		color: #fff;
	}
	#footer a strong:hover {
		background: #fff;
		color: #292929 !important;
	}
	#footer ul {
		float: right;
	}
	#footer ul li {
		float: left;
		margin-left: 15px;
	}
	#footer div h1 {
		position: absolute;
		left: -1000px;
		top: -1000px;
	}


	/* FOR SLIDESHOW ANIM IMAGES */
	
	.window {
		height:200px;
		width: 295px; 
		margin-top: 8px;
		overflow: hidden; /*--Hides anything outside of the set width/height--*/
		position: absolute;
                top: 334px;
                left: 340px;
	}
	.image_reel {
		position: absolute;
		top: 0;
		left: 0;
		}
	.image_reel img {float: left;}
	
	.paging {
		font-family: 'Source Sans Pro', sans-serif;
		font-size:12px;
		position: absolute;
		top: 543px;
		left: 410px;
		bottom: 5px;
		width: 160px; height:30px;
		z-index: 100; /*--Assures the paging stays on the top layer--*/
		text-align: center;
		line-height: 40px;
		display: none; /*--Hidden by default, will be later shown with jQuery--*/
	}
	.paging a {
		padding: 2px;
		text-decoration: none;
		color: #fff;
	}
	.paging a.active {
		font-weight: bold;
		background: #b0cdec;
		border: 1px solid #666;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.paging a:hover {
		font-weight: bold;
	}

