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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{
	background-image:url(/site/images/bgRepeat.png);
	background-color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a:link{
	color: #ff770d;
	
	text-decoration: underline;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

a:visited{
	color: #e25e08;
	text-decoration: underline;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}

a:hover{
	color: #ffb42c;
	text-decoration: underline;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}

#img{
	width:390px;
	height:53px;
	margin:auto;
	padding-bottom:0px;
	position:relative;
	right:250px;
	top:-15px;
	padding-top:15px;
	padding-left:30px;
}

#container{
	background-image: url(/site/images/headerPattern.png);
	background-color: #0f0f0f;
	background-repeat:repeat-x;
	background-position:center top;
	width:950px;
	margin:auto;
	border-left:2px white solid;
	border-right:2px white solid;
	border-top:2px white solid;
	padding-bottom:35px;
	padding-top:20px;
	margin-top:20px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#gradientDiv{ /*needs to stay here to keep the flow of the site's background image*/
	width:850px;
	min-height: 375px;
	margin:auto;
}

img.toolbar{
	margin-right:15px;
	position:relative;
	top:5px;
}

#toolbar{
	text-align:center;
	background-color:black;
	border-top:2px solid white;
	border-bottom:2px solid white;
	height:30px;
	opacity:0.9;
	filter: alpha(opacity=90);
	margin-bottom:20px;
}

#contentContainer{
	background-color:#0f0f0f;
	background-repeat:repeat-y;
	padding-bottom:100px;
	width:950px;
	margin:auto;
	border-left:2px white solid;
	border-right:2px white solid;
	border-bottom:2px white solid;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	padding-bottom:20px;
	margin-bottom:20px;			
}


iframe{
	display:none;
}

#menu{
	color: #7a7a7a;
	background-color:#282828;
	width:850px;
	margin-top: 20px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	border-bottom:#898989 1px solid;
	border-left:#898989 1px solid;
	border-right:#898989 1px solid;
	border-top:#898989 2px solid;
}

#menu img{
	border-style: solid;
	border-width: 3px;
	border-color: white;
	margin: 5px;
}

ul{
	list-style-position: inside;
}

p.title{
font:35px strong; 
margin-bottom:15px; 
color: #ff6900;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#login{
background-color: rgba(40,40,40,0.8);
border:#898989 1px solid;
padding:8px;
width: 200px;
text-align:center;
position:relative;
left:-15px;
top: -15px;
color: #ff6900;
z-index: 1;
float: right;
}

div.spacer{
	clear: both;
}

#zdiv{
   z-index: 5;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   background-color: rgba(0,0,0,0.65);
   text-align: center;
}

p.quote{
	
	border-color: #444444;
	border-width: 1px;
	border-style: solid;
	width: 600px;
	padding: 10px;
	background-color: #0a0a0a;
	color: #838383;
	position: relative;
	left: 10px;
}

#share{
	margin-top: 30px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
