@charset "utf-8";

p	{

	text-align:justify;

	line-height: 1.4em; 

}



h1	{

	font-size: 2.2em;

	letter-spacing: -2px;

	line-height: 1em;

	color: #00753F;

	margin-top: 0px;

}

h2	{

	font-size: 1.6em;

	letter-spacing: -1px;

	line-height: 1em;

	color: #00753F;

}

h3	{

	font-size: 1.2em;

	line-height: 1.2em;

	color: #666;

	letter-spacing: -1px;

	margin-top: -15px;

	margin-bottom: 1px;

	text-align: justify;

}

h4	{

	font-size: 1.2em;

	line-height: 1.2em;

	color: #666;

	letter-spacing: -1px;

	margin-top: -8px;

	margin-bottom: 1px;

	text-align: justify;

}

a:link {

	color: #00753F;

	font-weight: bold;

	text-decoration: underline;

}

a:visited {

	text-decoration: none;

	color: #00753F;

	font-weight: bold;

}

a:hover {

	color: #464545;

	font-weight: bold;

}

a:active {

	text-decoration: none;

	color: #00753F;

}



body  {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #4B4B4B;

	background-color: #FFF;

	background-image: url(images/background_02.jpg);

	background-repeat: no-repeat;

	background-position: center top;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 0.8em;

}

#feature {

	text-align: center;

	width: 960px;

	height: 434px;

	margin: 0 auto;

	background-image: url(images/feature_background_09.png);

	background-repeat: no-repeat;

	background-position: center top;

}

#feature_2 {

	margin: -15px auto 0;

	width: 860px;

	padding-bottom: 8px;

}

#main_content_wrapper {

	margin: 0 auto;

	width: 860px;

	text-align: left;

	background-image: url(images/shadow_17.jpg);

	background-repeat: no-repeat;

	background-position: center top;

	padding: 60px 50px 80px 50px;

}

.content_left {

	float: left;

	width: 525px;

}

#footer {

	width: 960px;

	margin: 0 auto;

	background-image: url(images/shadow_17.jpg);

	background-repeat: no-repeat;

	background-position: center top;

	padding: 20px 0 50px 0;

	font-size: 85%;

}



.content_right {

	float: right;

}









.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

#top_wrapper {

	width: 860px;

	margin: 0 auto;

	padding-top: 30px;

}

.top_left {

	float: left;

}

#top_menu {

	float: right;

	position: relative;

	font-weight: bold;

	color: #00753F;

	letter-spacing: -1px;

	padding-top: 20px;

	font-size: 120%;

}



#top_menu ul {

	margin-top :0;

}



#top_menu ul li	{

	display: inline;

	position: relative;

	padding-right: 7px;

	padding-left: 7px;

}



#top_menu ul li a	{

	cursor: pointer;

	text-decoration: none;

}



#top_menu ul li a:hover

{

	color: #999;

	text-decoration: underline;

}



#top_menu ul li a.menu_current

{

	color: #333;

	text-decoration: underline;

}



.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

#slideshow {

    position:relative;

	width:855px;

    height:393px;

	text-align:center;

	margin:0 auto;

}



#slideshow IMG {

    position:absolute;

    top:0;

    left:0;

    z-index:8;

    opacity:0.0;

}



#slideshow IMG.active {

    z-index:10;

    opacity:1.0;

}



#slideshow IMG.last-active {

    z-index:9;

}

