/*********shared sitewide********************/
/********************************************/
html, body {height:100%;}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:white;
	font-size:0.8em;
}

body img {border:0px;}

#logoband {
	display:block;
	position:relative;
	top:0px; left:0px;
	height:91px;
	width:100%;
	background-image:url(../imgs/topStripe.gif);
	background-repeat:repeat-x;
}

#logo {
	display:block;
	width:800px;
}

#logo a:hover,
a.img:hover {border-bottom: 0;}

#lcclogin {
	display:block;
	width:205px;
	float:right;
	font-size:10px;
	/*border:1px solid green;*/
}
#lcclogin .formLabel {width:170px; line-height:20px; display:block; }
#lcclogin input{
	font-size:10px;
	margin:1px;
	background-color:#fff7de;
	border:1px solid #7a253b;
	color:#333333;
	/*display:block;*/
	width:100px;
	float:right;

}
#lcclogin .goBtn {
	float:right;
	display:block;
	width:26px;
	height:17px;
	border:0px;
	margin-top:22px;

}

#footer {
	clear:both;
	/*border:1px solid red;*/
	display:block;
	width:100%;
	background-color:#cebb93;
}

#footerlinks{ 
	padding-top:12px; 
	padding-bottom:20px;
	padding-left:12px;
}

	
/*********INDEX PAGE SPECIFICS****************/	
/********************************************/
#homeContainer {
	width:100%;
	/* for testing purposes only- border:1px solid blue;*/
	margin-bottom:0px;
}

#homeContentband {
	background-color:#fff7de;
	width:100%;
	height:350px;
	display:block;
	color:#000000;
	
}
#homeContentband p {margin-left:2em;}

#homeHeader {
	display:block;
	width:100%;
	height:169px;
	/*background-color:#2b0003;*/
	background-color:#2a0002;
	color:#cebb93;
	line-height:120%;
}

#homeContent {
	display:block;
	width:846px;
	height:204px;
}

#homeNewsheadlines  {
	width:315px;
	display:block;
	position:absolute;
	font-size:10px;
	margin-left:2em;
	left: -9px;
	top: 329px;
	height: 178px;
}

#homeNewsheadlines p {border-bottom:1px dotted #efe1bf; margin-bottom:2.5em;}

#homeNewsheadlines a:link {
	font-size:10px;
	text-transform:uppercase;
	background-color:#efe1bf;
	padding: 0px 2px 2px 2px;
	float:right;
	color:#682435;
	text-decoration:none;
}

	#homeNewsheadlines a:visited {
		color:#682435;
		text-decoration:none;
		float:right;
		background-color:#efe1bf;
		padding: 0px 2px 2px 2px;	
		font-size:10px;
		text-transform:uppercase;
}

	#homeNewsheadlines a:hover {
		color:#ffffff;
		background-color:#7a253c;
		float:right;
		padding: 0px 2px 2px 2px;	
		font-size:10px;
		text-transform:uppercase;
}

	#homeNewsheadlines a:active {color:#682435;
	float:right;
		padding: 0px 2px 2px 2px;	
		font-size:10px;
		text-transform:uppercase;}
/*v1*/
/*#homeProject {
	left:339px;
	float:right;
	display:block;
	width:462px;
	background-color:#efe1bf;
	font-size:10px;
	position:absolute;
	top: 422px;
}*/
#homeProject {
	left:410px;
	display:block;
	width:360px;
	top: 329px;
	/*border:1px solid red;*/
	background-image:url(../images/projects/rbr-frontpg-thumb.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:10px;
	position:absolute;
}
#homeProject h3 { 
	margin-top:45px;
	margin-left:150px;
	margin-bottom:0px;
	 color:#2b0003;
	 font-size:12px;
	 line-height:16px;
	padding:0;
 }
#homeProject p { 
 margin-left:150px;
 margin-bottom:12px;
 margin-top:0px;
 line-height:14px;
 font-size:10px;
 }
 
 
#projectSummary {
width:238px;
display:block;

}
