html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


body {color:#000; background-color:#fff; font-size: 10pt; font-family: arial;}

		/* Main Layout Styles */
a {
	color:#55a;
	text-decoration:none;
	}
img.sf_logo {
	float:left;
	border: none;
}

#main_content {
	color: #000; 
	width: 900px; 
	margin: 0 auto;
}

#menu_bar {
	width: 900px; 
	height: 45px; 
	margin-top: 30px;
	margin-bottom: 10px;
}

.menu_wrapper {
	float: right;
}

.menu_options {
	font: bold 1.3em arial;
	text-align: right;
	margin: 15px 1px auto 30px;
	float: left;
}

.header {
	background: url(../images/winter_masthead_small.jpg) no-repeat;
	height: 180px;
	width: 900px;
}

.header_home {
	background: url(../images/winter_masthead.jpg) no-repeat;
	height: 250px;
	width: 900px;
}

#header_text_main {
	color: #fff;
	font-size: 14pt;
	float: right;
	width: 325px;
	height: 200px;
	padding: 25px;
}

#header_text {
	color: #fff;
	font-size: 14pt;
	float: right;
	width: 325px;
	height: 140px;
	padding: 20px;
}

.main_rapper {
	width: 730px; 
	float: left;
	margin: 20px 0px 10px 0px;
}

#main_text {
	border: solid 1px;
	width: 685px; 
	padding: 10px;
	clear: left;
	overflow: auto;
}

#main_text_home {
	border: solid 1px;
	width: 685px; 
	padding: 10px;
	clear: left;
}

#project_bar {
	border: solid 1px;
	width: 148px; 
/* origionally max height of 498px */
	padding: 10px;
	float: left;
	margin: 20px 0px 10px 0px;
	overflow: auto;
}

a.project_menu_item {
	text-decoration: none; 
	color: #000;
}

table {
	float: left;
}

td {
	padding: 10px;
	vertical-align: top;
} 

td.bold {
	font-weight: bold;
}


ul.bullet {
	margin-left: 20px;
}

li {
	margin-bottom: 10px; /* IE fix for project menu items*/
}

li.sub_menu {
	margin-bottom: 10px; /* IE fix for project menu items*/
	margin-left: 10px;
}

p.title_a {
	font-size: 12pt;
}

p.title_b {
	font-size: 14pt;
}

p.justify {
	text-align: justify;
}
		/* Home Page Specific Styles */

.news_item {
	border: solid 1px;
	width: 200px; 
	height: 100px; 
	padding: 10px;
	float: left;
	margin: 0px 20px 20px 0px;
}

/* ORIGINAL CSH ID
#csh {
	background: url(../images/housing.jpg);
	height: 278px;
	padding: 37px;
}*/

#csh {
	background: url(../images/housing.jpg);
	height: 278px;
	padding: 37px;
	color: #fff;
	font-size: 18pt;
}

#csh_inner {
	background: url(../images/text_back_brown_sm.png) no-repeat;
	height: 230px;
	width: 480px;
	color: #fff;
	padding: 10px;
	font-size: 18pt;
}

img.project_thumb {
	margin-bottom: 2px; 
	border: none;
}

		/*About Page Specific Styles */

.team {
	clear: left;
	padding: 10px;
	margin-bottom: 10px;
}

.profile_text {
	float: left;
	margin: 0px 20px 0px 20px;
	text-align: justify;
}

img.about_logo {
	margin: 15px 0px 0px 60px; 
	border: none; 
	padding: 10px; 
	float: left;
}

ol.numbered_list {
	margin-left: 20px;
}

		/* News Page Specific Styles */

.news_article {
	width: 300px;
	float: left;
	padding: 20px;
	text-align: justify;
}

.news_image {
	float: left;
	padding: 30px 10px 10px 20px;
}

		/* Projects Page Specific Styles */

.project_recent {
	clear: left;
	width: 573px; 
	height: 130px; 
	margin: 0px 0px 10px 55px;
}

.project_text{
	color: #fff; 
	font-size: 18pt;
	font-weight: bold;
	margin: -100px 0px 0px 40px;
}

.project_item {
	width: 145px; 
	height: 150px; 
	margin: 0px 20px 20px 35px;
	padding: 10px;
	float: left;
	border: solid 1px;
}

.software_item {
	width: 145px; 
	height: 100px; 
	margin: 0px 20px 20px 35px;
	padding: 10px;
	float: left;
	border: solid 1px;
}

.project_image {
	float: left;
	padding: 10px 10px 10px 30px;
}

ul.project_menu_bullet {
	list-style-image: url('../images/arrow_icon.png');
	list-style-type: disc; square: #000;
	margin-left: 12px;
}

td.description {
	width: 300px;
	text-align: justify;
}

		/* Software Page Specific Styles */

img.product_image {
	float: right; 
	margin: 0px 0px 10px 10px;
}

img.software_thumb {
	border: none; 
	margin-top: 20px;
}

		/*Contact Page Specific Styles*/

table.contact {
	margin: 10px 0px 0px -10px;
}

.contact_details {
	clear: both;
	margin: 10px 0px;
	height: 240px; /*forces divs apart for an unknown reason*/
	padding: 10px;
}

		/* Links at the Bottom of each Page Styles*/

.wrapper_links {
	width: 900px;
	height: 20px;
	padding: 0px 0px 20px 0px;
	clear: both;
}

.link {
	float: left;
	margin-right: 50px;
	margin-left: 10px;
}

img.border_none {
	border: none;
}
