html
{
	height: 100%;
}

body
{
	border-style: none;
	background-color: #38155b;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

a
{
	outline: none;
}

#main_containerno
{
	margin: 0 auto;
	text-align:center; /* for IE */
	width: 896px;
	background-color: #ffffff;
}

#main_container
{
	margin: 0 auto;
	text-align:center; /* for IE */
	width: 896px;
	background-color: #ced74a;
}

#header
{
	height: 88px;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.main_logo
{
	background-image: url(../images/vm_lgheader1.jpg);
	float: left;
	margin: 2px 0 2px 0;
	padding: 0;
	height: 84px;
	width: 384px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	
}

#op_hrs
{
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
	height: 87px;
	
}

#op_hrs p
{
	margin: 15px 52px 15px 20px;
}

#nav_bar
{
	height: 30px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	position: relative;
}

.curr_page
{
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#nav_bar ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 14px;
	line-height: 30px;
	width: 882px;
	position: relative;
	z-index: 100;
	height: 30px;
	background-color: #4482d0;
}

#nav_bar ul li
{
	float: left;
	/* IE6 hack */
	_width: auto;
	margin: 0;
	padding-right: 86px;
	padding-left: 7px;
	position: relative;
	text-align: left;
}

#nav_bar ul li.last_element
{
	padding-right: 0px;
}

#nav_bar ul li a
{
	display: block;
	/* IE6 hack */
	_width: 0px;
	height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-color: #4482d0;
	margin: 0;
}

#nav_bar ul li a.curr_page
{
	color: #f9f004;
}

#nav_bar ul li a:link, #nav_bar ul li ul li a:link, 
#nav_bar ul li a:visited, #nav_bar ul li ul li a:visited,
#nav_bar ul li a:active, #nav_bar ul li ul li a:active,
#nav_bar ul li a:focus, #nav_bar ul li ul li a:focus
{
	outline: none;
}

#nav_bar ul li a:hover, #nav_bar ul li ul li a:hover
{
	color: #f9f004;
}

#nav_bar ul li ul
{
	display: none;
	/*IE6 hack*/
	_width: 0px;
	line-height: 22px;
	position: absolute;
	top: 30px;
	left: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

/*smart browsers (everything other than IE6and below)*/
#nav_bar ul>li, #nav_bar ul>li ul
{
	width: auto;
}

#nav_bar ul li:hover ul, #nav_bar ul li.sfhover ul
{
	display: block;
}

#nav_bar ul li ul li
{
	width: auto;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
}

#nav_bar ul li ul li a
{
	display: block;
	width: 130px;	
	height: 22px;
	text-align: left;
	padding-left: 8px;
	background-color: #2b568d;
	margin: 0;
	border-bottom: solid 1px #3c73b9;
}

#nav_bar ul li ul li a:hover
{
	background-color: #3b71b6;
}

#nav_bar ul li:hover ul li ul, #nav_bar ul li.sfhover ul li ul
{
	display: none;
	width: auto;
	line-height: 22px;
	position: absolute;
	left: 138px;
	top: 0px;
	padding: 0;
	margin: 0;
}

#nav_bar ul li ul li:hover ul, #nav_bar ul li ul li.sfhover ul
{
	display: block;
}

#h_shadow
{
	clear: both;
	position: absolute;
	top: 30px;
	left: 0px;
	height: 12px;
	width: 896px;
	z-index: 99;
	background: transparent url(../images/nav_shadow.png);
}

#middle
{
	clear: both;
	float: left;	
	padding: 0;
	margin: 0;
	width: 670px;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
}

#middleno
{
	clear: both;
	float: left;	
	padding: 0;
	margin: 0;
	width: 896px;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
}

#crossfade_container
{
	clear: both;
	width: 670px;
	height: 500px;
	margin: 0;
	padding: 0;
	position: relative;
}

.fade-box
{
	width: 670px;
	height: 500px;
	position: absolute;
	margin: 0;
	padding: 0;
	right: 0;
}

#box-1
{
	background-image: url(../images/vm_main01.jpg);
}

#box-2
{
	background-image: url(../images/vm_main02.jpg);
}

#box-3
{
	background-image: url(../images/vm_main03.jpg);
}

#box-4
{
	background-image: url(../images/vm_main04.jpg);
}

#box-5
{
	background-image: url(../images/vm_main05.jpg);
}

#box-6
{
	background-image: url(../images/vm_main06.jpg);
}

#box-7
{
	background-image: url(../images/vm_main07.jpg);
}

#box-8
{
	background-image: url(../images/vm_main08.jpg);
}

#box-9
{
	background-image: url(../images/vm_main09.jpg);
}

#r_sidebar
{
	width: 226px;
	height: 100%;
	float: right;
	background-color: ced74a;
	text-align: left;
}

#r_sidebar ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#r_sidebar ul li
{
	margin: 0;
	padding-bottom: 4px;
	padding-top: 16px;
}

#r_sidebar ul li p
{
	margin: 0;
	padding-left: 14px;
	padding-right: 14px;
}

.info
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 414px;
}

.valet
{
	position: relative;
	margin: 0px 0px 0px 14px;
	padding:0;
	float: left;
}

.valet_logo
{
	background-image: url;
	background-repeat: no-repeat;
	width: 200px;
	height:78px;
	margin: 18px 10px 14px 14px;
	padding:0;
	float: left;
}

#footer
{
	height: 104px;
	clear: both;
	width: 100%;
	background-color: #ffffff;
}

.ft_logo
{
	background-image: url(../images/centercal_lg.jpg);
	width: 117px;
	height: 104px;
	float: left;
	margin: 0 4px;
}

.select_prop
{
	float: left;
	height: 77px;
	width: 206px;
	text-align: left;
}

.dropup_sel
{
	width: 201px;
	height: 22px;
	position: relative;
	background-image: url(../images/upside_select.jpg);
}

#select
{
	display: none;
	border: solid 2px #a2a2a2;
	width: 197px;
	position: absolute;
	bottom: 21px;
	background-color: #ffffff;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height:16px;
}

#select li:hover
{
	background-color: #0000ff;
}

#select li:hover a
{
	color: #ffffff;
}

#select li a
{
	padding: 0 0 0 2px;
	text-decoration: none;
	display: block;
	width: auto;
	color: #000000;
}

.dropup_sel img
{
	display: block;
	position: relative;
	float: right;
	width: 16px;
	height: 18px;
}

.first2know
{
	float: left;
	height: 104px;
	width: 345px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: right;
}

.first2know p
{
	margin: 45px 10px 0 0;
}

.email
{
	float: left;
	height: 83px;
	text-align: left;
	padding:0;
	margin: 20px 0 0 0;
}

.email p
{
	text-align: left;
	margin: 4px 0px 4px 0px;
}

.email form
{
	margin: 0;
	padding: 0;
}

#copyright
{
	width: 100%;
	height: 20px;
	float: left;
	background-color: #38155b;
}

#copyright p
{
	margin: 8px 18px;
}

#shops_header
{
	
	float: left;
	background-image: url(../images/sub_vm_shop.jpg);
	height: 171px;
	width: 670px;
}

#promotions_header
{
	
	float: left;
	background-image: url(../images/sub_vm_promotions.jpg);
	height: 171px;
	width: 670px;
}

#information_header
{
	
	float: left;
	background-image: url(../images/sub_vm_information.jpg);
	height: 171px;
	width: 670px;
}

#gift_header
{
	
	float: left;
	background-image: url(../images/sub_vm_gift.jpg);
	height: 171px;
	width: 670px;
}

#leasing_header
{
	
	float: left;
	background-image: url(../images/sub_vm_leasing.jpg);
	height: 171px;
	width: 670px;
}

#subtitle
{
	float: left;
	height: 59px;
	width: 670px;;
}

#subtitleno
{
	float: left;
	height: 230px;
	width: 896px;;
}

#subtitle.shops
{
	background-image: url(../images/sub_title_shop.jpg);
}

#subtitle.promotions
{
	background-image: url(../images/sub_title_promotions.jpg);
}

#subtitle.information
{
	background-image: url(../images/sub_title_information.jpg);
}

#subtitleno.aboutus
{
	background-image: url(../images/sub_title_aboutus.jpg);
}

#subtitleno.hours_directions
{
	background-image: url(../images/sub_title_hours_directions.jpg);
}

#subtitleno.amenities
{
	background-image: url(../images/sub_title_amenities.jpg);
}

#subtitleno.kids
{
	background-image: url(../images/sub_title_kids.jpg);
}

#subtitleno.careers
{
	background-image: url(../images/sub_title_careers.jpg);
}

#subtitleno.contactus
{
	background-image: url(../images/sub_title_contactus.jpg);
}

#subtitle.leasing
{
	background-image: url(../images/sub_title_leasing.jpg);
}

#subtitleno.thankyou
{
	background-image: url(../images/sub_title_thankyou.jpg);
}

#subtitleno.survey
{
	background-image: url(../images/sub_title_survey.jpg);
}

#subtitle.gift
{
	background-image: url(../images/sub_title_giftcards.jpg);
}

#content
{
	width: 670px;
	float: left;
}

#content.shops
{

}

#content.shops p
{	
	padding: 12px 20px 15px 20px;
	margin: 0;
	
}

.shops_tbl
{
	width: 600px;
	float: left;
	padding: 0;
}

.shops2_tbl
{
	width: 620px;
	float: left;
	padding: 0;
}

.shops3_tbl
{
	width: 300px;
	float: left;
	padding: 0;
	font-size: 88%;
}

.tbl1
{
	margin: 6px 15px 20px 20px;
}

.tbl2
{
	margin: 6px 20px 20px 15px;
}

.tbl3
{
	margin: 6px 20px 20px 15px;
}

.col1
{
	float: left;
	width: 296px;
	padding: 6px 0px 6px 10px;
}

.col2
{
	float: left;
	width: 190px;
	padding: 6px 10px 6px 0px;
}

.col3
{
	float: left;
	width: 200px;
	padding: 6px 0px 6px 10px;
}

.col4
{
	float: left;
	width: 620px;
	padding: 6px 10px 6px 0px;
}	

.col5
{
	float: left;
	width: 100px;
	padding: 6px 10px 6px 0px;
}	

.shops_tbl .odd
{
	background-color: #d5e0cf;
}

.shops_tbl .even
{
	background-color: #ffffff;
}

.shops3_tbl .odd
{
	background-color: #d5e0cf;
}

.shops3_tbl .even
{
	background-color: #ffffff;
}
