/* ========== UNIVERSAL PAGE STYLES ========== */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFF url(assets/bg.jpg) repeat-x;
	}
img {
	display: block;
	border: 0;
	}
.ulCr, .ulCr li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	}
h1, h2 {
	margin: 1em 0;
	font-size: 22px;
	color: #2E61B9;
	}	
h3, h4, h5, h6, p {
	margin: .5em 0;
	}	
	
a:link {
	color: #2e61b9;
	}
a:visited {
	color: #2e61b9;
	}
a:hover {
	color: #548257;
	}
a:active {
	color: #548257;
	}
.rc {
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	}
.gdt {
	background-color: #000;
	background-image: -moz-linear-gradient(top, #000, #fff); /* FF3.6 */
	background-image: -o-linear-gradient(top, #000, #fff); /* Opera 11.10+ */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000),color-stop(1, #fff)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#000, #fff); /* Chrome 10+, Saf5.1+ */
	background-image: linear-gradient(top, #000, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', EndColorStr='#fff'); /* IE6–IE9 */
	}
.ds {
	-webkit-box-shadow: 1px 1px 5px #666;
	-moz-box-shadow: 1px 1px 5px #666;
	box-shadow: 1px 1px 5px #666;
	}	
	
	
/* ========== HEADER STYLES ========== */	
#wrapper {
	background: url(assets/bgWrapper.jpg) no-repeat center top;
	}
#wrapperInner {
	width: 990px;
	margin: 0 auto;
	position: relative;
	height: 1%;
	overflow: hidden;
	text-align: left;
	}
#home #top {
	background: url(assets/bgTop.jpg) no-repeat 0 31px;
	height: 310px;
	}
#top {
	height: 117px;
	}
#topNav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 572px;
	width: 260px;
	}
#topNav li {
	float: left;
	margin: 8px 10px 7px 10px;
	color: #2e61b9;
	}
#topNav li.firstli {
	list-style-type: none;
	}
#topNav li a {
	color: #2e61b9;
	font-family: 'Amaranth', arial, serif;
	font-size: 14px;
	}
#topNav a:link {
	color: #2e61b9;
	}
#topNav a:visited {
	color: #2e61b9;
	}
#topNav a:hover {
	color: #548257;
	}
#topNav a:active {
	color: #548257;
	}
#home #logo {
	background: url(assets/logo_home.png) no-repeat;
	height: 177px;
	width: 184px;
	position: absolute;
	top: 61px;
	left: 25px;
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	}	
#logo {
	background: url(assets/logo.png) no-repeat;
	width: 551px;
	height: 112px;
	position: absolute;
	top: 2px;
	left: 66px;
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	}

#search {
	float: right;
	width: 157px;
	padding: 6px 0;
	}
.search-field {
	-moz-border-radius: 10px 0 0 10px; /* FF1+ */
	-webkit-border-radius:  10px 0 0 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius:  10px 0 0 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	border: none;
	background: #dbebfb;
	width: 114px;
	float: left;
	margin: 0 -1px 0 0;
	height: 20px;
	color: #616365;
	font-size: 12px;
	padding: 0 5px; 
	}
#go {
	float: left;
	}
	
#main {
	background: url(assets/bgMain.gif) repeat-y;
	height: 1%;
	overflow: hidden;
	}
	
#content {
	width: 725px;
	width: 665px;
	margin: 10px 30px;
	float: left;
	}
#home #content {
	background: url(assets/bgContent.gif) no-repeat;
	width: 725px;
	margin: 0;
	}
#column1 {
	width: 233px;
	float: left;
	padding: 31px 21px 33px 11px;
	}
#home #column1 {
	background: url(assets/bgCol1.gif) no-repeat;
	float: right;
	}
	
	
/* ========== MAIN NAVIGATION STYLES ========== */
#nav {
	background: url(assets/bgNav.gif) no-repeat;
	height: 60px;
	padding: 6px 6px 0 6px;
	overflow: hidden;
	}
#nav li {
	float: left;
	width: 122px;
	}
#nav li#lastli {
	width: 123px;
	}
#nav li a {
	font-family: 'Amaranth', arial, serif;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	text-decoration: none;
	display: block;
	height: 55px;
	}
#nav li a.dbl {
	line-height: normal;
	padding: 7px 0;
	height: 43px;
	}
#nav a:link {
	color: #e5f1d8;
	}
#nav a:visited {
	color: #e5f1d8;
	}
#nav a:hover {
	color: #e5f1d8;
	border: 1px solid #284a6b;
	-webkit-box-shadow: inset 1px 1px 15px #284a6b;
	-moz-box-shadow: inset 1px 1px 15px #284a6b;
	box-shadow: inset 1px 1px 15px #284a6b;
	background-color: transparent;
	background-color: rgba(40, 74, 107, 0.5);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99284A6B,endColorstr=#99284A6B); /* IE6–IE9 */
	zoom: 1;
	}
#nav a:active {
	color: #e5f1d8;
	}


/* ========== SUB NAVIGATION STYLES ========== */
#subnav {
	}
#subnav h2 {
	font-family: 'Amaranth', arial, serif;
	font-size: 18px;
	font-weight: normal;
	color: #0a48b1;
	border-top: 1px solid #0a48b1;
	border-bottom: 1px solid #0a48b1;
	padding: 3px;
	margin: 0;
	}
#subnav ul {
	border-bottom: 1px solid #0a48b1;
	padding: 10px 0;
	}
#subnav li {}
#subnav a {
	padding: 5px 10px;
	display: block;
	font-family: 'Amaranth', arial, serif;
	font-size: 14px;
	text-decoration: none;
	color: #61743d;
	}
#subnav a:link {
	color: #61743d;
	}
#subnav a:visited {
	color: #61743d;
	}
#subnav a:hover {
	background: #dae8f3;
	-moz-border-radius: 15px; /* FF1+ */
	-webkit-border-radius: 15px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 15px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	}
#subnav a:active {
	background: #dae8f3;
	-moz-border-radius: 15px; /* FF1+ */
	-webkit-border-radius: 15px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 15px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	}
#subnav a#current, #subnav>ul>li>.active {
	color: #FFF;
	background: #85b1ff;
	-moz-border-radius: 15px; /* FF1+ */
	-webkit-border-radius: 15px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 15px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	-webkit-box-shadow: 1px 1px 5px #4e6795;
	-moz-box-shadow: 1px 1px 5px #4e6795;
	box-shadow: 1px 1px 5px #4e6795;
	position: relative;
	z-index: 1000;
	} 
#subnav ul ul {
	margin: 0 12px;
	padding: 0;
	border-bottom: none;	
	}
#subnav ul ul li{
	background: #e2efd7;
	}
#subnav ul ul a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}
#subnav ul ul a:link {}
#subnav ul ul a:visited {}
#subnav ul ul a:hover {
	border-radius: 0;
	background: #b6dfab;
	}
#subnav ul ul a:active {
	border-radius: 0;
	background: #b6dfab;
	}	
#subnav ul ul a#current {
	color: #FFF;
	border-radius: 0;
	background: #b6dfab;
	box-shadow: none;
	font-weight: bold;
	text-shadow: 1px 1px 3px #659b54;
	-webkit-box-shadow: inset 0 0 5px #659b54;
	-moz-box-shadow: inset 0 0 5px #659b54;
	box-shadow: inset 0 0 5px #659b54;
	}

/* ========== HOME PAGE STYLES ========== */
#rotating {
	position: absolute;
	top: 36px;
	left: 590px;
	}
#rotating ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#quicklinks {
	font-family: 'Amaranth', arial, serif;
	color: #295f96;
	font-size: 18px;
	height: 47px;
	position: absolute;
	top: 76px;
	right: 0;
	width: 200px;
	}
#home #quicklinks {
	width: 990px;
	clear: both;
	height: 47px;
	position: absolute;
	top: 263px;
	left: 0;
	}
#quicklinks span {
	font-size: 13px;
	color: #3c650f;
	}
#quicklinks #sInfo {
	margin: 0 100px 1px 92px;
	background: url(assets/bgInfo.png) no-repeat;
	width: 213px;
	display: block;
	padding-left: 67px;
	float: left;
	line-height: 1;
	height: 44px;
	text-decoration: none;
	}
#quicklinks #sInfo:hover {
	background-position: 0 -48px;
	text-decoration: underline;
	}
#quicklinks #sNews {
	margin: -3px 100px 0 0;
	background: url(assets/bgNews.png) no-repeat;
	width: 132px;
	display: block;
	padding: 3px 0 0 76px;
	float: left;
	line-height: 1;
	height: 44px;
	text-decoration: none;
	}
#quicklinks #sNews:hover {
	background-position: 0 -48px;
	text-decoration: underline;
	}	
	
/* ========== INSIDE PAGE STYLES ========== */
#breadcrumbs {
	font-size: 11px;
	padding-top: 30px;
	}
#breadcrumbs a {
	font-weight: bold;
	margin: 0 3px;
	}
#breadcrumbs a:hover {}


/* ========== TOOLBOX STYLES ========== */
#home #toolbox {
	margin: 0 30px;
	}
#category, .listing {
	height: 1%;
	overflow: hidden;
	}
#category h1, .listing h2 {
	font-family: 'Amaranth', arial, serif;
	font-weight: normal;
	}
#toolbox li {
	display: list-item;
	margin: 0.3em 0;
	}
.imageleft {
	float: left;
	margin: 0 20px 10px 0;
	width: ;
	}
.imageright {
	float: right;
	margin: 0 0 10px 20px;
	width: ;
	}
.imagecaption {
	color: #295f96;
	padding-top: 5px;
	}	


/* ========== HOME PAGE HEADLINES ========== */
#hHlines {
	padding: 31px 0 0 20px;
	height: 1%;
	overflow: hidden;
	}
#hHlines li {
	background: url(assets/bghHlines.gif) no-repeat;
	-webkit-box-shadow: 0 -5px 5px #3c637c;
	-moz-box-shadow: 0 -5px 5px #3c637c;
	box-shadow: 0 -5px 5px #3c637c;
	height:1%;
	margin: 0 5px;
	padding: 5px 26px 10px 26px;
	overflow: hidden;
	float: left;
	width: 168px;
	}
#hHlines li img {
	margin: 0 auto;
	}
#hHlines li h3 {
	font-family: 'Amaranth', arial, serif;
	color: #405811;
	font-weight: normal;
	}
#hHlines p {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #405811;
	}
#hHlines li a:link {
	color: #405811;
	}
#hHlines li a:visited {
	color: #405811;
}
#hHlines li a:hover {
	color: #2e61b9;
}
#hHlines li a:active {
	color: #2e61b9;
}
	
/* ========== FOOTER STYLES ========== */
#bottom {
	clear: both;
	padding: 20px 30px 0 30px;
	height: 1%;
	overflow: hidden;
	}
#footer {
	background: url(assets/bgFooter.jpg) no-repeat;
	margin: 0;
	padding: 20px 0;
	color: #2e61b9;
	font-size: 11px;
	height: 1%;
	overflow: hidden;
	text-align: center;
	}
#fBus {
	font-family: 'Amaranth', arial, serif;
	font-size: 18px;
	}
#copyright {
	padding: 10px 0;
	font-size: 11px;
	color: #828282;
	text-align: center;
	}
/* ========== IMAGE UPLOAD ICONS ========== */
.file-download, .download {
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 2px;
	padding-left: 18px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	float: left;
	clear: left;
	}
.avi {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/avi.gif);
	}
.doc {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/doc.gif);
	}
.gif {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/gif.gif);
	}
.html {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/html.gif);
	}
.jpg {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/jpg.gif);
	}
.mov {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/mov.gif);
	}
.mp3 {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/mp3.gif);
	}
.pdf {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/pdf.png);
	}
.ppt {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/ppt.gif);
	}
.txt {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/txt.png);
	}
.wmv {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/wmv.gif);
	}
.xls {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/xls.gif);
	}
.zip {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/zip.png);
	}
.download {
	background-image: url(http://app.gaslightmedia.com/QuickSite/images/file-ext/download.gif);
	clear:  none;
	background-repeat: no-repeat;
	}
	
	
/* ========== MISC ELEMENTS ========== */
#social {
	float: right;
	}
#social li {
	float: left;
	margin: 6px 15px 0 0;
	}
#fb {
	background: url(assets/facebook.png) no-repeat;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	height: 30px;
	width: 30px;
	}
#yt {
	background: url(assets/youtube.png) no-repeat;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	height: 30px;
	width: 30px;
	}
	
#weather {
	font-family: 'Amaranth', arial, serif;
	font-size: 12px;
	width: 300px;
	float: left;
	}
#weather img {
	float: left;
	margin-right: 10px;
	}
#weather span {
	
	font-size: 16px;
	font-weight: bold;
	}
#weather .top {
	font-family: arial, serif;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	}

#cGuide, #cMembers, #cPromo {
	background: url(assets/sidebarSprite.png?v=1) no-repeat;
	}
#cGuide {
	background-position: 0 0;
	height: 75px;
	width: 211px;
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	margin: 30px 0 10px 10px;
	}
#cGuide:hover {
	background-position: -210px 0;
	}
#cMembers {
	background-position: 0 -76px;
	height: 74px;
	width: 211px;
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	margin: 10px 0 10px 10px;
	}
#cMembers:hover {
	background-position: -210px -76px;
	}
#cPromo {
	background-position: 0 -153px;
	height: 28px;
	width: 211px;
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	margin: 30px 0 10px 10px;
	}
#cPromo:hover {
	background-position: -210px -153px;
	}	
	
#cEvents {
	background: url(assets/bgEvents.gif) no-repeat;
	padding: 21px 28px;
	min-height: 200px;
	}
#cEvents h2 {
	background: url(assets/upcomingEvents.gif) no-repeat;
	width: 152px;
	height: 26px;
	margin: 0 auto 10px;
	text-indent: -9000px;
	overflow: hidden;
	}
#cEvents span {
	display: block;
	}
#cEvents p {
	color: #2e61b9;
	}
#cEvents a {
	color: #51591b;
	font-family: 'Amaranth', arial, serif;
	font-size: 14px;
	}
#cEvents a:link {color: #51591b;}
#cEvents a:visited {color: #51591b;}
#cEvents a:hover {color: #2e61b9;}
#cEvents a:active {color: #2e61b9;}

#cTripPlanner {
	background: url(assets/bgInfo.png) no-repeat left 10px;
	background-position: 0 -95px;
	display: block;
	float: left;
	line-height: 1;
	text-decoration: none;
	font-family: 'Amaranth', arial, serif;
	color: #295f96;
	font-size: 18px;
	margin: 10px 0 20px 0;
	padding-left: 67px;
	}
#cTripPlanner span {
	font-size: 13px;
	color: #3c650f;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #3c650f;
	padding: 5px;
	clear: both;
	margin-left: -67px;
	}
#cTripPlanner p {
	font-size: 13px;
	color: #3c650f;
	margin: 2px 5px 5px 0;
	}

#cNews {
	background: url(assets/bgNews.png) no-repeat;
	background-position: 0 -145px;
	display: block;
	padding: 10px 0 10px 76px;
	line-height: 1;
	height: 44px;
	text-decoration: none;
	clear: both;
	text-decoration: none;
	font-family: 'Amaranth', arial, serif;
	color: #295f96;
	font-size: 18px;
	}
#cNews span {
	font-size: 13px;
	color: #3c650f;
	}

#fPartners {
	float: right;
	}
#fPartners li {
	background: url(assets/partnerLogos.gif) no-repeat;
	float: left;
	text-indent: -9000px;
	overflow: hidden;
	}
#fPartners #bcbs {
	background-position: 0 0;
	margin: 0 30px 0 0;
	}
#fPartners #bcbs a {
	display: block;
	width: 149px;
	height: 43px;
	}
#fPartners #myblue {
	background-position: -167px 0;
	margin: 0 30px 0 0;
	}
#fPartners #myblue a {
	display: block;
	width: 149px;
	height: 43px;
	}

/* ========== PHOTO GALLERY ========== */
#photo-gallery {
	clear: both;
	padding: 1em 0;
	margin: 0;
	}
.phototitle {
	width: 130px;
	margin: 0 3px;
	}
div.thumb {
	margin: 0 16px 12px 0;
	}


/* ========== SITE MAP ========== */	
#sitemap ul, #sitemap li {
	font-weight: normal;
	}
#sitemap > ul > li {
	list-style-image: none;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	}
#sitemap > ul > li > ul > li {
	list-style-type: disc;
	list-style-image: none;
	text-transform: uppercase;
	font-size: 14px;
	margin: 5px 20px;
	}
#sitemap > ul > li > ul > li > ul > li {
	list-style-type: circle;
	list-style-image: none;
	margin: 0 30px;
	text-transform: capitalize;
	}	


