@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;
}
sup {
	font-size:55%;
	text-align:top;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
	display: inline;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	display: inline;
	margin: 0 0 15px 15px;
}
.aligncenter {
	margin: 0 auto;
}
img {
	border: none;
}
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: 40px;
	height: 145px;
	float: left;
}*/
#search-box {
	float:right;
}
#search {
	border: 2px solid #7B716B;
	color: #7B716B;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
	margin-top: 10px;
	padding-left: 3px;
	width: 150px;
	font-size: 11px;
}
#submit {
	background-color: transparent;
	background-image: url("./images/search-btn.png");
	background-repeat: no-repeat;
	border: medium none;
	height: 22px;
	width: 23px;
}
#head_utility {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 38px;
	line-height: normal;
	overflow: hidden;
	text-align: right;
	width: 425px;
}
#head_utility ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	float: right;
}
#head_utility li {
	display:inline;
	margin:0;
	padding:0;
}
#head_utility a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#head_utility a span {
	color: #7B716B;
	display: block;
	float: left;
	padding: 5px 4px 5px 4px;
}
#head_utility a:hover span {
	color: #66bd90;
}
#head_utility a.static span {
	color: #ffffff;
	background:url("./images/right.png") no-repeat right top;
}
#head_utility a.static:hover span {
	color: #ffffff;
	background:url("./images/right.png") no-repeat right top;
}
#head_utility a.static, a.static:hover {
	color:#ffffff;
	background:url("./images/left.png") no-repeat left top;
}
#head_navigation {
	width: 615px;
	height: 95px;
	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;
}
#tabs ul {
	margin:0;
	padding:10px 5px 0 0px;
	list-style:none;
	float:right;
}
#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;
}
.staff, .staff tr:nth-child(even), .staff tr:nth-child(odd){
	background:transparent;
	border:none;
}
.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;
}
