/* DEFAULTS */
*{margin:0;padding:0; }
ul, li{list-style:none}
p{padding:8px 4px;}
a{color:#5B70AB;text-decoration:underline;}
a:visited{color:#5B70AB;}
a:hover{color:#5B70AB;text-decoration:none;}
a img, a:hover img{border:none;text-decoration:none;}
a:active, a:focus{outline:none}
.img-left{float:left;margin:0 10px 10px 0;}
.img-right{float:right;margin:0 0 10px 10px;}
h1,h2,h3,h4,h5{font-family:"Helvetica Neue", Helvetica, Arial; font-weight:normal;}
.clearboth{clear:both}
.displaynone{display:none;}
.message{
	background:#FFFFCC;
	margin:10px 0;
	padding:10px;
	border:1px dotted #CCC;
}

h2{
	font-size:20px;
	margin-bottom:5px;
	margin-top:10px;
}
.main-heading{
	font-size:26px;
	margin:10px 0;
}
/* STRUCTURE */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#202020;
	background: #1F1911;
	line-height:18px;
}

#site-wrap{
	width:100%;
	padding:8px 0;
	background:#FFF url(/images/layout/bg_logo_big.jpg) 60% 20% no-repeat;
	border-bottom:3px solid #443724;	
}

/* TOP NAV */
#top-nav{
	width:100%;
	border-bottom:3px solid #443724;
	height:26px;
	text-align:center;
}
#top-nav ul{
	width:960px;
	margin:5px auto;
	font-size:12px;
	text-transform:uppercase;
}
#top-nav ul li{
	display:inline;
}
#top-nav ul li a{
	color:#FFF;
	text-decoration:none;
	margin-left:18px;
	padding:10px 8px;
}
#top-nav ul li a.active, #top-nav ul li a:hover{
	color:#FFF;
	background:#443724;
	line-height:18px;
	padding:10px 8px;
}

/* HEADER */
#header{
	background:url(/images/layout/bg_double_line.gif) bottom left repeat-x;
	padding-bottom:10px;
	margin-bottom:10px;	
	width:100%;
	float:left;
	border-bottom:1px solid #CCC;
}

#header-left, #header-mid, #header-right{
	float:left;
	width:300px;
	font-size:12px;
}
#header-mid, #header-right{
	margin-top:40px;
}
#header-mid h3, #header-right h3{
	margin:8px 0;
}
#header-mid h3 span, #header-right h3 span, h3 span{
	background:#443724;
	color:#FFF;
	display:inline;
	padding:3px;
	font-size:16px;
	-moz-border-radius: 3px;border-radius: 3px;
}

/* FOOTER */
#footer{
	width:960px;
	margin:5px auto 20px auto;
	clear:both;
	color:#FFF;
	text-align:center;
}

/* BOTTOM NAV */
#footer ul{
	width:960px;
	margin:0 auto;
	font-size:12px;
	text-transform:uppercase;
}
#footer ul li{
	display:inline;
}
#footer ul li a{
	color:#8F8374;
	text-decoration:none;
	margin-left:18px;
}


/* ID CONTENT */
#content{
	width:960px;
	margin:0 auto;
}

/* BANNER */
#banner{
	width:960px;
	height:150px;
	margin:10px 0 20px 0;
}
#banner.home{
	background:url(/images/layout/bg_banner_home.gif) top left no-repeat;
}

/* CLASS CONTENT */
.content{
	width:640px;
	float:left;
	margin:10px 0 100px 0;
	padding:0 60px 0 0;
	/* border-right:1px solid #d2d2d2; */
}

/* SIDEBAR */
.sidebar{
	width:250px;
	float:left;
	margin:0 0 30px 0;
	padding-top:60px;
}

/* SIDE NAV */
.sidebar ul.side-nav{
	text-align:right;
}
.sidebar ul.side-nav li{
	margin:8px 0;
}
.sidebar ul.side-nav li a{
	color:#202020;
	text-decoration:none;
	padding:8px;
}
.sidebar ul.side-nav li a:hover{
	color:#5B70AB;
	background:#f5f5f5;
}

/* MISC */
.address{
	float:left;
	margin-left:10px;
}
.name{
	text-transform:uppercase;
}
.position{
	color:#999999;
}
.directions{
	float:right;
	margin-top:40px;
}

.col33{
	float:left;
	width:32%;
}
.small-gray, a.small-gray{
	font-size:11px;
	color:#999;
	text-decoration:none;
}


/* Events */
.event-main{
	border-bottom:1px dotted #DDD;
	padding:10px;
	margin-bottom:30px;
}
.event-main .desc{
	font-size:16px;
}
.event-block{
	float:left;
	width:600px;
	font-size:16px;
}
.event{
	border-bottom:1px dotted #DDD;
	padding:10px 5px;
}
.event.even{
	background:#f5f5f5;
}
/* event archives */
.archive-block{
	float:left;
	margin-left:15px;
	width:200px;
	float:left;
	font-size:12px;
}