/* HTML5 Reset :: master.css  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									
article, aside, figure, footer, header, hgroup, nav, section {display: block;}
img, object, embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

blockquote, q {quotes: none;}
blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent;
}

/* tables still need cellspacing="0" in the markup */
table {
	font-size: inherit; 
	font: 100%;
	border-collapse: collapse; 
	border-spacing: 0;
}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	font-weight: normal;
}
p, ul, ol {
	margin-bottom: 1em;
}
p {
	line-height: 140%;
}
ul, ol {
	margin-left: 15px;
	padding-left: 15px;
}
li {
	line-height: 140%;
}
hr {
	display: block; 
	height: 1px;
	border: 0; 
	border-top: 1px solid #ccc; 
	margin: 1em 0;
	padding: 0;
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}
input, select {vertical-align: middle;}
input, select, textarea {font: 99% sans-serif;}

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}
small {font-size: 85%;}
strong, th {font-weight: bold;}
td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}
/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  
.clear {
	clear: both;
}
/*-------------------------------------------------------------------------------*/
body {
	margin: 0 auto;
	font: 100% Arial, Helvetica, sans-serif;
	background: #e9eaeb url(../img/header.png) 50% 0 no-repeat;
	text-align: center;
}
body, select, input, textarea {color: #100b0a;}
a {color: #f7ce1d;}
a:hover, a:focus {color: #fff;}
#container {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
header {
	position: relative;
	width: 950px;
	height: 356px;
	float: left;
}
.logo {
	margin: 0;
	position: relative;
	top: 30px;
	left: 0;
	width: 280px;
	height: 100px;
	display: block;
	float: left;
}
form#signup {
	position: absolute;
	top:10px;
	right: 5px;
	text-align: right;
	text-transform: uppercase;
	font-size: .8em;
}
form#signup .submit {
	background: #000;
	color: #fff;
	border: 1px solid #eee;
	padding: .2em;
	-moz-box-shadow: 2px 2px 2px #666; 
	-webkit-box-shadow: 2px 2px 2px #666; 
	box-shadow: 2px 2px 2px #666;
	behavior: url(PIE.php);
}
form#signup .submit:hover,
form#signup .submit:focus {
	background: #fff;
	color: #000;
}
nav {
	position: absolute;
	z-index: 100;
	top: 54px;
	right: 0;
	padding-left: 20px;
	text-align: right;
	background: url(../img/nav.jpg) repeat-x;
}
nav ul {
	margin: 0;
	padding: 0;
	width: 620px;
	list-style: none;
}
nav li {
	float: left;
}
nav li a {
	display: block;
	margin: 0;
	padding: 12px;
	font-size: .9em;
	color: #515151;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../img/nav.jpg) repeat-x;
	float: left;
}
nav li a:hover,
nav li a:focus {
	color: #fff;
	background: url(../img/navo.jpg) repeat-x;
}
#slider { 
	margin: 0;
	padding: 0;
	width: 950px; /* important to be same as image width */ 
	height: 256px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float: left;
}
#slider li {
	width: 950px;
	height: 256px;
}
div#content {
	width: 890px;
	margin: 0;
	padding: 30px;
	font-size: .9em;
	color: #fff;
	background: #494949;
	-moz-box-shadow: inset 0 0 40px #000;
   	-webkit-box-shadow: inset 0 0 40px #000; 
    box-shadow: inset 0 0 40px #000;
	behavior: url(PIE.php);
	float: left;
}
article {
	width: 100%;
	float: left;
}
article h1 {
	padding: .2em .4em;
	color: #fff;
	font-size: 1.2em;
	background: #6f0102 url(../img/title.jpg) repeat-x;
}
article h2 {
	color: #f7ce1d;
	font-size: 1.1em;
}
article h3 {
	color: #fff;
	font-size: 1.1em;
}
article.left-col,
article.right-col {
	width: 45%;
	float: left;
}
article.left-col {
	margin: 0 50px 0 10px;
}
.hilite {
	padding: 20px;
	margin: 0 0 20px;
	background: #282828;
	-moz-box-shadow: inset 0 0 40px #000;
   	-webkit-box-shadow: inset 0 0 40px #000; 
    box-shadow: inset 0 0 40px #000;
	behavior: url(PIE.php);
}
.indent {
	margin-left: 20em;
}
.center {
	text-align: center;
}
ul.double {
	width: 500px;
}
ul.double li.left,
ul.double li.right {
	width: 220px;
	margin-bottom: .8em;
	float: left;
}
.imageleft {
	margin: 0 20px 20px 0;
	float: left;
	-moz-box-shadow: 5px 5px 5px #222; 
	-webkit-box-shadow: 5px 5px 5px #222; 
	box-shadow: 5px 5px 5px #222;
	behavior: url(PIE.php);
}
.imageright {
	margin: 0 0 20px 40px;
	padding: 0;
	float: right;
	clear: right;
	-moz-box-shadow: 5px 5px 5px #222; 
	-webkit-box-shadow: 5px 5px 5px #222; 
	box-shadow: 5px 5px 5px #222;
	behavior: url(PIE.php);
}
footer {
	width: 950px;
	padding-top: 1em;
	font-size: .8em;
	text-align: center;
	clear: both;
}
.footer-logos {
	padding: .5em 0;
	border-top: double #dfe0e1;
	border-bottom: double #dfe0e1;
}