@charset "utf-8";
/* CSS Document */
body {
	color: #eee;
	font-family:"Gentium Basic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	background: url('../image/woodgrain-dark.png');
	background-position: center;
	background-attachment: fixed;
}

#slider {
	width: 964px;
	margin: 0 auto;
}

.nomarg {
	margin-top: 0px;
	margin-bottom: 0px;
}

p{
	margin-top: 5px;
}

#nav{
	font-family:Share, Verdana, Geneva, sans-serif;
	height: 70px;
	postition: fixed;
	width: 100%;
	background: transparent url('../image/headerbg.png') repeat-x;
	top: 0px;
	margin-bottom: 40px;
	border-bottom: 1px solid #444;
	box-shadow: 2px 2px 2px #000;
}

.nav { 
	height: 70px;
	margin-left: -15px;
	background-repeat:no-repeat;
	color: ddd;
	text-shadow: 0px 1px 1px #888;
	font-size: 22px;
}
	
.nav img {
	margin-top: 5px;
}
.nav ul {
	vertical-align: middle;
	margin-top: 0px;
	height: 70px;
	list-style-type:none;
	margin-bottom: 0;
	text-align: right;
	width: 750px;
	float: right;
	}

.nav ul li {
	height: 70px;
	display:inline-block;
	margin:0px;
	padding: 0px;
	/*border-right: 1px solid #444;*/
}

	
.nav ul li a{
	text-align: center;
	height: 47px;
	vertical-align: middle;
	display: inline-block;
	padding: 0;
	width: 110px;
	padding: 23px 0 0 0;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid 1e71df;
}

.nav ul li a.active {
	background: transparent url('../image/activebg.png') no-repeat;
	text-shadow: 0px 1px 1px #444;
	border-right: 1px solid #444;
	border-left: 1px solid #444;
}

.tweets{
	padding-left: 20px;
	overflow:hidden;
	margin-top: 10px;
	height: 36px;
	background: transparent url('../image/tweetbg.png') no-repeat;
	color: #fff;
	font-size: 15px;
	font-family:"Gentium Basic", Arial, Helvetica, sans-serif;
}

.tweets ul li{
	line-height: 31px;
}

.tweets ul {
	list-style: none;
}
.social {
	text-align: right;
	margin-top: 10px;
}

#wrapper-16-top {
	height: 44px;
	width: 964px;
	margin: 0 auto;
	background: transparent url('../image/grid_16_infotop.png') no-repeat;
}
.pageheader {
	width: 100%;
	text-align: center;
	padding-top: 1px;
	font-size: 34px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #eee;
	text-shadow: 0px 1px 1px #111;
	font-family:Share, Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#wrapper-16-bod {
	width: 964px;
	margin: 0 auto;
	background: transparent url('../image/grid_16_infobod.png') repeat-y;
	padding-bottom: 15px;
}


.bodimg-r {
	border: 1px solid #eee;
	float: right;
	margin: 5px;
}
.bodimg-l {
	border: 1px solid #eee;
	float: left;
	margin: 5px;
}

#wrapper-16-foo {
	height: 26px;
	width: 964px;
	margin: 0 auto;
	background: transparent url('../image/grid_16_infofoo.png') no-repeat;
}

/*Form Styles*/

.label-nopad {
	font-family:"Cabin Condensed", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	display: block;
	width: 200px;
	padding: 0px 0px 3px 0px;
	margin-bottom: 3px;
	margin-top: 15px;
}
.label {
	font-family:"Cabin Condensed", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	display: block;
	width: 200px;
	padding: 3px 0px 3px 30px;
	margin-bottom: 3px;
	margin-top: 15px;
}

.textinput {
	font-size: 20px;
	display: block;
	width: 250px;
	padding: 6px 0px 6px 10px;
	margin-left: 30px;
	margin-bottom: 27px;
	border-radius: 5px;
	color: $222;
	background: #eee;
}

.messagebox {
	width:90%;
	height: 160px;
	margin-bottom: 25px; 
	border-radius: 5px;
	padding: 6px;
	background: #eee;
}

.button {
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background: url('../image/buttonbg.png') repeat-x;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: normal;
	box-shadow: 0px 1px 3px #000;
	font-size: 18px;
	text-shadow: 0px 1px 2px #444;
}

.button:hover{
	cursor:pointer;
}

.button:active {
	box-shadow: none;
	border-top: 1px solid #444;
	border-left: 2px solid #444;
}
	

.footer {
	width: 100%;
	background: #111;
	border-top: 1px solid #444;
	box-shadow: 0px -2px 2px #000;
	position: absolute;
	bottom: 0px;
	/* Uncomment when sold!
	font-size: 70%;
	font-style: italic;
	padding: 4px 0 4px 0;
	*/
	font-size: 110%;
	padding: 6px 0 6px 0;
}
	
.footer a {
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	
}

.lbc {
	text-align: right;
}