@charset "UTF-8";

body {
	margin: 0px; padding: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 10px;
	line-height: 17px;
}

/* ------------MAIN CONTAINER STYLES------------ */

#logo_block {
padding-top: 10px;
padding-bottom: 5px;
padding-left: 0;
border: none;
}

img {border-style: none;} 

#main .container {
	margin: 0px; padding: 0px;
	background-image: url(images/stripes.jpg);
	background-repeat: horizontal;
	height: 450px;
}

#dropdown_menu {
	padding: 0 0 0 0;
	position: absolute;
	left:20px;
	top:50px;
	
}

#content_box {
	background-image: url(images/mainBox.png);
	background-repeat: no-repeat;
	height: 450px;
	background-position: center;
}

#the_slideshow {
	
	width: 756px;
	height: 450px;
	position: relative;
	padding-top: 60px;
	padding-left: 0px;
	margin-top: 0px;
	margin: auto;
}

#blue_bar {
	background-image: url(images/blue_stripe.jpg);
	background-repeat: horizontal;
	height: 20px;
	margin-top: 3px;
}

/* ------------TEXT STYLES------------ */

h3 {
	line-height: 23px;
	margin: 0px;
	padding: 0px;
}

h4 {	
	font-family: Helvetica, sans-serif;
	font-weight: 100;
	font-size: 25px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* ------------FOOTER STYLES------------ */

#footer {
	padding: 0px;
	width: 850px;
	margin: auto;
}

#catapultPic {
	background-image: url(images/CatapultPHX.png);
	background-repeat: no-repeat;
	min-height: 22px;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 18px;
}

#columns {
	padding-left: 100px;
}

.footer_column {
	float: left;
	width: 250px;
}


.footer_column ul li, .footer_column ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer_column a{
	text-decoration: none;
	color: #336699;
}

.footer_column a:hover{
	text-decoration: underline;
	color: #ffc20f;
}

#footer_line {
	background-image: url(images/line.png);
	background-repeat: no-repeat;
	min-height: 1px;
	background-position: center;
	margin-top: 135px;
}

#address {
	text-align: center;
	margin-top: 5px;
}

#music_player {
	float: right;
	width: 65px;
}

/* ------------STUPID MICROSUCK HACK------------ */
<style type="text/css">
img, div { behavior: url(iepngfix.htc) }
</style>