﻿/*---Site Colors---
	Red:#c22929
	Gray:#2e2e2e
*/

body {
	background:url(../siteart/sitebg.gif) repeat-x top #dcdcdc;
	margin:10px auto;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#c22929;
}

a:hover {
	color:#000;
}

img {
	border:0;
}


#wrapper {
	padding:10px;
	vertical-align:top;
	background:#fff;
	width:994px;
}

#header {
	border-top:3px #c22929 solid;
	border-bottom:3px #c22929 solid;
	background:#2e2e2e;
}

#content {
	padding:10px 0;
	vertical-align:top;
}


/*------------Sidebar Section------------*/

#sidebar {
	background:#c22929;
	width:208px;
	padding:10px;
	vertical-align:top;
	color:#fff;
	font-size:16px;
}

#sidebar ul {
	margin:0;
	padding:0;
}

#sidebar li {
	display:block;
	float:left;
	list-style:none;
}

#sidebar li a {
	border-bottom:1px #951f1f solid;
	border-top:1px #e03636 solid;
	padding:5px 0;
	display:block;
	width:208px;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

#sidebar li a:hover {
	background:#951f1f;
	padding-left:5px;
	color:#000;
	width: 203px;
}


/*------------Main Section------------*/

#main {
	vertical-align:top;
	width:735px;
	padding-left:10px;
}

.slideshow { 
	height: 257px; 
	width: 735px; 
	margin: auto; 
	position: relative;
	overflow: hidden;
	border-bottom:25px #c22929 solid;
	margin-bottom:10px;
}

.slideshow img {
	margin: 0; 
	padding: 0; 
	position: absolute;
}

h1 {
	font-size:20px;
	font-weight:normal;
	color:#c22929;
	display:block;
	margin:0 0 10px;
}

#slide {
	border-bottom:10px #fff solid;
	text-align:center;
	margin:0 auto;
}

#footer {
	border-top:3px #c22929 solid;
	border-bottom:3px #c22929 solid;
	padding:15px;
	text-align:center;
	margin:0 auto;
	background:#2e2e2e;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999999;
}

a.footerlink:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999999;
}

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999999;
}

.smallfootertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
}

.divfooter {
	width:450px;
	text-align:center;
}
