/* HTML ELEMENTS */

ul {
	list-style-type: square;
} 
	
body{
  background: url('../images/background.gif')  top center #393027;
  margin: 0;
  padding: 0;
  font-family: verdana, "MS Trebuchet", Trebuchet, sans-serif;
  color: #FFF;
}
a{
  text-decoration: none;
}
a.imgbdr{border: 1px solid #b7c943;} 
a:visited.imgbdr{border: 1px solid #b7c943;} 
a:hover.imgbdr{border: 1px dashed orange;} 
h1{
  font-family: verdana;
  font-size: 1.3em;
  color: #e8e8e8;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2{
  font-family: verdana;
  font-size: 1.1em;
  color: #b7c943;
}

h3{
  font-family: verdana;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p{
  color: #e8e8e8;
  font-family: verdana;
  font-size: .8em;
  line-height: 1.8em;
}
td{
  font-size: .9em;
  padding: 4px;
}

#logo{
  width: 130px;
  height: 130px;
}



/* IDS */
#container{
	margin: 35px auto 15px;
	width: 875px;
	padding: 10px;
	background-color: #fff;	
	
}
#home #container{
  width: 777px;
  line-height:0;
}

#navigation li{
	margin-left: 10px;
	height: 200px;
	font-family: verdana;
	display: inline;
	font-size: 13px;
	text-transform: uppercase;
}
#navigation .current a{
	color: #b7c943;
}

#navigation ul{
	margin:0;
	padding: 0;
	text-align: center;
}

#navigation{
	background-color: #1a1715;
	padding: 12px;
	
}
#navigation a{
	/*color: #615648;*/
	color: #81725F;
}

#navigation a:hover{
	color: #b7c943;
}
#navigation .here a{
	color: #b7c943;
}
#navigation .selected a{
	color: #b7c943;
}

#team-members{
 color: #fff;
 font-family: verdana;
 font-size: .7em;
 font-weight: bold;
 line-height: 1.7em;
 list-style:none;
 margin:0;
 padding:0;
}
#team-members a{
  color: #b7c943;
}


#header{
	background: url(../images/bg-content2.jpg) #000 no-repeat;
	height: 272px;
	margin-bottom: 10px;
	background-color: #000;
z-index:1;
}
#headercopy{
	margin-left: 480px;
	margin-right: 20px;
	padding-top: 15px;
	
}

#headercopy h2{
  margin-bottom: 15px;
}

#headercopy p{
  font-size: 11px;
}




/* CONTENT */
#content{
	background: url('../images/bg-content2.jpg') repeat top center #625749;
	padding-bottom: 40px;
}
#content a{
  color: #b7c943;
 /* background: transparent; */
}
#content a:hover{
  text-decoration: underline;
/*   background: #413a32; */
}
#content li, #content td{
  color: #e8e8e8;
  font-family: verdana;
  font-size: .8em;
  line-height: 1.7em;
}


#side{
  width: 165px;
  float: left;
  padding-top:30px;
  padding-left:30px;
}
 

#main{
  width: 650px;
  float: left;
  padding-top:40px;
  padding-bottom: 20px;
}
#main table{
  margin-left: 20px;
}


#footer{
	border-top: 1px solid #999;
	font-family: verdana;
	font-size: 10px;
	color:#fff;
	margin: 0 auto;
	padding-top: 5px;
	width:797px;
	height: 40px;
}
#home #footer{
  width: 797px;
}
#footer a{
  color: #fff;
}
#footer a:hover{
  color: #b7c943;
}




/* HACKS */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
