@charset "utf-8";
/* CSS Document */
html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	text-align:center;
	min-width:626px;
	min-height:400px;
	background: #E5E5E5 url(/img/slideshow2/body.gif) repeat-x;
}
#vertical{
	float:left;
	height:50%;
	margin-top:-198px;/* half vertical height*/
	width:100%;
}
#vertical-slideshow{
	float:left;
	height:50%;
	margin-top:-350px;/* half vertical height*/
	width:100%;
}
#hoz {
	width:624px;
	margin-left:auto;
	margin-right:auto;
	height:420px;
	overflow:auto;/* allow content to scroll inside element */
	text-align:center;
	clear:both;
	position:relative;
}
#hoz-slideshow {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	height:700px;
	overflow:hidden;/* allow content to scroll inside element */
	text-align:center;
	clear:both;
	position:relative;
}
div#layout-left #show {
float:left;
}
div#layout-right #show {
float:right;
}
div#description {
width:280px;
margin-top:25px;
}
div#layout-left div#description {
float:right;
}
div#layout-right div#description {
float:left;
}
div#description p {
font-size:13px;
margin:0;
padding:0;
padding-bottom:10px;
text-align:left;
}
a#logo img {
border:0px;
}
img#logo {
padding-bottom:10px;
margin:0 auto;
}
#sm {
margin:0 auto;
}
#accordion_corners {
position:absolute;
left:555px;
top:110px;
}
#sm a img {
border:0;
}
div#menu a {
font-size:12px;
font-weight:bold;
font-family:verdana;
text-decoration:none;
padding-right:10px;
color:#666666;
}
div#menu a.hi {
color:#006C2C;
}
#map {
width:500px;
height:400px;
margin:40px 0 0 30px;
}
div#description p strong {
font-weight:bold;
color:#454545;
}