body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	background: #333;
}
.hotel {
	font-size: 11px;
}
#wrapper {
	width: 816px;
	margin: 0 auto;
	background: url(../images/header_bg.gif) white top center no-repeat;
}
#header {
	height: 115px;
}

#header h1 {
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	margin-top: 28px;
	margin-left: 7px;
	float: left;
}
#header h1 a:link, 
#header h1 a:visited, 
#header h1 a:hover {
	display: block;	
	width: 267px;
	height: 82px;
	background: url(../images/nav_13.gif) top left no-repeat transparent;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
#super_nav {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

#breadcrumbs {
	margin-top: 15px;
	margin-left: 0px;	
	color: #666;
	text-align: left;
	font-weight: bold;
}
#breadcrumbs a {
	color: #679ac9;	
	text-decoration: none;
	font-weight: normal;
}
#breadcrumbs a:hover {
	color: #621a4b;	
}

#inner_wrapper {
	min-height: 350px;  /* Tell good browsers not to collapse beyond 350px high */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	
}

#home_side, #interior_side {
	float: left;
	text-align: left;
	margin-left: 5px;
	width: 230px;
	padding-right: 15px;
	margin-top: 15px;
	border-right: 1px solid #eaeaea;
	min-height: 350px;  /* Tell good browsers not to collapse beyond 350px high */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 350px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
}

#interior_side {
	float: right;
	padding-left: 10px;
	padding-right: 5px;
	border-right: none;
	border-left: 1px solid #eaeaea;
	min-height: 550px;  /* Tell good browsers not to collapse beyond 550px high */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 550px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
}

#home_side h1, #interior_side h1 {
	background: #f3f3f3;
	font-size: 16px;
	font-weight: normal;
	padding: 5px;
}

#home_side h2, #interior_side h2 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 3px;
	margin-top: 10px;
	font-weight: normal;
}
#home_side p.news {
	margin-bottom:20px;
	font-size: 10px;
	margin-left: 18px;
}
#home_side h2.news {
	font-size: 10px;
}
#home_side p.news a {
	color: #336699;
	text-decoration: none;
}
#home_side p.news a:hover {
	color: #ccc;
}
#home_side ul, #interior_side ul {
	list-style: none;	
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#home_side ul li img, #interior_side ul li img {
	vertical-align: middle;
}
#home_side ul li a, #interior_side ul li a {
	text-decoration: none;
	color: #333;
	display: block;
}
#interior_side ul.links li a {
	text-decoration: underline;
}
#home_side ul li a:hover, #interior_side ul li a:hover {
	color: #ccc;
}

#home_side ul#markets {
	margin-bottom: 15px;
}

#home_side ul#markets li, #interior_side ul#markets li {
	padding: 2px;
	line-height: 26px;
	margin-bottom: 4px;
}

#home_side ul#services li, #interior_side ul#services li {
	padding: 2px;
	line-height: 24px;
}

#content {
	text-align: left;
	float: right;
	width: 545px;
}
#content #banner {
	text-align: right;
	margin-bottom: 15px;
}

#main_content {
	text-align: left;
	width: 545px;
}
#content #main_content h1 {
	color: #3a6f8f;
	font-size: 18px;
}
#content #main_content h2 {
	color: #333;
	font-size: 16px;
	margin-top: 15px;
}
#content #main_content h2 a {
	color: #333;
}
#content #main_content p {
	margin-top: 12px;
	color: #333;
}
#content #main_content h4 {
	color: #333;
}
#content #main_content p.home {
	margin-right: 5px;
}
.link {
	line-height: 1.5em;
}
#footer {
	position: relative;
	clear: both;
	background: url(../images/footer_bg.gif) white top center no-repeat;
	min-height: 121px;  /* Tell good browsers not to collapse beyond 121px high */
	height: auto !important;  /* Tell good browsers that the total height is automatically determined */
	height: 121px;  /* IE 5.5-6 treats height: like min-height and doesn't respect !important */
	text-align: right;
	width: 816px;
	margin: 0 auto;
}
#footer p {
	position: absolute;
	bottom: 15px;
	right: 10px;
	color: #ccc;
}

.image_border {
	padding: 2px;
	border: 1px solid black;
}