body
{
font-size: 75%;
color:#000000;
background-image: url('images/background.jpg');
margin: 0px 0px 0px 0px; 
}

img { border: 0; }

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
font-family: arial,helvetica,sans-serif;
}

table, input, textarea
{
font-size: 100%;
}

h3 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold
	color:#000000;
	font-size: 100%;

}

span.italic
{
font-style:italic;
}

span.quote
{
font-family:times, times new roman;
font-size: 110%
}

span.blackbold
{
color:#000000;
background-color:transparent;
font-weight: bold
}

span.blackboldlrg
{
color:#000000;
background-color:transparent;
font-size: 120%;
font-weight: bold;
}

span.bluebold
{
color:#004990;
background-color:transparent;
font-weight: bold
}

span.blue
{
color:#004990;
background-color:transparent;
}

span.green
{
color:#025007;
background-color:transparent;
}

span.greybold
{
color:#808080;
background-color:transparent;
font-weight: bold
}

span.brown
{
color:#645719;
background-color:transparent;
font-weight: normal
}

span.brownbold
{
color:#645719;
background-color:transparent;
font-weight: bold
}

span.greenbold
{
color:#98A476;
background-color:transparent;
font-weight: bold
}

span.gray
{
	color:#A1A1A1;
	background-color:transparent;
}

.border {
	border-color: #BBBCBE;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	width: 90%;
	text-align: left;
	padding: 5px 5px 8px 10px;
	background-image: url('images/contact_background2.jpg');
}
.calc {
	text-align: center;
	font-family:verdana, arial, geneva;
	font-size: 0.8em;
}
.calc_button {border:1px dashed #333; background:#FFFFFF; color:#446093; }

a:link {
	color: #025007;
	font-weight: normal;
	text-decoration: underline
}

a:visited {
	color: #70227B;
	font-weight: normal;
	text-decoration: underline
}

a:hover {
	color: #808080;
	font-weight: normal;
	text-decoration: underline
}

span.topnavOver {
	font-family: Trebuchet MS,arial,medium helvetica,sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:link.topnavHome {
	font-family: Trebuchet MS,arial,medium helvetica,sans-serif;
	font-size: 9pt;
	color: #004A90;
	font-weight: bold;
	text-decoration: underline;
}

a:visited.topnavHome {
	font-family: Trebuchet MS,Verdana,arial,medium helvetica,sans-serif;
	font-size: 9pt;
	color: #004A90;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.topnavHome {
	font-family: Trebuchet MS,arial,medium helvetica,sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

span.topnavOverOther {
	font-family: Trebuchet MS,arial,medium helvetica,sans-serif;
	font-size: 9pt;
	color: #F6A156;
	font-weight: bold;
	text-decoration: none;
}

a:link.topnavOther {
	font-family: Trebuchet MS,arial,medium helvetica,sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a:visited.topnavOther {
	font-family: Trebuchet MS,Verdana,arial,medium helvetica,sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.topnavOther {
	font-family: Trebuchet MS,arial,medium helvetica,sans-serif;
	font-size: 9pt;
	color: #F6A156;
	font-weight: bold;
	text-decoration: none;
}

a:link.text {
	color: #025007;
	font-weight: normal;
	text-decoration: underline
}

a:visited.text {
	color: #70227B;
	font-weight: normal;
	text-decoration: underline
}

a:hover.text {
	color: #808080;
	font-weight: normal;
	text-decoration: underline
}

a:link.footernav {
	font-size: 80%;
	color: #000;
	font-weight: normal;
	text-decoration: none
}

a:visited.footernav {
	font-size: 80%;
	color: #000;
	font-weight: normal;
	text-decoration: none
}

a:hover.footernav {
	font-size: 80%;
	color: #000;
	font-weight: normal;
	text-decoration: none
}

span.smalltext {
	font-size: 80%;
	color: #000000;
    font-weight: normal;
}

.yellowbox {
	border: 1px solid #0F59A4;
	margin-right: 4px;
	width: 93%;
	text-align: center;
	padding: 4px 3px 3px 4px;
	background-color: #F3D846;
}

.padding {
	padding-bottom: 5px;
}

/* CSS needed for the script */

#ajax_tooltipObj { z-index:1000000; text-align:left; }
#ajax_tooltipObj div{ position:relative; }
#ajax_tooltipObj .ajax_tooltip_content img { margin-left: 25px; }

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #006636;	/* Border width */
	left:12px;	/* Same as border thickness */
	top:-100px;
	position:absolute;
	width:250px;	/* Width of tooltip content */
	height:330px;	/* Height of tooltip content */
	background: #fff url(images/popout_bkg.gif) 0 0 repeat-x; 
	padding:8px;	/* Space between border and content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

/* thumbnail gallery */
#th_gallery {list-style-type: none; margin: 1em 0 0 0; padding: 0; }
#th_gallery li {float: left; margin: 0 5px 15px 5px; }
#th_gallery img {display: block; border: 1px solid #E2E2E2; width: 110px; height: 90px; }
#th_gallery a:link img {border: 1px solid #E2E2E2; }
#th_gallery a:visted img {border: 1px solid #E2E2E2; }
#th_gallery a:hover img {border: 1px solid #F6A156; }
#th_gallery a:active img {border: 1px solid #F6A156; }