/* - - - - - - - - - - - - - - - - - - - - -

Title : American Civil Constructors	
Author : Chris Kollars
URL : www.christopherkollars.com

Description : 

Created : 4-3-07
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

#header-wrapper{
	background: url('../images/home_header.jpg') no-repeat;
}
#content-wrapper{
	background: url('../images/home_section.jpg') no-repeat;
}
#section-header{
	background-color: #990000;
	}
#fill{
	height: 100px;
}
#content{
	margin-left: 20px;
}
#left-sidebar{
	float:right;
	margin: 20px 0;
	padding: 0 10px;
	border-right: none;
	border-left: 1px solid #c1c1c1;
	width: 115px;
}
#left-sidebar p{
	line-height: 12px;
	font-size: 10px;
	margin-top: 5px;
	
}
#left-sidebar a{
	color: #000;
}
#right-sidebar{
	margin-left: 0px;
}
#right-sidebar a{
	color: #000;
}
#right-sidebar ul{
	font-size: 10px;
	line-height: 12px;
}
#right-sidebar li{
	margin-bottom: 5px;
}
#news li{
	background: url(../images/newsicon.gif) no-repeat;
	padding-left:  33px;
	height: 33px;
}
/* ----- HEADERS ----- */

h1, h2, h3{
	margin: 0;
	padding: 0;
}
h2{
	color: #660000;
	font-size: 16px;
	margin-bottom: 10px;
}
h3{
	color: #990000;
	font-size: 10px;
	text-transform: uppercase;
}



/* ---- flash hover ------*/
#nav li ul{
	z-index: 100;
}