/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background:#00ADD5 url(assets/images/bg.jpg) left top repeat-x;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #2159a0;
	font: bold 24px/26px "Comic Sans MS", cursive;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #2159a0;
	font: bold 16px/18px "Comic Sans MS", cursive;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
#marquee{
	width: 955px;
	color: yellow;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	height: 20px;
}
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #333;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

#partList {
	font-size: 14px;
	font-weight: bold;
	margin:18px 0px 0px 30px;
	position:absolute;
}
#partList a{
	color:yellow;
}
/* Layout
---------------------------------------------- */
#container {
width:983px;
height:auto;
margin:0 auto;
padding:0px;
}
	#header {
	width:auto;
	height:39px;
	margin:0px;
	padding:0px;
	background:url(assets/images/header_bg.jpg) left top no-repeat;
	}
		#logo {
		width:125px;
		height:200px;
		/*margin: 5px 0px 0px -45px;*/
		margin: 15px 0px 0px -20px;
		padding:0px;
		position:absolute;
		background:url(assets/images/logo-new2.png) left top no-repeat;
		z-index: 90;
		}
		
	#nav {
		width:auto;
		height:auto;
		margin:0px;
		padding:2px 0px 0px 70px;
		position: relative;
		z-index: 99;
		}
			#nav li {
			list-style:none outside none;
			width: auto;
			float: left;
			margin: 0 10px 0 10px;
			padding: 0;
			position: relative;
			}
			#nav li a{
			padding: 0 10px 0 10px;
			font:18px/34px "Comic Sans MS", cursive;
			color:#e4c400;
			}
			#nav li a:hover {
			text-decoration:none;
			color:#fff;
			}
				#nav ul {
				visibility: hidden;
				width: 190px;
				position: absolute;
				left: 0px;
				top: 33px;
				list-style: none outside none;
				background-color: #e4c400;
				padding: 0px;
				margin: 0px;
				}
					#nav ul li {
					width: auto;
					padding: 0px;
					margin: 0px;
					float: none;
					}
						#nav ul li a {
						padding: 3px 5px 3px 15px;
						margin: 0;
						display: block;
						width: auto;
						height: auto;
						font:14px/20px "Comic Sans MS", cursive;
						color: #2f4d62;
						}
	#contents {
	width:auto;
	height:372px;
	margin:0px;
	padding:0px;
	background:url(assets/images/contents_bg.jpg) left top no-repeat;
	position: relative;
	z-index: 80;
	}
		#banner {
		width:623px;
		height:277px;
		margin:0 auto;
		padding:0px 0px 47px 0px;
		}
	#footer {
	width:auto;
	height:203px;
	margin:0px;
	padding:0px;
	background:url(assets/images/footer_bg.jpg) left top no-repeat;
	}
		#bottomNav {
		width:907px;
		height:136px;
		margin:0 auto;
		padding:20px 0 0 0;
		}
	#copy {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:center;
	font:10px Arial, Helvetica, sans-serif;
	color:#fff;
	}
#twitter {
	position: relative;
	width: 96%;
	height: auto;
	padding: 0px 20px;
	margin: 0px;
	top: -20px;
	left: 0px;
}
#usat {
width:100px;
position:absolute;
height:80px;
margin: 0;
padding:0px;
top: 10px;
right: 25px;
}
#faceBadge {
	width:auto;
	position:absolute;
	height:auto;
	margin: 0;
	padding:0px;
	top: 100px;
	right: 0px;
	background-color: #fff;
}
#sponsors {

position:absolute;
height:auto;
margin: -8px 0 0 250px;
padding:0px;
text-align: center;
}
#sponsors strong {
	padding-bottom: 5px;
	font-size: 14px;
	color: #fff;
	display: block;
	text-align: center;
}
	
	.firehouseSponsor {
		display: inline;
		width: auto;
		height: auto;
		margin: 0;
		padding: 5px 2px 0;
		text-align: center;
	}
	.bluecrossSponsor {
		width: auto;
		height: auto;
		margin: 0;
		padding: 22px 0 0 0;
		float: right;
		font-size: 14px;
		line-height: 16px;
		text-align: center;
		font-weight: bold;
		color: #FFFF00;
	}



