@charset "UTF-8";
/* CSS Document */

#background {
	position:absolute;
	right:0px;
	top:181px;
	z-index:0;
	}
#leftnav {
	position:absolute;
	top:500px;
	left:80px;
	font-size:.9em;
	color:#333333;
	text-align:right;
	width:125px;
	line-height:1.1em;
	}

#leftnav p{
	margin:0;
	padding:0;
	line-height:1.1em;
	}	

#leftnav a:focus {
	outline: none;
	}
	
#leftnav a:link {
	color:#f4f2f2;
	letter-spacing:.07em;
	text-decoration:none;
	
	}	
#leftnav a:visited {
	color:#f4f2f2;
	letter-spacing:.07em;
	text-decoration:none;
	}
#leftnav a:hover {
	color:#333333;
	text-decoration:none;
	}	
/* Position is different in Current Prod */	
#calendar {
	position: absolute;
	top: 650px;
	left: 55px;
	}	

#calendar img {
	border: none;
	}

#calendar a:focus {
	outline: none;
	}		
#subnav {
	position:absolute;
	top:270px;
	right:40px;
	height:320px;
	width:570px;
	}
#presents {
	font-size:.9em;
	color:#999999;
	height:50px;
	width:400px;
	position:absolute;
	top:240px;
	left:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
	
a.directions {			  
	text-decoration: none;
	color:#71858f;
	}

a:visited.directions {			  
	text-decoration: none;
	color:#71858f;
	}	
	
a:hover.directions {			  
	text-decoration: none;
	color:#b59c37;
	}	
	
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#b59c37;
	text-align:right;
	letter-spacing:.3em;
	/*line-height:1.9em;*/
/* Added these to fit content for current prod since there is more */
	margin: 0;
	padding: 0;
	
	}
.subtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#CCCCCC;
	text-align:right;
	line-height:1.3em;
	letter-spacing:.1em;
	}
#subsubtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#999999;
	line-height:1.3em;
	text-align:right;
	letter-spacing:.2em;
	
	/*padding-bottom:.2em;*/
	position: absolute;
	top: 960px;
	width: 540px;
	right:40px;
	}

#subsubtitle p{
	margin: 0;
	padding:0;
	}

#subsubtitle p.bot {
	border-bottom:#999999 thin solid;
	padding-bottom: 14px;
	}	
	
#subsubtitle a {
	color:#999999;
	}
#subsubtitle a:hover {
	color:#666666;
	}	
			
.sub_text {
	font-style:oblique;
	font-size:.9em;
	
	}