


  /* general page structure and layout */
body {
FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
font-size:.8em;
 padding:0 0 0 0;
}




#head-container
{
	color: #000;
	background: #fff;
}

#header
{
	margin: 0 auto;
	width: 860px;
	padding: 20px;
	background: #fff;
}

#navigation-container
{
	float: left;
	width: 100%;
	color: #ccc;
	background: #999;
}

#navigation
{
	margin: 0 auto;
	width: 900px;
    text-transform: uppercase;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #A67D3D; }

#content-container
{
	float: left;
	width: 100%;
	color: #000;
	background: #fff;
}

#content-container2
{
	margin: 0 auto;
	width: 900px;
}

#content-container3
{
	float: left;
	width: 900px;
	background: #FFF url(two-fixed-background.gif) repeat-y 100% 0;
}

#content
{
	clear: left;
	float: left;
	width: 410px;
	padding: 20px 0;
    margin: 0 0 0 30px;
	display: inline;
}

#content h2 {
    color:#A67D3D;
    line-height:1.2em;
    font-weight:strong;
    }


h4 {
color:#000000;
font-size:1em;
font-weight:strong;
padding: 0px 10px 0px 0px;
}

h5 {
color:#999999;
font-size:.7em;
font-weight:normal;
}



#aside
{
	float: right;
	width: 390px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}

#aside h3
{   margin: 0;
    color: #999999;
    font-size: .9em;
 }





#footer-container
{
	clear: left;
	color: #000;
	background: #fff;
}

#footer
{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	padding: 30px;

}

 #footer h2 {
    color:#A67D3D;
    line-height:1.2em;
    font-weight:strong;
    }


 /* links */
a {
color:#A67D3D;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:none;
}

 a img { border:0 }

/* colorbox */
.info{
  display: none;

}

.infobox {
  background: #fff;
  padding: 10px;
  text-align: left;
}

 .floatimgleft {
width:150px;
height:150px;
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}



/* cycle */

.slideshow {
  height: 332px;
  width: 432px;
  float:left;
  margin: auto
  }

.slideshow img {
  padding: 15px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  }




/* rounded announcements box */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
color: #ffffff;
  }
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; float: left; }



/* workarounds and hacks */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
