/* Fonts */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FolksLightRegular';
    src: url('fonts/Folks-Light-webfont.eot');
    src: url('fonts/Folks-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Folks-Light-webfont.woff') format('woff'),
         url('fonts/Folks-Light-webfont.ttf') format('truetype'),
         url('fonts/Folks-Light-webfont.svg#FolksLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FolksRegular';
    src: url('fonts/Folks-Normal-webfont.eot');
    src: url('fonts/Folks-Normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Folks-Normal-webfont.woff') format('woff'),
         url('fonts/Folks-Normal-webfont.ttf') format('truetype'),
         url('fonts/Folks-Normal-webfont.svg#FolksRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Base layout */
* {
	margin: 0;
}
html, body {
	height: 100%;
	font: 14px 'FolksRegular', Arial, Helvetica, sans-serif  ;
	background:url(../images/grid.png) repeat top left;
}
h1 {
	margin: 5px 0px 0px 0px;
	font: 30px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-shadow: 5px 3px 0px #ECD9A0;
}
h2 {
	color:#FFF;
	margin: 5px 0px 0px 0px;
	font: 42px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-shadow:none;
	text-shadow: 2px 2px 1px #AAA;
	behavior: url(css/pie/PIE.htc);
}
h3 {
	margin: 6px 0px -4px 0px;
	color:#5D9DB0;
	font: 28px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-shadow: 2px 1px 0px #003D4E;
	behavior: url(css/pie/PIE.htc);
}
h4 {
	margin: 28px 0px -4px 12px;
	color:#EEE;
	font: 24px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
}
h5 {
	color:#012530;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size:18px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:100%;
	margin: 0 auto -40px;
	background:url(../images/grid.png) repeat top left;
}
#topBar {
	position:absolute;
	width:100%;
	background:#005973;
	height:43px;
	border-bottom:2px solid #FFF;
	-moz-box-shadow: inset 0px -2px 2px #444;
	-webkit-box-shadow: inset 0px -2px 2px #444;
	box-shadow: inset 0px -2px 2px #444;
	behavior: url(css/pie/PIE.htc);
}
.container {
	position:relative;
	width:990px;
	margin-right:auto;
	margin-left:auto;	
}
hr {
	color:#003D4E;
	background-color:#003D4E;
	width:78%;
	float:left;
	margin: 0px 0px -2px 12px;
}
.button_shell {
	float:right;
	margin-right:30px;
	margin-top:20px;
	display:inline-block;
}
.button {
	vertical-align:top;
	display:inline-block;
	padding:2px 6px 0px 6px;
	background:#5D9DB0;
	color:#FFF;
	font: 20px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #444;
	cursor:pointer;
	-moz-box-shadow: 1px 1px 2px #444;
	-webkit-box-shadow: 1px 1px 2px #444;
	box-shadow: 1px 1px 2px #444;
	*border-bottom:1px solid #AAA;
}
input, textarea {
	color: #EEE;
	padding:6px;
	background:#022C38;
	font: 14px 'FolksRegular', Arial, Helvetica, sans-serif;
	margin-bottom:9px;
	border-top: 2px solid #000;
	border-left: 2px solid #000C19;
	border-bottom: 1px solid #004356;
	border-right: 2px solid #000C19;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline:none;
}
input:focus, textarea:focus {
		background:#FEE;
		color:#000;
		outline:none;
}
input[type="submit"] {
	padding:4px 10px 4px 10px;
	cursor:pointer;
}
input[type="submit"]:hover  {
	border-top: 1px solid #004356;
	border-left: 2px solid #002336;
	border-bottom: 2px solid #000;
	border-right: 2px solid #002336;
}
#content_spacer {
	position:relative;
	margin-top: 100px;
	width:100%;;
	height:100%;
}
#content_spacer h1 {
	font-size:42px;
	margin:0px;
}

/* Navigation */
#nav {
	float:right;
	margin-top:39px;
	padding:0px;
	text-align:left;
	width:510px;
}
#nav ul {
	position:absolute;
	list-style:none;
	*width:510px;
}
#nav ul li {
	margin:14px 25px 12px 30px;
	float:right;
	color:#5D9DB0;
	font: 26px 'BebasNeueRegular',  Arial, Helvetica, sans-serif;
	text-shadow: -1px -1px 0px #185F74, 0px 1px #EEE;
	cursor:pointer;
	text-decoration:none;	
}
a {
	text-decoration:none;	
}
#nav ul li:hover {
	color:#FFF;
	text-shadow: 1px 1px 2px #333;
}
li#currentPage {
	color:#FFF !important;
	text-shadow: 1px 1px 2px #333 !important;
}
.bannar {
	position:absolute;
	background:url(../images/bannar.png) bottom right no-repeat;
	height:0px;
}
#b1 {
	margin-left:20px;
	width: 82px;
}
#b2 {
	background:url(../images/about_bannar.png) bottom right no-repeat;
	margin-left:127px;
	width: 82px;
}
#b3 {
	margin-left:224px;
	width: 82px;
}
#b4 {
	margin-left:321px;
	width: 82px;
}
#b5 {
	background:url(../images/wide_bannar.png) bottom right no-repeat;
	margin-left:426px;
	width: 100px;
}


/* Left Column Items */
.left_col {
	float:left;
	width:236px;
}
#logo {
	margin-top:12px;	
}
#tagline {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 220px;
	height: 60px;
	vertical-align:middle;
	background:url(../images/brackets.png) no-repeat center;
}
#tagline p {
	height:60px;
	text-align:center;
	padding: 12px 24px 4px 24px;
	font: 14px 'FolksRegular', Arial, sans-serif;
}

/* Right Column Items */
.right_col {
	float:right;
	width:732px;
}


/* Footer */
.push {
	position:relative;
	height:-22px;
}
.footer {
	position:relative;
	background:url(../images/darkblue_noise.png);
	max-height: 100%;
}
#cutBorder {
	position:relative;
	width:100%;
	background:url(../images/cutBottom.png) repeat-x;
	height:20px;	
}
#expando {
	display:none;
	color:#FFF;
	padding: 16px 50px 10px 50px;
	background:url(../images/darkblue_noise.png);
}
.foot_col {
	float:left;
	width:49%;
	margin-bottom:20px;
}
.circle {
	float:left;
	height:50px;
	width:50px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background:#5D9DB0;
	margin: 5px 12px 5px 12px;
	padding-top:6px;
	padding-left:6px;
}
.social{
	float:left;
	height:47px;
	width:47px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background:#5D9DB0;
	margin: -5px 12px 0px 13px;
	cursor:pointer;
}


