body {
	text-align: center;
	margin : 0px;
	padding : 0px;
	background : #394B4D;
	font-family : "Helvetica", sans-serif;
	font-size : 11pt;
	line-height : 1.3em;
}

a {
	color : white;
	outline : none;
}

hr {
	border : none;
	border-top : 1px dotted white;
	margin : 40px 20px;
}

hr.space {
	border: none;
	height: 40px;
	margin : 0px;
}

textarea {
	font-family : "Helvetica", sans-serif;
	font-size : 11pt;
	line-height : 1.3em;
}

.floatright {
	float: right;
	margin : 0px 0px 10px 20px;
}

.clear {
	clear: both;
}

h2.underline {
	border-bottom: 1px solid #595639;
	margin-bottom : 30px;
	padding-bottom : 20px;
}





#container {
	width : 800px;
	margin: auto;
	padding : 0px 50px;
	background : url(/images/body_shadow.png) repeat-y;
	text-align: left;
}

#header {
	background : #eadcb1;
	width : 800px;
	height : 174px;
	background : url(../images/header.jpg) no-repeat;
}

#header h1.title {
	margin : 0px;
	padding : 0px;
	display: none;
}



.promoBox {
	float: right;
	line-height : 2em;
	padding: 20px;
	max-height: 134px;
	font-size : .8em;
	text-align: right;
	
}

.promoBox h1, 
.promoBox h2 {
	margin : 0px;
	padding : 0px;
}







#menu {
	height : 50px;
	color : white;
	font-weight : bold;
	text-transform : uppercase;
	background : #2a281b;
	text-align: center;
}

#menu a {
	display: inline-block;
	color : white;
	text-decoration: none;
	height : 20px;
	padding : 15px 15px;
	line-height : 20px;
}

#menu a:hover, #menu .current {
	background : #403d29;
}







#content {
	clear : both;
	color : #ddd;
	padding : 20px;
	background : #403d29 url(/images/body_gradient.png) repeat-x;
}









.home_images {
	margin : -20px -20px 20px -20px;
	padding : 20px 20px 1px 20px;
}

.home_images img {
	margin-bottom : 20px;
	display: block;
	border : 0px;
}

.homeHalfBox {
	width : 50%;
	float : left;
}

.eventlisting {
	border-top : 1px solid #595639;
	margin-right : 20px;
	padding : 20px 0px;
	}

.eventlisting img {
	border : 5px solid #262518;
	}

.readmorelink {
	color : #8c865a;
	border-bottom : 1px solid #8c865a;
	text-transform: uppercase;
	font-weight : bold;
	text-decoration: none;
	font-size : .7em;
}

.readmorelink:hover {
	color: #bfb77a;
}







.socialLinks {
	border-top : 1px solid #595639;
	margin : 0px;
	padding : 40px 0px;
}

.socialLinks li {
	list-style-type: none;
	margin : 0px;
	padding : 0px;
	margin-bottom : 20px;
	}
	
.socialLinks li a {
	display: block;
	height : 60px;
	width : 380px;
	background-position: top left;
	text-indent: -9999px;
}

.socialLinks li a:hover {
	background-position: bottom left;
}

.socialLinks .ning {
	background : url(/images/socialLinks_ning.jpg);
}

.socialLinks .facebook {
	background : url(/images/socialLinks_facebook.jpg);
}






#courses_menu {
	float: right;
	width : 150px;
}

#courses_menu ul, li {
	margin : 0px;
	padding : 0px;
}

#courses_menu ul {
	display: block;
	clear: both;
	background : #514d34;
}

#courses_header {
	background : #1a1911;
}

#courses_menu li {
	line-height : 2em;
	list-style-type: none;
}

#courses_menu li a {
	text-decoration: none;
	padding : 10px 10px;
}

#courses_description {
	padding : 20px;
	float: left;
	width : 570px;
}

#courses_description h2 {
	font-size : 2em;
	margin : 0px;
	padding : 0px;
	line-height : 1em;
}

#courses_description img {
	border : 2px solid #999;
}

#courses_list {
	clear: both;
}

#courses_list .course {
	padding : 20px;
	border-top : 1px solid #514d34;
	border-bottom : 1px solid #1a1911;
	background : #2a281b;
}






.bigquote {
	font-style: italic;
	font-size : 1.4em;
	line-height : 1.2em;
}






#footer {
	padding : 20px;
	background : #1a1810;
	color : #666141;
	text-transform: uppercase;
	font-size : .6em;
	font-weight: bold;
	letter-spacing : .2em;
	text-align : center;
}

#footer_shadow {
		height : 50px;
		width : 900px;
		margin : 0px auto;
		background : url(/images/footer_shadow.png) no-repeat;
}

#footer a {
	color : #8c865a;
	text-decoration: none;
}
	
#footer a:hover {
	color: #bfb77a;
}