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

/*     */
body {
	background-image: url(../images/bg/main-bg.png);
	margin: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a { 
	color: #7b8ad5;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	margin-left: 10px;
	color: #ffc500;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-top: 1px;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
}



/*     */
#SiteLayout {
	background-image: url(../images/bg/text-mid.png);
	background-repeat: repeat-y;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#SiteTop {
	background-image: url(../images/bg/text-top.png);
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#SiteMiddle {
	padding-right: 25px;
	padding-left: 25px;
}
#SiteBottom {
	background-image: url(../images/bg/text-bottom.png);
	height: 30px;
	margin: 0px;
	padding: 0px;
}


/*     */
#LogoArea {
	border: 1px solid #CCC;
	height: 70px;
	background-image: url(../images/bg/logo-bg.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 375px;
	float: left;
}
#EventArea {
	width: 375px;
	margin-top: 20px;
	border: 1px solid #CCC;
	float: left;
}
#ImageArea {
	float: right;
	width: 440px;
	text-align: center;
}
#CommunicationsArea {
	width: 375px;
	margin-top: 20px;
	padding-bottom: 7px;
	border: 1px solid #CCC;
	float: left;
}
#NavigationArea {
	margin-top: 20px;
	border: 1px solid #CCC;
	height: 43px;
	float: left;
	padding-bottom: 10px;
	width: 828px;
}
.SubNavigationArea {
	border: 1px solid #CCC;
	width: 270px;
	margin-top: 4px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
#NewsArea {
	width: 400px;
	margin-top: 10px;
	border: 1px solid #CCC;
	float: left;
	margin-bottom: 20px;
	overflow: auto;
}
#UpcomingArea {
	width: 400px;
	margin-top: 10px;
	border: 1px solid #CCC;
	float: right;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-align: center;
}
#UpcomingArea img {
	vertical-align: text-top;
	margin: 5px 3px 3px 0px;
}
#SponsorArea {
	border: 1px solid #CCC;
	width: 828px;
}
.banners {
	margin-left: 66px;
	margin-bottom: 5px;
}

#FooterArea {
	margin-top: 20px;
	border: 1px solid #CCC;
	height: 28px;
	font-size: 12px;
	text-align: right;
	background-image: url(../images/bg/footer-bg.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 30px;
}
#CopyrightArea {
	margin-top: 10px;
	height: 20px;
	font-size: 10px;
	text-align: right;
	color:#CCC
}
#ErrorArea {
	margin-top: 20px;
	border: 1px solid #CCC;
	height: 43px;

}
#RightText {
	float: right;
	width: 275px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#LeftText {
	float: left;
	width: 520px;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.Headings {
	background-color: #5d70a8;
	height: 20px;
	margin-bottom: 7px;
}
.InnerContent {
	padding: 0px 3px;
}





/*     */
.InfoBox {
	background-color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	width: auto;
	margin-top: -7px;
	height: 12px;
	margin-left: 10px;
	position: absolute;
	color: #CCC;
	margin-bottom: 7px;
}
#LogoImg {
	margin-top: -5px;
	margin-left: -5px;
	position: absolute;
}
.Com {
	margin-top: 7px;
	margin-left: 10px;
}
.ComIcon {
	float: left;
	width: 25px;
	margin-right: 10px;
	margin-top: 2px;
}
.ComText {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}
.ComText a {
	color:#5D70A8;
	text-decoration: none;
}
.ComText a:hover {
	color:#FFC501;
	text-decoration: underline;
}
.CompanyImg {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.CompanyEmail {
	margin-top: 5px;
	margin-bottom: 5px;
}

#CopyrightArea a {
	color: #CCC;
	text-decoration: none;
}
#CopyrightArea a:hover {
	text-decoration: underline;
}
#NavigationArea ul li {
	display: inline;
	list-style-type: none;
}
#NavigationArea ul {
	padding: 10px 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	font-size: 12px;
	text-transform: uppercase;
}
#NavigationArea ul li a {
	height: 28px;
	background-color: #5d70a8;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #CCC;
}
#NavigationArea ul li a:hover {
	height: 28px;
	background-color: #ffc500;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #CCC;
	color:#000;
}
.SubNav li {
	padding: 0px;
	list-style-type: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.SubNav {
	margin: 0px;
	padding: 0px;
}

.BoxText {
	padding: 10px 3px 3px 3px;	
}
.BoxText ul {
	margin-top: 0px;
}
#NewsArea ul {
	padding-left: 15px;
	margin-left: 0px;
}
.event-date {
	float: left;	
	font-weight: bold;
}
.event-split {
	float: left;	
	margin: 0px 7px;
}
.event-name {
	float: left;	
	margin-bottom: 7px;
}
.image {
	float: left;
	width: 170px;
	text-align: center;
	margin-bottom: 7px;
	height: 150px;
}
.form-label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 7px;
	margin-top: 3px;
}
.form-input {
	float: left;
	width: 160px;
	margin-bottom: 10px;
}
.submiter {
	margin-left: 210px;
}
.InnerText {
	width: 828px;
	background-color:#FFF;
	margin-top: 10px;
}
.RightImage {
	margin-left: 9px;
	margin-top: 7px;
	margin-bottom: 14px;
}
#login {
	margin-bottom: 10px;	
}
#copy {
	float: right;
}
#admin {
	float: left;
	margin-left: 10px;
}
.error {
	color:#F00;
	font-weight: bold;
}





.contact-input {
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: left;
	padding: 0;
	display: inline;
	padding-top: 1px;
	/*height: 22px;*/
}
.contact-label {
	float: left;
	width: 120px;
	margin-left: 5px;
	margin-bottom: 10px;
	/*height: 22px;*/
	text-align: right;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
}
.register-label-zip {
	height: 22px;
	width: 40px;
	float: left;
	text-align: right;
	margin-left: 5px;
	margin-bottom: 10px;
	display: inline;
}
.register-input-zip {
	width: 150px;
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	display: inline;
}
.register-input-state {
	width: 150px;
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	display: inline;
}
.reg-left {
	float: left;
	width: 250px;
	text-align: center;
}
.reg-right {
	float: right;
	width: 250px;
	text-align: center;
}
.login-input {
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: left;
	padding: 0;
	display: inline;
	padding-top: 1px;
	/*height: 22px;*/
}
.login-label {
	float: left;
	width: 60px;
	margin-left: 5px;
	margin-bottom: 10px;
	/*height: 22px;*/
	text-align: right;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
}
.login-submiter {
	margin-left: 35px;
}
#MessageArea {
	margin-top: 7px;
	margin-bottom: -10px;
	text-align: left;
	margin-left: 10px;
}
form #alive {
	display: none;
}

.forgot {
	font-size: 10px;
	text-align: left;
}


.eventFront {
	padding: 10px 3px 3px 3px;	
	height: 150px;
	overflow: auto;
}
.eventFrontLogin {
	padding: 10px 3px 3px 3px;	
	height: 185px;
	overflow: auto;
}
.newsFront {
	padding: 10px 3px 3px 3px;	
	height: 600px;
	overflow: auto;
}





.cleardiv {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	height: 0px;
}

