* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 1em;
	color: #333;
}

img {
	border: 0;
}

img a {
	border: 0;
}

a {
	outline: none;
}

div#global_wrapper {
	margin: 0;
	padding: 0;
}

div#content_wrapper {
	width: 100%;
	text-align: center;
}

div#main_header {
	
}

div#main_header div#top_stripe {
	background: #003466 url(http://gator814.hostgator.com/~gsiweb/images/site/top_bar_bg.jpg) repeat-x top left;
}

div#main_header div#header_content {
	width: 800px;
	margin: 0 auto;
}

div#main_header div#logo {
	background: #fff;
	width: 200px;
	height: 77px;
	padding-top: 10px;
	float: left;
}

div#main_header div#quote_text {
	background: #fff;
	float: right;
	width: 500px;
	font-size: 90%;
	padding: 20px;
}

div#main_nav_row {
	background: #003466 url(http://gator814.hostgator.com/~gsiweb/images/site/nav_row_bg.jpg) repeat-x top left;
	margin-top: 0px;
	padding-top: 8px;
	width: 100%;
	float: left;
}

/* Drop Down Navigation  */

div#top_row_navigation {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	background: transparent;
	height: 24px;
	font-size: 78%;
	font-weight: bold;
	color: #fff;
	width: 800px;
	margin: 0 auto;
}

#main_navigation, #main_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* This adds some background to the drop downs if you add width and it does the drop. */

/* FireFox needs this or it stacks all the links on top of each other */

#main_navigation li.drop_down ul {
	left: auto;
	background: #fff;
	margin-top: 0;
	opacity: .98;
/*

filter: alpha(opacity=98); */
}

#main_navigation li.drop_down ul#home {
	width: 10em;
}

#main_navigation li.drop_down ul#about {
	width: 16em;
}

#main_navigation li.drop_down ul#services {
	width: 20em;
}

#main_navigation li.drop_down ul#businesses {
	width: 15em;
}

#main_navigation li.drop_down ul#employment {
	width: 14em;
}

#main_navigation li.drop_down ul#resources {
	width: 12em;
}

#main_navigation li.drop_down ul#news {
	width: 10em;
}

#main_navigation li.drop_down ul#support {
	width: 16em;
}

#main_navigation li.drop_down ul#contact {
	width: 10em;
}

#main_navigation a {
	display: block;
	height: 20px;
	padding-top: 2px;
	padding-right: 1em;
	padding-left: 1em;
	color: #fff;
}

#main_navigation a:link {
	text-decoration: none;
	border-bottom: none;
	color: #fff;
}

#main_navigation a:visited {
	text-decoration: none;
	border-bottom: none;
	color: #fff;
}

#main_navigation a:hover {
	border-bottom: none;
	text-decoration: none;
	background: #ccc;
	color: #003466;
}

/* Sets the height of each line in the dropdown */

#main_navigation li {
	float: left;
	height: 20px;
}

/* Width of the Nav Row text and the spacing */

#main_navigation li.home {
	width: 56px;
}

#main_navigation li.about {
	width: 86px;
}

#main_navigation li.services {
	width: 74px;
}

#main_navigation li.businesses {
	width: 92px;
}

#main_navigation li.employment {
	width: 102px;
}

#main_navigation li.resources {
	width: 86px;
}

#main_navigation li.news {
	width: 56px;
}

#main_navigation li.support {
	width: 100px;
}

#main_navigation li.contact {
	width: 98px;
}

#main_navigation li ul {
	position: absolute;
	left: -9999px;
}

#main_navigation li ul a {
	display: block;
	font-size: 100%;
	font-weight: normal;
	width: 10em;
	background: #003466;
	color: #fff;
	text-align: left;
}

/* Drop Down menu widths */

#main_navigation li ul#home a {
	width: 10em;
}

#main_navigation li ul#about a {
	width: 16em;
}

#main_navigation li ul#services a {
	width: 20em;
}

#main_navigation li ul#businesses a {
	width: 15em;
}

#main_navigation li ul#employment a {
	width: 14em;
}

#main_navigation li ul#resources a {
	width: 12em;
}

#main_navigation li ul#news a {
	width: 10em;
}

#main_navigation li ul#support a {
	width: 16em;
}

#main_navigation li ul#contact a {
	width: 10em;
}

/* ----Set this height same as the very top of the script------*/

#main_navigation a {
	display: block;
	height: 22px;
	padding-top: 2px;
	padding-right: 1em;
	padding-left: 1em;
	color: #fff;
	opacity: .99;
	filter: alpha(opacity=99);
}

#main_navigation li ul a:link {
	text-decoration: none;
	border-bottom: none;
}

#main_navigation li ul a:visited {
	text-decoration: none;
	border-bottom: none;
}

#main_navigation li ul a:hover {
	border-bottom: none;
	text-decoration: none;
	background: #ccc;
	color: #003466;
}

/* --- MAIN CONTENT --*/

div#main_content {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* --- LEFT CONTENT --*/

div#left_content {
	float: left;
	width: 180px;
	padding: 20px 0 20px 0;
}

div#left_content h2 {
	font-size: 110%;
	color: #40957f;
}

/* --- SUB CATEGORIES LEFT --*/

.thiscat {
	color: #990033;
	font-weight: bold;
}

#nav_categories, #nav_categories a {
	margin: 0;
	color: #223586;
	padding-bottom: 20px;
	background: transparent;
	text-align: left;
	font-weight: normal;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 88%;
}

#nav_categories a:link {
	font-weight: bold;
	text-decoration: none;
	color: #223586;
}

#nav_categories a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#nav_categories a:active {
	font-weight: bold;
	text-decoration: none;
	color: #314a9e;
}

#nav_categories a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #314a9e;
}

ul#nav_categories {
	width: 160px;
	margin: 0;
	background: transparent;
	padding: 10px 0;
	list-style-type: none;
}

ul#nav_categories ul {
	margin: 0 0 0 1em;
	padding: 11px 0 0 10px;
	background: transparent;
	list-style-type: none;
}

ul#nav_categories a {
	text-decoration: none;
	background: transparent;
	color: #eeeeee;
}

ul#nav_categories li {
	margin: 0;
	padding-bottom: 7px;
	background: transparent;
	list-style-type: none;
}

div#login_form {
	margin: 20px 0;
	font-size: 70%;
}

div#login_form p {
	margin: 8px 0;
}

div#login_form a {
	text-decoration: none;
}

div#login_form a:link {
	color: #223586;
	font-weight: bold;
}

div#login_form a:hover {
	color: #314a9e;
	font-weight: bold;
	text-decoration: underline;
}

div#login_form a:visited {
	color: #666;
	font-weight: bold;
}

div#login_form a:active {
	color: #223586;
	font-weight: bold;
}

/* -- CENTER CONTENT -- */

div#center_content {
	float: left;
	width: 340px;
	padding: 20px;
}

div#center_content h1 {
	font-size: 150%;
	color: #40957f;
	font-weight: normal;
}

div#center_content p {
	font-size: 80%;
	margin: 8px 0;
}

div#center_content a {
	text-decoration: none;
}

div#center_content a:link {
	color: #223586;
	font-weight: bold;
}

div#center_content a:hover {
	color: #314a9e;
	font-weight: bold;
	text-decoration: underline;
}

div#center_content a:visited {
	color: #666;
	font-weight: bold;
}

div#center_content a:active {
	color: #223586;
	font-weight: bold;
}

div#center_content ul li {
	font-size: 80%;
	margin: 4px 0 0 20px;
}

/* -- RIGHT CONTENT -- */

div#right_content {
	float: right;
	width: 180px;
	padding: 20px 0 20px 0;
}

div#right_content h2 {
	font-size: 110%;
	color: #ae515d;
	font-weight: normal;
}

div#right_content p {
	font-size: 72%;
	margin: 8px 0;
}

div#right_content a {
	text-decoration: none;
}

div#right_content a:link {
	color: #223586;
	font-weight: bold;
}

div#right_content a:hover {
	color: #314a9e;
	font-weight: bold;
	text-decoration: underline;
}

div#right_content a:visited {
	color: #666;
	font-weight: bold;
}

div#right_content a:active {
	color: #223586;
	font-weight: bold;
}

/* -- FOOTER -- */

div#footer {
	float: left;
	width: 100%;
	margin: 30px auto;
	background: #b3cccc;
}

div#footer_content {
	margin: 30px 0;
	text-align: center;
	font-size: 70%;
}

div#footer_content a {
	text-decoration: none;
}

div#footer_content a:link {
	color: #223586;
	font-weight: bold;
}

div#footer_content a:hover {
	color: #314a9e;
	font-weight: bold;
	text-decoration: underline;
}

div#footer_content a:visited {
	color: #666;
	font-weight: bold;
}

div#footer_content a:active {
	color: #223586;
	font-weight: bold;
}

div#credits {
	margin: 30px 0;
	text-align: center;
	font-size: 70%;
}

div#credits a:link {
	text-decoration: none;
	color: #333;
}

div#credits a:visited {
	text-decoration: none;
	color: #333;
}

div#credits a:hover {
	text-decoration: underline;
	color: #000;
}

div#credits a:active {
	text-decoration: none;
	color: #333;
}

/*  SEARCH RESULTS  */

div#center_search_content {
	float: left;
	width: 540px;
	padding: 20px;
}

div#center_search_content p {
	font-size: 80%;
	margin: 8px 0;
}

div#center_search_content a {
	text-decoration: none;
}

div#center_search_content a:link {
	color: #223586;
	font-weight: bold;
}

div#center_search_content a:hover {
	color: #314a9e;
	font-weight: bold;
	text-decoration: underline;
}

div#center_search_content a:visited {
	color: #666;
	font-weight: bold;
}

div#center_search_content a:active {
	color: #223586;
	font-weight: bold;
}

.outerborder {
	margin: 0 10px 0 7px
}

paginate {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .1em;
	padding: 10px 6px 10px 4px;
	margin: 0;
	background-color: transparent;
}

.pagecount {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	background-color: transparent;
}

.tablePad {
	padding: 3px 3px 5px 3px;
	background-color: #fff;
}

.resultRowOne {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 6px 6px 6px 8px;
	background-color: #f2f2f2;
}

.resultRowTwo {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 6px 6px 6px 8px;
	background-color: #fff;
}

.resultHead {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	padding: 8px 0 8px 8px;
	border-bottom: 1px solid #999;
	background-color: transparent;
}