/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.jpg);
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 35px;
}

#rightside p, #rightside li, #rightside ul{ font-size:12px;
						line-height:16px;
						color:#ffffff;
						}
						
#rightside p{ margin-left:60px; padding-bottom:0;
				margin-bottom:0;}

#rightside li{ margin-left:35px;
			margin-bottom:0;
			padding-bottom:0;}						

h1 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #e02435;
	text-transform: uppercase;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h2 {
	color: #900808;
	margin-left: 30px;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
	padding: 5px;
	background-color: #DFDFDF;
	margin-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
iframe {
	padding: 0px;
	margin: -20px 0px 0px 20px;
	float: left;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #2C0E07;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #8E0606;
}

address {
	font: bold normal 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 40px;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.addy2{ margin-top:0;}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 990px;
	height: 213px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* NAVIGATION CONTAINER */
div#nav {
	width: 990px;
	top: 181px;
	position: absolute;
	text-align: left;
	left: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background-image: url(images/status-on.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #81080c;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	width: 100%;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	display: inline;}

div#nav li a {
	display:block;
	width: auto;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 58px;
	padding-left: 58px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #262425;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
div#nav li a:hover {
	color: #e02435;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.jpg) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #171528;
}

/* Creates the div for the content */
div#content {
	width: 665px;
	float: left;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	padding: 1px;
	border: 1px solid #cccccc;
	margin-top: 0px;
}
div#content img.left {
	padding: 2px;
	border: 2px dashed #915A2C;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 990px;
	color: #FFA10E;
	font-size: 10px;
	background-image: url(images/footer.jpg);
	height: 33px;
	background-repeat: no-repeat;
	padding-top: 0px;
}

/* UL TAG */
div#footer ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	width: 100%;} 

div#footer li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	display: inline;}

div#footer li a {
	display:block;
	width: auto;
	color: #cccccc;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 58px;
	padding-left: 58px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #242424;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
div#footer li a:hover {
	color: #FFFFFF;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 990px;
}
div#copyright a {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- right side ----------------- */

div#rightside {
	float: right;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 320px;
}
div#rightside strong {
	color: #FFC024;
}
div#address {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFA10E;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	width: 720px;
	padding-top: 5px;
}
div#flash {
	background-image: url(images/flash.gif);
	position: absolute;
	right: 0px;
}
div#audio {
	background-color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
ul#list {
	font-size: 12px;
	margin-left: 80px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
}

ul#list li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	line-height: 14pt;
}

.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 35px;
	border: 1px solid #30120D;
}
.clear {
	clear: both;
}
.name {
	color: #BC2204;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.small {
	font-size: 10px;
}
.right {
	float: right;
	margin-right: 100px;
	margin-top: 25px;
	padding: 0px;
}
div#list {
	float: left;
	width: 220px;
}
