/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #170900 url(images/bg_photo.jpg) no-repeat center top;
	font: 12px Verdana, Tahoma, Geneva, Arial, sans-serif;
	color: #e5e4e3;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Removes borders for tables and table cells */
table, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */

h1, h2, h3, h4 {
	margin: 10px 20px 0px;
}
h1 {
	color: #fff;
	font-weight: normal;
	font-size: 30px;
}
h2, h3, h4 {
	color: #e5e4e3;
	margin: 10px 20px 5px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	margin: 5px 20px 10px;
}

/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: none;
}	
	
/* Styles A links */
a {
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: underline;
	color: #f2f2f2;
}
a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width:990px;
	margin: 0px auto;
}

/* Creates DIV container for header */ 
div#header {
	width:990px;
	margin: 0px auto;
}

/* Creates DIV container for main content */ 
div#content {
	background: #170900 url(images/introcontent.jpg) no-repeat; /* Faux column bg for page */
	width:990px;
	margin: 0 auto;
	padding: 0;
	height: 400px;
}
div#content a {
	font-size: 9px;
}

/* Creates DIV container for enter button */ 
div#enter {
	width:990px;
	margin: 0 auto;
	padding: 0;
}

/* Creates DIV container for footer content */ 
div#footer {
	font-size: 10px;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	padding: 0px 20px;
	background: #170900 url(images/introfooter_bg.jpg) no-repeat;
	color: #e5e4e3;
}
div#footer a {
	font-weight: bold;
}
div#footer img {
	float: right;
	margin-top: 0px;
}

/* Styles DIV container for Google map */
div#map {
	border: 1px solid #0f0600;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 638px;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	margin: 0px auto;
	padding: 10px 0px 5px;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	margin: 0px auto;
	padding: 5px 0px 10px;
}
div#copyright img {
	margin-top: -25px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}
