@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

#form {
	font-size: 12px;
	color: #bdbdbd;
}

#form .label {
	float: left;
	width: 180px;
	font-family: Verdana;
	font-weight: bold;
}

#form h4 {
	font-size: 14px;
	color:#d7440b;
}

#wrapper{
	width:960px;
	margin:0 auto;
	background:url(../images/background.jpg) top left no-repeat;
}

#menu{
	background:url(../images/menu-bg.png) top center no-repeat;
	width:662px;
	height:71px;
	margin-left:298px;
	margin-top:10px;
}

#menu ul{
	list-style:none;
	margin-right:30px;
	padding:0px;
}

#menu ul li{
	padding:0px;
	margin-left:15px;
	margin-top:15px;
	background: url(../images/menu.png);
	width:91px;
	height:34px;
	float:right;
}

#menu ul li a{
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	color: #000000;
	text-align:center;
	padding-top:7px;
}

#menu ul li a:hover{
}

#banner{
	background:url(../images/header-img.jpg) top center no-repeat;
	width:960px;
	height:282px;
}

#logo{
	margin-left:40px;
	padding-top:120px;
	float:left;
}

#content-box{
	width:860px;
	background:url(../images/black-bg.png) top left repeat-x;
	margin-left:30px;
	padding:20px;
	margin-top:10px;
}

#contact{
	float:left;
	clear:none;
	width:510px;
}

#welcome{
	float:left;
	clear:none;
	width:255px;
}

#news{
	float:left;
	clear:none;
	width:255px;
}

#event{
	float:left;
	clear:none;
	width:255px;
}

.divider{
	float:left;
	clear:none;
	border-left:1px solid #942a01;
	height:340px;
	margin-left:20px;
	margin-right:20px;
}

.title{
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size:20px;
	color:#d7440b;
	margin-bottom:15px;
}

.more-btn{
	text-align:right;
	margin-top:10px;
}

.sub-title{
	color:#d7440b;
	font-size:16px;
	text-decoration:underline;
}

#h-divider{
	border-top:1px solid #942a01;
	margin-top:20px;
	margin-bottom:20px;
}

#newsletter{
	background:#d7440b;
	width:246px;
}

#newsletter-top{
	background: url(../images/newsletter-top.png) top left no-repeat;
	width:231px;
	height:23px;
	padding-left:15px;
	font-size:13px;
	padding-top:3px;
}

#signup-box input{
	background:#000000;
	margin-left:15px;
	margin-top:15px;
	width:210px;
	height:25px;
	border:#000000;
}

#unsubcribe{
	float:left;
	clear:none;
	padding-top:15px;
	margin-left:15px;
}

#unsubcribe a{
	color:#000000;
	font-weight:bold;
	font-size:13px;
}

#subcribe-btn{
	float:right;
	clear:none;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:15px;
}

#footer{
	font-size:11px;
	margin-top:30px;
	padding-bottom:10px;
}

/* CSS Button */

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #db841b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #db841b;
	box-shadow:inset 0px 1px 0px 0px #db841b;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #de663e), color-stop(1, #b83709) );
	background:-moz-linear-gradient( center top, #de663e 5%, #b83709 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#de663e', endColorstr='#b83709');
	background-color:#de663e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #de663e;
	display:inline-block;
	color:#000000;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size:16px;
	/*font-weight:bold;*/
	padding:6px 24px;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #ffffff;*/
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b83709), color-stop(1, #de663e) );
	background:-moz-linear-gradient( center top, #b83709 5%, #de663e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b83709', endColorstr='#de663e');
	background-color:#b83709;
}.button:active {
	position:relative;
	top:1px;
}
