body { margin:0px; padding:0px; background:#fff; }
div, span, td, p { font-family:tahoma, arial; color:#838383; font-size:11px; }
img { border:0px; }
.container { margin:auto; width:770px; padding-top:15px; }
a { text-decoration:none; color:#9ab445; }
a:hover {  }
form { margin: 0px; padding: 0px; }
h1 { background:url('/images/heading_back.gif') no-repeat bottom left; color:#d16401; padding:0px 0px 13px 10px; margin:0px 0px 5px 0px; font-size:18px; font-weight:normal;}
.clear { clear:both; }


/* Stupid Ie */
ul li { height:1px; }
html>body ul li { height:auto; }

.nav {
 list-style-type:none;
 text-align:right;
 border-bottom:1px solid #f4efea;
 padding:0px 40px 20px 0px;
}

.nav a {
 display:block;
 color:#46853a;
 font-family:Gill Sans MT, tahoma, arial;
 font-weight:bold;
 font-size:14px;
}

a.on {
 color:#894d13;
}

.leftCol {
 width:225px;
 background:url('/images/leftcol_back.gif') no-repeat top right;
 float:left;
}

.rightCol {
 width:545px;
 float:right;
}

.belowNav {
 text-align:right;
 padding:0px 40px 60px 0px;
}

.innerPadding {
 padding:10px;
}
.searchButton {
 background:url('/images/search_button.gif') no-repeat top left;
 border:0px;
 width:32px;
 height:24px;
 padding:0px;
 margin:0px;
}

.searchBox {
 background:url('/images/search_back.gif') left top;
 border:0px;
 height:19px;
 color:#6c8029;
 width:150px;
 padding-left:4px;
 padding-top:4px;
 font-size:10px;
}

.searchTable {
 float:right;
 position:relative;
 bottom:40px;
 right:30px;
}

.padding {
 padding:0px 30px;
}

.summary li {
 color:#975628;
 border-bottom:1px solid #cdcdcd;
 padding:5px 10px 5px 0px;
 margin-right:50px;
}

.summary {
 list-style-image:url('/images/summary_li.gif');
}

.footer {
 border-top:8px solid #ffd119;
 margin-top:10px;
 padding:5px 0px;
}

.footer a {
 color:#46853a;
 padding:0px 3px;
 font-size:10px;
}

.copyright {
 float:right;
 color:#d4b9a6;
 font-size:10px;
}

/*tooltip*/

div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 3px 5px;
	background: url(/images/balloon.png) top left no-repeat !important;
	background: url(/images/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(/images/balloon.png) bottom left no-repeat !important;
	background: url(/images/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}
