/* -------- Layout -------- */

html, body, div, h1
{ margin: 0; padding: 0; }

html {
	background-color: #000;
	color: #fff;
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 0.75em;
}

html, body {
	height: 100%;
	width: 100%;
}

#layout-wrap {
	width: 920px;
	height: 620px;
	display: block; 
	left: 50%; 
	top: 50%; 
	margin-left: -460px;
	margin-top: -310px; 
	position: absolute; 
}

#content-wrap {
	height: 480px;
	overflow: hidden;
}

#scroll-area {
	width: 920px;
	height: 480px;
	overflow: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	background-color: #fff;
	line-height: 480px;
	vertical-align: middle;	
	white-space: nowrap;
}

#content-wrap #left-column {
	height: 480px;
	width: 460px;
	float: left;
}

#content-wrap #right-column {
	height: 480px;
	width: 440px;
	margin-left: 20px;
	float: left;
}

.split-column {
	height: 480px;
	width: 185px;
	padding-right: 20px;
	float: left;
}

#content-wrap #right-column #content-area,
#content-wrap #right-column #content-area-short {
	overflow: auto;
	font-size: 90%;
	line-height: 1.6;
	padding-right: 10px;
}

#content-wrap #right-column #content-area { height: 480px; }

#content-wrap #right-column #content-area h3 {
	color: #777;
	font-size: 13px;
	font-weight: normal;
	text-transform: lowercase;
}


/* -------- Styles -------- */

p { margin-bottom: 10px; }

p strong { font-weight: bold; }

.cms { margin-bottom: 0px; }

a:link, a:active, a:visited { color: #bbb; text-decoration: underline; }
a:hover { color: #bbb; text-decoration: none; }

hr {
	color: #212121;
	background: #222;
	border: 0;
	height: 1px;
	margin-bottom: 10px;
}

#header h1 {
	background: url(assets/header.gif) no-repeat top left;
	float: left;
}

#header { height: 70px; }

#header h1,
#header h1 a {
	height: 70px;
	width: 300px;
}

#header h1 a {
	display: block;
	text-indent: -2000px;
}

h2 {
	font-size: 13px;
	color: #ffec00; 
}

.left 
	{
	float: left;
	}

.right 
	{
	float: right;
	}
	

/* -------- Header Menu -------- */

#header ul {
	list-style-type: none;
	margin: 0;
	padding-top: 5px;
	font-size: 120%;
}

#header ul li {
	float: right;
	height: 10px;
	line-height: 70px;
	text-transform: lowercase;
}

#header ul li a {
	color: #ffec00;
	text-decoration: none;
	padding: 0 5px;
}

#header ul li.menu1 a { color: #ffec00; }
#header ul li.menu1 a:hover { background-color: #ffec00; color: #000; }

#header ul li.menu2 a { color: #fcc300; }
#header ul li.menu2 a:hover { background-color: #fcc300; color: #000; }

#header ul li.menu3 a { color: #f29400; }
#header ul li.menu3 a:hover { background-color: #f29400; color: #000; }

#header ul li.menu4 a { color: #e95d0f; }
#header ul li.menu4 a:hover { background-color: #e95d0f; color: #000; }

#header ul li.menu5 a { color: #c50e1f; }
#header ul li.menu5 a:hover { background-color: #c50e1f; color: #000; }

#header ul li.menu6 a { color: #ae1b1f; }
#header ul li.menu6 a:hover { background-color: #ae1b1f; color: #000; }

#header ul li.menu1 a.current, #header ul li.menu2 a.current,
#header ul li.menu3 a.current, #header ul li.menu4 a.current,
#header ul li.menu5 a.current, #header ul li.menu6 a.current { color: #fff; }


/* -------- Footer Menu -------- */

#footer-choose {
	margin-top: 10px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 100%;
	text-align: center;
	color: #333;
}

#footer-choose a:link,
#footer-choose a:active,
#footer-choose a:visited {
	color: #fff;
	text-decoration: none;
}

#footer-choose a:hover { 
	color: #ffec00; 
}

#footer {
	margin-top: 10px;
	padding: 0 10px;
	background-color: #1f1f1f;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 100%;
}

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

#footer ul li {
	float: left;
	border-right: 1px solid #000;
	text-transform: lowercase;
}

#footer ul li.first {
	padding-right: 10px;
}

#footer ul li a { 
	padding: 0 10px;
	display: block;
}

#footer ul li a:link,
#footer ul li a:active,
#footer ul li a:visited {
	color: #e2001a;
	text-decoration: none;
}

#footer ul li a:hover { 
	background-color: #181818;
	color: #ffec00; 
}

.current-footer { background-color: #151515; }

#footer p { text-align: right; text-transform: lowercase; margin-bottom: 0; }

.photo-credit { font-size: 10px; color: #666 }

#footer-sub {
	width: 100%
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #212121;
	text-align: right;
}

#footer-sub a:link,
#footer-sub a:active,
#footer-sub a:visited {
	color: #333;
	text-decoration: none;
}

#footer-sub a:hover {
	color: #666;
	text-decoration: none;
}