/*Reset*/
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}/* remember to define focus styles! */
:focus {
	outline: 0;
}/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End Reset*/
/**********/

html {
	-webkit-text-size-adjust: none;
}
html, body {
	font: 12px/15px sans-serif;
	padding: 3px;
	color: #000;
	margin: 0;
	background-color: #fff;
}
html div.container {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
}
.nomobile {
	display: none;
}
#footer {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
#content img {
	max-width: 95%;
}
.center {
	width: 100%;
!important;
	text-align: center;
}
a:link, a:visited {
	text-decoration: underline;
	color: #0000CC;
}
a:hover, a:active {
	text-decoration: underline;
	color: #660066;
}
/**/
div { solid red 1px; }
html div#header {
	height: auto;
	overflow: visible;
	background-color: #DFB050;
}
html div#header ul {
	width: 95%;
	list-style: none;
	margin: 10px;
	padding: 0;
}
html div#header ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}
html div#header ul li a {
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #222222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0 0 -1px 0;
	padding: 12px 10px;
	text-decoration: none;
}
html div#header ul li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
html div#header ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
html div#header ul li ul {
	position: relative;
	visibility: visible;
}
html div#header ul li ul {
	margin: 0;
	padding: 0;
	display: none;
}
html div#header ul li li a {
	display: none;
}

html div#header ul.hide {
	display: none;
}
div#header div.leftButton {
	clear: both;
	position: relative;
	height: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
	line-height: 28px;
	border-width: 0 8px 0 8px;
	-webkit-border-image: url(../images/button.png) 0 8 0 8;
}
div#header div.pressed {
	-webkit-border-image: url(../images/button_clicked.png) 0 8 0 8;
}
html div#content_frame { 
	width: 90%; padding: 10px;
}
html div#content {  
	clear: both;
	float: none;
	}
html .box { width: 85%; }
/*Slideshow/HOMEPAGE*/
/********************/
#slideshow img {
	border:  4px solid #7E725B;
}
html #slideshow img { 
	width: 250px;
	height: 169px;
}
html #slideshow img + img {
	display: none;
}
html #slideshow {
	width: 258px;
	height: 178px;
	margin: 0;
	overflow: hidden;
}
html #slideshowNav {
	margin: 50px 0 0 0;
	height: auto;
}
html #captionURL, html #captionURLall, html #captionURL a, html #captionURLall a, html #captionNeighborhood, html #captionDescription {
	float: none;
	margin: 0;
	padding: 0;
}
html #captionNeighborhood {
	margin: 10px 0 0 0;
}
html #caption {
	width: auto;
	margin: 0;
	padding: 0;
	height: auto;
}
/*End HOMEPAGE/Slideshow*/
