body {
background-color: #8E8771;
text-align: center;	
}

#wrap {
	text-align: left;
	margin: auto;
	padding: 0px;
	border:0;
	width: 720px;
	background: #fff;
}
#header {
	margin: 0 0 0 0;
	height: 50px;
}

#logo{
margin:0 0 0 28px;
border:0;
}
#newsimg{
position: absolute;
top: 45px;
left: 50%;
margin:0 0 0 0;
border:0;
}


#logotext{
display:none;
}

#css_switch{
	position: absolute;
	left:71%;
	top: 45px;
	width: 80px;
	padding:0px;

	z-index: 10;
	font: bold 11px Arial, sans-serif;	
}

#css_switch a{
color:#808080;
text-decoration:none;
}

#css_switch a:hover{
text-decoration:underline;
}

#search {
    position: absolute;
    left:62%;
    top: 93px;
    padding:0px;
	z-index: 10;
}


#frame {
		width:720px;
		margin-right:auto;
		margin-left:auto;
		margin-top:75px;
		padding:0px;
		text-align:left;
		}
		* html #frame {
		margin-top:0px;
		padding-bottom:5px;	
		
			
		}		

#leftcolumn {
	float: left;
	width: 140px;
	padding: 5px;
}

#content { 
	float: left;
	width: 55%;
	background: #fff;
	padding-bottom: 5px;
}

#rightcolumn {
	float: left;
	width: 160px;
}

#rightcall{
position: relative;	
top: 10px;
left: 30px;
padding: 0px;	
}
#rightmiddle{
position: relative;	
top: 100px;
left: 17px;
padding:0px;
}
#rightca{
position: relative;	
top:190px;
left: 100px;
padding: 0px;	
}

#footer {
	position: relative;
	clear: both;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	background-color: transparent;
	color: #fff;
	text-align: center;
	line-height:20px;
	height: 20px;
	z-index: 10;
}


#footer a:link { 
	position:relative;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color:#fff;
	z-index: 10;
}
#footer a:visited { 
	position:relative;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color:#fff;
	z-index: 10;
}
#footer a:hover {
	position:relative;
	text-decoration:underline;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color:#fff;
	z-index:10;
}
#footer a:active { 
	position:relative;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color:#fff;
	z-index: 10;
}

#footerwhite {
	position: relative;
	clear: both;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	background-color: #fff;
	color: #000;
	height: 10px;
}




/*menu - styling and positioning
-------------------------------------------------------*/


.menu {
	margin:0 0 0 0;
	padding:0 0 0 0;
	position: relative;
	width: 720px;
	top: 5px;
	left: 0px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	z-index: 120;
}
* html .menu {
top: 0px;	
left: 0px;
}
*:first-child+html .menu {
top: 1px;
}

.menu ul {
padding:0 0 0 0; 
margin:0;
list-style-type: none;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration: none;
	text-align: center; 
	color:#fff; 
	width:110px; 
	height:20px; 
	border:1px solid #fff; 
	border-width:0 0 0 0; 
	padding-left:5px;
	padding-right:5px; 
	line-height:20px;
}
* html .menu ul li a, .menu ul li a:visited {
width:115px;
w\idth:110px;
}
.menu ul li ul {
display: none;
}
table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
color:#fff; 
background:#bd8d5e;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:20px;
margin-top:0px;
left:0; 
width:150px;
}
* html .menu ul li a:hover ul {
margin-top:0;
marg\in-top:0px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:#faeec7; 
color:#000; 
height:auto; 
line-height:1.2em; 
padding:5px 10px; 
width:129px
}
* html .menu ul li a:hover ul li a {
width:150px;
w\idth:129px;
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#c9c9a7 url(drop.gif) bottom right no-repeat;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#c9c9a7; 
color:#000;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:150px; 
top:0;
width:150px;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-150px;
}


/*stripes
-------------------------------------------------------*/
.menustripe{
	background-image: url(images/stripe_brown.gif); 
	background-repeat: repeat-x; 
	z-index: 5;
	position: relative;
	padding: 0px;
	width: 100%;
	height:20px;
	top: 124px;
	left: 0px;
	opacity: 0.8;
	filter:alpha(opacity=80); /* IE patch */
}
* html .menustripe{
top:123px;
height:10px;
line-height: 10px;
}

.footstripe{
	background-image: url(images/stripe_brown.gif); 
	background-repeat: repeat-x; 
	position: relative;
	z-index: 1;
	width: 100%;
	height:20px;
	top: -30px;
	left: 0px;
	opacity: 0.8;
	filter:alpha(opacity=80); /* IE patch */
}
* html .footstripe{
top:-32px;
height:10px;
line-height: 10px;
}

.menustripe_dgreen{
	background-image: url(images/stripe_dgreen.gif); 
		background-repeat: repeat-x; 
		z-index: 5;
		position: relative;
		width: 100%;
		height:20px;
		top: 124px;
		left: 0px;
		opacity: 0.8;
		filter:alpha(opacity=80); /* IE patch */
	}
	* html .menustripe_dgreen{
	top:123px;
	height:10px;
	line-height: 10px;
	}

.footstripe_dgreen{
	background-image: url(images/stripe_dgreen.gif); 
	background-repeat: repeat-x; 
	position: relative;
	z-index: 1;
	width: 100%;
	height:20px;
	top: -30px;
	left: 0px;
	opacity: 0.8;
	filter:alpha(opacity=80); /* IE patch */
}
* html .footstripe_dgreen{
top:-32px;
height:10px;
line-height: 10px;
}
	
.menustripe_gblue{
	background-image: url(images/stripe_gblue.gif); 
		background-repeat: repeat-x; 
		z-index: 5;
		position: relative;
		width: 100%;
		height:20px;
		top: 124px;
		left: 0px;
		opacity: 0.8;
		filter:alpha(opacity=80); /* IE patch */
	}
	* html .menustripe_gblue{
	top:123px;
	height:10px;
	line-height: 10px;
	}
	

.footstripe_gblue{
	background-image: url(images/stripe_gblue.gif); 
		background-repeat: repeat-x; 
		position: relative;
		z-index: 1;
		width: 100%;
		height:20px;
		top: -30px;
		left: 0px;
		opacity: 0.8;
		filter:alpha(opacity=80); /* IE patch */
	}
	* html .footstripe_gblue{
	top:-32px;
	height:10px;
	line-height: 10px;
	}
		
.menustripe_lgreen{
		background-image: url(images/stripe_lgreen.gif); 
		background-repeat: repeat-x; 
		z-index: 5;
		position: relative;
		width: 100%;
		height:20px;
		top: 124px;
		left: 0px;
		opacity: 0.8;
		filter:alpha(opacity=80); /* IE patch */
	}
	* html .menustripe_lgreen{
	top:123px;
	height:10px;
	line-height: 10px;
	}
	

.footstripe_lgreen{
	background-image: url(images/stripe_lgreen.gif); 
	background-repeat: repeat-x; 
	position: relative;
	z-index: 1;
	width: 100%;
	height:20px;
	top: -30px;
	left: 0px;
	
	opacity: 0.8;
	filter:alpha(opacity=80); /* IE patch */
}
* html .footstripe_lgreen{
top:-32px;
height:10px;
line-height: 10px;
}
	
	



.menustripe_orange{
	background-image: url(images/stripe_orange.gif); 
		background-repeat: repeat-x; 
		z-index: 5;
		position: relative;
		width: 100%;
		height:20px;
		top: 124px;
		left: 0px;

		opacity: 0.8;
		filter:alpha(opacity=80); /* IE patch */
	}
	* html .menustripe_orange{
	top:123px;
	height:10px;
	line-height: 10px;
	}

.footstripe_orange{
	background-image: url(images/stripe_orange.gif); 
	background-repeat: repeat-x; 
	position: relative;
	z-index: 1;
	width: 100%;
	height:20px;
	top: -30px;
	left: 0px;
	
	opacity: 0.8;
	filter:alpha(opacity=80); /* IE patch */
}
* html .footstripe_orange{
top:-32px;
height:10px;
line-height: 10px;
}
	
	



.menustripe_red{
	background-image: url(images/stripe_red.gif); 
		background-repeat: repeat-x; 
		z-index: 5;
		position: relative;
		width: 100%;
		height:20px;
		top: 124px;
		left: 0px;

		opacity: 0.8;
		filter:alpha(opacity=80); /* IE patch */
	}
	* html .menustripe_red{
	top:123px;
	height:10px;
	line-height: 10px;
	}
	
.footstripe_red{
	background-image: url(images/stripe_red.gif); 
		background-repeat: repeat-x; 
		position: relative;
		z-index: 1;
		width: 100%;
		height:20px;
		top: -30px;
		left: 0px;

		opacity: 0.8;
		filter:alpha(opacity=80); /* IE patch */
	}
	* html .footstripe_red{
	top:-32px;
	height:10px;
	line-height: 10px;
	}
		



/*background barrow image
-------------------------------------------------------*/

#background_barrow{
background-image: url(images/background_barrow.gif); 
background-repeat: no-repeat; 
z-index:70;	
position: absolute;
top:200px;
left:60%;
height:400px;
width:400px;
opacity: 0.2;
filter:alpha(opacity=15); /* IE patch */
}

/* Search
------------------------------------------------------------------------------- */

form.FSF_form {
    margin: 0;
    padding: 0;
    width: 200px;
    text-align: right !important;
	font: 10px Arial, Helvetica, sans-serif;
}

input.FSF_input { 
    display: inline;
    
	line-height:3;
	width: 70px;
	color:#fff;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
    border: 1px solid #8E8771;
    background: #8E8771;
    margin: 0;
    padding: 5px;
}
input.FSF_submit { 
    display: inline;
    margin: 0;
    padding: 2px;
	
    line-height: 3;
	color:green;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #fff;
	border: 3px solid #8E8771;
}
* html input.FSF_submit{
height:24px;
}

.FSF_SearchResults {
	font: bold 12px Arial, sans-serif;
}

.FSF_intro {
	font: bold 12px Arial, sans-serif;	
}

.FSF_result {font: bold 12px Arial, sans-serif;}
.FSF_resultLink {font: bold 12px Arial, sans-serif;}
.FSF_resultDescription {font: bold 12px Arial, sans-serif;}

/*breadcrumb
-------------------------------------------------------*/

.B_crumbBox {
	display: block;
	font: 10px Arial, Helvetica, sans-serif;
	color:#FF8000;	
	text-align: left;
	padding-top: 10px;
}



/*news letter
-------------------------------------------------------*/

#newsletter{
	
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #76705D;	
}

input.btn{
   color:#76705D;
   font-family: arial,helvetica,sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#fff;
   border:1px solid;
	border-color: #000;
}
      
input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}


/*styling
-------------------------------------------------------*/

p{
font: 11px Arial, Helvetica, sans-serif;
color: #76705D;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	color: #76705D;
	letter-spacing: .07em;
	display: inline;
	margin:0;
	padding:0;
	}

h1 { font-size: 218% }
h2 { font-size: 180%; }
h3 { font-size: 102%; }
h4 { font-size: 70%; }

a, a:link { 
    text-decoration: none;
    color:#286ea0;
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #286ea0; border-color: #693; text-decoration: underline; }
a:active { color: #c33; border-color: #c33 }

#content ul, ol {
font: 11px Arial, Helvetica, sans-serif;
color: #76705D;
}

#content ol {
    margin-left: 1em;
    padding-left: 1em;
}
#content ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}


/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}
