@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/sj-2009-pattern.gif);
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	margin: auto;
	width: 1230px;
}
.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;
	background-image: url(images/nav_bg.png);
	height: 50px;
	width: 910px;
}
.index_topslice_10px {
	background-image: url(images/index_topslice_10px.png);
	height: 10px;
	width: 1230px;
}
.oneColFixCtrHdr #mainContent {
	min-height: 1650px;
	width: 1230px;
	background-image: url(images/index_topslice_1px_repeat.png);
}
.feature_tb {
	height: 280px;
	width: 280px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.feature_desc {
	width: 280px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	height: 60px;
	padding-bottom: 20px;
}
.feature_col_1 {
	width: 280px;
	padding-left: 20px;
	float: left;
}
.feature_col_2 {
	width: 280px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}
.feature_col_3 {
	padding-right: 20px;
	width: 280px;
	float: left;
}
.feature_col_4 {
	padding-right: 20px;
	width: 280px;
	float: left;
}
.index_bottomslice_10px {
	background-image: url(images/index_bottomslice_10px.png);
	height: 10px;
	width: 1230px;
}
