@charset "UTF-8";

.clearfix {
	clear:both;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Georgia, Trebuchet MS, "Myriad Pro", sans-serif;
	font-size: 100%;
	background-color: #000000;
	line-height: 1.5em;
}


.oneColFixCtr #container {
	width: 936px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}

.oneColFixCtr #mainContent {
	width: 740px;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: right;
	text-align: left;
}
#home-two-thirds {
	width:936px;
	float:right;
}
.home .footer {
	float:right;
}

/**
*
*		Nav sidebar
***/

.navbox {
	clear: both;
	float: left;
	width: 152px;
	margin-bottom: 15px;
}
p.nav-promo {
	width:148px;
	text-align:center;
	padding:2px;
}
.nav-promo.green {
	background:#2F7072;
/* 	background:#2F9393; */
	border:2px solid #2D6572;
}

p.nav-promo a, p.nav-promo a:hover {
	display:block;
	text-decoration:none;
	color:#263473;
	font:16px sans-serif;
	line-height:1.2
}
.nav-promo.green a {
	color:#182149
}
p {
	color: #A29270;
}

h1 {
	color: #FFFFFF;
	font-size: 1.8em;
	line-height: 1.2em;
}

h2 {
	color: #FFFFFF;
	font-size: 1.6em;
	font-weight: lighter;
}

h3 {
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: lighter;
}

a {
	color: #ADCAD6;
	text-decoration:underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}
/*
a:visited {
	color: #CCCCCC;
}
*/
.rightimage {
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}

/*  HERES THE OLD FOOTER:
.footer {
	font-size: 0.8em;
	text-decoration: none;
	width: 780px;
	height: 55px;
	background-image: url(../images/footer-bknd.jpg);
	padding-top: 9px;
	margin-left: -20px;
	clear: both;
}
*/
.footer {
	font-size: 0.8em;
	text-decoration: none;
	width: 935px;
	height: 55px;
	background-image: url(../images/footer-bknd.jpg);
	padding-top: 9px;
	margin-left: -175px;
	clear: both;
}

.rightimage img {
	border: 1px solid #FFFFFF;

}

.side-right {
	width:250px;
	float:right;
	padding:5px;
	margin:10px;
	text-align:justify;
}
.side-right p {
	line-height:1.3;
	font-size:95%;
}	
.whitetext {
	color: #FFFFFF;
	font-weight: bold;
}
.highlightbox {
	background-color: #001730;
	border: 1px solid #FFF;
	padding: 15px;
}
.homehighlightbox {
	background-color: #001730;
	border: 1px solid #FFF;
	padding: 15px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#home-two-thirds .homehighlightbox {
	float:right;
}
#event-promo-home {
	background-color: #001730;
	border: 1px solid #FFF;
	padding: 15px;
	width: 436px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float:left;
}
#event-promo-home a {
	color:#fff; 
	font-size:22px;
	display:block;
	padding:15px 5px;
}
.textbox {
	width: 187px;
	float: right;
	margin-left: 10px;
}
.smalltext {
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
}
.homehighlightbox p {
	text-align: center;
}
.homehighlightbox h2 {
	text-align: center;
}
hr {
	border: 0;
	width: 50%;
	color: #adcad6;
	background-color: #adcad6;
	height: 2px;
	margin-left:0px;
}
.month {
	color: #adcad6;
	font-size: 1.6em;
}

.eventdate {
	color: #adcad6;
 	font-size: 1.2em;
}
.eventtitle {
	color: #FFF;
 	font-size: 1.2em;
}
.eventlocation {
	color: #A19268;
	font-size: 1.2em;
}
.eventtitle a {
	color: #FFF;
}
.eventtitle a:hover {
	color: #3C5C75;
	text-decoration:none;
}
.bluetext {color:#ADCAD6}

