/* 
  ------------------------------------------------
Jordan Geyer Layout - Main CSS For Layout
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fbfeff;
	margin: 0px;
	padding: 0px;
	background-image: url(../index_images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 0.8em;
}
#masthead {
	padding: 0px;
	margin: 0px;
	height: 71px;
}
#links {
	width: 850px;
	margin: 0 auto;
	height: 41px;
	padding-top: 31px;
}

#toplogodiv {
	width: 850px;
	margin: 0 auto;
	height: 226px;
	background-repeat: no-repeat;
}
#outerwrapperfull {
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../index_images/surround_wrapper.png);
	background-position: center top;
	padding-top: 18px;
}


#wrapper {
	width: 852px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../index_images/column_wrapper.jpg);
	background-repeat: repeat-x;
	background-color: #F6FBFE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #167B2F;
	border-bottom-color: #167B2F;
	border-left-color: #167B2F;

}
#column_top {
	height: 12px;
	background-repeat: repeat-x;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 600px;
	float: left;
	background-image: url(../index_images/left_content_bg.png);
	background-position: center 22px;
	background-repeat: no-repeat;
}
#left_full  {
	width: 810px;
	float: left;
	background-position: center 22px;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-left: 20px;
}
#left_full .content {
	padding: 40px 15px 40px 15px;
}




#left .content {
	padding: 40px 30px 30px 30px;
}
#left a:link {
	color: #7C2B31;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7C2B31;
}
#left a:visited {
	color: #7C2B31;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7C2B31;
}
#left a:hover {
	color: #000;
}

.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

#right {
	width: 250px;
	float: left;
	line-height: 1.6em;
	background-image: url(../index_images/right_content_bg.png);
	background-position: center 22px;
	background-repeat: no-repeat;
}
#right .content {
	padding: 40px 30px 20px 12px;
}
#right a:link {
	color: #0E2A42;
	font-weight: bold;
	text-decoration: none;
}
#right a:visited {
	color: #0E2A42;
	font-weight: bold;
	text-decoration: none;
}
#right a:hover {
	color: #900;
}
#bottominfodiv {
	margin: 0px;
	background-image: url(../index_images/bottom_info_bg.jpg);
	background-repeat: repeat-x;
}
#bottominfodiv .content {
	padding: 18px 10px 05px 20px;
}



#bottominfodiv p {
	margin: 0px;
}
#bottominfodiv img {
	margin-left: 10px;
	margin-right: 10px;



}

#column_bottom {
	height: 12px;
	background-image: url(../index_images/infobottomdiv.png);
}


#footer {
	margin: 0;
	clear: both;
	background-color: #519661;
	height: 240px;
	background-image: url(../index_images/footer_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 40px;
}
#footercenter {
	width: 850px;
	margin: 0 auto;
	height: 240px;
}
#footersitemap {
	margin-left: 244px;
}

#footerlocationinfo {
	width: 225px;
	float: left;
	background-image: url(../index_images/footer_divider.png);
	background-repeat: no-repeat;
	background-position: right;
}


#footer .content {
	padding-top: 20px;

}
#footercenter ul li {
	margin: 0px;
	padding-left: 5px;
}
.footerbigtextspreadout {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	color: #7B2B2F;
}

#footercenter ul {
	margin: 0px;
	padding: 0px;
	padding-left: 8px;
	list-style-type: disc;
	color: #FFF;
}
#footersitemap img {
	float: right;
}


#footer p {
	margin: 0px;
	font-size: 12px;
}
#footercenter h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0px;
	margin-bottom: 15px;
}

.footerwhitetext {
	color: #FFF;
}


#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #000;
}
.nomargintop {margin-top: 0;}

