@charset "UTF-8";
/* CSS Document */

a {
	color:#bf1e2e;
	text-decoration:underline;
}
a:hover {
	color:#373737;
}
body {
	background-repeat: repeat;
	background-position: center 0px;
	color:#58585a;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
}
#outercontainer {
	margin:0 auto;
	background-repeat: repeat-y;
	background-position: center top;
	width:980px;
	position: relative;
}
#innercontainer {
	background-repeat:no-repeat;
	background-position: center top;
	width:980px;
}
#hidecolor {
	background-color: #FFF;
}
#logo {
	background-repeat: no-repeat;
	height: 102px;
	padding-top:10px;
	margin-top: 40px;
	margin-bottom: 20px;
	background-position: 0px 8px;
	cursor:pointer;
}
#logo span {
	display:none;
}
#navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom:5px;
}
#navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom:2px;
	margin-left:9px;
	border-bottom: 1px solid #FFFFFF;
}
#navigation li a {
	height: 35px;
	width: 211px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation li a:hover {
	background-position: 0px -35px;
}
#navigation li a.current {
	background-position: 0px -70px;
	cursor:default;
}
#navigation li a span {
	display:none;
}
#sidebarbottom {
	background-repeat: no-repeat;
	margin-left: 9px;
	padding:16px;
}
#sidebarbottom input {
	border:0px;
	padding:6px;
	width:167px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#sidebarbottom input.submitbutton {
	color: #FFF;
	background-color: #58585a;
	padding: 0px;
	float: right;
	width: 65px;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'futura', 'century gothic', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:2px;
	cursor:pointer;
}
p.signup {
	font-family: 'futura', 'century gothic', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:14px;
	margin-top:0px;
	margin-bottom:2px;
}
#homeheader {
	margin-top: 36px;
}
#interiorheader {
	margin-top: 36px;
}
body .contentarea {
	margin-left:3px;
}
#footer {
	margin:0 auto;
	height: 76px;
	width: 980px;
	margin-bottom:10px;
}
#footer p {
	float:right;
	margin-top:26px;
	margin-right:40px;
	color:#FFFFFF;
	line-height:15px;
	font-size:10px;
}
#footer a {
	color:#FFF;
}
#maincontent {
	float:left;
	width:465px;
	margin-right:12px;
	line-height:20px;
	margin-top: 12px;
}
#maincontent p {
	margin-top:0px;
	margin-bottom:12px;
}
h1 {
	color:#bf1e2e;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:10px;
	font-family: 'futura', 'century gothic', Arial, Helvetica, sans-serif;
}
h2 {
	font-family: 'futura', 'century gothic', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#979694;
	font-size:15px;
	margin-bottom:8px;	
	font-weight:normal;
}
h3 {
	font-family: 'futura', 'century gothic', Arial, Helvetica, sans-serif;
	color:#bf1e2e;
	font-size:16px;
	margin-top:8px;
	margin-bottom:0px;	
	font-weight:normal;
	line-height:22px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
	font-weight: normal;
	color: #a4a4a7;	
	margin-bottom:35px;
	position:relative;
	display:block;
}
blockquote span.attribution {
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-style:normal;
	position:absolute;
	bottom:-25px;
	right: 0px;
}
#rightbar {
	float:left;
	width:222px;
	margin-top: 12px;
	background-color: #EBEBEB;
}
#rightbarinside {
	background-image: url(../images/triangleupperright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#rightbarinside2 {
	background-image: url(../images/trianglelowerleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:12px;
}
#rightbar p.latestnews, #projectthumbs p.latestnews {
	font-family: 'futura', 'century gothic', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#58585a;
	font-size:14px;
	margin-top:0px;
	margin-bottom:8px;
}
#projectthumbs p.latestnews {
	margin-left:6px;
}
#rightbar p {
	color:#58585a;
	font-size:12px;
	line-height:16px;
	margin-bottom:0px;
}
#rightbar p.date {
	margin-top:0px;
	margin-bottom:8px;
	padding-bottom:8px;
	color:#99999f;
	font-size:11px;
	display:block;
	border-bottom:solid 1px #c6c6c7;
}
#logoindent {
	position: absolute;
	top: 152px;
	left: 0px;
	height: 28px;
	width: 30px;
}
#rightindent {
	position: absolute;
	top: 147px;
	right: 0px;
	height: 28px;
	width: 30px;
}
#home #rightindent, #projects #rightindent {
	top: 394px;
}
a.projectlink img {
	text-decoration:none;	
}
a.projectlink span {
	font-family: 'futura', 'century gothic', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#bf1e2e;
	font-size:15px;
	margin-top:4px;
	margin-bottom:15px;
	display:block;
	text-decoration:none;
}
a.projectlink:hover span {
	color:#373737;
	text-decoration:underline;
}
#projectthumbs {
	float:right;
	width:222px;
	margin-top: 16px;
	margin-right:5px;
}
#projectthumbs ul {
	margin:0px;
	padding:0px;
}
#projectthumbs a, #projectthumbs img {
	margin:0px;
	padding:0px;
	display:block;
}
#projectthumbs ul li {
	padding:0px;
	margin:0px;
	list-style-type:none;
	margin-left:0px;
	float:left;
	margin-left:8px;
	margin-bottom:8px;
	display:inline;
}
#projects .contentarea {
	margin-right:0px;
	width:710px;
}
#maincontent hr {
	height:1px;
	background-color:#ccc;
	border:0px;
}
.newsitem a {
	margin-top:0px;
	padding-top:6px;
	padding-bottom:6px;
	border-top:solid 1px #CCCCCC;
	display:block;
	background-image:url(../images/newsarrow.jpg);
	background-position:left 11px;
	background-repeat:no-repeat;
	padding-left:12px;
}
.newsitem a:hover {
	background-image:url(../images/newsarrow_over.jpg);
}
#maincontent label {
	font-weight:bold;
	font-size:12px;
}
#maincontent textarea {
	width:436px;
	height:150px;
	padding:6px;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	border:solid 1px #CCC;
}
#maincontent input {
	width:206px;
	padding:6px;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	border:solid 1px #CCC;
	margin-bottom:10px;
}
#maincontent textarea.blur, #maincontent input.blur {
	color:#999999;
}
#maincontent .submit {
	color: #FFF;
	background-color: #58585a;
	padding: 0px;
	float: right;
	width: 65px;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'futura', 'century gothic', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:2px;
	cursor:pointer;
	border:0px;
	margin-right:15px;
}
.entry a[rel=nofollow] {
	display:none;
}
.entry img[border=0] {
	display:none;	
}
.entry {
	background-image: url(../images/newsbreak.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
}
