/*---------------------------------------------------------
Incubox Creative
copyright (c) 2007
version: 2007-09-03
author: Geoff Towle, Incubox Creative

**This stylesheet imports all of the styles for the entire website.
-------------------------------------------------------- */

/* default styles here
----------------------------------------------- */

html, body {
	height:				100%;
}

body {
	background-color:	#242424;
	color:				#666666;
	font:				62.5%;
	text-align:			center; /* horizontal centering for IE Win quirks */
	margin-top:			2%;	
}

#container {
	margin:				0 auto;
	position:			relative; /* puts container in front of distance */
	text-align:			left;
	height:				27.5em;
	width:				800px;
	height:				425px;
	clear:				left;
}

#wrapper {
	background:			#181818;
	float:				left;
	padding:			3px;
}

#column_left {
	width:				602px;
	background:			#333333;
	float:				left;
}

#column_right, #membership_logos {
	width:				167px;
	text-align:			left;
	float:				left;
	height:				400px;
	padding:			0 10px 0 15px;
}

#membership_logos {
	text-align:			center;
}

#contact {
	height:				45px;
	float:				left;
	font-size:			.7em;
	padding-top:		5px;
}

a, a:visited {
	color:				#999999;
	text-decoration:	none;
	font-weight:		bold;
}

a:hover, a:active {
	color:				#efefef;
}

#logo {
	width:				800px;
	height:				55px;
	float:				left;
	margin-bottom:		5px;
}

#logo p {
	margin-top:			3px;
	font:				.7em "trebuchet ms", verdana, arial, "sans serif" normal;
	color:				#666666;
}

p {
	font-size:			.8em;
	color:				#999999;
}

span.drop {
	position:			relative;
	top:				3px;
}

span.incubox a, span.incubox a:visited {
	color:				#666666;
	text-decoration:	none;
}

span.incubox a:hover, span.incubox a:active {
	color:				#efefef;
}

#body {
	width:				800px;
	margin-top:			5px;
	float:				left;
	border-bottom:		#181818 solid 1px;
}

#gutter {
	width:				4%;
	float:				left;
	height:				300px;
}

.text_column {
	width:				48%;
	float:				left;
	height:				auto;
	text-align:			justify;
}	

h1 {
	font-family:		"trebuchet MS", verdana, arial, "sans serif";
	font-size:			1em;
	font-weight:		bold;
	color:				#999999;
	padding-bottom:		0;				
}

.light {
	color:				#999999;
	font-weight:		bold;
}

span.registered {
	position:			relative;
	top:				0;
	font-size:			.7em;
}

#text_wrapper {
	width:				592px;
	float:				left;
	padding:			0 5px 0 10px;
}

#membership_logos img {
	padding:			15px 0;
}