/* CSS Document */

body {
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-image:url(../assets/bg_body_30.jpg);
	background-repeat: repeat;
	background-position: center;
}

html{
	height: 100%;
}
	
* html .shadow {
	height: 100%;
}

form{ height: 100%;}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}

h1 img {
	margin-bottom: -2px;
	}

a {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #F6EABF;
	text-decoration:underline;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }


h2 {
	color:#8A0719;
	font-size: 18px;
}

h3 {
	font-size: 14px;
	margin: 0px;
}


.red {
	color: #782626;
}

.errorText {
	color: #FF0000;
	font-weight:bold;
}

p {
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 10px;
}

ul {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0;
}


ul li li {
	list-style-type:disc;
}



.shadow, #footerWrapper{
	background-image:url(../assets/bg_shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 1040px;
}

.shadow{
	position:relative;
	min-height: 100%;
	_height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	position: relative;
	z-index:600;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color:#02204D;
}

#mid{height:12px; background-color: #F6EAC1; position:relative; width: 1000px; margin-left:auto;margin-right:auto; z-index:500;}

#contentWrapperTop{
	position: relative;
	width: 900px;
	height: 49px;
	background-image:url(../assets/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 3px solid #F6EAC1;
	border-bottom:none;
	margin-left:auto;
	margin-right:auto;
}
#contentWrapper{
	position:relative;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	z-index:800;
	clear:both;
}

#contentLeftWrapper{
	width: 179px;
	float: left;
	position:relative;
	background-color:#F1F1F1;
	margin-left: 8px;
	margin-top: -35px;
}

.contentLeftTop{
	position:relative;
	background-color:#02204D;
	margin:0;
	padding: 0;
	background-image: url(../assets/subnav_curve.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 10px;
}
#contentRight{
	width: 678px;
	float: left;
	background-image: url(../assets/bg_contentRight.jpg);
	background-repeat: no-repeat;
	background-position: 0px 36px ;
	margin-left: 15px;
	min-height:288px;
	_height:288px;
}


#headerWrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position:relative;
	margin:auto;
	border: 0;
	background-image: url(../assets/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
}
#headerLogo {position:absolute; width: 180px; left: 42px; top: 22px; height:90px; z-index: 6000;}
#headerBanner{position:relative; left: 0; padding-top:80px;}
#bannerSwfDiv{position:relative; z-index:300;}
#headerNav{position:absolute; width: 670px; height: 25px; left:314px; top:22px; z-index: 2000;}
.otherNav{width: 30px; float:left;}
.mainNav {
	float: left;
	/*border-top: 6px solid #DFEAE1;
	border-left: 1px solid #D6D6D6; */
	min-width: 20px;
	padding:0;
	margin:0;
	font-size: 16px;
	height: 22px;
	color:#FFFFFF;
}

.mainNav ul{ 
	margin:0; 
	padding:0; 
	list-style-type:none; 
}

.mainNav ul li { 
	position:relative; 
	float:left; 
	font-weight:bold;
	padding-right: 5px;
}

.mainNav ul li.li1{
	width: 50px;
	/*background-color:#006600;*/
}
.mainNav ul li.li2{
	width: 84px;
	/*background-color:#33CCCC;*/
}
.mainNav ul li.li3{
	width: 84px;
	/*background-color:#CCCCCC;*/
}
.mainNav ul li.li4{
	width: 88px;
	/*background-color:#CCCC00;*/
}
.mainNav ul li.li5{
	width: 122px;
	/*background-color:#CC9999;*/
}
.mainNav ul li.li6{
	width: 100px;
	/*background-color:#FF66FF;*/
}
.mainNav ul li.li7{
	width: 76px;
	/*background-color:#FF00FF;*/
}
.mainNav ul li a {
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	margin: 0;
}

.mainNav ul li a:hover {
	color:#F6EABF;
}

.mainNav a{text-decoration: none;color:#FFFFFF;}
.mainNav a:hover{color:#F6EABF;}
.mainNav .currentMainLI{
	color:#96E4A7;
}

.separator {
	clear: both;
	width: auto;
	height: 1px;
	font-size: 1px;
}

.whiteline {
	clear: both;
	width: auto;
	height: 1px;
	font-size: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: 5px;
	margin-right: 40px;
}

.dotline {
	clear: both;
	width: auto;
	height: 1px;
	font-size: 1px;
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}



.whitelineNo {
	display: none;
}

/* CSS for article*/

#pageContent{
	width:630px;
	margin:auto;
	padding-top: 10px;
	padding-bottom: 60px;
}

#pageContent h3{
	color:#8A0619;
	padding: 0;
	line-height: 50%;
	font-weight:normal;
	margin-bottom: 20px;
}

#pageContent h3 span{
	color:#000000;
}

#pageName{
	height: 40px;
	text-transform:capitalize;
	width: 600px;
	position:relative;
	top: -20px;
}

#pageName h1{
	margin: 0;
	font-weight: bold;
	color:#8A0719;
	font-size: 26px;
}
#pageName h1 span{ font-weight: normal;}

#pageName a{color:#8A0719;}
#pageName a:hover{color:#8A0719;}
.article {
	padding: 0;
	margin: 0;
	margin-top: 5px;
}


.article p {
	font-size: 12px;
	line-height:140%;
}

.article h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	font-weight: normal;
	line-height:normal;
}

.article h2{ font-size:16px; color:#8A0619;padding: 0; margin: 5px 0 5px 0;} 


.article ul{
	position: relative;
	padding: 0;
	margin: 0;
	padding-left: 15px;
}

.article ul li{
	list-style-position:outside;
}


.article label {
	width: 100px;
	float: left;
	font-weight: bold;
}

.article a:hover{color:#8A0619;}

.imgDiv {
	min-height: 20px;
	_height: 20px;
	float: right;
	text-align:left;
	margin-top:5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.imgDivLarge {
	min-height: 20px;
	_height: 20px;
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align:left;
	padding-bottom: 10px;
}

.cap {
	font-size: 10px;
	font-style:italic;
}


/*CSS for footer */

.push{height: 27px;}

#footerWrapper{
	position:relative;
	margin:auto;
	height: 27px;
	text-align:center;
	z-index: 6000;
	/*width: 1000px;*/
}

#footer {
	height: 27px;
	width: 1000px;
	color: #8196B6;
	text-align:center;
	font-size:11px;
	background-color:#022D6D;
	margin-left:auto;
	margin-right:auto;
}

#footer a {
	color: #8196B6;
	text-decoration:none;
	font-weight: normal;
	padding: 8px;
	line-height: 230%;
}

#footer a:hover {
	color:#F6EABF;
}
#sportsWallLinkWrapper{ position:relative; width: 1040px; height: 25px; margin:auto; z-index: 10000;}
#sportsWallLink{
	/*
	float:right;
	width: 114px;
	font-size: 14px;
	background-color:#022D6D;
	text-align:center;
	height: 25px;
	*/
	width: 114px;
	font-size: 14px;
	background-color:#022D6D;
	text-align:center;
	height: 25px;
}

#sportsWallLink a{ color:#FFFFFF;text-decoration:none; font-weight:bold; line-height:180%;}
#sportsWallLink a:hover {color:#F6EABF;}
/*treeview */
.subNav{
	width: 158px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.treeview { /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 60px;
	font-size: 12px;
	list-style:outside;
	min-height:200px;
	_height:200px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: #022D6D;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #02204D;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}


/* Style for LI that contains sub lists (other ULs). */
.treeview li.submenu{
	background-color:#022D6D;
	background-image: url(../assets/plus.gif);
	background-repeat: no-repeat;
	background-position: 138px 10px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

.treeview a {
	line-height: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size:12px;
}

.treeview a:hover {
	color: #F6EABF;
}

.treeview ul li {
	background-color: #02204D;
	display: block;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #022D6D;
	margin-left: -8px;	
}

.treeview ul a {
	padding: 0px;
	font-weight:normal;
}

.treeview ul li.last {
	border-bottom: none;
}

#searchBox{
	margin-bottom: 30px;
	min-height:200px;
	_height:200px;
}
#searchBox h1{color:#FFFFFF; font-size: 14px; margin:0; padding:0;}

.acrobat {
	width: auto;
	height: 50px;
	clear: both;
	font-size: 10px;
}

.acrobat img {
	margin-right: 10px;
	float: left;
}

/*locations */
.address {
	float: left;
	width: 180px;
	position:relative;
}

.address h2{
	color:#8A0719;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.address a{color:#8A0719; text-decoration:none;}
.address a:hover{ text-decoration:underline;color:#8A0719;}


.buttons {
	width: 400px;
	min-height: 68px;
	_height: 68px;
	float: left;
	margin-top: 10px;
	margin-bottom:5px;
	position: relative;
	/*
	background-image:url(../assets/buttons2.gif);
	background-repeat:no-repeat;
	background-position: right top;
	*/
}

.buttons a i {
	position:absolute;
	top: 0px;
	left:-2000px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.buttons a {
	position: absolute;
	height: 68px;
	width: 75px;
	top: -1px;
	text-decoration: none;
 }
 
 .tg {
	position: absolute;
	width: 156px;
	height: 68px;
	top: 0px;
	left: -145px;
	color:#8B0202;
	font-weight: bold;
	background-image: url(../assets/LSToGo.gif);
	background-repeat: no-repeat;
 }
 
 .buttons a.m {
	left: 4px;
	background-image: url(../assets/btn_mainmenu.gif);
	background-repeat: no-repeat;
 }
 
 .buttons a.ptg {
	left: 110px;
	background-image: url(../assets/btn_PTGmenu.gif);
	background-repeat: no-repeat;
 }
.buttons a.toad {
	left: 222px;
	background-image: url(../assets/btn_TOADmenu.gif);
	background-repeat: no-repeat;
 }
 .buttons a.vm {
	left: 334px;
	background-image: url(../assets/btn_viewmap.gif);
	background-repeat: no-repeat;
 }
 
 .buttons .mFade {
	left: 4px;
	background-image: url(../assets/btn_mainmenu_fade.gif);
	background-repeat: no-repeat;
 }
 
 .buttons .ptgFade {
	left: 110px;
	background-image: url(../assets/btn_PTGmenu_fade.gif);
	background-repeat: no-repeat;
 }
.buttons .toadFade {
	left: 222px;
	background-image: url(../assets/btn_TOADmenu_fade.gif);
	background-repeat: no-repeat;
 }
 .buttons .vmFade {
	left: 334px;
	background-image: url(../assets/btn_viewmap_fade.gif);
	background-repeat: no-repeat;
 }

.privDineNo {
	display: none;
}

.privDine {
	clear: both;
	display: block;
}

.viewMap {
	clear: both;
	display: block;
	width: 398px; 
	height: 300px;
}

.viewMapNo {
	display: none;
}

.appBtn {
	margin-top: 10px;
	margin-bottom: 10px;
}

.whitelineNo {
	display: none;
}

.privDineNo {
	display: none;
}

legend {
	color: #8A0619;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bold;
}

fieldset {
	padding: 15px 10px 30px;
	border: 1px solid #F6EAC1;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 610px;
}
.mainForm label {
	width: 100px;
	float: left;
}

.longText {
	float: left;
	width: 150px;
	margin-right: 20px;
}

.mainForm {
	
}

.mainForm p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

.state {
	float: left;
	width: 185px;
	margin-right: 20px;
}

.cbList label {
	float: none;
	margin-right: 5px;
	font-weight:normal;
}



.longestText {
	width: 250px;
}


.shortText {
	width: 35px;
	float: left;
	margin-right: 5px;
}

.commentsText {
	width: 400px;
}

.widestText {
	width: 600px;
}

.letterText {
	width: 480px;
}
.theTable{width: 600px}
.theTable label{visibility:hidden; display:none;}
.theTable td{width: 120px;}
.theRBTable{width: 480px; }
.theRBTable td{width: 120px;}
.theRBTable2 label{float:left; min-width: 20px; margin-top: -15px; margin-right:5px; }
.theRBTable2 input{float:right; width: 20px; margin-right: 20px;}

.FurtureRest{width: 145px; float:right; padding: 130px 0px 0px 2px;}

.eClub{margin-bottom: 20px; position:relative;}
.note{
	position: relative;
	width: 450px;
	min-height: 35px;
	_height: 35px;
	float:left;
	top: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}
.note a{
	color:#8A0719; 
	text-decoration:none; 
	line-height:normal;
	position: relative;
}
.note a:hover{ text-decoration:underline;color:#8A0719;}

.line {
	clear: both;
	width: auto;
	height: 1px;
	font-size: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C7BEA8;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 40px;
}

.pdfDownload{
	position:relative;
	background-image: url(../assets/pdf.gif);
	background-repeat: no-repeat;
	background-position:right center;
	width: 150px;
	margin-left: 650px;
	margin-top: 15px;
	text-align: right;
	height: 16px;
	z-index: 700;
}
.pdfDownload a{ padding-right: 20px; color:#8A0719; font-weight:bold; line-height:120%;}
