/* -------------------------------------------------------------- 
   LAYOUT
   
-------------------------------------------------------------- */

body {
	background:#fff;
	margin:0;
	padding:0;
}
* {
	outline:none;
}
html, body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'TitilliumText22LMedium', Arial, sans-serif;
	letter-spacing:-1px;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-family: 'TitilliumText22LxBold', Arial, sans-serif;
}
h1 {
	font-size:3.5em;
}
h2 {
	font-size:2.5em;
	color:#ba0000;
	margin-bottom:0.4em;
}
h3 {
	font-size:2em;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;
}

/* Header */
#header {
	background:url(images/header-bg.png) repeat-x center top;
	height:70px;
	position:relative;
	z-index:50;
}

#logo {
	margin-top:10px;
}

#login {
	margin-top:18px;
	text-align:right;
	position:relative;
}
#login-link {
	background:#797979;
	background: -moz-linear-gradient(top,  #797979,  #595959);
	background: -webkit-gradient(linear, left top, left bottom, from(#797979), to(#595959));
	padding:0 10px;
	line-height:25px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #333;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:1px 1px 1px #eee;
	-moz-box-shadow:1px 1px 1px #eee;
	-webkit-box-shadow:1px 1px 1px #eee;
}
#login-link:hover {
	background:#595959;
}
#login-box {
	background:#fff;
	padding:20px;
	text-align:left;
	position:absolute;
	z-index:99;
	right:0;
	top:25px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:1px 1px 8px #333;
	-moz-box-shadow:1px 1px 8px #333;
	-webkit-box-shadow:1px 1px 8px #333;
}


/* Feature */
#feature {
	background:url(images/feature-bg-gradient.jpg) repeat-x center top;
	clear:both;
	margin:-10px 0 25px;
	border-bottom:5px solid #464646;
	overflow:hidden;
	text-shadow:1px 1px 2px #010a11;
}
#feature .inner {
	background:url(images/feature-bg.jpg) no-repeat center top;
	padding-top:20px;
	color:#fff;
	overflow:hidden;
}
#feature .grid_5 {
	padding-top:26px;
}
#feature .grid_5 p {
	font-size:25px;
}
#feature .grid_7 {
	padding-top:5px;
	text-align:right;
}
#feature .grid_7 img {
	vertical-align:bottom;
}


/* Sub Nav */
#subnav, #title-bar {
	background:url(images/subnav-bg.png) repeat-x center bottom;
	font-family: 'TitilliumText22LRegular', Arial, sans-serif;
	font-size:18px;
	clear:both;
	margin:-10px 0 25px;
	overflow:hidden;
	height:55px;
}
#subnav ul {
	width:940px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#subnav ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#subnav ul li a {
	display:inline-block;
	color:#aecbe3;
	padding:12px 15px 20px;
	line-height:1em;
	text-decoration:none;
}
#subnav ul li a:hover {
	color:#fff;
}
#subnav ul li a.nav-selected {
	background:url(images/nav-selected-bg.png) no-repeat center bottom;
	color:#fff;
}

/* Title Bar */
#title-bar {
	height:100px;
	text-shadow:1px 1px 2px #010a11;
}
#title-bar h1 {
	color:#fff;
	font-size:2.25em;
	width:940px;
	margin:20px auto 0;
}


/* Content */

#content {
	clear:both;
	overflow:hidden;
	padding-bottom:40px;
}
#content img {
	margin:0 0 1.5em;
	border:1px solid #bbb;
	box-shadow:0 3px 6px #666;
	-moz-box-shadow:0 3px 6px #666;
	-webkit-box-shadow:0 3px 6px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}

/* Footer */
#footer {
	background:#464646 url(images/footer-bg.jpg) repeat-x center top;
	clear:both;
	overflow:hidden;
	margin:0;
	padding:0;
	color:#fff;
}
#footer .container_12 {
	padding-top:50px;
}
#footer, .push {
	height: 140px;
}


.button {
	background:#b90000;
	background: -moz-linear-gradient(top,  #b90000,  #700000);
	background: -webkit-gradient(linear, left top, left bottom, from(#b90000), to(#700000));
	font-family:'TitilliumText22LBold', Arial, Helvetica, sans-serif!important;
	font-size:18px!important;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:1px 1px 3px #000;
	color:#fff!important;
	display:inline-block;
	line-height:40px;
	height:40px;
	vertical-align:bottom;
	padding:0 15px;
	cursor:pointer;
	border:1px solid #440000;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b90000', endColorstr='#700000');
}
.button:hover {
	background: #700000;
	color:#fff!important;
	filter:none;
}

input.button {
	font-size: 14px !important;
    height: 30px;
    line-height: 30px;
}


/* Forms */
form label {
	display:block;
	font-size:16px;
	margin:0 0 5px;
}
form p {
	margin:0 0 2em;
}


.banner {
	background:#d7d7d7;
	padding:20px;
	width:900px;
	margin:0 auto;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	overflow:hidden;
	clear:both;
}
.banner h3 {
	font-family:'TitilliumText22LMedium', Arial, Helvetica, sans-serif;
	font-size: 1.95em;
	padding:7px 0 0;
	margin:0;
}

.required {
	color:red;
}



/* Mobile */

@media handheld, only screen and (max-width: 767px) {
	
	body {
		min-width:inherit;
	}
	.container_12 {
		width:auto;
	}
	#header .grid_4, #header .grid_8 {
		width:45%;
	}
	#header .grid_4 {
		margin-right:0;
	}
	#header .grid_8 {
		margin-left:0;
		display:none;
	}
	#feature .inner {
		padding-top:0;
	}
	#feature .grid_5 {
		width:auto;
		padding:15px 0;
	}
	#feature .grid_7 {
		display:none;
	}
	#content .grid_4, #content .grid_3, #content .grid_9 {
		width:auto;
	}
	#content .grid_3 {
		margin-top:30px;
	}
	#content .spacer {
		display:none;
	}
	#title-bar h1 {
		padding:0 10px;
	}
	#footer .grid_6 {
		width:50%;
	}
	.banner {
		width:auto;
		margin:10px;
	}
	#contact-page #content .grid_9 {
		display:none;
	}
	#contact-page #content .grid_3 {
		margin-top:0;
	}
}
