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


body { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
	background-color:#E6E6E6;
}


.fixed-header, .fixed-footer{
        width: 100%;
        position: fixed;        
        background:#FFF;
        padding: 8px 0px 0px 0px;
        color:#000;
		border-bottom:3px solid;
}


.fixed-header{
        top: 0;
}


.fixed-footer{
        bottom: 0;
}
	


.container {
		width: 960px;
		margin: 0 auto;
		/*background:url(../images/bg-light.png);
		background-repeat:no-repeat;
		background-position:top center; */
}


nav a{
	background-color:#F90;
	color:#FFF;
	padding:10px 25px;
	text-decoration:none;
	display: inline-block;
	transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
}

nav a:hover {
	background-color:#999;
	padding:10px 45px;
	transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
}

.boarderHeader {
	padding:2px 0px 2px 0px;
	background-color:#000;
	color:#FFF;
	width:960px;
	height:20px;
/*	alignment-adjust:middle;*/
}


.current {
	background-color:#333;
}

p { color:#666; font-size:15px; line-height:24px;
}


@font-face {
	font-family: 'LeagueGothicRegular';
	src:url(../fonts/League_Gothic-webfont.eot);
	src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/League_Gothic-webfont.woff') format('woff'),
	url('/../fonts/League_Gothic-webfont.ttf') format('truetype'),
	url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1 {
	text-transform: uppercase;
	color:#F90;
	font-family: LeagueGothicRegular;
	font-size: 54px;
}
		
h2 {
	text-transform: uppercase;
	color:#F90;
	font-family: LeagueGothicRegular;
	font-size:24px;
}

h3 {
	text-transform: uppercase;
	color:#F90;
	font-family: LeagueGothicRegular;
	font-size:16px;
}

h4 {
	color:#F90;
}

h5 {
	color:#000;
    font-size:14px;
}


h1, h2, h3, h4, h5 {
	margin:2px;
}


footer{
	background-color:#CCC;
	padding:10px;
	margin-top:20px;
	border-top:3px solid;
}

.footerOpacity{
	opacity:0.25;
}

.twoCol{
	float:left;
	width:480px;
}

.threeCol{
	float:left;
	width:310px;
	margin-right:10px;
}

.clearFloat{
	clear:both;
}


input,textarea{
	width:275px;
	padding:5px;
	border:1px solid #F90;
	background-color:#FFF;
	color:#333;
}

label{
	color:#666;
}

input:hover, textarea:hover{
	border:1px solid #FFF;
	box-shadow:0px 0px 15px #FFCC00;
	-moz-box-shadow:0px 0px 15px #FFCC00;
	-webkit-box-shadow:0px 0px 15px #FFCC00;
}



.leftSideBar{
	float:left;
	width:470px;
}

.rightContent{
	float:right;
	width:470px;
}




