@charset "utf-8";



body {
	padding:0;
	margin:0;
	background:#000;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	padding:8px;
	color: #FFF;
	font-size: 22px;
	margin: 0;
}

h2 {
	padding:16px;
	color: #FFF;
	font-size: 18px;
	margin: 0;
}

p {
	padding:8px 16px 8px 16px;
	margin:0;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	width:980px;
	margin:0 auto 0 auto;
	clear: both;
	height: 100%;
	background-image:url(../images/container_bg.png);
}

#flash_header {
	width:980px;
	height:377px;
	clear: both;
}

#top_nav {
	width:980px;
	height:43px;
	text-align: center;
	background-image:url(../images/nav_bg.jpg);
	clear: both;
	}

#top_nav ul {
	list-style: none;
	padding: 0;
	margin:0 0 0 110px;
	}

#top_nav li {
	float: left;
	margin: 0 10px;
}

#top_nav li a
{
	background:url(../images/button_off.png) no-repeat left;
	height: 24px;
	line-height: auto;
	float: left;
	width: auto;
	display: block;
	border: none;
	color: #999;
	text-decoration: none;
	text-align: right;
	vertical-align:top;
	font-weight: bold;
	font-size:15px;
	padding: 0 0 0 24px;
	margin: 14px 0 0 0;
	}

#top_nav li a:hover {
	background:url(../images/button_on.png) no-repeat left;
	color:#FFF;
}

#body_container {
	width:980px;
	clear: both;
	height: 500px;
}

#main_column {
	width:730px;
	margin: 0;
	padding: 0;
	float: left;
	height: 100%;
	border: none;
}

#picture_nav {
	width:100%;
	height:142px;
	margin: 0 0 0px 0;
}

#picture_nav ul {
	list-style: none;
	padding: 0;
	margin:0;
	}

#picture_nav li {
	float: left;
	margin: 0 0;
}

#picture_nav li a
{
	height: 119px;
	float: left;
	width: 128px;
	display: block;
	border: none;
	padding: 0 0 0 0;
	margin: 12px 0 0 15px;
	}
	
.pt_button a {
	background-image:url(../images/pt_off.png);
}

.pt_button a:hover {
	background-image:url(../images/pt_on.png);
}

.kb_button a {
	background-image:url(../images/kb_off.png);
}

.kb_button a:hover {
	background-image:url(../images/kb_on.png);
}

.bc_button a {
	background-image:url(../images/bc_off.jpg);
}

.bc_button a:hover {
	background-image:url(../images/bc_on.jpg);
}

.nu_button a {
	background-image:url(../images/nu_off.jpg);
}

.nu_button a:hover {
	background-image:url(../images/nu_on.jpg);
}

.sp_button a {
	background-image:url(../images/sp_off.jpg);
}

.sp_button a:hover {
	background-image:url(../images/sp_on.jpg);
}

#maincontent {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
	border-bottom:none;
}

#main_textbox {
	width:566px;
}

#right_column {
	width:248px;
	margin: 0;
	padding: 0;
	float: right;
	height: auto;
	background: #000;
}

#address_video {
	width:auto;
	text-align:center;
	height: auto;
	margin: 0 0 0 1px;
	font-size: 14px;
}

#newsletter {
	width:auto;
	height:100%;
	margin: 0px 0 0 1px;
}

#email_form {
	padding: 0 16px;
}

#email_form form {
	margin:0;
}

#footer {
	width:980px;
	height:40px;
	font-size:10px;
	color:#FFF;
	text-align: center;
	margin:0 auto;
	clear: both;
	background:#000;
	background-image:url(../images/footer_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer p {
	padding:16px;
	margin:0;
}

#footer2 a:link {
	color: #FFF;
	cursor:text;
	text-decoration: none;
}
#footer2 a:visited {
	text-decoration: none;
	cursor:text;
	color: #FFF;
}
#footer2 a:hover {
	text-decoration: none;
	cursor:text;
	color: #FFF;
}
#footer2 a:active {
	text-decoration: none;
	cursor:text;
	color: #FFF;
}

.content_box {
	background:#191919;
	background-image:url(../images/top_nav_dropshadow.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:solid #343434 1px;
	border-left:solid #343434 1px;
}

.content_box2 {
	background:#191919;
	border-left:solid #343434 1px;
	border-top:solid #000 2px;
}

.hiddenPic {
	display:none;
}
	
.fltleft {
	float:left;
}

.fltright {
	float:right;
}

.image_left {
	margin-bottom:10px;
	margin-right:20px;
}

.image_right {
	margin-bottom:10px;
	margin-left:20px;
}