/* CSS Document */
/*//////////////////////////////// MAIN BODY STYLES//////////////////////////// */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;	
	margin: 0px;
}
a, a:visited, a:active {
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {
	color: #72AB08;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	color: #72AB08;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 span {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #72AB08;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
/*////////////////////MAIN TEMPLATE STYLES//////////////////////////////////////////*/
#container {
	position: relative;
	width: 700px;
	margin: auto;
}
#container2 {
	position: relative;
	width: 700px;
	margin-top: 45px;
}
#header {
	position: relative;
	top: 0px;	
	padding: 0;
	margin: 0;
}
#header h1 {
	background-image: url(../images/chris_template/logo.gif);
	background-repeat: no-repeat;
	height: 51px;
	width: 270px;
	margin: 0px;
}
#header a {
	display:block;
	height: 51px;
	width: 270px;
}
#header span {
	display: none;
	margin: 0px;
}
#column_top {
	position: relative;
	top: 0px;	
	padding: 0;
	margin: 0;
}

/*/////////////////MAIN BANNER STYLES////////////////////*/
#banner {
	position: relative;
	top: 0px;	
	padding: 0;
	margin: 0;
        width: 700px;
        height: 175px;
        overflow: hidden;
}

#banner h1 {
	/*background-image: url(../images/chris_template/headerimages/headerimage_1.jpg);*/
	background-repeat: no-repeat;
	height: 175px;
	width: 700px;
	margin: 0px;
}
#banner span {
	display: none;
	margin: 0px;
}
/*//////////////FRONTPAGE STYLES////////////////////////*/
#column_top {
	position: relative;
	top: 0px;	
	padding: 0;
	margin: 0;
}
#column_top h3 {
	/*background-image: url(../images/template/column_top.jpg);
	background-repeat: no-repeat;*/
	height: 12px;
	width: 700px;
	margin: 0px;
}
#column_top span {
	display: none;
	margin: 0px;
}
#column_bottom {
	position: relative;
	top: 0px;	
	padding: 0;
	margin: 0;
}
#column_bottom h3 {
	/*background-image: url(../images/template/column_bottom.jpg);
	background-repeat: no-repeat;*/
	height: 9px;
	width: 700px;
	margin: 0px;
}
#column_bottom span {
	display: none;
	margin: 0px;
}
#column_middle {
	position: relative;
	width: 700px;
	/*background-image: url(../images/template/column_middle.jpg);
	background-repeat: repeat-y;*/
	/*padding: 10px 30px 20px 30px;*/
	color: #FFFFFF;
	padding-left: 40px;
	padding-top: 10px;
}
#column_middle h1 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
div.column {
	clear: both;
	position: relative;
}
div.column span.text01 {
	position: relative;
	float: left;
	width: 180px;
	z-index: 10;
	padding-bottom: 20px;
}
div.column span.text02 {
	position: relative;
	float: left;
	width: 180px;
	z-index: 10;
	padding-left: 60px;
	padding-bottom: 20px;
}
div.column span.text03 {
	position: relative;
	float: left;
	width: 180px;
	z-index: 10;
	padding-left: 70px;
	padding-bottom: 20px;
}
div.column span.text04 {
	position: relative;
	float: left;
	width: 170px;
	z-index: 15;
	padding-bottom: 20px;
}
div.column span.text05 {
	position: relative;
	float: left;
	width: 170px;
	z-index: 15;
	margin-left: 37px;
	padding-left: 30px;
	padding-bottom: 20px;
	border-left: 1px solid #A5ACAC;
}
div.column span.text06 {
	position: relative;
	float: left;
	width: 170px;
	z-index: 15;
	margin-left: 44px;
	padding-left: 35px;
	padding-bottom: 20px;
	border-left: 1px solid #A5ACAC;
}
/*/////////////////////CONTENT STYLES//////////////////////////*/
#maincontent {
	position: relative;
	width: 700px;
	border: 1px solid #6FA705;
	margin-top:50px;
	/*background-image: url(../images/template/maincontent.jpg);
	background-repeat: repeat-y;*/
}
#maincontent2 {
	width: 600px;
	padding: 20px 30px 25px 40px;
}
#footer {
	position: relative;
	width: 700px;
	height: 75px;
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 13px;
	text-align: center;
	/*background-image: url(../images/template/footer.jpg);
	background-repeat: no-repeat;*/
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #0066FF;
}
/*/////// HMENU Dropdowns ////////*/
/*#navigation {
	position: relative;
	width: 700px;
	background-image: url(../images/chris_template/nav_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	z-index: 15;
	height: 30px;
	margin: 10px 0 0 0;
}*/
#menu321 {
	position: absolute;
	background-image: url(../images/chris_template/nav_bg.jpg);
	background-repeat: repeat-x;
	top: 236px;
	left: 0px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	z-index: 15;
	height: 30px;
}

/*/////// END HMENU Dropdowns ////////*/
.clearit {
	clear:both;
}
/*///////////SEARCH BOX///////////*/
/*this is an absolute layer*/
#websearch {
     position: absolute;
     top: 5px;
     left: 510px;
     color: #ffffff;
     font_size: 10px;
}

form#searchbox input {
     font-size: 9px;
     padding: 3px;
     border: 1px solid black;
}

/* Front-end Calendar Event Specifics */

div#calendar_popup {
	font-family:Arial, Helvetica, sans-serif;
        background-color: white;
}
div#calendar_popup h1 {
	background-color: #4A5455;
	padding: 10px;
	color: white;
	font-size: 16px;
}
.footerLink {
        color: white;
}
.pics a {
	color: #FFFFFF;
	border: 0px;
	border-color:#CCCCCC;
}
.rssli {
	list-style-type: none;
 padding-top: 10px;
}