body{
	background:#7EBBC9;
	color: #44464A;
	font-family: Arial;
	margin:0px;
}

#wrapper{
	margin:auto;
	width:980px;
}
#wrapper-inside{
	padding:0px 10px 0px 10px;
}

img.framed{
    padding: 5px;
	background: white;
	border: 1px solid #DDD;
	margin: 3px 20px 0 0;
}

table.layout{
	width:100%;
	cellspacing:0px;
	
}

table.layout td{
	padding:0px;
	
}

#top{
	background: url(../images/bg_top.png) center center no-repeat;
	height:78px;
	width:100%;
}

#left-sidebar{
	vertical-align:top;
	width:139px;
	height:580px;
	font-family: Tahoma;
	background: #88cbdb url(../images/bg_left.png) center bottom no-repeat;
}
#right-sidebar{
	vertical-align:top;
	width:141px;
	background: #88cbdb url(../images/bg_right.png) center bottom no-repeat;
	height:580px;
}

#bottom{
	background: url(../images/bg_bottom.png) center center no-repeat;
	width:100%;
	height:370px;
}
#footer{
	width:100%;
	text-align:center;
	font-size:70%;
	color:white;
	margin-top:-1.2em;
	background:#7EBBC9;
	filter:alpha(opacity=85); /* IE's opacity*/
	opacity: 0.85;
}
#footer a{
	color:white;
}
#footer p{
	padding:0px;
	margin:0px;
}
#header{
	padding:10px 0px 0px 30px;
}
#header h1{
	margin:0px;
	
}

#content{
	vertical-align:top;
	width:680px;
	background: white;
}
#content-inside{
	padding:5px 20px 5px 20px;
}
#left-sidebar ul li{
	list-style:none;
	background: url(../images/arr.gif) left 20px no-repeat;
	padding-left:8px;
	padding-top:12px;
}

#left-sidebar a{
	text-decoration:none;
	color: #203747;
}
#left-sidebar a:hover{
	text-decoration:underline;
	
}
#left-sidebar a:visited;{
	color:#203747;
}
a img{
	border:none;
}
#map_canvas{
	width: 100%;
	text-align:center;
	height: 400px;
	overflow:hidden;
	border:1px solid #44464A;
}

.slideshow
{
	background: url(../images/slideshow-bg.gif) no-repeat center center !important;
	text-align:center;
	height: 463px !important;
	width: 560px !important;
}

.slideshow-images
{
	left:80px !important;
	top:88px !important;
	
}

#contactInfo{
	margin:15px 0px 25px 20px;
}

.indent{
	margin-left:20px;
}

ul.spaced li{
	margin-bottom:10px;
	list-style-type:none;
}
ul.spaced{
	padding-left:20px;
}
p.disclosure{
	font-style:italic;
	font-size:70%;
	text-align:center;
}
