body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #666;
	background: #fff;
	/*font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	text-align: center;
	font-size: 80%;
	font-family:Helvetica,Arial,sans-serif;
}

#header {
	background: url(../images/header_bg.gif) #fff bottom repeat-x;
}

#header_wrap{
	width: 960px;
	height:180px;
	margin: 10px auto;
	text-align:left;
	}

#header_img{
	width: 960px;
	height:82px;
	background: url(../images/header_main.gif) no-repeat;
}

#header_nav {
	position:relative;
	top:93px;
	padding: 0;
	width: 100%;
	background: transparent;
}

#header_nav ul {
	font: 11px Arial;
	margin:0;
	padding: 0;
	list-style: none;
}

#header_nav li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

#header_nav a {
	float: left;
	display: block;
	color: white;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #57574f; /*Default menu color*/
}

#header_nav a:hover {
	background-color: #a9b675; /*Menu hover bgcolor*/
}

#green_nav {
	position:relative;
	top:45px;
	width:960px;
	color:#fff;
	font-size:11px;
	z-index:1000;
}

#green_nav img {
	margin-top:-8px;
	}

#login {
	float:right;
}

#search {
	margin-left:700px;
}

#content_wrap{
	width: 960px;
	min-height:550px;
  	height:auto !important;
  	height:550px;
	margin: auto;
	text-align: left;
	clear:both;
}

small {
	font-family: Century Gothic;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	color:#a5b95e;
	margin-bottom:15px;
	}
	
h2 {
	font-size: 1.2em;
	color:#fff;
}

h3 {
	font-size: 1.2em;
	color:#a5b95e;
	margin-bottom:15px;
	margin-top:15px;
}

#mid_wrap {
	background:url(../images/mid1_bg.gif) repeat-y;
	border-top:4px solid #f9f9f9;
	border-bottom:4px solid #f9f9f9;
	min-height:170px;
	height:auto !important;
	height:195px;
	clear:both;
	text-align:left;
	/*background:#f9f9f9;*/
	margin-top:10px;
	padding:5px;
	overflow:hidden;	
}

#mid_wrap a, #mid_wrap2 a, #content a, #mid_wrap a:visited, #mid_wrap2 a:visited, #content a:visited {
	color:#025f98;
	text-decoration:none;
}

#mid_wrap a:hover, #mid_wrap2 a:hover, #content a:hover {
	text-decoration:underline;
}

#mid_one {
	width:300px;
	float:left;
	padding:10px 10px 10px 0;
	height:auto;
	/*border-right:1px solid #ccc;*/
}

#mid_two {
	width:308px;
	float:left;
	padding:10px;
	height:auto;
	/*border-right:1px solid #ccc;*/
}

#mid_two ul, #mid_three ul {
	margin-top:18px;
	}

#mid_one li, #mid_two li, #mid_three li{
	padding-left: 15px;
	margin-bottom:8px;
	list-style: none;
	background-image:url(../images/arrow_small.png);
	background-repeat:no-repeat;
	background-position:0 6px;
	}

#mid_three {
	width:300px;
	float:right;
	padding:10px 0 10px 10px;
}

#mid_wrap2 {
	min-height:190px;
	height:auto !important;
	height:190px;
	clear:both;
	text-align:left;
	margin-top:10px;
	padding:5px;
}

#mid2_one {
	width:300px;
	float:left;
	padding:10px 10px 10px 0;
	min-height:170px;
	height:auto !important;
	height:170px;
	/*border-right:1px solid #ccc;*/
}

#mid2_one img {
	float:left;
	margin: 0 20px 20px 0;
	border:none;	
}

#mid2_two {
	background:url(../images/live-give-play.jpg) no-repeat 10px;
	width:300px;/*300*/
	float:left;
	padding:10px;
	min-height:170px;
	height:auto !important;
	height:170px;
	/*border-right:1px solid #ccc;*/
}

.low_right { 
	text-align:right;
	margin-top:150px;
	}
	
#mid2_three {
	width:300px;
	float:left;
	padding:10px;
	min-height:170px;
	height:auto !important;
	height:170px;
	text-align:right;
}

#content {
	float:left;
	width:700px;
	text-align:left;
	padding:10px;
}

#content li {
	padding-left: 15px;
	list-style: none;
	background-image:url(../images/arrow_small.png);
	background-repeat:no-repeat;
	background-position:0 6px;
	margin-top:15px;
}

#content li ul li{
	font-style:italic;
 }

#siderbar_wrap { 
	width: 200px;
	height:auto;
	float:right;
	margin-bottom:30px;
}

#sidebar { 
	height:auto;
	padding:10px;
	padding-bottom:75px;
	background:url(../images/sidebar_bg.png) bottom repeat-x #025f98;
	color:#fff;
	font-weight:bold;
	border:1px solid #025f98;
	margin-bottom:10px;
}

#small_sidebar {
	height:auto; 
	padding:10px;
	background:#025f98;
	color:#fff;
}

#small_sidebar a:link, #small_sidebar a:visited {
	color:#fff;
	text-decoration:none;
}

#small_sidebar a:hover {
	text-decoration:underline;
}
	

#footer{
	margin-top: 0px;
	color: #fff;
	text-align:center;
	clear:both;
	border-top:1px solid #ccc;
}

#footer_wrap {
	margin: auto;
	width:100%;
	background:#57574e;
	padding: 10px 0 10px 0;
	overflow: auto;
}

#footer_wrap p {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#a9b675;
}

#footer img {
	padding:10px 25px 10px 25px;
	border:none;
	
}

.banner {
	background:url(../images/welcome_bg.gif) #f8f8f8 repeat-x bottom ;
	border:1px solid #eee;
	border-bottom:1px solid #000;
	height:240px;
	padding:10px;
}

.house {
	position:relative;
	float:left;
	margin-top:-21px; /*-70px*/
}

.keys {
	position:relative;
	background:url(../images/charity.jpg) no-repeat top;
	width:311px;
	height:260px;
	float:right;
	margin-top:-21px;
	margin-left:-2px;
	}
	
.keys_text {
	text-align:center;
	width:200px;
	margin-left:5px;
	font:bold 18px Georgia, Arial, Helvetica, sans-serif;
	color:#57574e;
	line-height:30px;
}

.keys_text a, .keys_text a:visited {
	color:#025f98;
	text-decoration:none;
}

.keys_text a:hover {
	color:#57574e;
}

.divide {
	border-top:1px solid #e3e3e3;
	margin:auto;
}


/********** FORMS ********/
.input {
	border:1px solid #6e7c46;
	font:11px Century Gothic;
	background:#dae5b0;
	padding:3px;
	height:14px;
}

.submit { vertical-align: middle; vertical-align: text-top; margin-top:-4px;}

/********* IMAGES *********/

.right {
	float:right;
	padding:3px;
	border:none;
	margin:15px;
}

.noborder {
	border:none;
}

/******** TABLES **********/

.tables {
	width:100%;
	border-collapse:collapse;
}

.tables td {
	padding:5px;
	border-bottom: 1px solid #98AA66;
	line-height:15px;
}

.tables th {
	padding:5px;
	background:#98AA66;
	color:#fff;
	font-weight:bold;
	text-align:left;
	}
	
.tables2 {
	width:100%;
	border-collapse:collapse;
}

.tables2 td {
	padding:5px;
	line-height:15px;
	text-align:center;
}

.small {
	font-size:11px;
}

/********* TITLES **********/

#title_wrap {
	width:100%
}

#title_left {
	float:left;
	width:500px
}

#title_right {
	float:right;
	width:200px;
	text-align:right;
}

.main_right {
	width:350px;
	float:right;
}

.back {
	position:relative;
	width:100px;
	float:right;
	text-align:right;
	top:0;
}

.red {
	color: #FF0000;
}

/***************** CALENDAR ******************/

#month { border-collapse: collapse; }
#month th, #month td { border: 1px solid #000; }
#month th{background:#98AA66; color:#fff; font-weight:bold; text-align:center; height:30px;line-height:30px;}
#month td { width: 129px; height: 100px; padding: .2em; vertical-align: top; overflow: auto; font-weight:bold; font-size:14px; color:#000; }
td .day { width: 129px; height: 100px; overflow:auto; margin-top: 0; font: 10px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#000000;}
#month tbody .weekend { background-color:#cee4f7; }
#month tbody .next, #month tbody .previous { background-color:#ddd; }
.rtop { display:block; background:#060; }
.rtop * { display: block; height: 1px; overflow: hidden; background:#fff; }
.r1{margin: 0 0 0 5px}
.r2{margin: 0 0 0 3px}
.r3{margin: 0 0 0 2px}
.r4{margin: 0 0 0 1px; height: 2px}
/*#container h1 { margin: 0 0 .5em .5em; font: 2em Arial, Helvetica, sans-serif; color: #060; }*/
/*#month th { font: 1em  bold Arial, Helvetica, sans-serif; }*/
#month tbody .conf { background-color:#D4B8F4; }
#month tbody .conf2 { background-color:#E6A165; }
#month tbody .conf3 { background-color:#F7F6CF; }
#month tbody .conf4 { background-color:#E4F7CF; }




