@charset "utf-8";
/*
Theme Name: NFCC
Theme URI: http://zerogcreative.com/
Description: NFCC Layout.
Version: 1.0
Author: James Gober / Michael Shihinski
Author URI: http://zerogcreative.com/
Tags: blue, custom header, fixed width, two columns, widgets
	NFCC  v1.0
	 http://zerogcreative.com/
	 
*/
/* Body Styles */
body{
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: default;
    background-color: #E6E2DF;
    background-image: url(./images/background.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
}

.clear{ clear: both; }
a.img_link, a.img_link:hover{ text-decoration: none; border: 0; }

a{ text-decoration: none; color: #408bc6; }
a:hover{ text-decoration: none; color: #61b9ff; }


#main_container{
   margin: 0 auto;
   width: 960px;
}

#heading{
	width: 960px;
	height: 145px;
}

#head_logo{
    width: 345px;	
	height: 145px;
	float: left;
}

#head_logo img{
    width: 345px;
	height: 145px;
	border: 0;
}

#head_space{
    width: 45px;	
	height: 145px;
	float: left;
}

#head_navigation{
    width: 569px;	
	height: 145px;
	float: left;
}

/* Nav Tabs */
#tabs {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	float:left;
	width:100%;
	line-height:normal;
	overflow:hidden;
	margin-top: 37px;
}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#tabs a span {
	float:left;
	display:block;
	padding:5px 8px 5px 4px;

	color:#66bd90;
}

#tabs a.static span {
	color: #ffffff;
	background:url("./images/right.png") no-repeat right top;
}

#tabs a.static:hover span {
	color: #ffffff;
	background:url("./images/right.png") no-repeat right top;
}

#tabs a.static, a.static:hover {
	color:#ffffff;
	background:url("./images/left.png") no-repeat left top;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
}

#tabs a:hover {
	color: #9a8479;
}

#tabs a:hover span {
	color: #9a8479;
}

#footer{
    width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
    color: #7b716b;
}

#footer a{
    text-decoration: none;
    color: #7b716b;
}

#footer a:hover{
    text-decoration: none;
    color: #9a8479;
}
table {
	font-size:14px;
	line-height:18px;
	width:100%;
	color:#544841;
	border:2px solid #9A8479;
	margin-bottom:20px;
}
table thead {
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	background-color:#9A8479;
	color:#FFFFFF;
}
table tr:nth-child(even) {
	background: #beccd8;
	color:#FFFFFF;
}
tabletr:nth-child(odd) {
	background: #FFF;
}
table td {
	padding-left:10px;
	padding-right:10px;
}
.widgettitle {
	color:#609FD0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:5px 0 4px;
}
li#archives-3{
	background-image:none !important;
	margin-left:-10px;
}
p.right-align {
	margin-bottom:-20px !important;
	margin-top:-32px;
	text-align:right;
}