/* DOUBLEYUM V4 */

/*	ELEMENTS	*/
#HennesseyMain
{
	width: 100%;
	height: 100%;
}
#Hide
{
	/*top: -1000px;*/
	/*left: -1000px;*/
	/*position: absolute;*/
	/*display: none;*/
}

html,body {
	margin: 0px;
	padding:0px;
	text-align:center;
	height: 100%;
	width: 100%;
	background : #000000 url(../Images/Global/Site_bg.gif) repeat-y 50% 0;
	font-size: 11px;
	font-family: "Century Gothic", geneva, sans-serif;
	color: #000000;
	line-height : 16px;
}

hr {
	position: absolute;
	left: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #0F0F0F;
	background : #0F0F0F;
	width: 560px;
	height: 1px;
}

p { margin: 0 0 10px 0; }

h3
{   
   color: #777;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0 0 10px 0;
}

a:link, a:visited { 
	font-family: "Century Gothic", geneva, sans-serif;
	text-decoration: none;
	color: #111111;
}

a:hover, a:active { 
	font-family: "Century Gothic", geneva, sans-serif;
	text-decoration: none;
	color: #6f0000;
}

/*	IDs	*/
#updates {
	position: relative;
	text-align:center;
}
#center {
	width:680px;
    margin:0px auto;
	text-align:left;
	padding:0px;
}

#container {
	width:640px;
	margin: 0px auto 0px auto;
}

#main {
	width: 100%;
}
	
#logo {
	padding: 26px 0px 0px 30px;
}

#GoogleMaps
{
	background-image: url(../images/global/googlemapicon.jpg);
	background-repeat: no-repeat;
	width: 96px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#GoogleSatellite
{
	background-image: url(../images/global/googlesatelliteiconmed.jpg);
	background-repeat: no-repeat;
	width: 125px;
	height: 127px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#HennesseyLogo
{
	background-image: url(../images/global/HennesseyLogo.gif);
	background-repeat: no-repeat;
	width: 450px;
	height: 132px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 20px;
}

#CornerLeft
{
	background-image: url(../images/global/CornerLeft.gif);
	background-repeat: no-repeat;
	width: 84px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	border: 0;
}
#CornerRightBottom
{
	background-image: url(../images/global/CornerRightBottom.gif);
	background-repeat: no-repeat;
	width: 84px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	border: 0;
}
#CornerRight
{
	background-image: url(../images/global/CornerRight.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 220px;
	margin: 0px;
	padding: 0px;
	border: 0;
}
#DineDrinkLoungeSmall
{
	background-image: url(../images/global/DineDrinkLoungeSmall.gif);
	background-repeat: no-repeat;
	width: 154px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	border: 0;
}
#Dine
{
	background-image: url(../images/global/Dine.gif);
	background-repeat: no-repeat;
	width: 77px;
	height: 76px;
	margin: 0px;
	padding: 0px;
	border: 0;
}
#Drink
{
	background-image: url(../images/global/Drink.gif);
	background-repeat: no-repeat;
	width: 82px;
	height: 76px;
	margin: 0px;
	padding: 0px;
	border: 0;
}
#Lounge
{
	background-image: url(../images/global/Lounge.gif);
	background-repeat: no-repeat;
	width: 77px;
	height: 76px;
	margin: 0px;
	padding: 0px;
	border: 0;
}

#top
{
	position: relative;
	top: 8px;
	left: 40px;
	/*height: 300px;*/
}

#topContact
{
	position: relative;
	top: 8px;
	left: 40px;
}

#nav ul
{
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

#nav li
{
	font-family: 'Century Gothic';
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 26px;
}

#content {
  	position: relative;
	left: 40px;
	width: 560px;
	border: 0px solid blue;	
}

#blurb {
	text-align: left;
	margin: 0px 0px 0px 190px;
}

#blurb .copy {
	color: #999999;
	line-height : 14px;	
}

#footer{
	position: relative;
	top: 8px;
	left: 40px;
	width: 560px;
	height: 20px;
	color: #777777;
   /* bottom: 0; */   
}

#footer ul
{
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

#footer li
{
   list-style: none;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
   float: left;   
   height: 20px;
}


/*	ELEMENTS	*/
.checkbox {
	font-size: 10px;
	font-family: "Century Gothic", geneva, sans-serif;
}

.copy {
	font-size: 11px;
	font-family: trebuchet MS, geneva, sans-serif;
}

.project {
	position: relative;
}

.description {
	margin: 20px;
}

.spacer{
	background-image: url(../images/global/shim.gif);
	background-repeat: no-repeat;
	width: 1;
	border: 0;
	position: relative;
}

.textdiv{
	color: #1F1F1F;
}

.left {
  float: left;
  margin: 0px;
}

.right {
  float: right;
  margin: 0px;
  text-align: right;
}

.textbox {
	/*padding: 5px;*/
	/*background: #0F0F0F;*/
	color: #000000;
}


div.clear 
{
   margin: 0;
   padding: 0;
   clear: both;
   display: block;
   height: 1px;
   font-size: 1px;
   line-height: 1px;
}

/* forms */
.linkOverValentines
{
font-family: "Century Gothic", geneva, sans-serif;
	text-decoration: none;
  text-align: left;
  color: #6f0000;
  background-color: transparent;
  border: none;
  cursor: pointer;
  cursor: hand;
}
.linkValentines
{
	font-family: "Century Gothic", geneva, sans-serif;
	text-decoration: none;
  text-align: left;
  color: #cc0033;
  background-color: transparent;
  border: none;
  cursor: pointer;
  cursor: hand;
}
.alink
{
	font-family: "Century Gothic", geneva, sans-serif;
	text-decoration: none;
  text-align: left;
  color: #111111;
  background-color: transparent;
  border: none;
  cursor: pointer;
  cursor: hand;
}


.linkOver
{
font-family: "Century Gothic", geneva, sans-serif;
	text-decoration: none;
  text-align: left;
  color: #6f0000;
  background-color: transparent;
  border: none;
  cursor: pointer;
  cursor: hand;
}
.link
{
	font-family: "Century Gothic", geneva, sans-serif;
	text-decoration: none;
  text-align: left;
  color: #FF9933;
  background-color: transparent;
  border: none;
  cursor: pointer;
  cursor: hand;
}
.inputbox 
{
	font-family: trebuchet ms, geneva ,sans-serif;
	color: #333333;
	font-size: 10px;
	background-color: #eeeeee;
  	border: 1px solid #54534A;
}
.select 
{
	font-family: trebuchet ms, geneva ,sans-serif;
	color: #333333;
	font-size: 10px;
	background-color: #eeeeee;
}
.textarea {
	font-family: trebuchet ms, geneva ,sans-serif;
	color: #333333;
	font-size: 10px;
	background-color: #eeeeee;
  	border: 1px solid #54534A;
}
.button 
{
	font-family: trebuchet ms, geneva ,sans-serif;
	font-size: 11px; 
	color: #999999;
	border: 0;
	padding: 2px;
	height: 20px;
	background-color: #090909;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.PicViewer
{
  valign: top;
  text-align: center;
}

/* contact */
form
{
   margin: 0;
}
#form {
   width: 450px;
   margin: 0 10px 10px 0;
/*   float: left;*/
} 
#form .row {
   clear: both;
} 
#form .row .left {
/*   float:left;*/
   text-align: right;
   width:100px;
   padding:4px 0px 0px 0px;
} 
#form .row .right {
/*   float:right;*/
   width:329px;
   border-left:1px solid #1F1F1F;
   padding:4px 10px 4px 0px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   width:319px;
} 
html>body #form .row .right {
   width:319px;
} 