@charset "utf-8";
/* CSS Reset */

@import url('reset.css');

/* CSS Forms */

@import url('forms.css');

/* CSS Calendar */

@import url('calendar.css');

/* CSS Menu */

@import url('menu.css');

/* CSS Document */

html, body {
	margin: 0 0;
	text-align: center;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #b2b2b2;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 22px;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h4.title {
	color: #74bca3;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	width: auto;
	border: 0;
	padding: 0;
}

/* Main template divs */

#page-width {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#top, #middle, #footer {
	float: left;
	display: inline;
	width: 960px;
}

#top {
	height: 446px;
	background-image: url(../images/top-bg.gif);
	background-position: 0 76px;
	background-repeat: repeat-x;
	background-color: #4d5055;
}

#middle {
	background-color: #e6e7e7;
	padding: 29px 0 22px 0;
}

#footer {
	height: 40px;
	background-color: #4d5055;
}

/* End of styling for main template divs */

/* Styling for all divs */

#logo {
	float: left;
	display: inline;
	width: 327px;
	height: 93px;
}

#siteby {
	float: left;
	display: inline;
	width: 618px;
	height: 35px;
	padding: 58px 15px 0 0;
	text-align: right;
}

	#siteby a {
		font: 10px Arial, Helvetica, sans-serif;
		color: #74bca3;
		text-decoration: none;
	}
	
	#siteby a:hover {
		color: #74bca3;
		text-decoration: underline;
	}

#image-border-top {
	float: left;
	display: inline;
	width: 960px;
	height: 3px;
	overflow: hidden;
	background-color: #74bca3;
}

#nav {
	float: left;
	display: inline;
	width: 166px;
	height: 336px;
	padding-left: 21px;
}

#image, #google-map {
	float: left;
	display: inline;
	width: 773px;
	height: 336px;
}

#image-border-bottom {
	float: left;
	display: inline;
	width: 960px;
	height: 14px;
	background-image: url(../images/image-bottom-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	overflow: hidden;
}

#footer-border {
	float: left;
	display: inline;
	width: 960px;
	height: 3px;
	background-color: #74bca3;
	overflow: hidden;
}

#left-content {
	float: left;
	display: inline;
	width: 165px;
	min-height: 385px;
	height: auto !important;
	height: 385px;
	padding-left: 22px;
}

#content {
	float: left;
	display: inline;
	width: 555px;
	min-height: 385px;
	height: auto !important;
	height: 385px;
}

	#content h1 {
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
		font: bold 21px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		color: #4d5055;
	}
	
	#content h2 {
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
		font: 14px/22px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		color: #7a7b7b;
	}
	
	#content p {
		font: 14px/22px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		color: #7a7b7b;
	}
		
	
	#content h2 a, #content p a {
		font: 14px/22px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		color: #7a7b7b;
		text-decoration: underline;
	}
	
	#content h2 a:hover, #content p a:hover {
		font: 14px/22px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		color: #7a7b7b;
		text-decoration: none;
	}
	
	#content h3 {
		font: 12px/22px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		color: #74bca3;
		margin-bottom: 18px;
	}
	
	#content h3 a {
		font: 12px/18px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		color: #74bca3;
		text-decoration: underline;
	}
	
	#content h3 a:hover {
		font: 12px/18px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		color: #74bca3;
		text-decoration: none;
	}
	
	#content p.greentxt {
		color: #74bca3;
	}

#right-content {
	float: left;
	display: inline;
	width: 218px;
	min-height: 385px;
	height: auto !important;
	height: 385px;
	text-align: center;
}

	#left-content ul, #right-content ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
		#left-content ul li, #right-content ul li {
			list-style-type: none;
			margin: 0;
			padding: 0;
			padding-bottom: 35px;
		}

#footer-content {
	float: left;
	display: inline;
	width: 940px;
	height: 37px;
	padding: 0 10px;
	font: 12px/37px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	color: #74bca3;
	letter-spacing: 1px;
}

	#footer-content a {
		font: 12px/37px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		color: #74bca3;
		text-decoration: none;
	}
	
	#footer-content a:hover {
		color: #74bca3;
		text-decoration: underline;
	}