﻿/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	margin:0px;
	background: #dddddd;
	
}

body
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}
h2{
color:#000000;
}

#main-wrapper{
	width:775px;
	margin:0px;
	margin:auto;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	
	background-color:#f9f9f9;
}
#logo{
	text-align:center;
	height:60px;
	background-color:#000000;
}
a img{
	border:0px;

}



//content area
h1{
 font-size:19px;
  color: #180700;

}

#main{
	padding:10px;
	padding-top:0px;
	color:#	5C4F00;
}


.cat_nav a{
	font-weight:bold;
 	color: #180700;
}
.cat_nav a li{
	list-style-image:none;

}



.block {
	margin-bottom:10px;
}
.block img{
	border:1px solid #aaaaaa;
	margin:3px;
	margin-top:0px;
	margin-bottom:5px;
	padding:2px;
}

.galImg img{
	border:1px solid #aaaaaa;
	margin:10px;
	margin-top:5px;
	margin-bottom:5px;
	padding:2px;
}
.galImg {
	width:170px;
	text-align:center;
	margin:10px;
	height:190px;
	float:left;
}
.galCaption{
	font-weight:bold;
}









.basictab{
	background:#b0252f;
}

.basictab ul{
margin: 4px;
margin-top:2px;
padding: 3px 0;
margin-left: 0;
font: bold 13px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border-bottom: none;
color: #ffffff;
}

.basictab li a:visited{
color: #ffffff;
}

.basictab li a:hover, .basictab li a.current{
background-color: #dddddd;
color: black;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
margin-bottom:4px;
}

.tabcontent{
	padding-left:20px;
	display:none;
	background-color:#eeeeee;
	border-bottom:1px solid #dddddd;
}
.tabcontent a{
	padding-top:3px;
	padding-bottom:3px;

	padding-left:10px;
	padding-right:10px;
	color:#000000;

}
.tabcontent a:hover{
	background-color:#ffffff;

}
.article{
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
	margin-bottom: 10px;
}	
.article_title{
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}
.article_desc{
	display:block;
	text-decoration:none;
	font-size:11px;
	color:#666666;
	font-style:italic;
}
.article a:hover{
	background-color:#eeeeee;
}
.right .article {
	padding:2px;
	margin:0px
}
.right {
	padding-left:15px;
}

#superheader{
	height:62px;
	background-color:#000000;
	color:#eeeeee;
	border-top:1px solid #ffffff;
}
#superheader a{
	padding-left:5px;
	color:#eeeeee;
	font-weight:bold;
	text-decoration:none;
}
#superheader .block{
	border-left:1px solid #222222;
	border-right:1px solid #222222;
	padding-left:15px;
	padding-right:15px;
	width:225px;
}
#superheader h2{
	font-size:15px;
	font-weight:bold;
	color:#FFA500;
}


.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#eee; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#ddd; border-right:2px solid #ddd; border-left:2px solid #ddd; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#ccc; border-right:1px solid #aaa; border-left:1px solid #ccc; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#bbb; border-right:1px solid #aaa; border-left:1px solid #bbb; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #fff;}
.headh {background: #aaa; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth {background: #fff; border-right:1px solid #aaa; border-left:1px solid #aaa; padding:4px;}
.contenth div {margin-left: 12px; padding-top: 5px;}


