@import "sponsors.css";

*{
    margin:0px auto;
	padding:0px;
	font-family: Arial, Helvetica, Serif;
	font-size: 10pt;
}

body{
	background-color: #000000;
	color: #393939;
}

/* generic classes */
.clearthis {
	clear:both;
	float:none;
	font-size:1px;
	height:1px;
	line-height:0px;
	margin:0px;
	overflow:hidden;
}

a {
	color: navy;
}

#parent{
	/*background: url(/assets/images/bng15_bg.jpg) no-repeat 0px 5px;*/
    margin: auto;
	display:block;
	height: 100%;
	width:60%;
	z-index:0;
}

#header{
    background-color: transparent;
	float:left;
	font-size:9pt;
	height:140px;
	min-width:768px;
	width:100%;
}

#navhome{
	float: left;
	width: 665px;
	height: 110px;
	color: red;
	font-weight: bold;
}
#navhome a{
	color: red;
}

#regnow{
	position: absolute;
	font-size: 16pt;
	left: 180px;
	top: 85px;
	cursor: pointer;
	z-index: 10;
	background-color: whitesmoke;
}

#regnow a{
	font-size: 16pt;
}

#bumphome{
	position: absolute;
	left: 350px;
	top: 85px;
	cursor: pointer;
	z-index: 10;
}

#menu {
	margin: 115px 0px 0px 190px;
	width: 675px;
	font-weight: bold;
	padding: 2px;
	border-top: 1px solid #393939;
}

#menu a {
	color: gray;
	text-decoration: none;
}

#menu a.active{
	color: yellow;
}

#menu a:hover{
	color: yellow;
	text-decoration: underline;
}

#menu ul li{
	display: inline;
	padding: 0 5px 0 3px;
	border-right: 1px solid #393939;
}

div.horizontalList ul li{
	display: inline-block;
	font-weight: bold;
	list-style-type:none;
}

div.horizontalList li{
	margin-left: -10px;
}

#content{
	/*background: url(/assets/images/content_bg.png) repeat-y 0 0;*/
    width: 478px;
    text-align: center;
	margin:auto;
	text-align: left;
	/*margin-left: 278px;*/
	padding: 5px;
    background-color: silver;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

#content h1{
	font-size: 14pt;
}

#content p{
	/*margin: 10px 0px 5px 0px;*/
	text-indent: 0px;
	max-width: 605px;
}

#content ul li{
	margin-left: 20px;
	line-height: 1.3em;
}

.mapCanvas{
	height: 300px;
	width: 500px;
}
.toggle{
	display: none;
	padding: 5px;
	width: 570px;
}

#footer{
	border-top: 1px solid #393939;
	font-size:9pt;
	text-align:center;
	width:855px;
	height:20px;
	padding:7px;
	overflow:visible;
	position:relative;
	float:left;
	margin-top: 10px;
}

#footer a {
	color: red;
	font-weight: bold;
}

/* Grids */
.grid{

	width: 100%;
	border: 1px solid black;
	color: black;
	background-color: white;
}

.grid td{
	padding: 3px;
}
.gridHeader{
	background: url(/assets/images/gridheader_bg.png) repeat-x;
	padding: 3px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #909393;
}
.gridItem{
	background-color: #ffffff;
	text-align: left;
	padding: 4px;
	color: black;
	padding: 3px;
}
.gridItemAlt{
	background-color: #DADADA;
	text-align: left;
	padding: 4px;
	color: black;
	padding: 3px;
}


