@charset "UTF-8";
/* CSS Document */

/* SITE LAYOUT */
body {
	position: relative;
	min-height: 100%;
	margin:0; 
	padding:0; 
	background:url(../images/design_layout/bg_page.jpg);  
	background-position:top center; 
	background-repeat:repeat-x; 
	background-color:#FFF; 
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 23px;
	font-size:15px; 
	color:#444;
}
p {
	margin: 0;
	padding: 3px 0 12px;
}
#header {
	position:relative; 
	z-index:999; 
	width:100%; 
	height:110px; 
}
#hheader { /* Home Style */
	position:relative; 
	z-index:999; 
	width:100%; 
	height:420px;
}
#body {
	position:relative;
	margin: 0 auto;
	width:1024px; 
	min-height:100%;
	padding: 35px 0 80px 0;
}
#footer {
	position:relative; 
	width:100%;  
	background-color: #4c7474;
	background-image: url(../images/design_layout/bg_footer.jpg);
	background-repeat: repeat;
	box-shadow: inset 0 50px 88px -30px #304949;
	font-size:12px;
	border-top: 1px solid #2f1005;
	border-bottom: 20px solid #2f1005;
	padding: 30px 0 30px; 
}
#news {
	position:relative;
	z-index:999;
	width:100%;
	height:42px;
	background-image:url(../images/design_layout/newsbgd.png);
	background-repeat:repeat-x;
	top:0;
	margin:0; 
	padding:0; 
	box-shadow: 0 0 11px 0 #000; 
}
#lcontainer {
	float:left; 
	width: 290px;
}
#rcontainer {
	float:right;
	width: 700px;
}


/* ---------------------- HEADER CONTENT ------------------------ */
#hcontent {
	position:relative; 
	margin:0px auto; 
	width:1024px;
}
/* SITEWIDE LOGO IN HEADER */
#lg {
	position:relative;
	float:left;
	padding:0;
	margin:0;
	height: 100px;
	width: 370px;
	overflow:hidden;	
}
#flashContent { 
	width:100%; 
	height:100%;
	z-index: 10; 
}
#header-image { /* Page specific image headings */
	height: 200px;
	width: 700px;
	box-shadow: 0 4px 12px -3px #999;
	margin-top: 8px;
	margin-bottom: 11px;
}

/* --------------------- NAVIGATION MENUS ------------------------ */
/* HEADER MENU */
#navtop {
	position:relative;
	z-index: 999;
	float:right;
}
#jsddm { /* Menu Formatting */
	margin: 0;
	padding: 0;
}
	#jsddm li {	/* Main Menu Positioning */
		float: left;
		list-style: none;
	}
	#jsddm li a { /* Individual Links */
		display: block;
		height:auto;
		padding: 20px 14px 9px;
		margin: 0 1px;
		color: #ded0cd;
		font-size: 18px;
		font-family:'Oswald', sans-serif;
		font-weight: 400;
		text-shadow: 0px 1px 1px #000;
		text-decoration: none;
		white-space: nowrap;
		transition-property: all;
		transition: all .15s ease-in-out;
    	-moz-transition: all .15s ease-in-out;
    	-webkit-transition: all .15s ease-in-out;
	}
	#jsddm li a.active {	/* Active Links */
		background-color: #40302a;
		box-shadow: inset 0px 18px 30px -10px #000;
		color: #FFF;
		text-shadow: 0 1px 1px #000;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	} 
	#jsddm li a:hover {	/* Individual Links HOVER */
		background-color: #4c7474;
		box-shadow: inset 0px 18px 30px -10px #000;
		color: #FFF;
		text-shadow: 0 1px 1px #000;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	} 

.sidenav {
	width: 290px;
	height: auto;
	padding:0;
	margin: 8px 0 10px;
}
.sidenav a {
	display:block;
	padding: 5px 0 4px 7px;
	margin: 0 ;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #6fa6a6;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #dde5e5;
	transition-property: all;
	transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
}
.sidenav a:visited {
	color: #6fa6a6;
}
.sidenav a:hover {
	background-color: #4c7474;
	color: #FFF;
	text-decoration:none;
	border-bottom: 1px solid #000;
}
.sidenav a span {
	font-size: 17px;
	font-weight: 400;
}

/* ======== SOCIAL NETWORKS ========= */
ul#socialnet {
	display: block;
	position: absolute;
	top: 74px;
	right: 12px;
	margin: 0;
	padding: 7px 7px 5px 10px;
	list-style: none;
	background-color: #3e2e29;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 
	border-bottom: none;
	box-shadow: 0 -3px 15px -3px #000;
	overflow: hidden;
}
ul#socialnet li {
	display: inline-block;
	margin: 0 1px 0 0;	
	vertical-align: bottom;
}
ul#socialnet li a, ul#socialnet li a:visited {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #e59e22;
	transition-property: all;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
ul#socialnet li a:hover {
	text-shadow: none;
	color: #FFF;
}
		
/* ---------------------- NEWS TICKER ------------------------ */
#ticker {
	position:relative; 
	margin:0 auto; 
	width:1024px; 
	height:42px; 
	overflow:hidden; 
} 
#ticker .post {
	width:1024px; 
	height:42px; 
	padding:5px 10px 7px 10px;
	color:#be7f8f;
	font-size:11px;
	word-spacing:1px;
	line-height:normal;
}
#ticker .post span { /* Title */
	display:inline-block; 
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight: 300;
	padding: 2px 10px 2px 0;
	margin: 0 10px 0 0;
	color:#FFF;	
	border-right: 2px solid #437070;
	text-shadow: 0 1px 1px #000;
} 
#ticker .post a { /* Link or Information */
	display: inline-block;
	vertical-align:top;
	padding: 8px 0 0;
	color:#CCC;
	font-size:14px;
	font-weight: 400;
	text-decoration:none;
	transition-property: all;
	transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
} 
#ticker .post a:visited {
	color:#CCC; 
	text-decoration:none;
}
#ticker .post a:hover {
	color:#e59e72; 
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}


/* ---------------------- FOOTER CONTENT ------------------------ */
#footer-container {
	position: relative;
	margin: 0 auto; 
	width:1024px;
}
#footer-menu {
	float:left;
	width:760px;
	padding: 0;
}
ul.ftsec { /* Link Section */
	display:block;
	float:left;
	list-style-type:none;
	margin: 15px 15px 10px;
	padding:0;
}
ul.ftsec:first-child, ul.ftsec:nth-child(4n+1) {
	margin-left: 0;
}
ul.ftsec li {
	width: 209px;
	padding: 3px 0 2px 12px;
	line-height:16px;
}
ul.ftsec li:last-child {
	padding-bottom: 12px;
}
ul.ftsec li:nth-child(2) {
	padding-top: 12px;
}
ul.ftsec .h { /* Section Title */
	width: 209px;
	color: #9fbdbd;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 3px 0 4px 12px;
	letter-spacing: 9px;
	text-transform:uppercase;
	border-bottom: 5px solid #346363;
}
ul.ftsec li a {
	text-decoration:none;
	color: #6fa6a6;
	font-size: 13px;
	font-weight: 400;
	transition-property: all;
	transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
}
ul.ftsec li a:visited {
	text-decoration:none;
	color: #6fa6a6;
}
ul.ftsec li a:hover {
	text-decoration:none;
	color: #EEE;
}
#copyright { /* Copyright Info */
	position: absolute;
	right: 0;
	padding: 0 0 0 20px;
	width: 243px;
	height: 100%;
	text-align:left;
	font-size: 13px;
	color: #9fbdbd;
	border-left: 1px solid #4d8484;
}
#copyright p img {
	float:left;
	margin: 0 10px 0 0;
}
p.copyright-contact {
	font-size: 15px;
	line-height: 22px;
}
p.footer-social {
	border-top: 5px solid #346363;
	border-bottom: 5px solid #346363;
	padding: 12px 0;
}
#copyright a { /* Copyright Links */
	font-size:13px; 
	color:#9fbdbd;
	text-decoration:none;
	transition-property: all;
	transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
}
#copyright a:visited {
	color:#9fbdbd; 
	text-decoration:none;
}
#copyright a:hover {
	color:#FFF; 
	text-decoration:none;
}




/* --------------------------------- GENERAL ATTRIBUTES --------------------------------------- */

/* CLEAR FLOATS */
.clear {
	display:block;
	height: 0;
	clear:both;
}
img {border:0;}

/* Links */
a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #09C;
	text-decoration:none;	
	transition-property: all;
	transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
}
a:visited {
	color: #09C;
	text-decoration: none;
}
a:hover {
	color: #e59e22;
	text-decoration:none;
}
/* Buttons */
a.btn-green, a.btn-green:visited {
	display: block;
	float:left;
	width: 221px;
	height: auto;
	padding: 10px 0;
	margin-right: 10px;
	background-color: #EEE;
	background-image: url(../images/design_layout/bg_buttons.jpg);
	background-repeat: repeat;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: inset 0 -20px 60px -30px #CCC;
	color: #368;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #FFF;
	text-align: center;
	letter-spacing: 1px;
}
a.btn-wide {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-top: 1px;
	margin-bottom: 18px;
}
a.btn-green:hover {
	color:#7AC;
	box-shadow: inset 0 20px 60px -30px #CCC;
	text-shadow: none;
}
a.btn-green:last-child {
	margin-right: 0;
}
input.btn-green, input.btn-green:visited {
	display: block;
	float:left;
	width: 221px;
	height: auto;
	padding: 10px 0;
	margin-right: 10px;
	background-color: #EEE;
	background-image: url(../images/design_layout/bg_buttons.jpg);
	background-repeat: repeat;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: inset 0 -20px 60px -30px #CCC;
	color: #368;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #FFF;
	text-align: center;
	letter-spacing: 1px;
}
input.btn-wide {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-top: 1px;
	margin-bottom: 18px;
}
input.btn-green:hover {
	color:#7AC;
	box-shadow: inset 0 20px 60px -30px #CCC;
	text-shadow: none;
}
input.btn-green:last-child {
	margin-right: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #e59e22;
	margin: 0;
	padding: 0;
}
h1 { /* Page Headings */
	font-size: 2.65em;
	padding: 24px 0 15px;
	line-height: 1.2em;
}
h2 { /* Page Sub Headings */
	font-size: 1.8em;
	line-height: 1.1em;
	padding: 20px 0 9px;
	margin: 0 0 18px 0;
	text-transform:uppercase;
	border-bottom: 7px solid #E8E8E8;
	word-spacing: 0.13em;
}
h3 { /* Sidebar Headings */
	display:block;
	font-size: 1.09em;
	font-weight: 300;
	padding: 0 7px;
	margin: 25px 0 7px;
	background-color: #f2bd5f;
	border-left: 5px solid #e59e22;
	color: #FFF;
	text-transform:uppercase;
	letter-spacing: .09em;
	line-height: 2.5em;
}
h4 { /* Section or Item Heading */
	display: inline-block;
	font-size: 1.25em;
	font-weight: 400;
	padding: 0 15px 0 7px;
	margin: 0 0 10px 0;
	text-transform:uppercase;
	letter-spacing: 2px;
	word-spacing: 1px;
	color: #4c7474;
	background-color: #F1F1F1;
	border-radius: 1px;
	line-height: 2em;
}
h4 i {
	color: #CCC;
	font-size: 0.9em;
}
h5 {
	font-size: 1.2em;
	font-weight: 400;
	padding: 12px 0 2px;
	word-spacing: 0.1em;
}
h6 {
	display:block;
	float:left;
	background-image:url(../images/gb/middle.png);
	background-position: top left;
	background-repeat:repeat-x;
	height:40px;
	width:604px;	
	margin:10px 0 15px 0;
	padding: 4px 0 0;
	text-align:center;
	text-transform:capitalize;
	text-shadow: 0 1px 1px #000;
	font-family: 'Open Sans', sans-serif;	
	font-size:16px;  
	color: #FFF;
}

.fa {
	vertical-align: 2.9%;
}
.fa-lg {
	vertical-align: -2%;
} 
h4 i.fa {
	vertical-align: 14%;
}
#bkpro {
	height: auto;
	width: auto;
	box-shadow: 0 4px 12px -4px #888;
}