/* CSS Document */

#menu, #nav,
div.flash_logo,
div#topnav,
div#header_banner,
#footer {
	display: none;
	}
	

#printHeader {
	height:113px;
	display:inline;
	text-align:center;
}
	
#container, #content {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	}


body {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	}

p {
	margin-bottom:10px;
}

h1, h2, h3, h4, h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:10px 0;
}

h3 {
	font-size:16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h4 {
	font-size:14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

ul {
list-style:disc;
margin-left:0;
margin-bottom:10px;
padding-left: 3em;
text-indent: 1em;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


.imgRight {
	float:right;
	padding: 5px 0 10px 10px;
	margin-left:30px;
}

.imgLeft {
	float:left;
	display:block;
	padding: 5px 0 10px 10px;
}



#logo {
	display:block;
	float:left;
	width:140px;
	height:160px;
}

#logo2 {
	display:block;
	float:left;	
	padding-right:20px;
	height:160px;
}

#propLogo {
	display:block;
	float:left;
	padding-right:20px;
	margin-bottom:10px;
}

#propThumb {
	display:block;
	float:left;
	margin-bottom:10px;
}

#propThumb img {
	float:left;
	padding:0 5px 15px 0;
}

#propDesc {
	display:block;
	float:left;
	margin-bottom:20px;
}

#description {
	float:left;
	display:block;	
	margin-bottom:10px;
}

#description img {
	float:left;
	padding:0px;
	margin:6px 10px 0 0;
	border:0;
}

#special {
	float:left;
	border:0;
	padding:5px;
}

#special ul {
list-style:disc;
margin-left:0;
margin-bottom:10px;
padding-left: 3em;
text-indent: 1em;
}


#mapFeature {
	border:0;
	padding:16px;
} 


/**** BEGIN MENU STYLES ****/

.chromestyle{
height:27px;
font:normal 11px arial;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border:0;
padding: 4px 0;
margin: 0;
text-align: left; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 10px;
margin:0;
text-decoration: none;
border-right:0;
}

.chromestyle ul li a:hover{
background: url(g/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
border:0;
border-bottom-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
background-color:#eee;
width: 160px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=180,strength=2); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border:0;
padding: 2px 0;
text-decoration: none;
font-weight: 400;
color:#666666;
}

.dropmenudiv a:hover{ 
background-color: #FFCC33;
color:#993333;
}
