@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #F0D8DA;
}
.oneColFixCtrHdr #container {
	width: 1180px;
	margin: auto;
}
.menu_bar {
	background-color: #FFF;
	float: left;
	width: 950px;
	height: 100px;
}

.oneColFixCtrHdr #header {
	height: 50px;
	padding-bottom: 30px;
	margin-top: 40px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.logo {
	float: left;
}
.nav_btns {
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 15px;
}
.nav_bg {
	float: right;
	height: 40px;
	width: 875px;
	background-color: #FFFFFF;
}
#footer_homepage {
	height: 40px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 1080px;
}
#footer {
	height: 40px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 950px;
}
.index_topslice_10px {
	background-image: url(images/index_topslice_10px.png);
	height: 10px;
	width: 1180px;
}

.oneColFixCtrHdr #mainContent_homepage {
	width: 1080px;
	background-color: #FFF;
	min-height: 1650px;
}
.oneColFixCtrHdr #mainContent {
	width: 950px;
	background-color: #FFF;
	min-height: 1650px;
}
.home_button {
	margin-top: 20px;
}

.feature_tb {
	height: 280px;
	width: 280px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.feature_desc {
	width: 280px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	height: 60px;
	padding-bottom: 20px;
}
.text_box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 600px;
	padding-right: 20px;
	margin-left: 330px;
	padding-bottom: 100px;
	padding-top: 105px;
}

.feature_col_1 {
	width: 280px;
	float: left;
	margin-top: 10px;
	margin-left: 200px;
}
.feature_col_2 {
	width: 280px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.feature_col_3 {
	width: 280px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.index_bottomslice_10px {
	background-image: url(images/index_bottomslice_10px.png);
	height: 10px;
	width: 1230px;
}
.footer_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 13px;
	margin-right: 15px;
	float: right;
}
.side_bar {
	margin-top: 20px;
	margin-left: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width: 120px;
	float: left;
}

