/* CSS Document */
body
{

background-color: #FFFAE4;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: #035C1E;
}

.textBoxStyle{border: 1px solid #ACB9C7;margin: 3px 3px 0px 0px;padding: 4px 5px;color: #666666;font-size: .9em;width: 153px;}

#container
{
	padding-right: 0px;
	background-image: url(images/vTile20.jpg);
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	width: 994px;
	padding: 0px;
}

#banner
{
height: 184px;
}

.smallText{font-size: 12px;}
.required{color:#CC0000;}

.layerFormatting
{
	margin: 0px;
	padding: 10px;
	border: 1px solid #035C1E;
	}
	
.layerFormatting a:link
{
color: #035C1E;
}

.layerFormatting a:hover
{
color: #B95219;
}

.layerFormatting a:visited
{
color: #B95219;
}
	
#navbar
{
float: left;
margin: 0px;
padding: 0px;
width: 208px;
text-align: center;
font-weight: bold;
font-size: 14px;
}

#floorplans
{
float: left;
margin: 0;
padding: 0;
width: 767px;
}

#content
{
float: left;
width: 722px;
background-image:url(images/contentBackground9.jpg);
background-repeat: no-repeat;
margin: 0px;
padding: 20px 20px 15px 15px;

}

#content a:link
{
color: #B95219;
}

#content a:hover, a:visited
{
color: #7A6D64;
}

#contentLogo
{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

#coupon
{
    float: left;
    width: 100%;
    text-align: center;
	height: 140px;
	margin: 0px;
	background-image:url(images/coupon.jpg);
	background-position:center;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-left: 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

#miscItems
{
	width: 725px;
	text-align: center;
	}

#couponText
{
	width: 340px;
	height: 118px;
	padding-left: 180px;
	padding-right: 200px;
	padding-top: 10px;
}

#textNav
{
font-size: 14px;
text-align: center;
}

#textnav a:link
{
color: #035C1E;
}

#textnav a:hover
{
color: #B95219;
}

#textnav a:visited
{
color: #B95219;
}

#footer
{
clear: both;
position: relative;
height: 81px;
margin: 0px;
}

#collage
{
	float: right;
	width: 308px;
	background-color: none;
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	}

#leftColumn
{
	padding-left: 5px;
	padding-bottom: 10px;
	float: left;
	width: 350px;
	text-align: left;
}

#rightColumn
{
	padding-left: 0px;
	float: left;
	padding-bottom: 10px;
	width: 355px;
	background-color: none;
	margin-left: 10px;
	text-align: left;
}

#navigate
{
	padding-left: 0px;
	float: right;
	width: 57px;
	position: static;
	height: 200px;
	margin-left: 10px;
	text-align: left;
}





/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{	
	width: 208px;						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: #035C1E;
	background-color: #FFFAE4;
	text-decoration:none;				       /* removes underlines from links */
	}


#menuv a:hover				             /* all menus on mouse-over */
	{
	color: white;
	background-color: #035C1E;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 191px;				                 
	/* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	border: 1px solid #035C1E;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 75px;
	text-align: center;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}


