@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}
body{
	font-family:Tahoma, Verdana, geneva, Arial, sans-serif;
	font-size:14px;
	color:#fff;
	background:#000;
	}
a img{border:none;}
#wrapper {
	margin:5px auto;
	width:1000px;
	border:1px solid #fff;
	}
	
#header_wrap{
	}
	
#nav1{
	float: right;
	text-align: center;
	margin: 5px 10px 0 0;
	}
#nav1 a{
	color:#fff;
	font-size:10pt;
	text-decoration:none;
	padding:0 20px;
	}
#nav1 a:hover{
	color:#cc0000;
	text-decoration:underline;
	}
#logo{
	width: 366px;
	height: 100px;
	display: block;
	float: left;
	}
#logo_text{
	float:right;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	padding-top: 10px;
	}
p {
	display:block;
	padding:10px;
	font-size:12pt;
	text-align: justify;
}

#nav2{
	border-top: 3px double #fff;
	width: 100%;
	}
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #fff; /*bottom horizontal line that runs beneath tabs*/
}
/**************************************************/
.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 0px;
	list-style-type: none;
	font-weight:bold;
	font-size:11pt;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 40px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #000;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: #696969; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/*************************************/
#body_wrap{
	font-size: 10pt;
	}
	
#left_column{
	width: 120px;
	float: left;
	padding:5px 0 0 0;
	}
#quicksearch{width:120px; padding:0; margin:0;}
#cat_box{
	}
#qs{
	}
#cats{
	}
/***************************************************************/
.menu {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	width:120px;
	height:150px;
	position:relative;
	margin:0;
	font-size:12px;
	margin-left: 5px;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	width:118px;
	height:25px;
	text-align:left;
	/*border:1px solid #fff;*/
	/*border-width:1px 1px 1px 0px;*/
	background:#000 url(../images/site-divider.png) bottom center no-repeat;
	line-height:24px;
	font-size:11px;
} /* SETS INITIAL BACKGROUND COLOR */
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; /*background:#000;*/} /* FIRST LEVEL HOVER COLOR */
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:118px;
	width:120px;
}
.menu ul li:hover ul li a.hide {background:#000; color:#fff;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#696969; color:#fff; width:150px; padding-left:10px;} /* 2ND LEVEL IDLE STATE */
.menu ul li:hover ul li a:hover {background:#343434; color:#fff;} /* 2ND LEVEL HOVER STATE */
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#fff;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#737373; color:#fff;} /* 3RD LEVEL IDLE STATE */
.menu ul li:hover ul li:hover ul li a:hover {background:#9b9a9a; color:#fff;} /* 3RD LEVEL HOVER STATE /*

/***************************************************************/

#center_column{
	width: 710px;
	float: left;
	padding:0;
	border-right: 1px solid #ccc;
	}
#center_column_else {
	width: 860px;
	float: left;
	padding:0;
}
#right_column{
	width: 150px;
	float: left;
	padding:5px 0 0 10px;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0 auto;
	}
#right_column a img {
	border:none;
	padding-bottom:10px;
	}	
#footer{
	font-size:9pt;
	text-align:center;
	color:#fff;
	border-top:1px dashed #ccc;
	padding:2px 0;
	}
#footer a{
	color:#fff;
	text-decoration:none;
	border-bottom:1px dashed #fff;
	}
#footer a:hover{
	color:#cc0000;
	text-decoration:none;
	border-bottom:1px solid #cc0000;
	}
#fleft{width:250px; float:left;}
#fcenter{width:498px; float:left; border:1px solid #fff; border-top:none; border-bottom:none;}
#fright{width:250px; float:leftl}
#sub_footer{
	font-size:7pt;
	text-align:center;
	color:#a0a0a0;
	margin: 0 auto;
	width: 1000px;
	}

h2 {
	font-size:11px;
	margin:0;
	padding: 5px 0;
	}
h3 {
	font-size:14pt;
	padding:0 0 0 5px;
	margin:0;
}
#cat_link{
	display:inline;
	line-height: 50px;
	padding: 0px 25px;
	;
}
#cat_link  img {
	margin-top: 25px;
}
#cat_link a{
	color:#fff;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	}
#cat_link a:hover{
	text-decoration:underline;
	}
/* Style Classes */
#clear_it{clear:both;}	
