@charset "UTF-8";
body  {
	font: 10pt "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #d7d7d7;
}

::-moz-selection{
background: #6AB359;
color: #fff;
} 

 #onthegonav {
	 padding:1px;
 }
 #onthegonav a{
	 padding:1px;
 }

 #onthegonav a:hover{
	  background-color:#000;
	  text-decoration:none;
	  color:#fff;
	  padding:1px;
 }


::selection {
background: #6AB359;
color: #fff;
} 

A {
	cursor: pointer;
}
A IMG {
	outline:none;
	border:none;
}

/* ANCHOR STYLES */
a:link,a:visited,a:active,a:hover
{
	text-decoration:none
}
a:hover {
	text-decoration:none;
	color:#442b01;
}
a:link,a:visited
{
	color:#442b01;
}
a:hover,a:active{
	color:#6AB359;
}

#menuItems a {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin-top:2px;
	padding-top:3px;
	height: 20px;
}
#menuItems a:link, .specialLink a:visited, #menuItems a:active, #menuItems a:hover 
{
	text-decoration:none;
}
#menuItems {
	color:#FFFFFF;
}
#menuItems a:link {
	color:#FFFFFF;
}
#menuItems a:visited {
	color:#FFFFFF;
}
#menuItems a:active {
	color:#442b01;
}
/* Menu Hover and Select Style */
#menuItems a:hover, 
#menuItems a.current
{
	background-color:#b1d686 !important;
	color:#442b01;
}

#sidebar a.current
{
	color:#6AB359 !important;
}

#page { 
	width: 100%;  
	margin: 0 auto; 
	text-align: left; 
}
#header { 
	background-image: url(../images/headergradient.png);
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#header IMG {
	display:inline;
	vertical-align:middle;
}
#header IMG#tagLineImage { 
	padding-left:15px;
}
#banner {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding-top:10px;
	padding-bottom:10px; 
}
#menu {
	background-image: url(../images/menubar.png);
	background-repeat: repeat-x;
	height:31px;
	position:absolute;
	top: 100;
	width:100%;
	z-index:1000;
}
#menuItems {
	position: relative;
	left:220px;	
}
#menuItemsWrapper {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}
#contentContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top:25px;
	width: 800px;  
	background:#FFFFFF;
	text-align: left;
} 
.global #topnav { 
	font: 10pt;
	font-style: bold;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0; 
	text-align: center; 
	color: #FFFFFF;
	padding-top:1px;
} 

#sidebar {
	float: left; 
	width: 222px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#sidebar p {
	margin-left: 10px; 
	margin-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom: solid 1px #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color:#442B01;
}
#sidebar .separater {
	background-color:#FFFFFF;
	height:1px;
}

/*mainContent

*/
#mainContent {
	float: left;
	width:550px;
} 
#mainContentImage {
	padding-top:25px;
	padding-left:15px;
}

#mainContentText{
	display:block;
	padding-left:25px;
	padding-top:29px;
	line-height: 20px;
}

}
#mainContentText a:link, .specialLink a:visited, #menuItems a:active, #menuItems a:hover 
{
	text-decoration:none;
}
#mainContentText {
	color:#442B01;
}
#mainContentText a:link {
	color:#6AB359;
}
#mainContentText a:visited {
	color:#6AB359;
}
#mainContentText a:active {
	color:#6AB359;
}
#mainContentText a:hover {
	color:#6AB359;
	text-decoration:underline;
}



#footer { 
	padding: 0 0px 0 0px; 
	background:#b1d686;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10px;
} 
#footer p {
	margin: 0; 
	padding: 0px 0 0px 0;
	color:#442B01;
	text-align:center; 
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}