#gradientDiv{
	background-image:url(/site/images/gradientDivBg.png);
	height:405px;
	width:730px;
	margin:auto;

}
#mainBox{
	width:670px;
	height:350px;
	margin:auto;
	background-repeat:no-repeat;
	background-position: center;
	background-color: black;
	position:relative;
	top:25px;
	
}
#imgText{
	color: white;
	background-image:url(/site/images/textBackground.png);
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	position: relative;
	top:0px;
}
img.startingBox{
	border:black 1px solid;
	margin-top:15px;
}
img.startingBox:hover{
	border:grey 1px solid;

}
img.box{
	margin-left:50px;
	margin-top:15px;
	border:black 1px solid;
}
img.box:hover{
	border:grey 1px solid;
}
#newsBoxImageWrapper{
	background-image:url(/site/images/transparentBox2.png);
	width:670px;
	height:100px;
	position:relative;
	top:250px; 
	text-align:center;
	
}

#tabs ul {
	margin-left:0;
	padding-left: 0;
	display: inline;
	list-style:none;
	} 

#tabs ul li.there {
	display: inline;
	margin-left:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:2px;
	padding-top:5px;
	border:#898989 1px solid;
	border-bottom:#898989 1px solid;
	}


#tabs ul li.here {

	list-style: none;
	
	margin-left:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:2px;
	padding-top:5px;
	
	border:#898989 1px solid;
	
	display: inline;
	background-color:#282828;
	border-bottom:2px solid #282828;
}
#tabs a:link{
	text-decoration:none;
}
#tabs a:visited{
	text-decoration:none;
}
#tabs a:hover{
	text-decoration:underline;
}
#tabs a{
	color:white;
	font:13px helvetica;
	cursor: pointer;
}
#tabs a.here{
	font-weight:bold;
	cursor: pointer;
}
#tabs{
	width:730px;
	color:white;	
	text-align:center;
	position:relative;
	top:-1px;
}
#menu{
	background-color:#282828;
	width:730px;
	min-height:400px;
	margin:auto;
	border-bottom:#898989 1px solid;
	border-left:#898989 1px solid;
	border-right:#898989 1px solid;
	border-top:#898989 2px solid;
}
div.menuitem{
	color: white;
	width: 670px;
	margin-top: 15px;
	margin-left: 15px;
	padding: 15px;
	text-align: left;
	background-color: black;
	border-style: dotted;
	border-width: thin;
}
a.titlelink:link{
	font-weight:bold;
	font-size:26px;
	color: #f99200;
	text-decoration: none;
}
a.titlelink:visited{
	font-weight:bold;
	font-size:26px;
	color: #f99200;
	text-decoration: none;
}
a.titlelink:hover{
	font-weight:bold;
	font-size:26px;
	color: white;
	text-decoration: none;
}
p.blurb{
	font-size: 14;
}
span.float{
	float: left;
}
p.link{
	position: relative;
	left: 10px;
}
