
body{
	width:960px;
	margin:auto;
	padding:0px;
	font-family:Verdana;
	font-size:13px;
	color:#5b5959;
	line-height:21px;
}

#main{
	width:960px;
	margin:auto;
	padding:0px;
	overflow:hidden;

}

#header{
	width:960px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}


#container{
	width:960px;
	margin:auto;
	padding:0px 00px 0px 0px;
	overflow:hidden;
}

#container-inner{
	width:900px;
	margin:auto;
	padding:20px 0px 0px 0px;
	overflow:hidden;
}

#left-image{
	width:200px;
	margin:auto;
	padding:0px 00px 0px 0px;
	color:#afaca5;
	float:left;
}

#content{
	width:700px;
	margin:auto;
	padding:0px 20px 0px 0px;
	float:left;
}

#nav-main {
width:250px;
overflow:hidden;
border:1px solid #fff;
height:41px;
list-style:none;
float:left;
}
#nav-main li {
float:left;
line-height:41px;
}

.img_padding{
	padding:20px 20px 10px 0px;
}


.white{
	color:#fff;
}

.black{
	color:#333;
}




#footer1{
	width:960px;
	margin:20px 0px 0px 0px;
	padding:8px 0px 8px 0px;
	color:#fff;
	text-align:center;
	background-color:#8c8a85;
}

#footer2{
	width:960px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	background-color:#afaca5;
	text-align:center;
	color:#fff;
	float:left;
}


h1{
	font-size:24px;
	color:#ca0902;
	text-transform:uppercase;
	margin:0px;
	padding:0px 0px 30px 0px;
}

h2{
	font-size:16px;
	color:#333;
	margin:0px;
	padding:0px 0px 10px 0px;
}

h3{
	font-size:10px;
	color:#afaca5;
	margin:0px;
	padding:0px 0px 0px 0px;
}


.mattblacktabs{
width: 960px;
overflow: hidden;

/*bottom horizontal line that runs beneath tabs*/

}

.mattblacktabs ul{
margin: 0;
width: 960px;
padding: 0;
padding-left:240px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
float:left;
padding-right:0px;
background-image:url(images/bg_nav.jpg);
background-repeat:no-repeat;

}

.mattblacktabs li{
display: inline;
margin: 0;




}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px;  /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
text-transform:uppercase;


/*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.home a{
background: #333; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

a{
	color:#cb0d01;
	text-decoration:underline;
}

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

ol{
	margin:0px;
	padding:0px;
	list-style-type:disc;
	padding-left:30px;
	
	
}

li{
	margin:0px;
	padding:0px;
	padding-top:10px;
}

.blue{
	color:#036ec0;
}
