.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body{
	margin:0;
	padding:0;
	background:#fff;
	font:13px/18px 'Trebuchet MS', sans-serif;
	color:#1b1464;
}

#container{
/*	margin:16px 7px 0 22px;*/
	width:100%;
	position:relative;
	padding-bottom:80px;
}

#masthead{
	width:100%;
	background:url('../images/masthead.gif') -7px 0px repeat-x;
	z-index:4;
	position:absolute;
	top:16px;
	left:0px;
	height:226px;
}

#masthead h1{
	text-indent:-9999px;
	background:url('../images/crwa-logo.gif') 7px 0 no-repeat;
}

#masthead h1 a{
	display:block;
	width:320px;
	height:77px;
}

#content{
	z-index:1;
	margin-top:175px;
	padding:80px 0 20px 0;
	float:left;
	width:75%;
	background:#f0f5f9 url('../images/teardrops.gif') 5px 50px no-repeat;
	min-height:350px;
}

#content h2{
	color:#754c24;
	padding:0 12px 10px 50px;
	font:20px 'Georgia', serif;
}

#content h3{
	font-size:18px;
	padding:0 0 5px 50px;
}

#content h3 small{
	font-size:14px;
	font-style:italic;
	font-weight:normal;
}

#content p{
	padding:0 12px 10px 50px;
	position:relative;
	z-index:3;
}

#content ul{
	padding:0 12px 10px 50px;
	position:relative;
	z-index:3;
}

#content ul li{
	padding:2px 0;
}

#content a{
	color:#369;
	text-decoration:none;
}

#content a:hover{
	color:#000;
}

#content hr{
	height:1px;
	background:url('../images/content-hr.gif') top left repeat-x;
	border:none;
	outline:none;
	width:95%;
}

#content img{
	position:relative;
	z-index:4;
}

#content img.content-side-image{
	float:right;
	padding-left:12px;
	padding-right:10px;
}

#content.agendas{
	text-align:center;
}

#content.agendas h2{
	text-align:left;
}

#content #columns{
	width:60%;
	margin:0 auto 20px auto;
	padding-bottom:75px;
}

#content #columns h4{
	text-align:center;
	text-transform:uppercase;
}

#content #left-column{
	float:left;
}

#content #right-column{
	float:right;
}

#content #columns.board{
	text-align:left;
	margin:0;
	width:700px;
}

#content #columns.board #left-column{
	width:170px;
	float:left;
}


#content #columns.board #left-column h4{
	color:#b8845a;
	text-align:left;
	padding-left:50px;
}

#content #columns.board #left-column ul li{
	padding:5px 0;
}

#content #columns.board #right-column{
/*	width:300px;*/
	float:left;
	border-left:1px solid #b8845a;
	padding-left:20px;
}

#content #columns.board #right-column h4{
	text-align:left;
	color:#b8845a;
}

#content #columns.board #right-column td{
	width:200px;
	padding:2px 0;
}

#content #columns.board #right-column.bom td{
	width:150px;
	padding:2px 0;
}

#sidebar{
	margin-top:195px;
	float:left;
	margin-left:.1%;
	width:24.9%;
	background:#fff;
	text-align:center;
	font:11px/16px Verdana,sans-serif;	
}

#sidebar h3{
	position:relative;
	z-index:4;
	margin-bottom:30px;
	text-align:justify-center;
	color:#b8845a;
}

#sidebar h3 a{
	color:#b8845a;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
	text-decoration:none;
}

#sidebar h3 a:hover{
	color:#000;
}

#sidebar hr{
	height:1px;
	background:url('../images/sidebar-hr.gif') top left repeat-x;
	border:none;
	outline:none;
	width:75%;
	margin:4px auto;
}

#sidebar ul#nav li a{
	text-decoration:none;
	color:#036;
	letter-spacing:1px;
}

#sidebar ul#nav li a:hover{
	color:#000;
}

#sidebar-footer
{
	width:223px;
	margin:0 auto;
	background:#b8845a url('../images/sidebar-footer-bottom.gif') bottom left no-repeat;
	padding-bottom:10px;
	margin-top:25px;
	text-align:left;
	position:relative;
	z-index:5;
}

#sidebar-footer h4{
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:1px dashed #fff;
	padding:10px 0;
	margin:0 auto 10px auto;
	background:url('../images/sidebar-footer-top.gif') top left no-repeat;
}

#sidebar-footer ul li a{
	color:#fae5d5;
	text-decoration:none;
	padding:0 10px;
}

#sidebar-footer ul li a:hover{
	color:#fff;
}

#footer-links{
	margin-left:45px;
	padding-bottom:20px;
}

#footer-links a{
	color:#036;
	text-decoration:none;
	text-transform:uppercase;
}

#footer-links a:hover{
	color:#000;
}

#footer{
	background:url('../images/bottom-wave.gif') right bottom repeat-x;
	position:absolute;
	bottom:0;
	left:0;
	height:150px;
	width:100%;
	z-index:2;
}