* { margin: 0; padding: 0; }

img { border: none; }

.clear { clear: both; }

body {
	background: #001f57 url(../images/bg.jpg) repeat-x top left;	
}

.wrapper_background {
	background: url(../images/glow.jpg) no-repeat top center;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.header {
	height: 139px;	
	width: 906px;
	margin: 0 auto;
}

	.logo {
		float: left;	
	}
	
	.live_work_play {
		float: right;
		width: 261px;
	}
	/* navigation - start */	
	
	.live_work_play ul {
		list-style: none;
	}
	.live_work_play li {
		float: left;
	}
	.live_work_play a * {
		display: none;
	}
	.live_work_play a, .live_work_play a .hover {
		height: 139px;
		display: block;
		background: url('../images/live-work-play.png') no-repeat 0 0;
		cursor: pointer;
	}
	/* individual navigation items - start */
	
	.live_work_play a.lwp_live {
		background-position: 0 0;
		width: 83px;
	}
	.live_work_play .highlight a.lwp_live:hover, .live_work_play a.lwp_live .hover {
		background-position: 0 -139px;
	}
	.live_work_play a.lwp_work {
		background-position: -83px 0;
		width: 82px;
	}
	.live_work_play .highlight a.lwp_work:hover, .live_work_play a.lwp_work .hover {
		background-position: -83px -139px;
	}
	.live_work_play a.lwp_play {
		background-position: -165px 0;
		width: 96px;
	}
	.live_work_play .highlight a.lwp_play:hover, .live_work_play a.lwp_play .hover {
		background-position: -165px -139px;
	}
	/* individual navigation items - end */
	
.rotator {
	height: 224px;
	width: 906px;
	margin: 0 auto;
}

.nav {
	height: 80px;
	background: url(../images/nav.jpg) no-repeat top left;
}

	.nav ul {
		list-style: none;
		padding: 15px;
	}
	
	.nav ul li {
		display: inline;
		float: left;
	}
	
	.nav ul li a {
		color: #fff;
		display: block;
		text-transform:uppercase;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing:1px;
		text-decoration:none;
		line-height: 1.5em;
	}
	
	.nav ul li a:hover {
		color: #c0c0c0;	
	}
	
	.nav_member {
		width: 	300px;
		text-align: left;
		font-size: 18px;
		padding: 10px 0 13px 98px;
	}
	
	.nav_events {
		font-size: 13px;	
		padding: 15px 32px;
	}
	
	.nav_yourchamber {
		font-size: 13px;	
		padding: 5px 32px;
		width: 75px;
		text-align:center;
	}
	
	.nav_photoalbum {
		font-size: 13px;	
		padding: 5px 32px;
		width: 52px;
		text-align:center;
	}
	
	.nav_joincontact {
		font-size: 13px;	
		padding: 5px 23px;
		width: 95px;
		text-align:center;
	}

.contentarea {
	background: url(../images/copyarea.png) repeat-y;
	width: 826px;
	margin: 0 auto;
	padding: 20px 40px 5px 40px;
}

.contentarea_caps {
	width: 906px;
	margin: 0 auto;
}	

.copy_area {
	background: #fff;
	font: normal 13px/1.5em Arial, Helvetica, sans-serif;
	color: #000;
}

.copy_area h1, .mceContentBody h1 {
	color: #9b9999;
	font: bold 36px/1em Arial, Helvetica, sans-serif;
}
.copy_area h1 img {
	margin-right: 10px;
}

.copy_area h2, .mceContentBody h2 {
	color: #407cba;
	font: bold 24px/1em Arial, Helvetica, sans-serif;
}

.copy_area h3, .mceContentBody h3 {
	color: #990000;
	font: bold 16px/1em Arial, Helvetica, sans-serif;
}

.copy_area a {
	color: #2a67a6;
}

.copy_area a:hover {
	color: #5b92ca;
}

.copy_area p, .footer_contact p, .copy_area h1, .sidebar_content h2, .copy_area table, .mceContentBody p {
	margin-bottom: 15px;	
}

.copy_area input,textarea,select {
	margin: 1px;
	padding: 3px;
	width: 200px;
}

.copy_left {
	float: left;	
	width: 515px;
}

table.datatable {
	border-top: 1px solid #407cba;
	border-left: 1px solid #407cba;
}

	td.datatabledark {
		border-right: 1px solid #407cba;
		border-bottom: 1px solid #407cba;
		background: #407cba !important;
		padding: 5px;
		color: #fff;
		font-weight: bold;
	}
	
	table.datatable td {
		background: #e5e5e5;
		border-right: 1px solid #407cba;
		border-bottom: 1px solid #407cba;
		padding: 5px;
	}
	
table.infotable td {
	padding: 10px 10px 0 0;
	border-top: 1px solid #407cba;
	font-size: 12px;
}

table.infotable img {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #407cba;
}

table.albumtable {
	margin-top: 5px;
}
table.albumtable p {
	margin: 0;
}
table.albumtable td{
	padding: 0 10px 10px 0;
	font-size: 11px;
	line-height: 1.25em;
	width: 130px;
	text-align: center;
}
table.albumtable img {
	border: 1px solid #407cba;
}

.sidebar {
	float: right;
	width: 286px;
	background: #999999 url(../images/news-bg.png) no-repeat top left;
}

.sidebar a {
	color: #1b4f85;
}

.sidebar hr {
	color: #990000;
	background: #990000;
	height: 1px;
	border: none;
	margin: 10px 0;
}

.sidebar_content {
	min-height: 283px;
	height: auto !important;
	height: 283px;
	padding: 20px 20px 10px 20px;
}

	.sidebar_content h2 {
		font: bold 18px/1em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color: #000;
	}
	
	.sidebar_content h3 {
		color: #990000;
		font: bold 14px/1em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
	}
	
	.copy_area ul, .mceContentBody ul{
		margin: 0 0 15px 20px;
	}
	.copy_area ul ul .mceContentBody ul ul {
		margin: 0 0 0 20px;
	}
	
	a.viewallevents {
		display: block;
		color: #fff;
		text-decoration:none;
		background: url(../images/arrow.gif) no-repeat center left;
		font: bold 18px/1em Arial, Helvetica, sans-serif;
		padding: 5px 0 5px 30px;
		text-transform:uppercase;
		letter-spacing: 2px;
	}
	
	a.viewallevents:hover {
		color: #e0e0e0;
	}
	
	/* PDF document links */
.copy_left a[href$='.pdf'] {
background:transparent url(../images/pdf.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:16px;
}
.sidebar_btm {
	
}
	
.footer {
	width: 878px;
	margin: 0 auto;
	font: normal 12px/1.5em Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 20px 0;
}

.footer_input {
	background: url(../images/searchbg.gif) no-repeat top left;
	width: 158px;
	height: 15px;
	color: #6b6b6b;
	font: normal 13px/1em Arial, Helvetica, sans-serif;
	border: none;
	float: left;
	padding: 6px;
}

.footer_submit {
	width: 57px;	
	height: 27px;
	background: url(../images/go.gif) no-repeat 0 0;
	font: normal 13px/1em Arial, Helvetica, sans-serif;
	border: none;
	color: #790200;
	float: left;
}

.footer_submit:hover {
	background-position: 0 -27px;
	cursor:pointer;
	color: #000;
}

	.footer a {
		color: #99ceff;
		text-decoration:none;
	}
	
	.footer a:hover {
		color: #cae6ff;	
	}

	.footer_contact {
		float: left;	
	}

	.footer_banners {
		float: right;	
	}
	
	.footer_banners img {
		margin: 0 0 0 20px;	
	}
	
/* CMS Styles */

body.mceContentBody {
    /*background: #FFF7D9 url(images/copy-bg.gif) repeat top left;*/
	width: 515px;
	background: #fff;
	font: normal 13px/1.5em Arial, Helvetica, sans-serif;
	color: #000;
}

.mceContentBody a {
	font: normal 13px/1.5em Arial, Helvetica, sans-serif !important;
    color: #2a67a6 !important;
}

.mceContentBody a:hover {
	color: #5b92ca;
}

/* End CMS Styles */