html {
	overflow-y: scroll;
}


#main {
	margin-top: 2em;
}
#ajax img {
}

#footer {
	background-image: url(../gfx/footer.jpg);
	background-repeat: no-repeat;
	height: 96px;
	margin-bottom: 3em;
	margin-top: 3em;
}

.zoom {
	float:right;
}

#address {
        margin-top: 35px;
        margin-left: 120px;
        color: #fff;
}

#address li {
        list-style: none;
        display: inline;
}


#slideshow {
   	position:relative;
    	height:258px;
}

#slideshow A {
   	position:absolute;
    	top:0;
    	left:0;
    	z-index:8;
}

#slideshow A.active {
  	z-index:10;
}

#slideshow A.last-active {
    	z-index:9;
}

#left {
	font-size: 13px;
}

#right {
	font-size: 13px;
}

#left a, #left a:link, #left a:visited, #left a:active {
	text-decoration: none;
	color: #3385b7;
}


#right a, #right a:link, #right a:visited, #right a:active {
        text-decoration: none;
        color: #3385b7;
}


#left a:hover {
	text-decoration: underline;
}

#left {
	padding-left: 20px;
}

#right {
	margin-left: -20px;
}


h1,h2,h3,h4
{
        color:#3385b7;
        font-weight: bold !important;
}

h1 {
        font-size: 1.8em;
}

p {
        color: #3b3b3b;
}

#googlemap {
	float: left;
}

#gmap {
	float: left;

}

#gmap iframe {
        border: 1px solid #000;

}


