body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 98%;
	background-image: url(../img/pageBG.jpg);
	background-repeat: repeat-x;
	height: 99%;
	background-position: bottom;
	text-align: center;
}

div, p, img, span, a {
	outline: none;
}

a, a:link {
	color: #545438;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#page-container {
	width: 910px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	background-image: url(../img/contentBG.png);
	background-repeat: repeat-y;
	margin-top: 10px;
	text-align: center;
}

#header div.shadow {
	background-image: url(../img/topShadow.jpg);
	background-repeat: no-repeat;
	width: 930px;
	height: 12px;
	text-align: left;
	margin-left: -10px;
}

#slogan {
	margin  : 20px 0;
	position: absolute;
	top     : 650px;
	right   : 30px;
}

#header {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/heading.jpg);
	background-repeat: no-repeat;
	width: 910px;
	height: 84px;
}

#navigation {
	text-align: left;
	float: left;
	width: 220px;
	margin:0px 0 0 20px;
}

#slideshow {
	margin: 0px 20px 20px 0;
	float: right !important;
	text-align: right;
	width: 300px;
	height: 500px;
	
}

#map_canvas {
	width   : 300px;
	height  : 207px;
	margin: 0px 0px 20px 0;
	float: right !important;
	position: absolute;
	top     : 715px;
	right   : 20px;   
	border  : 1px solid #000000;
}

.content {
	border: 1px solid #545438;
	width: 350px;
	height: 766px;
        float:left;
        margin-left:5px;
	background-image: url(../img/contentDivBg.jpg);
	font-size: 11px;
	text-align: justify;
	overflow: auto;
}
.content div {
	padding: 0 7px;
}

.clear {
	clear : left;
        height:0px;
}
	
#footer {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#footer #copyright {
	color: #545438;
	font-size: 10px;
	text-align: left;
	float: left;
	margin: 5px 0 10px 20px;
}

#footer div.shadow {

	background-image: url(../img/footerShadow.png);
	background-repeat: no-repeat;
	height: 10px;
}

#footer #links a {
	color: #fff;
	text-decoration: none;
}

#footer #links a:hover {
	color: #545438;
}

#footer #links {
	font-size: 10px;
	color: #fff;
	text-align: right;
	float: right;
	margin: 5px 20px 10px 0;
}

.content div.hidden {
	display: none;
}

.content div.showed {
	display: block;
	}
	
.req {
	color: red;
}

.regform b {
	display: block;
	padding: 3px 0;
}

.regform input {
	border: 1px solid #dadad3;
	font-size: 11px;
	padding: 3px;
	}
	
.regform textarea {
	border: 1px solid #dadad3;
	font-size: 11px;
	font-family: verdana;
	padding: 3px;
}

.regform {
	margin: 0 4px;
}

div.banners {
  color: #545438;
  margin:auto;
}

img.banner {
  border: 1px solid #dadad3;

}

a.banners {
  text-decoration:none;
}

