*
{
	font-family:	helvetica, arial, sans-serif;
	margin:			0;
}

html, body
{
	height:			100%;
}

body 
{
	/*background:		#000000 url(../images/background.png) no-repeat top right fixed;*/
	background:		#000000;
	color:			#fff;
}

a
{
	color:			#cccccc;
}
a:link
{
	color:			#cccccc;
}
a:visited
{
	color:			#cccccc;
}
a:hover
{
	color:			#cccccc;
}
a:active
{
	color:			#cccccc;
}

#map
{
	width:			810px;/*811px*/
	height:			458px;
	color:			#000;
	margin-left:	64px;
	margin-bottom:	25px;
	position:		relative;
	top:			-26px;
}

* html #map {
    display: block;
    position: relative;
    top: -45px;
    left: 0px;
}

#map p {
    margin: 0;
    padding: 0;
}

.infoWindow
{
	width:			250px;
}

#menu
{
/*
	font-size:		75%;
	position:		relative;
	top:			24px;
	left:			40px;
*/
	display:		none;
}

#menu ul li
{
	display:		inline;
}

#menu ul li a
{
	text-decoration:none;
	color:			#ff0000;
	background:		url(../images/plus.png) no-repeat right;
	padding-right:	18px;
	padding-left:	5px;
}

#nav
{
	margin: auto;
	/*padding-left:	5%;
	padding-right:	5%;*/
	width: 1000px;
}

#nav #justdoit
{
	float:			left;
}

#nav #experienceit
{
	float:			right;
}

* html #nav #experienceit {
    position: absolute;
    top: 0;
    right: 135px;
}

#custom-doc
{ 
	margin:			auto;
	text-align:		left; 
	width:			70.62em;/* !IE */ 
	*width:			68.91em;/*IE*/ 
	min-width:		918px;
}

#doc
{
	margin:			0 auto -22px; /* the bottom margin is the negative value of the footer's height */
}

#hd
{
	padding-top:	40px;
}

#hd h1
{
	display:		none;
}

.bd-maps
{
	background:		url(../images/frame.gif) no-repeat;
}

* html .bd-maps {
    position: relative;
}

.bd-holding
{
	margin-top:		1em;
}

#ft
{
	text-align:		center;
}

#ft #links
{
	padding-top:	30px;
	padding-bottom:	30px;
	text-align:		left;
	width:			811px;
	margin-left:	64px;
	/*background:		url(../images/opaqueblack.png) repeat;*/
	background-color: #141414;
}

* html #ft #links {
    position: relative;
    float: left;
    margin-left: 32px!important;
}

#linkslist, #links h3
{
	margin-left:	30px;
}

#links h3
{
	margin-bottom:	5px;
}

#ft h4
{
	clear:			both;
}

#ft a
{
	float:			left;
	clear:			both;
	color:			#ff0000;
}

#ft a:link
{
	color:			#ff0000;
}
#ft a:hover
{
	color:			#ff5555;
}

.wrapper
{
	min-height:		100%;
	height:			auto !important;
	height:			100%;
	margin:			0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}

#footer, .push
{
	height:			20px; /* .push must be the same height as #footer */
}

#footer
{
	background:		#000000;
	text-align:		right;
	padding-top:	2px;
	/*padding-left:	5%;
	padding-right:	5%;*/
	width: 1000px;
	margin: auto;
}

#footer #mainlinks
{
	float:			left;
}

#footer #copyright
{
	float:			right;
}

#footer ul li
{
	display:		inline;
	margin-left:	10px;
}

#footer ul li a, #footer p
{
	text-decoration:none;
	color: 			#aaa;
	font-size:		75%;
}

* html #footer ul li a, #footer p
{
    font-size: 9px;
}

* html #footer {
    margin-top: 20px;
}

* html #footer p#copyright {
    margin-top: 5px;
}

#navigation
{
	position:		relative;
	top:			-35px;
	z-index:		500;
}

#selectors
{
	width:			500px;
	margin-left:	74px;
}

* html #selectors {
    margin-top: 2px;
    margin-left: 35px;
    margin-bottom: -2px;
}

#selectors select
{
	width:			160px;
}

#submit
{
	float:			right;
}

#header
{
	/*
	background:		url(../images/header.png) no-repeat;
	*/
	height:			125px;
	margin-left:	59px;
	display:		none;
}

#headerLeftTop
{
	width:			526px;
	height:			100px;
	position:		relative;
	left:			59px;
	top:			0px;
	margin-bottom:	-105px;
	z-index:		250;
}

#headerLeftBottom
{
	background:		#222222;
	width:			524px;
	height:			30px;
	position:		relative;
	left:			62px;
	top:			105px;
	margin-bottom:	-25px;
}

#headerRight
{
	width:			350px;
	height:			130px;
	position:		relative;
	left:			591px;
	top:			0px;
	z-index:		1000;
}

#temp
{
	display:		none;
}

#main, #coming-soon
{
	text-align:		center;
	margin-left:	auto;
	margin-right:	100px;
	width: 50em;
}

#landing {
    text-align: center;
    width: 770px;
    margin: 0 auto 0 auto;
}

#notify
{
	text-align:		center;
}

#notify h2
{
	margin-left:	auto;
	margin-right:	auto;
	font-size:		167%;
	width:			66px;
	height:			19px;
	background:		url("../images/coming_soon.gif") top left no-repeat;
}

#notify h2 span
{
	display:		none;
}

#notify h2, #notify p
{
	margin-bottom:	0.5em;
}

#notify p
{
	color:			#666;
	font-size:		85%;
}

#signup
{
	height:			19px;
	width:			200px;
}

#submit-email
{
	position:		relative;
	top:			10px;
	*position:		static;/*IE*/ 
}

/* ADD FORM VENUE 070828 */

#formVenue {
	display: block;
	width: 515px;
}

#formVenue h2 {
	font-size: 120%;
    font-weight: bold;
}

#formVenue p {}

#addVenueForm {
	position: relative;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

#formVenue .column {
	position: relative;
	float: left;
	width: 235px;
	padding: 0;
}

#formVenue .left {
	margin: 0 34px 0 0;
}

#formVenue .right {
	margin: 0;
}

#addVenueForm label , #addLinkForm label {
	position: relative;
	display: block;
	margin: 12px 0 6px 0;
}

#formVenue .footer {
	position: relative;
	display: block;
	margin: 18px 0 0 0;
	border: 1px solid #333333;
}

#formVenue .footer .checkbox {
	margin: 35px 0 0 0;
	width: 210px;
}

#formVenue .floatLeft {
	position: relative;
	display: inline;
	float: left;
}

#formVenue .footer .checkbox label {
	position: relative;
	float: right;
	width: 170px;
	margin: 4px 0 0 0!important;
}

#formVenue #close {
	margin-left: 60px;
}

* html #formVenue #close {
	position: relative;
	float: left;
	margin: -22px 0 0 60px;
}

.buttons {
	position: relative;
	display: block;
	padding: 18px 0 0 0;
}

.h18 { 
	position: relative;
	display: block;
	height: 18px; 
}

* html .h18 { visibility: hidden; }

* html .buttons {
	margin: 18px 0 0 0;
	padding: 0;
}

#formVenue .formField, #formLink .formField {
	width: 200px;
	background-color: #A4A4A4;
    border-bottom: #5B5B5B solid 2px;
    border-right: #5B5B5B solid 2px;
    border-left: none;
    border-top: none;
}

#formLink {
    width: 755px;
    margin-top: 18px;
    margin-left: 30px;
    border-top: 1px solid #333333;
}

#formLink #linkSubmit {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
}

#formLink .formField {
    position: relative;
    top: -10px;
    height: 16px;
    padding: 2px;
    margin-right: 5px;
}

* html #formLink .formField {
    padding: 0;
}

/* end ADD VENUE FORM 070828 */

/* Bottom links */

.linkContainer {
    position: relative;
    display: block;    
    margin-left: 30px;
}

.linkColumn {
    float: left;
    width: 170px;
    margin-right: 30px;
}

.linkContainer .last {
    margin-right: 0;
}

.linkColumn ul, li, h4, h5, a {
    margin: 0;
    padding: 0;
    clear: both;
}

.linkColumn h4, h5 {
    display: block;
}

.linkColumn h5 {
    margin-top: 0px;
}

.linkColumn ul, li {
    display: block;
}

.linkColumn ul {
    margin-bottom: 20px;
}

div.clear, div.space {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

div.space {
    height: 10px;
}

/* Tracking */

#tracking {
    display: none;
}
