@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:16px;
	color: #5A5A5A;
	background-color: #5A5A5A;
	margin:0px;
}

#wrapper {
	margin:0 auto;
	width:960px;
}

#header {
	width:960px;
	height:143px;
	border-bottom: solid 2px #F23C2C;
}

#contentwrapper {
	width:960px;
	min-height:400px;
	background-image: url(imgs/contentwrapper_bkgd.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#nav {
	float:left;
	width:170px;
	
}

#nav ul {
	font-size: 0.88em;
	text-align:right;
	margin-left:15px;
	margin-top:30px;
	padding:0px;
	list-style:none;
	line-height:2em;
	width:140px;
}

#nav li {
	border-bottom: solid 1px #5A5A5A;
}

#nav a {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	
}

#nav a:hover, #nav a.active {
	font-weight:bold;
	color:  #4D4D4D;
	text-decoration:none;
}

#contacts {
	font-size: 0.75em;
	font-weight:bold;
	width:140px;
	margin-left:15px;
	margin-top:30px;
	margin-bottom:30px;
	text-align: right;
}

#contacts a {
	color: #5A5A5A;

}

#contacts a:hover {
	color: #FFFFFF;

}

#content {
	float:left;
	width:730px;
	background-color: #FFFFFF;
	background-image: url(imgs/content_gradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:30px;
	font-size: 0.75em;
}

.clear {
	clear:both;
}

#footer {
	width:960px;
	height:25px;
	background-image: url(imgs/csf_footer_bkgd.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#footer ul {
	float:right;
	list-style:none;
	margin-right:10px;
	margin-top:0px;
	margin-left:0px;
	padding:0px;
}

#footer li {
	float:left;
	padding: 3px 10px;
	border-left: solid 1px #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	font-size: 0.75em;
	text-decoration:none;

}


h1 {
	color: #F23C2C;
	size: 1.75em;
	font-weight:bold;
	margin-top:0px;
}
.rightimg {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border:solid 1px black;
}
#projectslist li {
	margin-bottom:10px;
}
.border {
	border:solid 1px black;
}

a {
	text-decoration:none;
	color: #F23C2C;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color: #5A5A5A;
	font-weight:bold;
}

#bimco {
	margin-left:15px;
	width:143px;
	font-size:10px;
	text-align:right;
}

#cadets {
	margin:15px 0 0 15px;
	width:143px;
	font-size:10px;
	text-align:left;
}
