@charset "utf-8";
/* CSS Document */

body {
	background-color:#1a1a1a;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#E8E8E8;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}


#pageWrapper {
	background-image:url(../images/bdy-tile.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper {
	width:980px;
	background-image: url(../images/bg-tile.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom:10px;
}

#header {
	background-color: #323232;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 352px;
	width: 970px;
	padding-left: 10px;
	border-top: #323232 1px solid;
}

#miniContactSubmit {
	height: 58px;
	width: 970px;
	text-align:left;
	color: #ffea00;
	font-size:12px;
	margin-top:0px;
	padding-top:2px;
}

#logo {
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 240px;
	width: 970px;
}

#socialNetworkIcons {
	height: 49px;
	width: 967px;
	text-align:left;
	padding-left:3px;
	padding-top:5px;
}

#socialNetworkIcons img{
	padding-right:5px;
	border: none;
}

#topNav {
	width: 980px;
	background-color: #000;
	text-align:center;
	padding-bottom:0px;
	margin-bottom:0px;
	border-top: 1px solid #ffea00;
}

#contentWrapper {
	width: 960px;
	padding:10px;
}

#leftColumn {
	float: left;
	height: auto;
	width: 187px;
}

#leftColumn img{
	padding-bottom:5px;
}

#slideshow {
	background-color: #fbe125;
	height: auto;
	width: 185px;
	margin-top:10px;
	padding-top:1px;
	background-image: url(../images/ybtn-bgt.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#mainColumn {
	padding-top: 0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	float: left;
	height: auto;
	width: 498px;
	margin-right:15px;
	margin-left:15px;
	border:#fbe125 1px solid;
	font-size: 13px;
	color:#ffea00;
	line-height: 110%;
}

#mainColumn p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#ffea00;
	line-height: 135%;
}

#rightColumn {
	float: right;
	height: auto;
	width: 220px;
}

#rightNav {
	margin-bottom: 15px;
}

#rightNav a:hover{
	text-decoration:none;
	background-color:#999999;
	background-image: url(../images/rollbtn-bgt.png);
	background-repeat: repeat-x;
	background-position: left center;
}

.rightNav {
	display:block;
	width:220;
	height:auto;
	font-size:18px;
	padding-top:6px;
	padding-bottom:6px;
	color:#000;
	background-color:#ffea00;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:5px;
	background-image: url(../images/ybtn-bgt.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.rightNavRed {
	display:block;
	width:220;
	height:auto;
	font-size:18px;
	padding-top:12px;
	padding-bottom:12px;
	color:#fff;
	background-color:#990000;
	text-transform:uppercase;
	text-decoration:none;
	background-image: url(../images/rbtn-bgt.png);
	background-repeat: repeat-x;
	background-position: left center;
}

#ActBlueTbox {
	width: 218px;
	height: auto;
	background-image:url(../images/ActBlueblock.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #000;
	border: 1px #ffea00 solid;
	padding-top:5px;
	padding-bottom:5px;
}

#ActBlueTbox a{
	text-decoration:underline;
	border:none;
}

#ActBlueTbox a:hover{
	text-decoration:none;
}


#clearFix {
	clear:both;
}

#footer {
	width:972px;
	padding:4px;
	color:#CCC;
	font-size:11px;
	background-color:#323232;
	border-top: 1px #000 solid;
}

#footer a{
	color:#CCC;
	text-deoration:underline;
}

#footer a:hover{
	text-decoration:none;
}

.style1 {font-size: 11px}
.style4 {
	font-size: 10px;
	font-weight: bold;
}
.style8 {font-size: 11px; color: #FFFFFF; }
.style9 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style12 {font-size: 11px; color: #FFEA00; }