@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}

body,td,th {
	font-family: "Century Gothic",Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #5C3822;
}
body {
	background-color: #0E1537;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 10px;
	color: #5C3822;
}

a.edit-user {
	font-size: 12px;
	color: #5C3822;
	margin-right: 10px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5C3822;
}
a:hover {
	text-decoration: none;
	color: #5C3822;
}
a:active {
	text-decoration: none;
	color: #5C3822;
}
h1, h2, h3, h4 {
	color: #ba4d11;
}

h2 {
	font-size: 15px;
	margin: 0px 0px 0px 10px;
	padding-bottom: 0px;
}

p .learnmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #febe11;
}

#content h1 {
	color: #FFFFFF;
	background-color: #ffd259;
	height: 40px;
	padding: 10px;
	padding-bottom: 0px;
	margin: 0;
}

/* WRAPPER*/

#wrapper {
	margin: 0 auto;
	width: 800px;
	border-left: 10px solid #ebebeb;
	border-right: 10px solid #ebebeb;
	background-color: #FFFFFF;
}

#maincontent {
	background-color: #ebebeb;
	overflow: hidden;
}

/* HEADER*/

#header {
	height: 116px;
	border-bottom: solid 10px #ebebeb;
}

.navbar {
	height: 23px;
	padding: 10px;
	background: #F7F7F7;
	margin-bottom: 0;
}

.navbar ul {
	list-style: none;
	margin: 0 auto;
	margin-left: 150px;
}

.navbar li {
	float: left;
	margin-left: 30px;
	margin-bottom: 0px;
}

#flashheader {
	background-image: url(images/Active_20_3_MainHeader_1.jpg);
	height: 268px;
	border-bottom: solid 0px #ebebeb;
}

#clearbox {
	background: ;
	opacity: ;
	float: right;
	margin: 0; padding: 0;		
	height: 268px; width: 40%;
	left: 10px;	top: 30px;			
}

#clearbox h1 {
	color: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 0px;
	opacity: 100;
	padding-bottom: 0px;
}

#clearbox p {
	color: #FFFFFF;
	padding: 10px;
	line-height: 20px;
}

#slogan {
	position: relative;
	margin: 0; padding: 0;
	top: -75px;
	left: 130px;
	font-size: 14px;
	font-style: italic;
}

/*mini NAVBAR8*/

#mininav {
	float: right;
	position: absolute;
	background: #990000;
	margin: 0; padding: 0;
	height: 30px;
	top: 0;
	left: 45%;
}

#mininav ul {
	float: left;
	list-style: none;
	height: 25px;
	margin: 0 0 0 2px; padding: 0;	
	display: inline;
}
#mininav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#mininav ul li a, #mininav ul li {
	float: left;
	margin: 0;	padding: 0 12px;
	font: bold 9px/25px "Century Gothic",Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #FFFFFF;	
	text-transform: uppercase;
}
#mininav ul li a:hover, 
#mininav ul li a:active {
	color: #c95723;
	background: none;
	border: none;
}
#mininav ul li#current a {	
	color: #D33972;	
}

#loggedin {
	float: right;
	position: relative;
	top: 5px;
	right: 20px;
}

/*BODY*/

/*BODY:::BLOGS*/

#blogs {
    width: 527px;
	float: left;
    border-right: 10px solid #ebebeb;
	border-top: 10px solid #ebebeb;
	top: 0;
}

#eventsMore {
	height: 250px;
    overflow: auto;
    margin-bottom: 10px;
}

#blogEvents h1 {
	color: #FFFFFF;
	background-color: #ffd259;
	height: 40px;
	padding: 10px;
	padding-bottom: 0px;
	margin: 0;
}

#newsMore {
	height: 250px;
    overflow: auto;
}

#blogNews h1 {
	color: #FFFFFF;
	background-color: #990000;
	height: 40px;
	padding: 10px;
    margin: 0;
	padding-bottom: 0px;
}

#blogs p {
	padding: 10px;
	line-height: 20px;
}

#calendar-home {
	text-align: center;
	padding-top: 10px;
	border-top: 10px solid #ebebeb;
}

#calendar {
	text-align: center;
}

/*RIGHT CONTENT*/

#rightContent {
    width: 263px;
	height: 100%;
    float: left;
	background-color: #fff;
	margin-bottom: 10px;
	overflow: hidden;

}

#rightContent p {
	font-size: 10px;
	line-height: 15px;
	padding: 10px;
}

#rightContent p {
	font-size: 10px;
	line-height: 15px;
	padding: 10px;
}

.log-in {
	margin: 0px 0px 30px 20px;
}

.form {
	margin:0 auto;
	width:527px;
	padding:10px;

	}
	.form h2 {
		display: block;
		font-size:14px;
		font-weight:bold;
		margin-bottom:15px;
		margin-top: 5px;
	}
	.form p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	.form label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:120px;
		float:left;
	}

	.form .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:120px;
	}
	.form input, .form textarea {
		float:left;
		width:300px;
		margin:2px 0 20px 10px;
	}
	
	.form select {
		float:left;
		width:300px;
		margin:2px 0 20px 10px;
	}
	
	.form textarea {
		height: 100px;
	}
	.form input.button {
		float: none;
		margin-left: 385px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
		width: 50px;
	}
	
	.form select.state {
		float:left;
		width:70px;
		margin:2px 0 20px 10px;
	}
	
	.form input.zip  {
		float:left;
		width:150px;
		margin:2px 0 20px 10px;
	}
	
	.form div.right {
		text-align: right;
	}
	
	.form input.editdel {
		float: none;
		margin-left: 280px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
		width: 50px;
	}
	.form input.editsub {
		float: none;
		margin-left: 15px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
		width: 50px;
	}
	
	.form label.zip {
		width: 70px;
	}

/*LEFT CONTENT*/

#leftContent {
	background-color: #fff;
    width: 527px;
	float: left;
    margin-right: 10px;
	padding-bottom: 10px;
	top: 0;
}

#leftContent p {
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
}

#leftContent a {
	font-size: 12px;
}

/*FOOTER*/

#footer {
	padding: 20px;
    text-align: center;
    clear: both;
    border-top: 10px solid #ebebeb;
    border-bottom: 10px solid #ebebeb;
	background: #fafafa;
}

#footer .copyright {
	font-size: .8em;
	text-align: center;
	color: #666666;
}

#footer .copyright {
	font-size: .8em;
	text-align: center;
	color: #666666;
}
.clear {
    clear:both;
}