/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
  background-color:#1c1c1c;
	
} 
 
#pagewidth{ 
 width:980px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{
 position:relative; 
 height:120px; 
  background-color:#1c1c1c; 
 width:100%;
 border-top:8px solid #d8a042;
} 
 
#maincol{background-color: #1c1c1c;  
 float: right; 
 display:inline; 
 position: relative; 
 width:980px; 
 }
 
#footer{
 height:100px; 
  background-color:#1c1c1c; 
 clear:both;
 } 
 
P
{
  font-size:15px;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;
 color:white;
}	


B{  
 font-size:14px;
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,sans-serif;

}
	
	
li{
 font-size:13px;
 font-family:'Trebuchet MS',Verdana,Tahoma,'Trebuchet MS',Arial,sans-serif;
}

	
H1, H2, H3, H4, H5, H6
{
	margin: 0;
  padding: 0;
	font-family: Verdana,Tahoma,'Trebuchet MS',Arial,sans-serif;
  color: white
}

H1
{
	font-size: 32px;
}

H2
{
	font-size: 27px;
}

H3
{
	font-size: 1.5em;
}

H4
{
	font-size: 1.2em;
}

H5
{
	font-size: 18px;
}

H6
{
	font-size: 0.9em;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  









/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*This is for the MAIN MENU -- the black menu on top */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #1c1c1c; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 16px 8px 16px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}









/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*This is for the about us and contact menu -- THE GOLD MENU on top */

.mattblacktabs2{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #1c1c1c; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs2 ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs2 li{
display: inline;
margin: 0;
}

.mattblacktabs2 li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 16px 8px 16px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #d8a042; /*background of tabs (default state)*/
}

.mattblacktabs2 li a:visited{
color: white;
}

.mattblacktabs2 li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}







