@charset "UTF-8";
body {
	margin: 10px;
	padding: 0;
	/*background: url(images/GreenBackground3.jpg) repeat-x left top;*/ /*Taking this out to experiment*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#page {
	width: 800px;
	margin: 0 auto;
}


/* This is the start of the top menu */
#topmenu {
	width: 800px;
	margin: 0;
	padding: 0;
	height: 40px;
	background: url(images/GreenStucco2.jpg);
		/*Putting this here because it makes the header in the middle of the pgae instad of completely across the top*/
	margin-left: 0px;
	margin-top: -3px;
}

#topmenu ul {
	float: right;
	display: block;
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
	padding-top: 8px; /*This controls the positioning of the navigation menu*/
}

#topmenu li {
	display: inline-table;
	padding-right: 10px;
	padding-left: 10px;
}

#topmenu a {
	margin-right: 40px; /*used to be 3px*/
	padding: 10px 15px 10px 10px; /* Top, Right, Bottom, Left */
	letter-spacing: -.5px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 40px;
}

#topmenu a:hover { 
	text-decoration: none;
	color: #666;
}

#topmenu .current_page_item a {
	/*color: #000000;*/
	/*Not sure what this is for*/
}

#topmenu .numbertxt {
	font-size: 28px;
	color: #000000;
}

#topmenu span {
	margin: 0;
	padding: 0;
}


/*LOGO*/

#logomenu {
	background: url(images/GKLogo4.jpg) no-repeat center;
	/*This is the company logo */
	width: auto;
	height: 60px;
}

#logomenu h2 {
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #66B209;
}

#logomenu p a {
	text-decoration: none;
}

#logomenu p a:hover {
	text-decoration: underline;
}


h1 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 13px;
}

p {
	margin-bottom: 10px;
}

a:link {
	color: #6DBD0B;
}

a:hover, a:active {
	text-decoration: none;
	color: #6DBD0B;
}

a:visited {
	color: #6DBD0B;
}

img {
	border: 1px dashed #86E714;
	padding: 2px;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


/* Sidebar */
#sidebar {
	float: left;
	width: 215px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 0px;
	margin-bottom: -20px;
}

#sidebar li ul {
	/*background: url(images/img03.jpg) repeat-x left bottom;*/
	padding-bottom: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
}

#sidebar h2 {
	padding-top: 20px;
	margin-bottom: -1px;/*10px*/
	/*background: url(images/img04.jpg) repeat-x left bottom;*/
	/*background: url(images/GreenStucco2.jpg) repeat-x left bottom;*/
	border-bottom: 1px dotted #D1D1D1;
	font-size: 18px;
}

#sidebar tr td {
	/*background: url(images/GreenStucco2.jpg) repeat-x;*/
}


/* Footer */
#footer-wrap {
	width: 700px;
	height: 52px;
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
	height: 52px;
	min-height: 52px;
	padding: 0;
	background: #A0A0A3 url(images/img05.gif) repeat-x left bottom;
	width: 700px;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 15px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}
