/* universal settings */
body {
	font-family: Verdana, Geneva, Arial;
	font-size: 12px;
	background: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

a {
    text-decoration: underline;
    color: #C3A203;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: black;
}
    
h1 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #C3A203;
}
h2 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #C3A203;
}
h3 
{
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;    
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #C3A203;
}

/* class items */
div.nav-container {
	position: absolute;
	margin: 71px 0px 0px 94px;
	padding: 0px 0px 0px 0px;
	
	width: 812px;
	height: 19px;
	
	font-size: 10px;
	text-align: center;
	text-indent: -10000px;
	white-space: nowrap;
}

div.nav-container a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	
	display: block;
	height: 19px;
	cursor: pointer;
	color: white;
}

#main div.details 
{
    z-index: 10000;
    position: absolute;
    
    /*top: 225px;
    left: 385px;*/
    top: 100px;
    left: 25px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;

	border: 1px solid black;
	background-color: white;	
	width: 482px;
	
	visibility: hidden;
}
#main div.details h1 {
    font-size: 14px; 
    margin-bottom: 15px;
}


/* layout items */
#header-logo {
	position: absolute;
	margin: 14px 0px 0px 297px;
	padding: 0px 0px 0px 0px;
	
	display: block;
	background-image: url(images/yorktown-header.gif);
	background-repeat: no-repeat;	
	width: 406px;
	height: 46px;	
	
	text-indent: -10000px;
}

#nav-attractions {
	background-image: url(images/nav/attractions-off.gif);
	width: 73px;
}
#nav-attractions:hover { background-image: url(images/nav/attractions-on.gif); }
#nav-events {
	background-image: url(images/nav/events-off.gif);
	width: 58px;
}
#nav-events:hover { background-image: url(images/nav/events-on.gif); }
#nav-promotions {
	background-image: url(images/nav/promotions-off.gif);
	width: 87px;
}
#nav-promotions:hover { background-image: url(images/nav/promotions-on.gif); }
#nav-about {
	background-image: url(images/nav/about-off.gif);
	width: 116px;
}
#nav-about:hover { background-image: url(images/nav/about-on.gif); }
#nav-stores {
	background-image: url(images/nav/stores-off.gif);
	width: 108px;
}
#nav-stores:hover { background-image: url(images/nav/stores-on.gif); }
#nav-dinnertainment {
	background-image: url(images/nav/dinnertainment-off.gif);
	width: 157px;
}
#nav-dinnertainment:hover { background-image: url(images/nav/dinnertainment-on.gif); }
#nav-westin {
	background-image: url(images/nav/westin-off.gif);
	width: 133px;
}
#nav-westin:hover { background-image: url(images/nav/westin-on.gif); }
#nav-new {
	background-image: url(images/nav/new-off.gif);
	width: 80px;
}
#nav-new:hover { background-image: url(images/nav/new-on.gif); }


#main {
	position: absolute;
	margin: 97px 0px 0px 50px;	
	padding: 0px 0px 0px 0px;
		
	width: 900px;
	height: 400px;

    border: 0px solid black;
	background: #F3ECCD;
	text-align: center;
	font-size: 12px;
	color: black;
}
#main img { float: left; }

#main div.main-content {
	position: relative;
	/*margin: 25px 25px 25px -325px;*/
	/*margin: 25px 25px 25px 25px;*/
	margin: 25px 12px 25px 25px;
	padding: 0px 25px 0px 0px;

	float: left;
	border: 0px solid orange;
	display: block;
	width: 525px;
	height: 350px;
	
	text-align: left;
	overflow: auto;
	white-space: normal;
}
#main div.main-content a:hover {
	color: #C3A203;
}


#main div.main-content-no-image {
	position: relative;
	/*margin: 25px 25px 25px -325px;*/
	/*margin: 25px 25px 25px 25px;*/
	margin: 25px 12px 25px 25px;
	padding: 0px 25px 0px 0px;

	float: left;
	border: 0px solid orange;
	display: block;
	width: 850px;
	height: 350px;
	
	text-align: left;
	overflow: auto;
	white-space: normal;
}
#main div.main-content-sidebar {
	position: relative;
	padding: 25px 12px 25px 25px;

    background-color: #EAC117;
	float: left;
	border: 0px solid orange;
	display: block;
	width: 250px;
	height: 350px;
	
	text-align: left;
	font-size: 12px;
	overflow: auto;
	white-space: normal;
}
#main div.main-content-sidebar a {
    color: black; 
    text-decoration: underline; 
    cursor: pointer;
}
#main div.main-content-sidebar a:hover {
    color: white; 
    text-decoration: none; 
}


#main div h1 {
	margin: 0px 0px 5px 0px;	
	padding: 0px 0px 0px 0px;
	
	font-size: 16px;
	font-weight: bold;
}
#main div p {
	margin: 0px 0px 10px 0px;	
	padding: 0px 0px 0px 0px;
}
#main div p a {
	cursor: pointer;
    text-decoration: underline;
    color: #C3A203;
}
#main div p a:hover {
    text-decoration: none;
    color: black;
}
#footer{
display:block; width:900px; background-color:#000; height:88px; position:absolute; margin:505px 0 0 50px;
clear:both;
}
#footer-clear{
clear:both;
}


#homepagePromo
{
    float: right;
    margin-right: 5px;
    margin-top: 4px;
}

#logo {
	position: relative;
	margin:10px 10px 12px 10px;
	padding: 0px 0px 0px 0px;
	float:left;
	display: inline-block;
	background-image: url(images/yorktown-logo-tagline-black.gif);
	background-repeat: no-repeat;	
	width:270px;
	height:66px;

	text-indent: -10000px;
}

#info {
	display: block;
	background-image: url(images/info.gif);
	background-repeat: no-repeat;	
	text-align: right;
}

#info2 {
	display: block;
	background-image: url(images/info.gif);
	background-repeat: no-repeat;	
	text-align: right;
}
#links2 {
	position: absolute;
	margin: 635px 0px 0px 403px;	
	padding: 0px 0px 0px 0px;	
	
	display: block;
	width: 548px;
	height: 14px;	
	
	border: 0px solid black;
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	color: #C3A203;
}
#links {
	border: 0px solid black;
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	color: #C3A203;
}
#links a {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
#links a:hover { color: #C3A203; }

table.store-directory {
    width: 500px;
}

table.store-directory a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}
table.store-directory a:hover {
    color: #C3A203;
}
table.store-directory td hr {
    background-image: url(images/web-items/rule.gif);
}

table.store-directory th {
    color: #C3A203;
}

a.diningentertainment
{
	color: Black;
	text-decoration: none;
}

a.contest
{
	position: fixed;
	top: 465px;
	left: 840px;
	width: 110px;
	height: 73px;
	display: block;
	//background-image: url(images/contest.jpg);
	background-color: white;	

}