/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #ffffff url(images/bg-body.jpg) repeat-x top;
	font: 12px Arial, Helvetica, 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. */
}



/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3 {
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	}
h1 {
	font-weight: normal;
	font-size: 30px;
	border-bottom: 1px solid #6D080D;
	padding: 10px 0px 10px 20px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-left: 25px;
	border-bottom: 1px solid #6D080D;
}
h3 {
	font-size: 14px;
	color: #000000;
	margin-left: 20px;
	margin-right: 30px;
	border-bottom: 1px solid #6D080D;
	padding: 10px 10px 5px;
	margin-bottom: 10px;
}
h4 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 15px;
}

td {
	line-height: 15px;
	padding: 5px;
	border-bottom: 1px solid #F0F0F0;
	vertical-align: top;
	border-right: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	border-top-width: 0px;
}
		
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active {
	font-size:12px;
	color:#780B12;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
}

a:hover {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 950px;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
	border-top: 1px solid #666666;
}
div#header {
	height: 292px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}


div#sidebar {
	float: left;
	position: relative;
	width: 275px;
	
}
	
div#content {
	width: 675px;
	padding: 0px 0px 20px;
	float: left;
	position: relative;

} 
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
}
div#content ul li{
	padding-left: 10px;
	list-style: square;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 25px;
} 

div#footer {
	clear: both;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #760B11;
	padding: 3px 0px 0px;
	background-image: url(images/bg-footer.gif);
	height: 17px;
	position: relative;
		
	
}
div#footer  a:link, div#footer a:visited {
	color: #484848;
	font-weight: lighter;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
div#footer  a:hover {
	color: #6D080D;
	font-size: 10px;
	font-weight: bold;
}


div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #090909;
	clear: both;
	padding-top: 10px;
}

div#copyright a:link, div#copyright a:visited {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #780B12;
	font-weight: bold;
	
}
	
div#admin {
	padding: 10px 0px 0px;

}
div#admin a:link, div#admin a:visited {
	color: #484848;
	font-weight: lighter;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

div#admin a:hover,  {
	color: #2E3134;
	font-weight: lighter;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	
	
}

div#flash {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	
}

div#payments {
	position: absolute;
	width: 270px;
	top:348px;
	z-index: 0;
	left: 11px;
	border-top: 0px;
	border-bottom: 1px solid #5A0405;
	padding-bottom: 20px;
	padding-right: 0px;
}

div#audio {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -20px;
	right: 54px;
	height: 13px;
	width: 111px;
}

div#iframe {
	margin-left:10px;
}


/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 300px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-left: 20px;
}	
div#rightpara {
	float: left;
	width: 300px;
	padding: 10px 0px;
	margin-left: 20px;

}


address {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 30px;
		
}

address a:link{
	font-size:11px;
	color: #990000;
	font-weight: bold;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
}

ul#mainnav {
	width: 977px;
	position: absolute;
	left: -1px;
	z-index: 2;
	top: 193px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	font-weight: bold;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FEFCFC;
	display: block;
	float: left;
	font: bold 11px Tahoma;
	padding: 26px 37px 27px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px dotted #4B4B4B;
	border-left: 1px solid #C0C0C0;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #FFFFFF;
	width: auto;
	background: #000000;
	font-weight: bold;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #650708;
	width: auto;
	background: #FEFCFC;
}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.rightimg {
	float: right;
	margin: 10px 0px 10px 10px;
	clear: none;
	border: 1px solid #999999;
	
}
.leftimg {
	float: left;
	clear: right;
	margin: 10px 20px 10px 0px;
	border: 1px solid #B0B0B0;
}

.centerpic {
	text-align: center;
	border: 1px solid #999999;
	padding: 0px;
	margin-bottom: 10px;
	left: auto;
	right: auto;
	width: auto;
	margin-top: 10px;
}


.clear {
	clear: both;
}



/* Class for text for emphasis */
.empasisred
 {
	color: #780B12;
	font-weight: bold;
	font-size: 13px;

}
.empasisblack {
	color: #000000;
	font-weight: bold;
	font-size: 13px;

}
