@charset "utf-8";
/*
  MAIN SITE STYLESHEET
  AUTHOR: DAVE NICOSIA
  DATE: 6/1/2009
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}
#container {
	background-color: #000000;
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
    font-weight: 300;
	font-size: 20px;
}
h2, h3 {
    font-weight: 300;
	font-size: 16px;
}
p {
    padding-right: 100px;
	color: #FFFFAB;
	letter-spacing: 1px;
}

/*SPLASH PAGE*/
#splashContent {
	height: auto;
	width: auto;
	text-align: center;
}
.tagline {
    font-size: 20px;
	padding-bottom: 10px;
	color: #f4b216;
}

/*MAIN SITE PAGES*/
#header {
	height: 150px;
	width: auto;
	margin: 5px;
	text-align:left;
	background-image: url(../assets/img/header.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*TOP MENU */
#topMenu {
	height: 33px;
	width: auto;
	text-align:left;
	padding-left: 140px;
	font-size: 16px;
	text-align: center;
}
a:link {
    color: #ffffff;
}
a:visited {
    color: #ffffff;
}
a:hover {
    color: #f4b216;
}
a:active{
    color: #f4b216;
}
.buttons {
	width: 188px;
	height: 33px;
	background-image: url(../assets/img/btn_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
    padding-top: 5px;
	float: left;
}
.currentButton {
	width: 188px;
	height: 33px;
	background-image: url(../assets/img/currentBtn_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
    padding-top: 5px;
	float: left;
    text-decoration: none;
}


/*THESE BUTTONS ARE A FIX FOR IE7*/
.homeBtn {
	width: 188px;
	height: 33px;
	background-image: url(../assets/img/homeBtn.png);
	background-repeat: no-repeat;
	background-position: top center;
    padding-top: 5px;
	float: left;
}
.homeBtnCurrent {
	width: 188px;
	height: 33px;
	background-image: url(../assets/img/homeBtnCurrent.png);
	background-repeat: no-repeat;
	background-position: top center;
    padding-top: 5px;
	float: left;
	text-decoration: none;
}
/*END FIX*/
/*END TOP MENU*/

#topCorners{
    width: 100%;
	height: 29px;
	background-image: url(../assets/img/topCorners.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#content {
    width: 100%;
	height: auto;
	padding-top: 5px;
	padding-left: 50px;
	padding-bottom: 10px;
	background-image: url(../assets/img/content.png);
	background-repeat: repeat-y;
	background-position: top left;
	border: 0px;
}
#footer {
	height: 70px;
	width: auto;
	padding-top: 15px;
	text-align: center;
	background-image: url(../assets/img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top;
}
#footer p {
    padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #ffffff;
}
#footer a {
    color: #f4b216;
}
