html, body { height: 100%; }
body {
	margin: 0;
	background-color: #000;
	font-family:Arial, Helvetica, Sans-serif;
	font-size: 12px;

}
/*.top {
	height: 60px;
	text-align: center;
}*/
#menu {
	padding:0;
	height:45px;
	color: #ffffff;
	border-top:1px #aaa solid;
	/*background:url(../images/menu-tile.png) repeat-x #fff;*/
	background: #820000;
	/*background: url("../images/menu-bg-tile.png");
	background-position:top right;
	background-repeat:no-repeat;*/
	text-align:center;
}

ul#menuList {
	padding:0;
	margin:0;
	/*background: url("../images/menu_corner-left.png");
	background-position:top left;
	background-repeat:no-repeat;*/
	width:1000px;
	margin:0 auto;
	height:45px;
list-style-type: none;

}

ul#menuList li{
	width: 125px;
	padding: 0;
	height:35px;
	list-style-type: none;
display: inline;
float: left;
}

ul#menuList li a{
	color: #ffffff;
	font-size:14px;
	display:block;
	height:100%;
	padding:10px 20px;
	text-decoration:none;
	display: block;
	border-bottom:0px #fff solid;
	font-weight: bold;
}

ul#menuList li a:hover{
	background:transparent;
	color:#ffffff;
	text-decoration:underline;
}

ul#menuList li.noPadding{
	padding: 0;
}


ul.lineup {
	list-style:none;
	overflow:hidden;
	padding:0;
	font-size:13px;
	line-height:2em;
	
}

ul.lineup li {
/*	float:left;
*/	overflow:hidden;
	white-space: nowrap;
 	display:inline;
}

ul.lineup li big {
/*	display:block;*/
/*	float:left;*/
	padding:0.2em;
}

ul.lineup li small {
	/*	display:block;*/
/*	float:left;*/
	padding:0.2em;
	color:#999;
}



#outer {width:100%; height: 100%; overflow: visible; position: relative;}
#outer[id] {display: table; position: static;}
#middle {width: 100%; text-align: center;}
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {
	width: 1024px;
	height:735px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #000;
	}
	
.content {
	float: right;
	width: 1000px;
	color: #FFF;
}
.footer {
	clear: both;
	padding-left: 40px;
	width: 984px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}
.footer.vertical {
	clear: none;
	float: left;
	width: 170px;
}
.footer div {
	padding: 0;
	float: left;
}
.footer div, .footer div a {
	color: #999;
	text-decoration: none;
}
.footer .spacer {
	color: #F00;
	margin:0 6px;
}
.footer div:first-child {
	color: #F00;
}
.footer.vertical div {
	float: none;
}
.footer.vertical .spacer {
	display: none;
}
a:hover {
	color: #000!important;
}
#logo {
	padding-top:70px;
	padding-left:24px;
}

.red{
	color: #FF0000 !important;
}


/* links */

a:link {
	color:#fff;
	text-decoration:none;
	border-bottom:3px #fff solid;
}

a:visited {
	color: #fff;
	text-decoration:none;
}


a:hover {
	color:#005C95;
	background-color: #fff;
}

a.lineLink {
	padding:0.2em;
	display:block;
	border-bottom:1px #fff solid;		
}

.icon_links a { border:0; display:inline; padding:0; }
.icon_links a:hover { background:none; padding:0; }
.icon_links a img { border:0; padding:0;}






div#largeQuote {
	margin: 0 0 4em 0;
	padding:5px;
	background:#fff;
	color: #000;
	text-align:center;
	font-size:0.8em;
}

div#largeQuote .quote {
	font-style: italic;
	width: 300px;
	margin: 0 auto;
}

div#largeQuote .quoter {
	font-size:1.1em;
}

div#largeQuote  h1{
	font-family:Times, Serif, Georgia;
	font-size: 4em;
	padding:0;
	margin:0 0 -0.5em 0;

}




/* Main tabbed content */

dl#tabbedContent {
	margin:1em 0;
	padding:0;
}

dl#tabbedContent dt * {
	margin:0;
	padding:0;
}

dl#tabbedContent dt, dl#tabbedContent dd {
}

dl#tabbedContent dt {
	clear:both;
	text-align:left;	
	border-bottom:1px solid #fff;
	padding: 0 2em;
	margin:-1em 0 1em 0;	
}

dl#tabbedContent dt big {
	display:block;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -0.04em;
	margin-top:1em;
}

dl#tabbedContent dt small {
	display:block;
	font-size: 0.8em;
}


dl#tabbedContent dd {
	line-height:1.5em;
	padding-bottom:2em;
}


dd h1 {
	margin:0;
	font-size: 17px;
	height: 45px;
	text-align:right;
	/* background-image:url(../images/h1-bg.png);  */
	padding:8px 40px 0 0 ; 
/*	margin:1em 0 0 0;*/
	background:url(../images/bullet.jpg) no-repeat right top;
}

