/* CSS Document */
*{
	border:none;
	padding:0px;
	margin:0px;
}
body {
	background-image:url('../images/bkgd_center_red_920.gif');
	background-position:center;
	background-repeat:repeat-y;
	font-family:Arial Narrow, Helvetica Condensed, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#6A6A68;
	padding:0px;
	margin:0px;
	width:100%;
	text-align:center;
}
#container{
	position:relative;
	padding:0px;
	margin:0px auto;
	width:920px;
	background-image:url(../images/bkgd.gif);
	background-repeat:repeat-x;
	text-align:left;
}
#content{
	position:relative;
	padding:10px 0px;
	margin:0px;
	background-color:white;
	width:920px;
}
#content p, #content h1, #content h2, #content h3, #content h4, #content ul, #content table {
	margin-left:10px;
	margin-right:10px;
} 
li{
	padding-bottom:3px;
}
#content h4{
	font-size:12px;
	margin-top:5px;
}
#content p, #content ul{
	padding-bottom:8px;
	margin-top:5px;
} #content ul{
	margin-bottom:0px;
}
th {
	background-color:#D0142C;
	color:white;
	font-weight:bold;
	padding:3px 5px 3px 15px;
}
th.leftTopRed {
	padding-right:5px;
	padding-left:15px;
}
th.topRightRed {
	padding-right:5px;
	padding-left:15px;
}
th.leftBottomRed {
	padding-right:5px;
	padding-left:20px;
}
td, th{
	font-size:13px;
	vertical-align:top;
}
th.center{
	vertical-align:middle;
}
#center {
	vertical-align:middle;
}	
/* VOTE COUNT BELOW VOTE BUTTON */
.voteCount{
	position:absolute;
	left:39px;
	top:62px;
	z-index:500;
	font-weight:bold;
	font-size:10px;
	width: 127px;
	text-align:right;
}
.voteCount a, .voteCount a:link{
	text-decoration:none;
}.voteCount a:visited{
	text-decoration:none;
	color:black;
}
.voteCount a:hover, .voteCount a:active{
	text-decoration:underline;
	color:black;
}
.dateListed{
	position:absolute;
	left:39px;
	top:62px;
	z-index:501;
	font-weight:bold;
	font-size:10px;
	width: 75px;
	text-align:left;
	color:#888888;
}

th.resultsLeftTop {
	background-image: url(../images/results_red.gif);
	background-repeat: no-repeat;
	padding-right:5px;
	padding-left:15px;
	background-position:top left;
}
td.resultsRightTop{
	background-repeat:no-repeat;
	background-image:url(../images/results_grey.gif);
	background-position:right top;
	text-align:left;
	padding-left:10px;
}
/*headers corners footers, etc. */
td.rightGrayTop{
	background-color:#b3b3b3;
}
td.rightGray{
	background-color:#b3b3b3;
	padding-right:10px;
}
td.rightGraystyle1{
	background-color:#b3b3b3;
	padding-left:10px;
	text-align:right;
	color:white;
	vertical-align:middle;
	font-weight:bold;
}
td.rightGrayBottom{
	background-color:#b3b3b3;
	padding-right:20px;
}
.top {
	position:relative;
	margin:12px;
	background-color:#000;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:white;
	padding:4px;
}

/* HEADINGS, PARAGRAPHS, ETC. */
h1 {
	text-transform:uppercase;
	font-size:18px;
}
h2 {
	font-size:16px;
}
p {
	font-size:13px;
	margin-bottom:12px;
}
ul, ol {
	padding-left:1em;
	margin-bottom:12px;
}
ol li {
	margin-left:1em;
}


a, a:link{color:black;}
a:visited{color:#666666;}
a:hover{color:#D0142C;}
a:active{color:#D0142C;}

td input, th input, td textarea, th textarea, td select, th select {margin:3px;font-family:Arial, Helvetica, sans-serif;}

.subnav{
	padding-bottom:17px;
	font-size:12px;
	text-transform:uppercase;
	margin-left:12px;
}

.subsubnav{
	padding-bottom:17px;
	font-size:12px;
	text-transform:uppercase;
	margin-left:24px;
}

.subnav a, .subsubnav a{
	font-weight:bold;
	text-decoration:underline;
}



/* DROPDOWN MENUS */
.dropdown{
	position:absolute; 
	background-color:black; 
	top: 125px; 
	color:white; 
	z-index:100; 
	visibility: hidden;
	padding:0px;
	margin:0px;
}
.dropdown ul{
	margin:0px;
	padding:0px;
	border-left:1px solid #666666;
}
.dropdown ul li {
	list-style:none;
	background-color:black;
	padding:0px;
	margin:0px;
}
.dropdown ul li a, .dropdown ul li a:link{
	text-decoration:none;
	color:white;
	text-transform:uppercase;
	font-size:10px;
	margin:0px;
	padding:2px 10px 2px 2px;
	width:100%;
}
.dropdown ul li a:visited{
	text-decoration:none;
	color:#dddddd;
	padding:2px 10px 2px 2px;
}
.dropdown ul li a:hover{
	text-decoration:none;
	background-color:#666666;
	padding:2px 10px 2px 2px;
}


#menu_dining{
	left: 245px;
}
#menu_shopping{
	left: 310px;
}
#menu_services{
	left: 396px;
}
#menu_home{
	left: 477px;
}
#menu_bulletin{
	left: 782px;
}




/* error */
.error{color:#D0142C;}


/* footerLinks */
#footerLinks{
	padding:5px 12px 5px 12px;
	text-transform:lowercase;
	font-size:12px;
	background-color:black;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}
#footerLinks a, #footerLinks a:link, #footerLinks a:visited, #footerLinks a:hover, #footerLinks a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	text-decoration:none;
}
#footerLinks a:hover, #footerLinks a:active {
	text-decoration:underline;
}


/* footer */
#footer {
		font-size:10px;
		background-color:white;
		margin:0px;
		padding:0px;
		clear:both;
}
#footerNavs{
	margin:0px;
	padding:5px 12px 5px 12px;
	background-color:#000000;
	font-size:11px;
	color:white;
}
#footer a{
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:white;
}
#footer p {
	padding:5px 0px 5px 12px;
	font-size:11px;
	}
#footer p a {
	color:#000000;
}	
/* SPONSOR */
#sponsors{
	color:white;
	font-size:16px;
	padding:5px 12px 20px 12px;
	background-color:#D0142C;
	margin:0px;
}
#sponsors h1 {
	font-size:16px;
	text-transform:none;
}
#sponsors p {
	font-size:16px;
}
.directionsCell{
	height:26px;
	background-image:url(../images/maplink.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0px;
	vertical-align:middle;
}
.siteAdmin{
}


/* FORUM STYLES */

/* HEADER STYLES FOR FORUM TOPIC HEADLINE WITH TOP RED CORNERS AND GREY STROKE, GOES ON THE INDEX PAGE */
#forumTitle {
	background-color:#000;
	margin: 10px;
	position:relative;
	z-index:98;
	width:893px;
}
#forumTopicHdr	{
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px;
	background:url(../images/forum/crn_topCntr_hdr.gif) top left repeat-x;
}
.forumHeader{
	padding:0px;
	background-color:#CF142B;
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}
.forumHeader h3{
	margin-top:-4px;
	padding-bottom:6px;
	font-size:15px;
	padding-top:2px;
}
.roundtopHeader	{
	background: url(../images/forum/crn_red_topRt.jpg) no-repeat top right;
}
/* END RED FORUM TOPIC HEADER */

img.corner	{
	width:12px;
	height:12px;
	border:none;
	display:block !important;
	margin:0px;
}

/* WHITE WITH GREY STROKE LARGE CORNERS, CAN GO ON ANY PAGE, USE INSIDE THE HOLDER DIVS */
.roundTopEntry {
	background:url(../images/forum/crn_whtGrey_topRt.jpg) no-repeat top right;
}
.roundBottomEntry	{
	background:url(../images/forum/crn_whtGrey_btmRt.jpg) no-repeat bottom right;
}
.roundBottomRepeat	{
	background:url(../images/forum/crn_btmCntr_white.gif) repeat-x bottom #FFF;
	z-index:1000 !important;
	margin:-1px 0px 0px 0px;
}
/* END WHITE WITH GREY STROKE CORNERS*/


/* SMALL CORNERS, WHITE WITH GREY STROKE, ANY PAGE, USE INSIDE HOLDER DIVS */
img.cornerSmall	{
	width:6px;
	height:6px;
	border:none;
	display:block !important;
}
.roundTopEntrySm {
	background:url(/images/forum/crn_whtGrey_small_topRt.jpg) no-repeat top right;
}
.roundBottomEntrySm {
	background:url(/images/forum/crn_whtGrey_small_btmRt.jpg) no-repeat bottom right;
}
/* END SMALL CORNERS */


/* FORUM TOPIC DESCRIPTION HOLDER ON INDEX PAGE GOES UNDER THE TOPIC HEADER, WHITE WITH GREY STROKE, SIMILAR TO RESPONSE HOLDERS BUT PADDING IS DIFFERENT ETC */
#forumHolder	{
	width:700px;
	margin:3px 0px 6px 200px;
	position:relative;
	background:url(../images/forum/crn_topCntr_white.gif) top left repeat-x;
	padding:0px;
	z-index:1;
}
#forumEntryHolder{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	margin:0px 0px 0px 0px;
	position:relative;
	top:0px;
	background-color:#FFF;
	padding-top:6px;
	padding-bottom:6px;
}
.forumTopic {
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding:10px;
	margin:0px;
}
/* END FORUM TOPIC DESCRIPTION HOLDER */


/* RESPONSE AND COMMENTS DIV HOLDERS, WHITE WITH GREY STROKE CORNERS, SIMILAR TO ABOVE FORUM TOPIC DESCRIPTION HOLDER, GOES ON THE ENTRY PAGES NOT INDEX PAGE */
.forumResponseHolder	{
	margin:10px;
	background:url(../images/forum/crn_topCntr_white.gif) top repeat-x;
	position:relative;
	z-index:1;
	padding-bottom:5px;
}
.forumResponse {
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding:0px;
	font-size:12px;
}
.forumResponse p {
	margin-bottom:0px;
	padding-bottom:5px;
}
/* END RESPONSE */


/*FORUM NAVS, GREY CORNERS */
#forumNavsHolder	{
	background:url(../images/forum/crn_grey_topRt.jpg) top right no-repeat;
	background-color:#6A6A68;
	width:180px;
	float:left;
	margin:0px 10px;
	padding:0px;
}
#forumNavsBottom	{
	background:url(../images/forum/crn_grey_btmRt.jpg) bottom right no-repeat;
}
.forumNavs{
	background-color:#6A6A68;
	color:#FFF;
	width:180px;
	padding:0px;
}
.forumNavs h2{
	color:#FFF;
	text-transform:uppercase;
	margin:0px 0px 5px 0px !important;
	padding:0px 10px 0px 10px;
	border-bottom:2px #FFF solid;
}
.forumNavs ul {
	padding:0px;
	margin:4px 0px 12px 0px;
}
.forumNavs ul li{
	list-style:none;
	padding:0px;	
}
.forumNavs ul li a, .forumNavs ul li a:link, .forumNavs ul li a:visited{
	text-decoration:none;
	color:white;
}
.forumNavs ul li a:hover, .forumNavs ul li a:active, .forumNavs ul li a:focus {
	text-decoration:underline;
}
/* END FORUM NAVS, GREY CORNERS */


/* MISC FORUM STYLES */
.forumDate{
	margin:10px;
	margin-bottom:15px;
	color:#898989;
}
.forumTopicName{
	font-style:italic;
}
.postedHeader{
	border-bottom:#999999 solid 1px;
	padding:0px 10px 4px 10px;
	position:relative;
	margin-top:0px;
	font-size:12px;
}
.pollInProgress{
	position:absolute;
	right:15px;
}
.postedHeader span{
	padding:0px;
}
.postedHeader h3{
	margin-left:-10px;
	font-size:14px;
	margin-bottom:5px;
	padding-left:0px;
	padding-top:2px;
}
.posted {
	color:#CCCCCC;
	font-weight:bold;
	font-style:normal;
}
#alpha{
	margin-left:12px;
}

/* END FORUM STYLES */
