/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #0d0d0d url(images/bg_site.jpg) repeat-x;
	font: 10px Verdana, Tahoma, Geneva, Arial, sans-serif;
	color: #333333;
}

/* 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 {
	font-family: "Myriad Pro Cond", Futura-Condensed-Normal, "Futura-Condensed Light", Geneva, Tahoma, Arial, Verdana, sans-serif;
	margin: 10px 20px 0px 30px;
}
h1 {
	color: #870000;
	font-weight: normal;
	font-size: 36px;
}
h2, h3, h4 {
	color: #000;
}
h2 {
	font-size: 28px;
	font-weight: normal;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}

/* 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 {
	text-decoration: underline;
	color: #ba0101;
}
a:visited {
	text-decoration: underline;
	color: #8e0101;
}
a:hover {
	text-decoration: none;
	color: #d50000;
}
a:active, a.selected {
	text-decoration: none;
	color: #a20101;
}
	
/* ----------------- 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 {
	background: #ffffff url(images/bg_introcontent.jpg) repeat-y; /* Faux column bg for page */
	width: 820px;
	margin: 0px auto;
}

/* Creates DIV container for header */ 
div#header {
	width: 820px;
	margin: 0px auto;
}

/* Creates DIV container for main content */ 
div#content {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	height: 263px;
}
div#content a {
	font-size: 9px;
}

/* Creates DIV container for enter button */ 
div#enter {
	width: 820px;
	margin: 0 auto;
	padding: 0;
}

/* Creates DIV container for footer content */ 
div#footer {
	font-size: 10px;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	padding: 0px 20px;
	background: #0d0d0d;
	color: #d7d7d7;
}
div#footer a {
	font-weight: bold;
}
div#footer a:link, div#footer a:visited {
	text-decoration: underline;
	color: #e6e5e5;
}
div#footer a:hover, div#footer a:active {
	text-decoration: none;
	color: #e9e9e9;
}
div#footer img {
	float: right;
	margin-top: 0px;
}
div#footer img {
	float: right;
	margin-top: 0px;
}

/* 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;
}

/* Class to make text one pixel/point larger for the business name in the address */
.businessname {
	font-size: 12px;
	font-weight: bold;
}

/* Class to emphasize the business name in the content */
.businessnamecontent {
	color: #222222;
	font-weight: bold;
}