/* green = 97d10b, light blue = #31a0ff */

* { margin: 0; padding: 0; }
body { background: #f0f0f0 url(/img/background.gif) top left repeat-x; }
body, p, td, input, textarea, select { font-family: "Lucida Sans Unicode", Verdana, sans-serif; font-size: 12px; color: #323232; letter-spacing: 1px; word-spacing: 2px; }
img { border: 0; behavior: url(/_css/iepngfix.htc); }
a { text-decoration: none; color: #97d10b; }
a:hover { text-decoration: none; color: #31a0ff; }
p { margin: 10px 0; }
ul, li { list-style: none; }


#wrap { width: 525px; margin: auto; padding-top: 15px; }

#header { height: 60px; }
#header h1.logo { position: absolute; background: url(/img/logo.gif) no-repeat; width: 225px; height: 60px; text-indent: -9999px; }
#header h2 { float: right; margin-top: 15px; color: #646464; font-weight: normal; font-variant: small-caps; letter-spacing: 1px; }
#header ul.menu { float: right; margin-top: 3px; }
#header ul.menu li a { }
#header ul.menu li a:hover { }

#content { margin: 150px 0 60px; }
#content li { display: inline; margin-right: 5px; }
#content td { vertical-align: top; }
#content td.first { text-align: center; width: 200px; }
#content td.second { width: 600px; }
#content h3 { color: #97d10b; font-size: 18px; font-weight: normal; font-variant: small-caps; display: inline; }
#content h3 span { color: #c8c8c8; font-size: 14px; }

#footer {  }
#footer ul { }
#footer li { display: inline; }
#footer p { margin: 0; font-variant: small-caps; font-size: 11px; color: #969696; }



.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
