a:link {color: #004F38}
a:visited {color: #004F38}
a:active {color:#004F38}
a:hover {color: #339933;}

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
  }


.content {
	background: #FFFFFF;
	border-left: 1px solid #CCCC99;
	padding: 10px;
	width: 580px;
	vertical-align: top;
	line-height: 16px;
}

.splitter_content {
	background: #FFFFFF;
	border-left: 1px solid #CCCC99;
	padding: 0px 10px 10px;
	width: 580px;
	vertical-align: top;
	line-height: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC99;
}


#login {
	background: #989965;
	padding: 5px 5px 5px 6px;
	height: 190px;
	width: 190px;
}
.logininput {
	height: 14px;
	width: 135px;
	margin: 4px;
}
.loginbox {
	width: 150px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 9px;
	text-align: left;
}
.contentpic {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
#globalnav {

	color: #214133;
	text-align: right;
	width: 800px;
	padding-bottom: 5px;
}

#globalnav a:link{
	color:#214133;
	text-decoration:none;
}

#globalnav a:visited{
	color:#214133;
	text-decoration:none;
}
#globalnav a:active{
	color:#214133;
	text-decoration:underline;
}
#globalnav a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


.leftcolumn {
	background: #214133;
	width: 199px;
	vertical-align: top;
}
#footer {
	font-size: 0.8em;
	color: #214133;
	text-align: center;
	margin: 10px;
}
.largetype {
	font-size: 1.2em;
	list-style-image: url(images/cloverbullet.jpg);
}
.splitterrightlink {
	display: block;
}
#footer a:link{
	color:#214133;
	text-decoration:none;
}
#footer a:visited{
	color:#214133;
	text-decoration:none;
}
#footer a:active{
	color:#214133;
	text-decoration:underline;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.leftquote {
	color: #FFFFFF;
	padding: 10px;
	font-size: 14px;
}

.smleftquote {
	color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
}



body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #CCCC99 center;
	margin: 8px 0px 0px;
}

.bottompadding {
	padding-bottom: 5px;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #214133;
}
.joinourteam {
	background-color: #999966;
	background-position: center;
}

.joinourteam a:link {
	color:#FFFFFF;
}

.joinourteam a:hover {
	color:#CCCC99;
}
.boldtitle {
	font-weight: bold;
	color: #214133;
}


/* css/tooltip.css -- fancy tooltips */

span.tool {
  position: relative;   /* this is key */
  cursor: help;
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 2.5em;
  left: 0;
  width: 350px;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #EDEAB8;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

#content span.tool::after {
  padding-left: 2px;            
}

/* css/tooltip.css */
h3 {
	color: #214133;
}
