@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_bg {
	float: right;
	background-image: url(images/nav_bg.png);
	height: 50px;
	width: 910px;
}
.topslice_10px {
	height: 10px;
	width: 650px;
	background-image: url(images/topslice_10px.png);
}
.oneColFixCtrHdr #mainContent {
	min-height: 1000px;
	width: 650px;
	background-image: url(images/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;
}
.nav_btns {
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 15px;
}
.Project_title {
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.project_year {
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.project_info {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 600px;
}
.bottomslice_10px {
	background-image: url(images/bottomslice_10px.png);
	height: 10px;
	width: 650px;
}

