@charset "utf-8";
p,h1,h2,h3,h4,ol,ul,li {
	margin:0;
	padding:0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif, "Curlz MT";
	font-size: 98%;
	color: #999;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-image: url(../images/other/bg.JPG);
}

a:link,a:visited {
	text-decoration:none;
	color:#FFF
}

a:hover, a:active {
	color: #F00;
	font-weight: normal;
	font-style: oblique;
	text-decoration: none;
}
#mainContent p a img {
	color: #000;
}
h1,h2,h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: .4em;
}
h4 {
	font: 1.6em Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h5 {
	color: #FFF;
	text-align: center;
	font: 1.2em Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 1em;
	line-height: 1.6;
	color:#FFF;
	}

#content h1 {
	font-size: 1.8em;
	color: #000
}
#content h2{
	font-size:1.4em;
	color:#999;
	text-align: center;
}
#content ul {
	margin-left: 40px;
	margin-bottom: 1em;
}


#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
	background: #000;
	clear: both;
	display: inline-block;
	overflow: hidden;
}
#social {
	height: 60px;
	width: 250px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	left: 780px;
	top: 220px;
}
#blog {
	height: 60px;
	width: 45px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
#myspace {
	height: 60px;
	width: 45px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
#facebook {
	height: 60px;
	width: 45px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
#twitter {
	height: 60px;
	width: 60px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
#header {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	height: 261px;
	background-color: #000;
	color: #CCC;
	background-image: url(../images/newbanner.jpg);
}
#header img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 0px none #000;
}
#pageHeader {
	background: #000;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	color: #CCC;
}
#pageHeader img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 0px none #000;
}

#navSidebar {
	background: #000;
	float: left;
	width: 148px;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	list-style: square;
	height: 850px;
}
#navSidebar #nav {
	text-align: left;
	width: 105px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	list-style: none;
	color: #FFF;
	font-weight: bold;
}
#navSidebar div p {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 5px 0px 0px;
	color: #FFF;
}
#navSidebar hours {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
	background: #d2a8db;
	text-align: center;
}

#sideBar {
	background: #000;
	margin: 0px;
	padding: 5px;
	width: 200px;
	float: right;
	height: auto;
}
#sideBar h1 {
	color: #FFF;
	padding-left: 10px;
}

#sideBar h3 {
	text-align: center;
}


#sideBar p {
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#sideBar img {
	display: block;
	margin: 5px auto;
	padding: 5px;
}
#sideBar_right {
	text-align: right;
	display: block;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	padding-top: 15px;
}
/*--Window/Masking Styles--*/
.window {
	height:205px;
	width: 615px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 158px;
	right: -7px;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	background-image: url(../images/banners/paging_bg2.png);
	background-repeat: no-repeat;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #333;
}
.paging a:hover {font-weight: bold;}
#mainContent {
	background: #000;
	margin: 0 17% 0 27%;
	padding: 5px;
	margin: 0px 0px 0px 158px;
	width: 615px;
	height: auto;
	padding: 5px;
	display: block;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: double;
	border-left-style: double;
}
#mainContent p img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#mainContent h1 {
	padding-left: 10px;
	color:#FFF;
}
#mainContent h2 {
	padding-left: 10px;
}
#mainContent ul li {
	padding-left: 10px;
	text-align: left;
	text-indent: 20px;
	height: auto;
	width: auto;
	border: 1px none #000;
	list-style: square inside;
}

#mainContent a:link {
	color: #FFF;
	border-style: none;
	text-decoration: none;
}
#mainContent a:visited, a:active {
	color:#FFF;
	text-decoration:none;
	border-style:none;
}
#mainContent a:hover {
	color:#FFF;
	border: thin none #999;
}
#footer {
	background: #000;
	margin: 0px;
	clear: both;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	border-top: 2px double;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
}

.yellow {
	color: #FF0;
	font: bold medium/25px Tahoma, Geneva, sans-serif;
}

.current {
	color: #000;
}
.nav {
}
#mainContent h1 img {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#wrapper #footer .yellow a {
	color: #FF0;
}
h6 {
	font-size: large;
	color: #FFF;
	text-align: center;
}
#social a:link {
	border-style: none;
	text-decoration: none;
}
#social a:visited, a:active {
	text-decoration:none;
	border-style:none;
}
#social a:hover {
	text-decoration:none;
	border-style:none;
}
#social img {
	border-style:none;
	padding-left: 2px;
	padding-right: 2px;
}
