@charset "utf-8";
body { background:#333333 url(images/bg01.jpg); margin-bottom: 0px; text-align: justify;}
h1,h2,h3 { margin:0px; padding:0px;}

h1 {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}

.header{ background:url(images/header.jpg) no-repeat; width:900px; height:182px;}
.left-column{ background:#f5f4f4; width:240px; text-align:center;vertical-align: top;}
.content {background:#FFFFFF;width:660px;padding:10px;font-family:Arial, Helvetica, sans-serif;font-size:12px;}

.bottom-grey-line{ background:#959595; height:8px;}
.footer{ background:url(images/footer.jpg) no-repeat; width:900px; height:82px; }
.footer-nav {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-align:center;}
.footer-nav a{ text-decoration:none; color:#000000;}
.footer-nav a:hover{ text-decoration:underline; color:#000000;}

.text-left-header { background:url(images/left-text-header.gif) no-repeat; width:221px; text-align:left; height:32px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; padding-left:10px;}
.text-contact { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:left; padding:10px 20px;}

#lightgreen-bg{ background:#e4f2df; width:100%; height:150px;}



/*---TOP NAV--------------------------------------------------------------*/
#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	overflow:hidden;
	margin-left:336px;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/right.png") no-repeat right top;
	padding:6px 15px 5px 6px;
	margin-right:4px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
color:#000;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}




