@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
padding: 0;
font: 10pt Verdana,Tahoma,Arial,sans-serif;

}

body#ffs
{
	background: #211d1e url(img/background_noheader.jpg) no-repeat;
}


#header
{
	background: #000000;
	height: 84px;
}

#wrap {
color: #000000;
border:  none;
margin: 0 auto;
width: 100%;

}

#avmenu {
clear: left;
float: left;
width: 175px;
margin: 60px 0px 10px 60px;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 175px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #fffff1;
display: block;
padding: 6px 0 0 10px;
background: #67522c;
border-left: 1px #846837 solid;
}
	
	
#avmenu li a:hover {
background: #67522c;
color: #fffff1;
border-left: 4px #47381e solid;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #a8a8a8;
background-color: #000000;
line-height: 1.3em;
}
#content-text
{
	background-color: none /*#211d1e*/;
	color: #ccc;
	width: 609px;
	margin-left: 40px;
	padding: 10px;
	height: 150px;
}

#content {
margin: 170px 50px 10px 425px;
text-align: left;
background-color: none;
/*height: 700px;*/
}

#content table.projects
{
	margin-left: 40px; 
	background-color: #211d1e;
	text-align: center;
}

#contact-area
{
	padding-top: 20px;
	height: 400px;
	background-color: #211d1e;
	width: 700px;
	color: #ccc;
	text-align: center;
}
#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 0px;
display:inline;
}
h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #b6952a;
}

a:hover {
text-decoration: underline;
color: #b6952a;
}


#footer {
width: 100%;
text-align: center;
color: #cccccc;

position: fixed;
bottom: 0px;
}



#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 0px 7px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}



/******** Banner **********/
/* rotator in-page placement */
  div.rotator {
	position: relative;
	height:350px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:2px solid black;
	padding: 4px;
}
        div.rotator ul li.show {
	z-index:500;
}
