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

/**
 * Site Design and Development by Jahzel Misner www.jahzel.com
 * -----------------------------------------------------------
 */

body {
	margin:0;
	padding:0;
	font-family: arial, verdana, arial, sans-serif;
	font-size: 13px;
	color: #4D4D4D;
	background-color: #F2F2F2;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	border-top: solid 4px #A8C753;
}

	body img {
		border: 0;
	}
	
a:link {
	color: #0071BC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0071BC;
}

.maplelink a:link {
	color: #29ABE2;
	text-decoration: none;
}

.maplelink a:visited {
	text-decoration: none;
	color: #29ABE2;
}

a:hover, .maplelink a:hover {
	color:  #A8C753;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #808080;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4D4D4D;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin:  10px 0 5px 0;
	padding: 0;
}

/*<!--Header Styles-->*/

#header { 
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 2px solid #E6E6E6;
}

#logo {
	float: left;
	margin-top: 18px;
}

#nav {
	float: right;
}
	#nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: 2.3;
	}
	#nav li {
		margin: 0;
		padding: 0;
		background: #A8C753;
		display: inline;
		padding: 10px;
		overflow: hidden;
	}
	#nav a {
		color: #fff;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.right {
	float: right;
	text-align: right;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 2px solid #E6E6E6;
}

/*<!--Body Styles-->*/

#container {
	margin: 0 auto; /* center, not in IE5 */
	width: 960px;
	text-align: center;
	overflow: hidden;
}

#main {
	text-align: left;
	margin-top: 15px;
	line-height: 1.7;
	padding-bottom: 10px;
	border-bottom: 2px solid #E6E6E6;
}
	#main em {
		font-size: 14px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	#maintext {
		width: 488px;
		margin-right: 30px;
		float: left;
		overflow: hidden;
	}
	#text404 {
		width: 488px;
		margin-right: 30px;
		float: left;
		overflow: hidden;
		font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
#map {
	width: 441px;
	height: 371px;
	float: left;
	overflow: hidden;
}

.social img {
	margin-right: 10px;
	margin-top: 15px;
}

/*<!--Footer Styles-->*/

#footer {
	margin-top: 20px;
	text-align: left;
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.col1, .col2, .col3 {
	float: left;
	width: 272px;
	overflow: hidden;
}
.col1, .col3 {
	margin: 0 15px;
}
.col2 {
	margin: 0 42px;
}



/*<!--Utility styles! Do Not Edit-->*/

.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
	overflow: hidden;
}
