/* yahoo global reset styles BEGIN */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* yahoo global reset styles END */

body {
	background: #f2f2f2 url(../images/page_background.gif) repeat-y center top;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 76%;
	color: #333;
}

a {
	color: #628fcd;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

div#wrapper {
	width: 930px;
	margin: 0 auto;
}

div#header {
	height: 126px;
	position: relative;
}

div#logo {
	position: absolute;
	left: 0;
	top: 18px;
}

div#header h1 {
	position: absolute;
	right: 0;
	top: 30px;
	color: #4c4c4c;
	font-size: 130%;
	text-align: right;
}

div#google-map-container {
	border: 1px solid #9c9c9c;
	background-color: #bdbdbd;
	padding: 3px;
}

div#google-map {
	width: 922px;
	height: 320px;
}


div#google-map-address {
	font-size: 120%;
	height: 2.5em;
	line-height: 2.5em;
}

div#spaces-container {
	clear: both;
	border-top: 4px solid #e5e5e5;
	border-bottom: 4px solid #e5e5e5;
}


div#spaces-container h2 {
	color: #628fcd;
	font-size: 140%;
	margin: 1em 0;
	font-weight: bold;
}

div#accordion {
	margin-bottom: 30px;
}

div#accordion h3 {
	font-size: 160%;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	background: transparent url(../images/accordion_toggler.gif) no-repeat 0 0;
	margin-bottom: 2px;
	cursor: pointer;
}

div#accordion h3:hover,
div#accordion h3.selected {
	background-position: 0 -41px;
	color: white;
}

div#accordion div.expander {
	border-left: 10px solid #ccc;
	border-right: 10px solid #ccc;
	border-bottom: 10px solid #ccc;
	padding: 10px;
	margin-top: -2px;
	margin-bottom: 2px;
}

div#accordion div.expander div.info {
	background: white url(../images/accordion_expander_background.gif) repeat-y 560px 0;
}

div#accordion div.expander div.image {
	float: left;
	width: 300px;
}

div#accordion div.expander div.col1 {
	float: left;
	width: 230px;
}


div#accordion div.expander div.col2 {
	float: right;
	width: 318px;
}


div#accordion div.expander a {
	font-weight: bold;
}

div#accordion div.expander p {
	margin: 0 0 1em 0;
}

div#footer {
	color: #999;
	padding: 5px 0 40px 0;
}

div#footer a {
	color: #999;
}

div#credits {
	float: right;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

