@import url(http://fonts.googleapis.com/css?family=Volkhov);
/* ===== GENERAL STYLES ===== */
html {
	font-size: 62.5%;
	}
body {
	background: #fefdde url(assets/bg.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	}
aside, footer, header, nav, section, img {
	display: block;
	}
img {
	border: 0;
	}
.ulCr, .ulCr li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	}
h1, h2 {
	margin: .4em 0;
	font-weight: normal;
	font-family: 'Volkhov', serif;
	-webkit-text-stroke: 1px transparent;
	font-size: 26px;
	font-size: 2.6rem;
	}
h2 {
	margin-top: 0;
	font-size: 20px;
	font-size: 2.0rem;
	}
a:link {
	color: #51581a;
	}
a:visited {
	color: #51581a;
	}
a:hover {
	color: #000;
	}
a:active {
	color: #51581a;
	}
	
	
/* ========== HEADER STYLES ========== */	
#wrapper {
	margin: 0 auto;
	}
#wrapperInner {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	}
header {
	margin-bottom: 10px;
	height: 1%;
	overflow: hidden;
	}
header a#logo {
	float: left;
	margin: 10px 38px 10px 69px;
	background: url(assets/logo.png) no-repeat;
	width: 463px;
	height: 137px;
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	}
nav#topNav {
	background: url(assets/bgTopNav.png) no-repeat right top;
	float: right;
	width: 214px;
	height: 59px;
	margin: 0 54px 0 10px;
	clear: both;
	display: block;
	}
nav#topNav ul li {
	float: left;
	}
nav#topNav a#thome {
	padding: 8px 12px 10px 38px;
/*	-webkit-transform: rotate(14deg);	
	-moz-transform: rotate(14deg);
	-ms-transform: rotate(14deg);
	-o-transform: rotate(14deg);
	transform: rotate(14deg); */
	}
nav#topNav a#tcontact {
	padding: 8px 16px;
	}
nav#topNav a:link {
	color: #51581a;
	font-weight: bold;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Volkhov', serif;
	-webkit-text-stroke: 1px transparent;
	}
nav#topNav a:visited {
	color: #51581a;
	}
nav#topNav a:hover {
	color: #0f779f;
	}
nav#topNav a:active {
	color: #0f779f;
	}
	
#topLinks {
	float: left;
	width: 215px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Volkhov', serif;
	-webkit-text-stroke: 1px transparent;
	text-decoration: none;
	display: block;
	}
#topLinks li {
	display: block;
	height: 1%;
	overflow: hidden;
	margin: 2px 0;
	}
#topLinks img {
	float: left;
	margin-right: 8px;
	}
	
#slider {
	clear: both;
	height: 230px;
	width: 980px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #FFF;
	padding: 7px 5px;
	-webkit-box-shadow: inset #b4b4b4 0 3px 5px;
	-moz-box-shadow: inset #b4b4b4 0 3px 5px;
	box-shadow: inset #b4b4b4 0 3px 5px;
	}		
/* ========== MAIN NAV ========== */
nav#main {
	background: url(assets/bgNav.png) no-repeat center top;
	padding: 5px 5px 15px 5px;
	height: 43px;
	text-align: center;
	overflow: hidden;
	}
nav#main ul {
	list-style-type: none; 
	margin: 0 auto;
	padding: 0;
	}
nav#main li {
	float: left;
	text-align: center;
	width: 20%;
	}
nav#main li a {
	padding: 0 17px;
	line-height: 44px;
	font-family: 'Volkhov', serif;
	-webkit-text-stroke: 1px transparent;
	font-size: 18px;
	font-size: 1.8rem; 
	color: #0d455c;
	text-decoration: none;
	display: block;
	}
nav#main li a:link {
	color: #0d455c;
	}
nav#main li a:visited {
	color: #0d455c;
	}
nav#main li a:hover {
	color: #FFF;
	background-color: #0d455c;
	background-image: -moz-linear-gradient(top, #05171f, #0d455c); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #05171f),color-stop(1, #0d455c)); /* Safari 4+, Chrome 2+ */
	background-image: -webkit-linear-gradient(top, #05171f, #0d455c); /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #05171f, #0d455c); /* Opera 11.1+ */
	background-image: -ms-linear-gradient(top, #05171f, #0d455c); /* IE10+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#05171f', endColorstr='#0d455c'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#05171f', endColorstr='#0d455c')"; /* IE8+ */
	background-image: linear-gradient(top, #05171f, #0d455c);
	}
nav#main li a:active {
	color: #FFF;
	}

/* ========== PAGE STYLES ==========*/
#content {
	clear: both;
	height: 1%;
	overflow: hidden;
	border: 14px solid #f6f2d4;
	background: #FFF;
	}
#hHlines {
	padding-top: 17px;
	clear: both;
	height: 1%;
	overflow: hidden;
	}	
#hHlines h2 {
	display: none;
	}
#hHlines ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	}	
#hHlines ul li {
	position: relative;
	margin: 0 18px;
	float: left;
	display: block;
	width: 283px;
	background: #edece6;
	}
.hHlinesBox {
	position: absolute;
	top: 100px;
	left: 0;
	width: 263px;
	background: #FFF;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    padding: 10px;
	text-align: center;
	}
.hHlinesBox h3 {
	font-family: 'Volkhov', serif;
	-webkit-text-stroke: 1px transparent;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem; 
	margin: 0;
	color: #3b4308;
	}
.hHlinesItem p {
	padding: 0 10px;
	}
.hHlinesItem p a:link {
	font-family: 'Volkhov', serif;
	-webkit-text-stroke: 1px transparent;
	display: block;
	text-align: right;
	color: #0f779f;
	font-weight: bold;
	font-style: italic;
	}
.hHlinesItem p a:visited {
	color: #0f779f;
	}
.hHlinesItem p a:hover {
	color: #7a8b0f;
	}
.hHlinesItem p a:active {
	color: #7a8b0f;
	}
#inside section {
	float: right;
	width: 700px;
	}	
#breadcrumbs {
	font-size: 12px;
	font-size: 1.2rem; 
	color: #000000;
	margin-bottom: 1em;
	}
#breadcrumbs a {
	font-weight: bold;
	color: #1786d1;
	margin: 0 3px;
	}
#breadcrumbs a:hover {
	color: #000;
	}

/* ========== TOOLBOX STYLES ========== */
#toolbox {
	padding: 17px;
	clear: both;
	}
#category, .listing {
	height: 1%;
	overflow: hidden;
	padding-bottom: 20px;
	}
#toolbox p {
	line-height: 1.5em;
	}
#toolbox li {
	display: list-item;
	margin: 0.3em 0;
	}
.imageleft {
	float: left;
	margin: 0 20px 10px 0;
	}
.imageright {
	float: right;
	margin: 0 0 10px 20px;
	}
.imagecaption {
	font-family: 'Volkhov', serif;
	-webkit-text-stroke: 1px transparent;
	font-style: italic;
	color: #3482a0;
	padding: 8px 0;
	font-size: 12px;
	font-size: 1.2rem; 
	}
	
	
/* ========== INSIDE PAGE SUB NAV ========== */
nav#subNav {
	background: #719ed5;
	}
nav#subNav h2 {
	font-size: 18px;
	font-size: 1.8rem; 
	color: #0d2571;
	padding: 24px 0 0 0;
	margin: 0;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	}
nav#subNav > ul {
	margin: 0;
	padding: 8px;
	list-style-type: none;	
	text-align: left;
	}
nav#subNav ul li {
	background: #FFF;
	border-bottom: 1px solid #719ed5;
	}
nav#subNav ul li a {
	padding: 6px 0 6px 15px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	}
nav#subNav ul li ul {
	background: #acc8dc;
	list-style-type: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: inset #6192bd 1px 1px 5px;
	-moz-box-shadow: inset #6192bd 1px 1px 5px;
	box-shadow: inset #6192bd 1px 1px 5px;
	}
nav#subNav ul li ul li {
	background: none;
	border-bottom: none;
	}
nav#subNav ul li ul li a {
	padding: 4px 0 4px 30px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #cedbeb;
	}
nav#subNav a:link {
	color: #172779;
	}
nav#subNav a:visited {
	color: #172779;
	}
nav#subNav a:hover {
	color: #FFFFFF;
	background: #0f3885;
	text-shadow: 0 0 0 !important;
	}
nav#subNav a:active {
	color: #FFFFFF;
	background: #6192bd;
	}
#subNav #current {
	color: #51581A;
	font-weight: bold;
	}
#subNav #current:hover {
	background: white;
	}
#subNav ul ul #current:hover {
	background: transparent;
	}
		
/* ========== SIDEBAR STYLES ========== */

#inside aside {
	width: 221px;
	margin: 17px
	}
#inside aside section {
	float: none;
	}	
	
/* ========== FOOTER STYLES ========== */
footer {
	clear: both;
	position: relative;
	text-align: center;
	padding: 15px 90px 0 90px;
	}
footer .vcard {
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem; 
	}
footer span {
	padding: 4px 0;
	}
footer .vcard .org {
	font-weight: bold;
	display: block;
	}
footer .vcard .adr {
	display: block;
	}
.copyright {
	color: #093878;
	font-size: 11px;
	font-size: 1.1rem; 
	margin: 14px 0 10px 0;
	}
.copyright a {
	color: #093878;
	}

	
/* ========== 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;
	}
.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;
	}
/* ========== PHOTO GALLERY ========== */
#photo-gallery {
	clear: both;
	height: 1%;
	margin: 10px 0;
	overflow: hidden;
	}
#photo-gallery div.thumb {
	margin: 0 20px 20px 0;
	}
#photo-gallery .phototitle {
	width: auto;
	font-size: 11px;
	font-size: 1.1rem; 
	}


