/* CONTENTS ------------------------
	1. General
	2. Header
	3. Global Nav
	4. Grid
	5. Content
	6. Footer
---------------------------------------- */


/* 1. GENERAL
---------------------------------------------------------- */
html {
	width: 1004px;
	margin: auto;
}

* {padding:0; margin:0;}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	background: #afe2fd;
	width: 1002px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	}
a, a:visited {color: #185c80;text-decoration: none;}
a:hover {text-decoration:underline;}
p {padding-bottom:10px;}
img {border:none;}
.clear {clear:both;}
#skip {display:none; text-align:left; position:absolute;}
input {border:2px solid #caaa49;padding:3px;}



/* 2. HEADER
---------------------------------------------------------- */
#header {
	position: relative;
	height: 225px;
	width: 1002px;
	background: url("images/bkgrd-header.jpg") no-repeat left top;
	font-weight: bold;
	}
#welcome, #date, #logo, #reservations {position: absolute;}
#welcome {
	top: 8px;
	left: 70px;
	color: #000; 
	}
#date {	
	top: 8px;
	right: 70px;
	text-align: right;
	color: #000; 
	}
#logo {	
	top: 70px;
	left: 63px;
	}
#reservations {	
	top: 170px;
	right: 172px;
	}



/* 3. GLOBAL NAV
---------------------------------------------------------- */
#global-nav {
	float:left;
	height: 86px;
	width: 1002px;
	background: url("images/bkgrd-globalNav.gif") no-repeat left top;
	}
#global-nav ul {
	margin: 15px 0 0 47px;
	list-style: none;
	}
#global-nav ul li {
	float: left;
	margin-right: 5px;
	}
.pn-home, .pn-accommodations, .pn-about, .pn-reservations, .pn-directions, .pn-groups, .pn-testimonials, .pn-events {
	height: 40px;
	cursor: pointer;
	text-indent: -5000px;
	}
.pn-home {
	width: 65px;
	background: url(images/pn-home.gif) no-repeat;
	}
.pn-accommodations {
	width: 138px;
	background: url(images/pn-accommodations.gif) no-repeat;
	}
.pn-about {
	width: 92px;
	background: url(images/pn-about.gif) no-repeat;
	}
.pn-reservations {
	width: 115px;
	background: url(images/pn-reservations.gif) no-repeat;
	}
.pn-directions {
	width: 98px;
	background: url(images/pn-directions.gif) no-repeat;
	}
.pn-testimonials {
	width: 105px;
	background: url(images/pn-testimonials.gif) no-repeat;
	}
.pn-events {
	width: 75px;
	background: url(images/pn-events.gif) no-repeat;
	}



/* 4. GRID
---------------------------------------------------------- */
#topCap {
	height: 23px;
	width: 1002px;
	background: url("images/bkgrd-content-topCap.gif") no-repeat left top;
	}
#bottomCap {
	height: 42px;
	width: 1002px;
	background: url("images/bkgrd-content-bottomCap.gif") no-repeat left top;
	}
#content-container {
	width: 1002px;
	background: url("images/bkgrd-content.gif") repeat-y left top;
	}
#left-col {
	float: left;
	width: 311px;
	margin-top: 20px;
	}
#left-content {
	width: 262px;
	margin-left: 49px;
	}
#primary-col {
	float: left;
	width: 492px;
	margin-top: 18px;
	}
#primary-content {
	width: 466px;
	margin-left: 30px;
	text-align: left;
	}
#secondary-content {
	}



/* 5. CONTENT
---------------------------------------------------------- */
h1 {
	font-size: 26px;
	font-weight: normal;
	color: #a90000;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: url("images/hr.gif") repeat-x left bottom;
	}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #a90000;
	padding-bottom: 5px;
	}

dl {margin-bottom:20px;}
dt {height:62px;}
dd {padding:0 0 8px 10px;}

#end-nav {
	padding-top: 15px;
	margin-top: 15px;
	background: url("images/hr.gif") repeat-x left top;
	list-style-type: none;
	text-align: center;
	line-height: 18px;
	}
#end-nav li {
	display: inline;
	padding: 0 8px;
	border-right: 1px solid #666;
	}
#end-nav li.last {border-right:0px;}
#end-nav li a, #end-nav li a:visited {color: #000;text-decoration: none;}
#end-nav li a:hover {text-decoration:underline;}



/* 6. FOOTER
---------------------------------------------------------- */
#footer {
	position: relative;
	height: 80px;
	width: 1002px;
	background: url("images/bkgrd-footer.gif") no-repeat left top;
	}
#copyright {
	position: absolute;
	top: 25px;
	left: 40px;
	color: #fff;
	font-weight: bold;
	}
#eyesocket {
	position: absolute;
	top: 15px;
	right: 40px;
	}


/*========================================================*/
/*     Tokens                                             */
/*========================================================*/

.LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { 
color: #FFF; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
font-weight:bold; 
text-decoration: none; 
}

a.LOGIN_object:hover, a.USER_object:hover { 
color: #FFF; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; 
font-weight:bold; 
text-decoration: underline; 
}

.DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000; 
text-decoration: none; 
}

a.DATE_object:hover { 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000; 
text-decoration: none; 
}

.DATE_object2, a.DATE_object2:link, a.DATE_object2:visited, a.DATE_object2:active { 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000; 
text-decoration: none; 
font-weight:normal; 
}

a.DATE_object2:hover { 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000; 
text-decoration: none; 
}

.BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000; 
text-decoration: none; 
font-weight:bold;
}

a.BREADCRUMBS_object:hover { 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000; 
text-decoration: none; 
font-weight:bold; 
}

.FOOTER_objects { 
color: #000; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; 
font-weight:bold; 
}

a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { 
color: #000; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; 
font-weight:bold; 
text-decoration:none; 
}

a.FOOTER_objects:hover { 
color: #000; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; 
font-weight:bold; 
text-decoration:underline;  
}

.Language_object { 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000; 
text-decoration: none; 
}


/*========================================================*/
/*     Text                                               */
/*========================================================*/

.normal, .Normal { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000; 
}

.NormalBold { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
font-weight: bold;
}

.SubHead { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
font-weight: bold; 
}

.Head { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000; 
background: transparent; 
font-weight: bold;
}


/*========================================================*/
/*     Links                                              */
/*========================================================*/

a:link, a:visited, a:active { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000; 
	font-weight: bold; 
	text-decoration: underline; 
	}

a:hover { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	text-decoration: underline; 
	}

a.Normal:link, a.Normal:visited { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	font-weight: bold; 
	text-decoration: none; 
	}

a.Normal:hover { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;	
	text-decoration: none; 
	}

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { 
border: 1px solid #ABABAB; 
background: #EFEFEF; 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000; 
text-decoration: none; 
height: 20px; 
}

a.CommandButton:hover { 
border: 1px solid #868686; 
background: #DFDFDF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000; 
text-decoration: none; 
height: 20px; 
}

.SearchButton { 
background: transparent; 
cursor: hand; 
font-size:1px; 
margin: 0 0 0 0px;
}


/*========================================================*/
/*     Forms                                              */
/*========================================================*/

select, input { 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000; 
}

.NormalTextBox { 
line-height: 12px; 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000; 
background: #fff;
}

td.NormalTextBox { 
margin: 0; 
background: transparent; 
visibility: invisible; 
border: 0; 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000; 
background: #fff;
}

#dnn_dnnSEARCH_txtSearch.NormalTextBox { 
height:19px; 
background: #fff; 
width: 174px; 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000; 
border: 2px solid #caaa49; 
cursor:text;
}