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


/* This defines the main body and text settings */

body {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #00723b;
	background-image: url(images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 1;
	padding: 0;
	margin: 0;
	text-align: center;
}

#tabb_site {
	width:771px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	}

/* This defines the top section where the logo and header image go */

#tabb_head {
	margin: 0;
	background-color: #FFFFFF;
	}

#tabb_head_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 197px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #FFFFFF;
	}



#tabb_head_left img {
	padding: 18px 13px 49px 13px;
	border: none;
	margin: 0px;
	
}


#tabb_head_right {
	width: 574px;
	height: 177px;
	position: absolute;
	top: 0px;
	left: 197px;
	margin: 0px;
	padding: 0px;
}

/* This defines the main section wrapper enclosing the navbar and content- */


#tabb_main {
	position: absolute;
	top: 177px;
	left: 0px;
	margin: 0;
	background-color: #FFFFFF;
	width: 771px;
}


/* This section defines the left-side navbar, which is an unordered list */

#tabb_main_navbar {
	float: left;
	width: 192px;
	background-color: #FFFFFF;
	margin: 0px;
	height: auto;
}


#tabb_main_navbar a:hover {
	color: #007236;
	}

html>body div#tabb_main_navbar a:hover {
/* Correct value for browsers that don't suffer from IE Win's bugs */
	color: #000000;
	background-color:#eee;
	}

#tabb_main_navbar ul {
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}


#tabb_main_navbar ul a {
	text-decoration: none;
	display: inline-block;
	display: block;
	color: #000000;
	padding: 10px 0px 10px 20px;
	} 

#tabb_main_navbar ul a.current {
	color: #007236;
}



#tabb_main_navbar li {
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	font-style: normal;
	font-weight: bold;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	margin: 0px;
	text-indent: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-transform:uppercase;
	font-size: 10px;
	}

#tabb_main_navbar div {
	margin: 0px;
	padding: 0px;
}


#tabb_main_navbar div ul {
	width: 143px;
	margin: 0px 0px -20px 27px;
	padding: 30px 0px 0px 0px;	
}

html>body div#tabb_main_navbar div ul {
/* Correct value for browsers that don't suffer from IE Win's bugs */
	width: 163px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 27px;
	}
	
#tabb_main_navbar div ul a {
	padding: 3px 0px 7px 30px;
	width: 111px;
	display: inline-block;
	display: block;
	margin-top: 0px;
}

html>body div#tabb_main_navbar div ul a {
/* Correct value for browsers that don't suffer from IE Win's bugs */
     width: 131px;
	}

#tabb_main_navbar div li {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	list-style: none; /* kills the list item "bullet" markers */
	list-style-position: outside;
	position: relative;
	font-style: normal;
	font-weight: bold;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	text-indent: 0px;
	text-align: left;
	text-transform:uppercase;
	font-size: 10px;
	width: 113px;
}

html>body div#tabb_main_navbar div li {
/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/* This is the main content section. Note the right-side runner is a background image, hence the need for a 116px right margin for all paragraphs */

#tabb_main_content {
	float: right;
	width: 574px;
	background-image: url(images/runner.png);
	background-position: top right;
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 32px 0px;
	min-height: 400px ;
}


#tabb_main_content p {
	padding: 0px 116px 0px 0px;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	text-indent: 0px;
	margin: 16px 0px 0px 0px;
	font-size: 10px;
	line-height: 1.6em;
	text-align: justify;
}

#tabb_main_content h1 {
	padding: 0px 116px 0px 0px;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	text-indent: 0px;
	color: #007236;
	font-weight: bold ;
	font-size: 1em;
	line-height: 2em;
}

#tabb_main_content a {
	color: #007236;
	font-weight: bold ;
	text-decoration: none;}

#tabb_main_content a:hover {
	color: #000000;
}

#tabb_main_content p strong {
	color: #007236;
	font-weight: bold ;
	font-size: 11px;
}

#tabb_man_content ul {
	padding: 0;
	margin: 0;
	}

#tabb_main_content li {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	text-indent: 0px;
	margin: 0px;
	line-height: 1.6em;
	text-align: justify;
	padding: 0px 116px 0px 0px;
	list-style-image: url(images/bullet.gif);
	text-indent: 0;
	font-size: 10px;
}

#tabb_main_content li.subbullet {
	list-style-type: circle;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#tabb_main_content div ul li {
	list-style: circle;
}


#tabb_main_content li strong {
	color: #007236;
	font-weight: bold ;
	font-size: 11px;
}

/* This defines the footer which is necessary to have to make the height of the column match up regardless of if you have any content, like a copyright notice, to put in there. If you do have something to put in there, enclose it in paragraph tages */

#tabb_footer {
	clear: both;
	width: 771px;
	height: 20px;
	background-color: #FFFFFF;
	padding: 0;
}

#tabb_footer p {
	margin: 0;
	padding: 6px 116px 2px 5px;
	text-align: center;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
}

#tabb_footer a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

#tabb_footer a:hover {
	color: #007236;
	}
