
@charset "utf-8";
/* CSS Document */

body {
	background-color: #CDD2B2;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 30px auto;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	color: #132770;
	font-size: 16px;
}

h2 {
	color: #132770;
	font-size: 14px;
}

h3 {
	color: #132770;
	font-size: 12px;
}

.contact-form {
	background-color: #8F9D79;
	border: 1px solid #132770;
	padding: 20px;
}

.contact-fields {
	background-color: #CDD2B2;
	border: 1px solid #000;
}

/*.contact-form textarea {
	background-color: #CDD2B2;
	border: 1px solid #000;
}*/

.contact-button {
	border: 2px outset #ccc;
}

.copyrights {
	color: #fff;
	float: left;
	font-size: 10px;
}

span.imgtxt {
	display: none;
}

#wrapper {
	margin: 0 auto;
	width: 963px;
}

#main-wrapper {
	float: left;
	position: relative;
	width: 963px;
}

#container-top {
	background-image: url(../images/css-images/top-1024.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 963px;
}

#container {
	background-image: url(../images/css-images/repeat-1024.jpg);
	background-repeat: repeat-y;
    	min-height: 650px;
	position: relative;
	width: 963px;
}

#container-calendar {
	background-image: url(../images/css-images/repeat-1024.jpg);
	background-repeat: repeat-y;
    margin-top: 0;	min-height: 800px;
	position: relative;
	width: 963px;
}

#container-directions {
	background-image: url(../images/css-images/repeat-1024.jpg);
	background-repeat: repeat-y;
    	min-height: 900px;
	position: relative;
	width: 963px;
}

#container-contact {
	background-image: url(../images/css-images/repeat-1024.jpg);
	background-repeat: repeat-y;
    	min-height: 700px;
	position: relative;
	width: 963px;
	float: left;
}

#container-btm {
	background-image: url(../images/css-images/btm-1024.jpg);
	background-repeat: no-repeat;
    float: left;
	height: 10px;
	width: 963px;
}

#left-column {
	float: left;
	width: 318px;
}

#right-column-home {
	float: left;
	margin-left: 10px;
	padding-top: 120px;
	width: 630px;
}

#right-column {
	float: left;
    margin-left: 10px;
    padding-top: 10px;
    width: 630px;
}

#right-innerbox {
	margin: 0 auto;
	width: 578px;
}

#right-innerbox-top {
	background-image: url(../images/css-images/innerbox-top-1024.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 578px;
}

#right-innerbox-repeat-home {
	background-image: url(../images/css-images/innerbox-repeat-1024.jpg);
	background-repeat: repeat-y;
    	min-height: 350px;
	padding: 80px 40px 20px 50px;
	width: 488px;
}

#right-innerbox-repeat {
	background-image: url(../images/css-images/innerbox-repeat-1024.jpg);
	background-repeat: repeat-y;
    	min-height: 450px;
	padding: 80px 40px 20px 50px;
	width: 488px;
}

#right-innerbox-repeat-calendar {
	background-image: url(../images/css-images/innerbox-repeat-1024.jpg);
	background-repeat: repeat-y;
    	min-height: 350px;
	padding: 10px 0 20px 0;
	width: 578px;
}

#right-innerbox-btm {
	background-image: url(../images/css-images/innerbox-btm-1024.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 578px;
}

#logo {
	background-image:url('../images/css-images/logo-1024.png');
	/*background-image: url(../images/css-images/logo-1024.png);*/
	background-repeat: no-repeat;
	height:137px;
	margin: 0 auto;
	width:304px;
}

#image1 {
	background-image:url('../images/css-images/imgsquare1-1024.png');
	/*background-image: url(../images/css-images/imgsquare1-1024.png);*/
	background-repeat: no-repeat;
	height: 104px;
	left: 250px;
	position: absolute;
	top: 160px;
	width: 130px;
	z-index: 1;
}

#image2 {
	background-image:url('../images/css-images/imgsquare2-1024.png');
	/*background-image: url(../images/css-images/imgsquare2-1024.png);*/
	background-repeat: no-repeat;
	height: 104px;
	left: 250px;
	position: absolute;
	top: 274px;
	width: 130px;
	z-index: 1;
}

#image3 {
	background-image:url('../images/css-images/imgsquare3-1024.png');
	/*background-image: url(../images/css-images/imgsquare3-1024.png);*/
	background-repeat: no-repeat;
	height: 104px;
	left: 250px;
	position: absolute;
	top: 388px;
	width: 130px;
	z-index: 1;
}

#temp-flash {
	height: 177px;
	position: absolute;
	right: 80px;
	top: 25px;
	width: 464px;
	z-index: 2;
}

#temp-flash-800 {
	display:none;
}

#map {
	background-image: url(../images/css-images/map.gif);
    background-repeat: no-repeat;
    height: 350px;
    margin: 0 auto;
    width: 500px;
}

#calendar-info {
	border: 1px solid #ccc;
    margin: 0 auto;
	padding: 20px;
    width: 235px;
}

#footer {
	clear: both;
	color: #fff;
	font-size: 10px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	width: 943px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

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


/* NAVIGATION */

#sitemap {
	margin: 100px 0 0 80px;
}

#sitemap ul {
	margin: 0;
	padding: 0;
}

#sitemap li {
	list-style-type: none;
	line-height: 25px;
}

#sitemap li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#sitemap li a:hover {
	color: #445C74;
}

/*** NEWSLETTER BUTTON **/

.newsletter-button {
	margin-top: 10px;
}

li.newsletter-button a {
	border: 2px solid #333;
	background-color: #445C74;
	color: #fff;
	height: 20px;
	padding: 5px;
	text-align:center;
}

li.newsletter-button a:hover {
	color: #333;
	background-color: #fff;
}
