/* Ellwood Chamber of Commerce Stylesheet by Aaron Elliott / forwardtrends.com */

body {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Helvetica, Sans-Serif, Arial, Tahoma;
}

a {
	color:#FF9900;
}
a:hover {
	color:#FFB94F;
}

h1 {
	font-size:20px;
	letter-spacing:-1px;
	color:#333;
	background-color:#E4EEFA;
	display:block;
	padding:20px 5px;
	margin:0;
	margin-bottom:10px;
}
h1 a{
	color:#0075EA;
	text-decoration:none;
}
h2 {
	font-size:16px;
	color:#666;
	display:block;
	border-bottom:1px solid #efefef;
	margin-top:40px;
}

h3 {
	font-size:14px;
	color:#999;
	display:block;
	margin-top:20px;
	border-bottom:1px solid #f8f8f8;
}

/* structure */

#wrapper {
	display:block;
	width:800px;
	margin:0 auto;
}

#header {
	width:800px;
	height:220px;
	background-image:url(../img/header_bg.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

#header #nav {
	position:absolute;
	margin-top:190px;
	margin-left:20px;
	height:30px;
}
#header #nav a {
	display:block;
	height:26px;
	line-height:26px;
	margin-left:2px;
	float:left;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	color:#333;
	padding:2px 14px;
}
#header #nav a:hover {
	background-color:#fff;
}
#home #home,
#members #members,
#about #about,
#events #events,
#news #news,
#contact #contact
{
	background-color:#fff;
}

#header #search {
	width:230px;
	display:block;
	background-color:#fff;
	position:absolute;
	top:120px;
	margin-left:540px;
}
#header #search p {
	line-height:24px;
	margin:0px;
	padding:0px;
	font-size:12px;
}

#header #links {
	position:absolute;
	font-size:12px;
	color:#ccc;
	margin-left:540px;
	top:20px;
}
#header #links a {
	color:#003366;
}

#content {
	display:block;
	background-image:url(../img/wrapper_bg.jpg);
	background-repeat:repeat-y;
	width:800px;
	margin:0px;
	padding:0px;
}

#content_blank {
	display:block;
	width:800px;
	margin:0px;
	padding:0px;
}
#content #left {
	width:490px;
	/*background-color:#E4EEFA;*/
	padding:10px;
	float:left;
	margin:10px;
	margin-left:0px;
	clear:right;
	font-size:14px;
	line-height:22px;
}
#content #right {
	width:220px;
	padding:20px;
	padding-top:0px;
	float:left;
	clear:right;
	font-size:12px;
	color:#666;

}

#footer {
	display:block;
	height:340px;
	
}
#footer_inner {
	width:800px;
	margin:0 auto;
	padding-top:20px;
	font-size:12px;
	line-height:20px;
	color:#666;
	background-image:url(../img/ellwood_footer_bg.jpg);
	background-repeat:no-repeat;
}

#map {
	width:480px;
	height:320px;
	border:5px solid #EFEFEF;
	font-size:12px;
	line-height:16px;
}



/* classes */

.left25 {
	width:25%;
	float:left;
}
.left50 {
	width:50%;
	float:left;
}
.input {
	font-size:12px;
	color:#666;
}
.small {
	font-size:10px;
	color:#999;
	line-height:14px;
}
.livesearch_form {
	font-size:14px;
	padding:2px 4px;
	color:#666;
	width:260px;
}
.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
}
* html .clearfix
{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}
#homepage_slideshow {
	background-color:#E4EEFA;
}
.lightblue {
	background-color:#F4F9FD;
	display:block;
	padding:5px;
	margin-bottom:20px;
}
.style4 {font-size: 16px; font-weight:bold;}
.style7 {font-size: 14px; color: #FF6600; }

#memberlist {
	 width:210px;
}