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

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Tahoma;
	color: #6d7278;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	}

a:link {
	color: #7997cd;
}
a:visited {
	color: #7997cd;
}
a:hover {
	color: #356AA0;
}
a:active {
	color: #7997cd;
}

.sitemaplinks a:link {
	color: #fff;
	text-decoration: none;
}
.sitemaplinks a:visited {
	color: #fff;
	text-decoration: none;	
}
.sitemaplinks a:hover {
	color: #fff;
		text-decoration: underline;
}
.sitemaplinksa:active {
	color: #fff;
		text-decoration: none;
}

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

#logo {
	float: left;
	height: 136px;
	width: 580px;
	text-align: left;
	}
	
#phone-number {
	float: right;
	height: 100px;
	margin-top: 18px;
	}

#nav {
	width: 821px;
	height: 56px;
	float: left;
	}

#main_image {
	width: 821px;
	height: 269px;
	float: left;
	}

hr {
	color: #aec3d9;
	background-color: #aec3d9;
	height: 1px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	border: 0;
	}

h1, h2, h3 {
	font-family: Myriad Pro, Tahoma;
	font-size: 1.0em;
	color: #356aa0;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
p {
	font-size: 13px;
	color: #6d7278;
	padding: 0px;
	margin: 0px;
	line-height: 23px;
	font-family: Tahoma;
	text-align: justify;
	}

	
#content {
	width: 543px;
	float: left;
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
	}
	
#content_wide {
	width: 811px;
	float: left;
	text-align: left;
	padding-left: 0px;
	padding-top: 10px;
	}
	
#leftcol {
	width: 260px;
	margin-right: 9px;
	float:left;
	}

#rightcol {
	width: 260px;
	margin-left: 9px;
	float: right;
	}

#sidebar {
	width: 220px;
	float: right;
	margin-right: 10px;
	text-align: left;
	padding-top: 10px;
	}
	
#sitemap {
	width: 821px;
	height: 56px;
	float: left;
	background-image: url('../images/footer.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	}

#footer { 
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	font-size: 11px;
	width: 750px;
	margin: 0 auto;
	}