/* CSS Document */
html {
	height:100%;
}
body {
	padding:0; 
	margin:0; 
	height:100%; 
	background:url(images/bg.jpg) repeat-x top left #c9c9c9;
	font-size:1em;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#333333;
	text-align:center;
}
#topbg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:174px;
	margin:0;
	padding:0;
}
#topleftbg {
	float:left;
	height:174px;
	width:50%;
	background:url(images/topleftbg.jpg) repeat-x top left;
}
#toprightbg {
	float:left;
	height:174px;
	width:50%;
	background:url(images/toprightbg.jpg) repeat-x top left;
}
/* ----------- HEADER STYLES ------------ */
h1 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#932c1b;
	padding:0px;
	margin:0;
}
#content hr {
	width:100%;
	height:1px;
	border:none;
	border-top:1px solid #000;
	background:none;
	margin:2px 0 0 0;
	margin-left:-10px;
}
h2 {
	font-weight:normal;
	font-size:12px;
	font-style:italic;
	color:#333333;
	margin:0;
	padding:0;
	margin-bottom:18px;
}
h3 {
	font-weight:bold;
	font-size:12px;
	color:#990000;
	margin:0;
	margin-bottom:2px;
}
h4 {
	font-size:16px;
	font-weight:normal;
	color:#932c1b;
	margin:0;
	background:url(images/sidearrow.jpg) no-repeat left 35%;
	padding-left:13px;
}
/*h5 {
	font-size:18px;
	font-weight:normal;
	color:#003300;
	border-left:2px solid #CC9900;
	padding-left:5px;
	margin:0;
	margin-bottom:10px;
}*/
img a , a img{ 
	border:0px;
}
ul {
	line-height:1.5em;
}
/* ------------ CHANGE LINK COLOR HERE ------------ */
a:link{
	color:#333;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color:#666;
}
a:hover{
	text-decoration:none;
	color:#990000;
}
a:active {
	text-decoration:none;
}
#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:949px;
	height:auto;
	text-align:left;
	z-index:400;
}
#container {
	margin:0;
	padding:0;
	width:901px;
	height:auto;
	padding-left:17px;
}
#header {
	height:159px;
	width:901px;
	margin:0;
	padding:0;
}
#logo {
	float:left;
	width:589px;
	height:159px;
	background:url(images/header.jpg) no-repeat top left;
	margin:0;
	padding:0;
}
#flash {
	float:left;
	width:312px;
	height:159px;
	margin:0;
	padding:0;
}
#body {
	clear:both;
	width:901px;
	height:auto;
	margin:0;
	padding:0;
	background:url(images/bodybg.jpg) repeat-y top left;
}
#sidebar {
	position:absolute;
	top:175px;
	left:17px;
	width:200px;
	height:auto;	
	color:#000;
	font-size:.75em;
}
#nav {
	width:200px;
	height:250px;
	margin:0;
	padding:5px 0 0 0;
	background:url(images/navbg.jpg) no-repeat top left;
	margin-bottom:20px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	padding-left:30px;
	width:170px;
	line-height:30px;
}
#nav ul li a {
	display:block;
	width:100%;
	font-weight:bold;
	font-size:14px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#000;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#c20000;
	background:url(images/navarrow.jpg) no-repeat right center;
}
#nav ul li a.here {
	color:#c20000;
	background:url(images/navarrow.jpg) no-repeat right center;
}
#sidetext {
	padding:0 15px 0 15px;
}
#sidetext a {
	text-decoration:none;
	color:#000;
}
#sidetext a:hover {
	text-decoration:none;
	color:#990000;
}
#sidebar h3 {
	background:none;
	border-top:1px solid #000;
	height:1px;
	width:85%;
	margin:20px 0 20px 0;
}
#content {
	width:640px;
	height:auto;
	font-size:.8em;
	line-height:1.4em;
	padding:14px 30px 5px 230px;
	margin:0;
	color:#333;
	background:url(images/contentbg.jpg) no-repeat top left;
}
#content hr.project {
	height:1px;
	width:100%;
	border:none;
	border-top:1px dotted #000;
	background:none;
	margin:20px 0 20px 0;
}
/* ---------- RECENT NEWS BOX ------------ */
h5.RNheader {
	font-size:14px;
	margin:0;
	padding:0;
	color:#FFF;
	background-color:#669900;
	border-bottom:1px solid #000;
	padding:3px 0 3px 6px;
}
#RN {
	border:1px solid #000;
	background-color:#e4e4e4;
	width:640px;
	height:100px;
	margin:0;
	font-size:13px;
}	
#RN .padded {
	padding:10px 15px 10px 15px;
	width: 610px;
	height: 90px;
}
/* --------------------------------------- */
/* ---------- LOOK FOR US BOX ------------ */
h5.look {
	font-size:13px;
	margin:0;
	padding:0;
	color:#FFF;
	background-color:#993300;
	border-bottom:1px solid #000;
	padding:3px 0 3px 6px;
}
#Look {
	border:1px solid #000;
	width:100%;
	height:auto;
	margin:0;
	font-size:13px;
}	
#Look .padded {
	padding:10px 10px 10px 10px;
}
/* --------------------------------------- */
#footer {
	width:720px;
	background:url(images/footer.gif) no-repeat top left;
	height:74px;
	padding:25px 0 0 230px;
	color:#000;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
	text-align:left;
}	
#footer a {
	color:#000;
	text-decoration:none;
	margin:0 6px 0 6px;
}
#footer a:hover {
	text-decoration:underline;
}
.floatright {
	float:right;
	margin:0 0 15px 15px;
}
.floatleft {
	float:left;
	margin:0 15px 0 0;
}
.smaller {
	font-size:10px;
	font-style:italic;
}
.projectpic {
	margin-bottom:1px;
	border:1px solid #000;
}
.pic {
	border:1px solid #000;
}
.redtext {
	color:#FF0000;
	font-weight:bold;
}
.bluetext {
	color:#0000FF;
	font-weight:bold;
}
.noshow {
	display:none;
}
.input {
	border:1px solid #666;
}
.gallery img {
	border:1px solid #000;
}
fieldset {
	border:1px solid #666;
	padding:15px;
	width:auto;
}
legend {
	background-color:#FFF;
	font-weight:bold;
	font-size:1em;
	color:#990000;
}
.clear {
	clear:both;
}
