/*----- resets the user's default browswer settings (css style settings) -------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

/*-------- global styles --------*/
html {
	background: #1483c6 url(images/html.png) repeat-x;
	color: #333;
}
body {
	position: relative;
	width: 778px;
	margin: 20px auto 0 auto;
	padding: 0;
	background: url(images/body.png) repeat-y top left;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}


/*------------ wrapper: site container -----------*/
div#wrapper {
	position: relative;
	width: 766px;
	margin-left: 6px;
	margin-bottom: 80px;
}

/*---------- fauxColumn: simulates the growing colomun on the sidebar ---------*/
#fauxColumn {
	float: left; 
	background: #fff0d6 url(images/sidebar_repeat_beige.gif) repeat-y top left;
	width: 100%;
}

/*---------- container: contains sidebar and content ---------*/
div#container {
	clear:both;
	width: 100%;
}

/*------------ branding: header that contains logo -----------*/
div#branding {
	height: 80px;
	background: #eebc43 url(images/branding.png) repeat-x;
}
div#branding img {
	position: absolute;
	top: 13px;
	left: 53px;
}

/*----------- nav_main: primary navigation in the header section -------*/
div#nav_main {
	position: absolute;
	top: 43px;
	right: 3px;
}
div#nav_main h5 {
	position: absolute;
	top: -9999px;
}
div#nav_main ul {
	width: 516px;
	height: 36px;
	padding: 0;
	background: url(images/li_nav_main.gif) no-repeat top right;
}
div#nav_main ul {
	position: relative;
	padding-right: 5px;
}
div#nav_main li {
	display: inline;
}
div#nav_main a {
	float: right;
	display: block;
	line-height: 22px;
	width: auto;
	padding: 0 7px;
	margin-top: 10px;	
	text-align: center;	
	text-decoration: none;
	color: #000;
}
div#nav_main a:hover {
	background: url(images/mainNav_orange_rollover_nodiv.gif) no-repeat top left;
}
div#nav_main img {
	float: right;
	padding-top: 7px;
}

/*------ main_nav bullets ---------*/
div#nav_main li.info {
	display: inline;
	float: left; 
	width: auto;   
	line-height: 22px; 
	color: black; 
	padding: 10px 0 0 15px;
	background: url(images/nav_main_bullet.png) no-repeat right 18px;
	padding-right: 15px;
}

/*----------- nav_secondary: secondary navigation (just below the primary nav bar) -------*/
div#nav_secondary h5 {
	position: absolute;
	top: -9999px;
}
div#nav_secondary ul {
	float: right;
	width: 516px;
	height: 15px;
	padding: 0 0 1px 0;
	margin-right: 3px;
	background: #0079c1;
}

div#nav_secondary li {
	display: inline;
}
div#nav_secondary a {
	float: left;
	display: block;	
	width: auto;
	margin: 0 1px 0 25px;
	padding: 0 2px 0 2px;
	text-align: center;
	color: #fff;
	text-decoration: none;	
	font-size: 9px;
	line-height: 17px;
}
div#nav_secondary a:hover {
	background: #62a8d2;
}

/*----------- sidebar: all content contained in the sidebar column -------*/
div#sidebar {
	float: left;
	width: 235px;
	padding-bottom: 1em;
	padding-left: 5px;
	padding-top: 60px;
	font-size: 1.1em;
	background: url(images/sidebar_repeat_beige.gif) repeat-y top left;
}
div#sidebar p{
	padding: 5px 15px 5px 5px;
	text-align: justify;
}
div#sidebar p.hours{
	padding: 0 0 5px 10px;
}
div#sidebar ul {
	padding-left: 15px;
}
div#sidebar li {
	padding-left: 11px;
	background: url(images/bullet.png) no-repeat left center ;
}
div#sidebar .starting_price {
	font-size: 1.4em; 
	color: #0079c1;
}
div#sidebar h4 {
	font-weight: bold;
	padding: 15px 0 5px 5px;
}

/*----------- flash_slideshow: flash slideshow within the sidebar ----------------*/
div#flash_slideshow {
	width: 220px;
	height: 160px;
	margin: 20px 0 10px 3px;
}

/*----------- content: main content area ----------------*/
div#content {
	float: right;
	width: 519px;
	padding-bottom: 1em;
}
div#content p {
	font-size: 1.1em;
	text-align: justify;
	padding: 5px 10px 5px 0;
}
div#content h2 {
	font-size: 2em;
	display: block;
	width: 99%;
	border-bottom: 1px solid #0079c1;
	margin: 20px 0 5px 0;
}
#content img.icon {
	padding: 0;
	margin: 0;
}
#content img {
	float:left;
	padding-right: 3px;
	margin-bottom: 15px;
}
#content img.flash {
	padding-right: 8px;
	padding-top: 6px;
}

/*--------- table1 styles -------*/
#content table { 
	border: 0; 
	width: 99%;
	border-collapse: collapse; 
	padding: 0;
	margin: 0;
}
#content td {
	padding: 2px;
	margin: 0;
}
.table1_head {
	font-weight: bold;
}
.altRowColor {
	background-color: white;
}

/*--------- virtual_tour: flash movie -------*/
#virtual_tour { 
	float: right; 
	width: 155px; 
	margin-top: 10px;
	background: url(images/virtual_tour.png) no-repeat top left;
}
#virtual_tour ul {
	list-style: none; 
	margin: 0; 
	padding: 12px 0 12px 4px;
}
#virtual_tour a:link, #virtual_tour a:visited {
	display: block; 
	text-decoration:none; 
	color: black; 
	padding: 2px 0 2px 14px; 
	width: 118px;
	line-height: 12px;
}
#virtual_tour a:hover { 
	background: url(images/virtual_tour_hover.png) no-repeat top left;
}

/*--------- siteinfo: site footer that contains company info -------*/
div#siteinfo {
	clear: both;
	padding: .5em 0 1.5em 0;
	background: #fff0d6 url(images/siteinfo.png) repeat-x;
	text-align: center; 
	border-top: 1px solid #0079c1;
}
div#siteinfo ul {
	width: 99%; 
	margin: 0; 
	padding : 5px 0 15px 0; 
	color: #6369a6
}
div#siteinfo li {
	display: inline; 
	font-size: 1.1em; 
}
div#siteinfo a:link, div#siteinfo a:visited {
	text-decoration: none; 
	color: #6369a6
}
div#siteinfo p {
	font-size: 1em; 
	margin: 0; 
	padding: 5px;
}
div#siteinfo img {
	clear: both; 
	float: right; 
	border: 0; 
	margin: -32px 15px 0 0;
}






