/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.jpg) repeat-x scroll;
}

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
/* Redefines the p tag */
p {
	color: #000000;
	margin-right: 15px;
	margin-left: 5px;
	font: 12px/21px Arial, Helvetica, sans-serif;
}


h1 {
	color: #000000;
	margin: 10px 12px 0px 0px;
	font: bold 18px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000000;
}

ul {
	color: #000000;
	font: normal 12px/21px Arial, Helvetica, sans-serif;
	list-style: url(images/bullet.gif) outside;
	margin-left: 25px;
	margin-right: 30px;
}
ol {
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
}


/* ----------------- CONTENT LINKS ----------------- */

a:link {
	color: #000000;
	text-decoration: underline;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #000000;
}
a:hover {
	color: #D41920;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


/* Creates DIV container for header. */
div#header {
	margin: 0px;
	padding: 0px;
	height: 227px;
	width: 770px;
	background: url(images/header.jpg);
}




/* Creates the div container for the site. */
div#container {
	padding: 0px;
	width: 770px;
	background: url(images/content_bg.gif) repeat;
	float: none;
	position: relative;
	margin: 0px auto;
}
/* Creates the div container for the footer. */
div#footer {
	text-align: center;
	width: 770px;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 42px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FF0000;
}

div#footer a {
	color: #FF0000;
	text-decoration: underline;
}


/* Creates the div container for the copyright. */
div#copyright {
	padding: 0px;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	background-color: #FFFFFF;
}
/* Create the div content for the content area. */
div#content {
	width: 530px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 25px;
	border-right: 1px solid #DD1A22;
}



/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	clear: left;
	float: left;
}

.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 5px;
}
.right2 {
	float: right;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 25px;
}

.noborder {
	border:0px;
}



.map {
	float: left;
	border: 1px solid #000000;
	height: 300px;
	width: 450px;
	margin: 0 0px 5px 30px;
	padding:0;
}

#listfloatleft { float: left; padding: 0 0 0 70px; margin-right: auto; margin-left: auto; 
}

.clear {
	clear: both;
}

h2 {
	color: #000000;
	margin: 10px 8px 0px 0px;
	font: bold normal 14px/20px Arial, Helvetica, sans-serif;
	text-align: center;
}h3 {
	font: bolder normal 14px/normal Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: left;
	margin-right: 15px;
	margin-left: 5px;
	text-transform: none;
}
address {
	color: #000000;
	width: 206px;
	text-align: left;
	font: normal 14px/normal Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	position: absolute;
	left: 558px;
	top: 237px;
	height: 57px;
}


address a {
	color: #941515;
	text-decoration: underline;
}
div#sidebar {
	width:190px;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 559px;
	top: 358px;
}

.tiny{ font-size:12px;}


.center{ text-align:center;
		padding:5px 0;
		margin:0;
		font-size:16px;
		font-weight:bold;
		text-transform:uppercase;}
		
.clearing{ clear:both;
		text-align:center;
		padding:0 0 5px 0;}		


