@charset "utf-8";
h1	{
	font-size: 2em;
	letter-spacing: -2px;
	line-height: 1em;
	color: #A9262B;
}
h2	{
	font-size: 1.4em;
	letter-spacing: -1px;
	line-height: 1em;
	color: #A9262B;
}
h3	{
	font-size: 1.2em;
	line-height: 1em;
	color: #4f4940;
}
a:link {
	color: #A9262B;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A9262B;
}
a:hover {
	text-decoration: underline;
	color: #A9262B;
}
a:active {
	text-decoration: none;
	color: #A9262B;
}
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: #4f4940;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	background-color: #FFF;
	background-image: url(images/background_shadow_27.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#text_wrapper {
	width: 860px;
	margin: 0 auto;
	padding: 20px 75px 40px 75px;
	text-align: left;
	height: 100%;
}
#header_left {
	width: 200px;
	float: left;
}
#header_right {
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 35px;
	padding-right: 53px;
}

#footer_left {
	float: left;
	width: 610px;
}
#footer_right {
	float: right;
	width: 180px;
	font-size: 80%;
}
#footer_wrapper {
	margin: 0 auto;
	width: 870px;
	padding: 0 45px 0 45px;
}


#content_left {
	float: left;
	width: 600px;
	text-align: justify;
}
#content_right {
	float: right;
	width: 170px;
	padding-left: 50px;
	line-height: 1em;	
}
.twoColFixRtHdr #footer {
	padding: 20px 0;
	background-color: #EEE;
	background-image: url(images/footer_18.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 50px;
	text-align: left;
} 
.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;
}
#header_full {
	background-image: url(images/header_02.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 173px;
}
#header_wrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 40px 14px 40px;
}
#menu {
	width: 980px;
	margin: -6px auto;
	position: relative;
	height: 1.9em;
	font-weight: bold;
	text-align: left;
	color: #CCC;
}

#menu ul
{
position: absolute;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 0.8em 0.9em 0.8em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.menu_current
{
text-decoration: underline;
}

#menubottom
{
height: 14px;
margin-bottom: 1.5em;
}


.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;
}
#feature {
}
#feature_center {
	width: 920px;
	margin: 0 auto;
	border-right-width: 13px;
	border-right-style: solid;
	border-right-color: #A9262B;
	border-bottom-width: 13px;
	border-left-width: 13px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #A9262B;
	border-left-color: #A9262B;
	height: 320px;
	background-color: #FFF;
}
#feature_2 {
	width: 960px;
	margin: 0 auto;
}
#slideshow {
    position:relative;
    height:350px;
}

#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;
}