/*
----------------------------------------------------------------------------- 
Resets
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul, hr,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*line-height: 1;*/
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
a {
	text-decoration:none;
}
object {
	outline:none;
}

/*
----------------------------------------------------------------------------- 
Base - colors, #000, #FFF, #BEF030 (green), #B3B3B3 (footer gray)
-----------------------------------------------------------------------------*/
body {
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFF;
	text-align: center;
}
a {
	color: #000;
	outline: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
ul, ol, li {
	margin: 0;
	padding: 0;
}
em {
	font-style: italic;
	font-weight: normal;
}
strong {
	font-style: normal;
	font-weight: bold;
}
h1 {
}
h2 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}
h3 {
}
p {
	margin-bottom: 14px;
}

/*
----------------------------------------------------------------------------- 
Wrappers
-----------------------------------------------------------------------------*/
#wrapper {
	width: 974px;
	margin: 20px auto 0 auto;
	padding: 10px 0 15px 5px;
	background: #FFF url('../images/bg-shadow.png') 0 0 no-repeat;
}
#content_wrapper {
	position: relative;
	overflow: hidden;
	width: 950px;
	min-height: 760px;
	height:auto !important;
	height: 760px;
	margin: 0;
	padding: 0;
	text-align: left;
}

/*
----------------------------------------------------------------------------- 
Content
-----------------------------------------------------------------------------*/
#intro_top {
/*	display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#intro_bottom {
/*	display: none;*/
	position: absolute;
	top: 380px;
	left: 0;
	z-index: 11;
}
#intro_content {	
}
#intro_content a {
	position: absolute;
	top: 325px;
	z-index: 20;
	display: block;
	width: 950px;
	padding: 48px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
#intro_helper {
	position: absolute;
	top: 400px;
	z-index: 19;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	display: block;
	width: 950px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #AAA;
}
#intro_content a span {
/*	display: none;*/
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
#main_content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	width: 950px;
	min-height: 760px;
	height:auto !important;
	height: 760px;
	background: #FFF url('../images/bob-bw.jpg') 100% 0 no-repeat;
}
#tagline {
	position: absolute;
	top: 270px;
	left: 220px;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
}
#content {
	position: absolute;
	top: 380px;
	left: 88px;
	width: 594px;
}
#bhs {
	background: #FFF url('../images/bob-sig.png') 0 0 no-repeat;
}
#bhs p {
	display: block;
	width: 169px;
	height: 43px;
	background: transparent url('../images/spacer.gif') 0 0 repeat;
}
p.disclaimer {
	clear: both;
	font-size: 9px;
/*	font-weight: bold;*/
}
#signup_form {
	margin-bottom: 12px;
}
#signup_form p {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
#signup_form fieldset {
	margin-right: 5px;
}
#signup_form input {
	width: 150px;
	height: 14px;
	margin: 0 0 4px 0;
	border: 1px solid #000;
}
#signup_form label {
	display: block;
	margin-bottom: 3px;
	font-size: 9px;
}
#signup_form input.btn {
	width: 18px;
	height: 18px;
	margin: 0 0 0 5px;
	vertical-align: top;
	border: 0;
}

/*
----------------------------------------------------------------------------- 
Mobile adjustments
-----------------------------------------------------------------------------*/
@media only screen and (max-device-width: 480px) {
	#intro_content a {
		top: 0;
		z-index: 20;
		display: block;
		width: 950px;
		height: 760px;
		padding: 0;
	}
	#signup_form fieldset {
		float: left;
	}
	#signup_form img {
		vertical-align: middle;
	}
}

/*
----------------------------------------------------------------------------- 
Footer
-----------------------------------------------------------------------------*/
#footer {
	display: block;
	width: 950px;
	margin-top: 8px;
	font-size: 10px;
	text-align: right;
}

/*
----------------------------------------------------------------------------- 
Misc and fixes
-----------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear_float {
	height: 0;
	float: none;
	clear: both;
}
