﻿/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
img, a img {
	border: none;
	}
a:hover {
	text-decoration: none;
	}
p {
	margin-bottom: 22px;
	}
p a 
{
    color: #8CC63F;
}
p.readmore {
	text-align: right;
	margin-bottom: 10px;
	}
p.readmore a {
	color: #8CC63F;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.readmore a:hover {
	text-decoration: none;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 34px;
	font-size: 22px;
	}
h2 
{
    color: #F7A123;
    font-size: 14px;
    margin-bottom: 22px;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1E130D;
	font-size: 14px;
	line-height: 22px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	}
#header_bg {
	clear: both;
	width: 100%;
	margin-top: 30px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 182px;
	text-align: center;
	}
#header {
	width: 900px;
	text-align: left;
	background-image:url(images/header.gif);
	background-repeat: no-repeat;
	height: 150px;
	margin: 0px auto;
	padding-top: 32px;
	}
#logo {
	float: left;
	}
#nav {
	float: right;
	padding: 90px 10px 0px 0px;
	
	}
#nav_admin 
{
    clear: left;
    padding: 3px 10px 0px 0px;
    color: #fff;
    text-align: right;
}
#nav_admin a 
{
    color: #fff;
    text-decoration: none;
}
#nav_admin a:hover 
{
    text-decoration: underline;
}
#content_body {
	width: 880px;
	clear: both;
	background-color: #F1E4CC;
	padding: 10px;
	}
#content_body_admin {
	width: 880px;
	min-height: 400px;
	clear: both;
	background-color: #F1E4CC;
	padding: 10px;
	}
#content_body_admin p 
{
    font-size: 12px;
}
#interior_body 
{
    width: 650px;
    background-color: #F1E4CC;
    padding: 10px 10px 10px 0px;
}
#interior_body p 
{
    font-size: 12px;
}
#subnav_side 
{
    width: 230px;
    padding: 0px 10px 0px 0px;
    background-color: #F1E4CC;
}
.subnav 
{
    background-color: #C3EDF2;
    width: 200px;
    margin-left: 11px;
    padding: 10px 10px 35px 10px;
    text-align: right;
    background-image: url(images/subnav_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 10px;
}
.subnav a 
{
    color: #349EAB;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    display: block;
}
.subnav a:hover 
{
    color: #F7A122;
}
.links 
{
    background-image: url(images/links_bg.jpg);
    background-repeat: repeat-x;
    margin-left: 11px;
    padding: 10px;
    width: 200px;
    min-height: 324px;
}
.links a 
{
    color: #757575;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
}
.links a:hover 
{
    text-decoration: none;
}
#home_left {
	width: 530px;
	float: left;
	clear: left;
	}
#news {
	float: left;
	width: 259px;
	}
#events {
	float: right;
	width: 260px;
	}
p.news {
	margin: 0px;
	width: 249px;
	padding: 5px;
	background-image: url(images/news_bg_home.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #757575;
	text-align: left;
	line-height: 16px;
	min-height: 146px;
	}
p.events {
	margin: 0px;
	width: 250px;
	padding: 5px;
	background-image: url(images/news_bg_home.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #757575;
	text-align: left;
	line-height: 16px;
	min-height: 146px;
	}
p.news a, p.events a {
	color: #F7A122;
	}
p.news a:hover, p.events a:hover {
	text-decoration: none;
	}
#home_right {
	width: 340px;
	float: right;
	text-align: left;
	clear: right;
	}
#signup {
	background-image: url(images/signup_bg.jpg);
	background-repeat: no-repeat;
	width: 223px;
	height: 56px;
	padding: 84px 0px 0px 117px;
	vertical-align: top;
	}
#signup input.text {
	height: 14px;
	border: none;
	border-left: 0px solid #7DA2A6;
	border-top: 0px solid #7DA2A6;
	vertical-align: top;
	padding: 5px;
	font-size: 11px;
	width: 118px;
	}
#signup input.button {
	vertical-align: top;
	border: none;
	margin: 0px;
	padding: 0px;
	}
#login {
	background-image: url(images/login_bg.jpg);
	background-repeat: no-repeat;
	width: 223px;
	height: 61px;
	padding: 120px 0px 0px 120px;
	vertical-align: top;
	margin: 40px auto;
	text-align: left;
	}
#login input.text {
	height: 12px;
	border: none;
	border-left: 0px solid #7DA2A6;
	border-top: 0px solid #7DA2A6;
	vertical-align: top;
	padding: 4px;
	font-size: 11px;
	width: 118px;
	margin-bottom: 8px;
	}
#login input.button {
	vertical-align: top;
	border: none;
	margin: 0px;
	padding: 0px;
	}
#footer {
	width: 870px;
	margin: 0px auto;
	clear: both;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 3px 15px;
	height: 30px;
	}
#footer a {
	color: #fff;
	}
#footer a:hover {
	text-decoration: none;
	}
.admin_tbl 
{
    clear: both;
    margin-top: 5px;
    font-size: 11px;
}
.admin_tbl tr.tbl_head 
{
    background-color: #F7A123;
    color: #383838;
}
.admin_tbl tr.tbl_head td 
{
    padding: 2px 0px 2px 8px;
}
.admin_tbl tr.tbl_body 
{
    background-color: #ffffff;
}
.admin_tbl tr.tbl_body td 
{
    padding: 4px;
}
.admin_tbl tr.tbl_body td table.admin_tbl_inside tr td
{
    padding: 4px;
    font-size: 11px;
}
span.textbox_header 
{
    display: block;
    width: 98%;
    background-color: #F7A123;
    padding: 0px 1%;
    font-size: 11px;
    color: #383838;
}
.admin_tbl_edit td
{
    font-size: 11px;
    vertical-align: top;
}
