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

body {
	background-image: url(/includes/images/binary-background.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom: solid;
	border-bottom-color: #83a535;
	border-bottom-width: 1px;
}

#header {
	width: 800px;
	margin: 0 auto;
	height: 120px;
	background-color: #FFFFFF;
	text-align: center;
}

#nav_bar_links {
	width: 800px;
	margin: 0 auto;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #FFFFFF;
}

#nav_bar_links a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav_bar_links a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#nav_bar_links a:active {
	text-decoration: underline;
	color: #66FF00;
}
#nav_bar_links a:hover {
	text-decoration: underline;
	color: #83a535;
}

#page_content {
	width: 800px;
	margin: 0 auto;
	overflow: auto;
	height: auto;
	background-color: #FFFFFF;
}

#content_top {
	width: 800px;
	margin: 0 auto;
	height: 6px;
	background-image: url(/images/div_top.png);
}

#content_bottom {
	width: 800px;
	margin: 0 auto;
	height: 5px;
	background-image: url(/images/div_bottom.png);
}

#side_bar {
	width: 220px;
	height: auto;
	float: left;
	padding-top: 20px;
	background-color: #FFFFFF;
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #83a535;
	text-align: center;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#main_content {
	width: 550px;
	margin: 5px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
}

#main_content h1 {
	color: #000000;
	font-family: "28 Days Later", "Kristen ITC";
}

#main_content li {
	list-style: square;
}

#footer {
	width: 800px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	background-color: #FFFFFF;
}

#footer hr {
	margin-top: 0px;
	height: 1px;
	width: 780px;
	color: #83a535;
	background-color: #83a535;
}






img {
	border: 0px;
}


legend {
	padding-bottom: 2%;
	font-size: 18pt;
	color: tan;
	font-family: "Brush Script MT";
}
fieldset {
	border: 0;
}
.text {
	color: #00962e;
	font-size: 16pt;
}

/* Link css for entire site */
a:link {
	color: #83a535;
}
a:visited {
	text-decoration: underline;
	color: #83a535;
}
a:active {
	text-decoration: underline;
	color: #66FF00;
}
a:hover {
	text-decoration: underline;
	color: #66FF00;
}

/* Controls top, bottom and sides border backgroung for table to not repeat and overlap */
.TopBorderBackground {
	background-repeat: repeat-x;
	background-position: bottom;
}
.BotttomBorderBackground {
	background-repeat: repeat-x;
	background-position: top;
}
.RightBorderBackground {
	background-repeat: repeat-y;
	background-position: right;
}
.LeftBorderBackground {
	background-repeat: repeat-y;
	background-position: left;
}
.nav_box {
	background-image: url(/images/nav_backgroung_green.png);
	background-position: center;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	font-family: "kristen ITC";
	color: white;
	font-size: 15pt;
}
.nav_box:hover {
	background-image:url(/images/nav_backgroung_verylightgreen.png);
	background-position: center;
	background-repeat: repeat-x;
}
.nav_sides_right {
	background-position: right;
	background-image: url(/images/nav_side_right_green.png);
}
.nav_sides_left {
	background-position: left;
	background-image: url(/images/nav_side_left_green.png);
}
.background_center {
	background-position: center;
	background-repeat: no-repeat;
}
.background_left {
	background-position: left;
	background-repeat: no-repeat;
}
.background_right {
	background-position: right;
	background-repeat: no-repeat;
}
.list_number {
	font-size: 72pt;
	font-family:"Times New Roman", Times, serif;
}
.list_text {
	font-size: 8pt;
}
.list_header {
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom: solid;
	border-bottom-color: #83a535;
	border-bottom-width: 1px;
}
.contact_font {
	font-size: 14pt;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
}

/* Tooltip class to hide and style div */
.tooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0;
	 padding: 3px;
    z-index: 2; 
    font: normal 8pt sans-serif; 
    border: solid 1px;
	 background-color: white;
}

.now {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
}
