@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0; border: 0; }

body {
	background: #333 url('/img/bg.png');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:0.5pt;
/*	color: #787878;*/
	color:#333;
}

div#container {
	background-color: #FFF;
	position: relative;
	padding: 5px;
	margin: 40px auto;
	width: 748px;
}

h1#header {
	position: relative;
	background: #2B2B2B url('/img/topbg.png');
	padding: 35px 0 0 15px;
	width: 733px;
	height: 75px;
	color: #FFF;
	font-size: 24px;
}

h1#header sup {
	position: absolute;
	top: 38px;
	color: #666;
	font-size: 12px;
}

h1#header span {
	margin: -5px 0 0 1px;
	display: block;
	color: #666;
	font-size: 12px;
}

ul#nav {
	background: #7F8400 url('/img/navbg.png') repeat-x;
	list-style: none;
	padding: 6px 14px 0;
	margin: 2px 0;
	height: 41px;
}

ul#nav li {
	float: left;
}

ul#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 8px 16px 16px 16px;
}
	ul#nav a:hover {
		text-decoration: underline;
	}
	
ul#nav a.selected {
	background: #7F8400 url('/img/menuactive.png') repeat-x;
	padding-bottom:15px;
}

#topbr {
	height: 14px;
	display: block;
	background: url('/img/border1.png') repeat-x;
}

form#searchForm {
	position: absolute;
	left: 595px;
	top: 130px;
}

.searchbox {
	border: 1px solid #686800;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	vertical-align: middle;
}

.searchbtn {
	vertical-align: middle;
}

/*TOP BORDER IMAGE FOR BOTH DIVS*/
div#left, div#right {
	/*background: url('../images/border1.png') repeat-x;*/
	padding: 30px 0 20px 0;
}

div#left {
	float: left;
	width: 469px;
	padding-left: 15px;
}

div#right {
	margin-left: 504px;
}

p#footer {
	clear: both;
	background: #2B2B2B url('/img/topbg.png');
	width: 733px;
	height: 65px;
	padding: 10px 0 0 15px;
	color: #CCC;
	font-size: 10px;
}

	p#footer a { color: #CCC; text-decoration: none; }
	p#footer a:hover { text-decoration: underline; }

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

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

.links, .tweets {
	width: 231px;
	background: #FDFCF6 url('/img/boxbg.png') repeat-x;
	padding: 5px;
	margin-bottom: 40px;
	border-bottom: solid 1px #E1D2BD;
}
	.tweets .tweet { height:70px; }
	.tweets .tweet a { float:left; margin-right:5px; }
		.tweets .tweet a img { padding-top:2px; }
	.tweets .tweet p { font-size:10px; }
	.tweets .tweet p small { font-size:8px; color:#888; }
	.tweets .tweet br { clear:left; }

#slideShow {
	width:220px;
	height:160px;
	padding:10px;
}