* { margin: 0; padding: 0; }
:focus { outline: 0; }
a:focus { outline: 1px dotted #ccc; }

body {
	background-color: #A40000;
	color: #fff;
	font: normal 62.5% "Georgia", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.8em;
}
* html #body { zoom: 1; }

a {
	color: #cfa665;
	cursor: pointer;
}
a:hover { color: #fff; }

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

#body {
	font-size: 1.5em;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}

#bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#bg div {
	position: fixed;
	width: 100%;
	height: 100%;
}

img { -ms-interpolation-mode: bicubic; }
#bg img {
	width: 100%;
}

* html #bg {
	position: absolute;
	top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
}
* html { background: #A00000 url(/img/transparent.gif) fixed; }
* html body { background: #A00000 url(/img/transparent.gif) fixed; }

#header {
	height: 65px;
	background: transparent url(/img/header/bg.png) top left repeat-x;
}
* html #header { background-image: url(/img/header/bg-ie6.png); }

#header div {
	width: 980px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	margin-right: 20px;
}

#header h1 img {
	border: none;
}

#nav {
	float: left;
	width: 640px;
	list-style: none;
}

#nav li,
#social li {
	float: left;
	position: relative;
}

#nav li a {
	display: block;
	float: left;
	width: 100px;
	height: 45px;
}


#nav li span,
#social li span { display: none; }

#header img#glow {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -92px;
}

#social {
	float: right;
	width: 60px;
	list-style: none;
}

#social li a {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: url(/img/header/social.png) top left no-repeat;
	margin: 10px 3px 0;
	display: inline;
}

#social li.twitter a { background-position: -24px 0; }
#social li.flickr a { background-position: -48px 0; }
#social li.youtube a { background-position: -72px 0; }

/* footer */
#footer {
	font-family: Arial, sans-serif;
	clear: both;
	width: 100%;
	height: 50px;
	font-size: .75em;
	text-align: center;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#footer ul { padding: 5px; }

#footer ul li {
	display: inline;
	padding-right: 6px;
	margin-right: 4px;
	border-right: 1px solid #cfa665;
}
* html #footer ul li { zoom: 1; }
*:first-child+html #footer ul li { zoom: 1; }

#footer ul li.last {
	padding-right: none;
	margin-right: none;
	border-right: none;
}

#footer p {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#content {
	width: 980px;
	margin: 0 auto;
	padding: 1px 0;
}

h2 {
	font-family: Arial, sans-serif;
	text-shadow: 2px 2px 2px #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 3em;
	line-height: 1;
}
h2 img {
	margin: 0 auto 20px;
}

h3 {
	font-family: Arial, sans-serif;
	text-shadow: 2px 2px 2px #000;
	text-transform: uppercase;
}

div#crosslink {
	clear: both;
	height: 110px;
	background: url(/img/crosslink/crosslink-bg.png) 0 0 repeat;
}
* html div#crosslink { background: transparent; }

div#crosslink ul {
	position: relative;
	list-style: none;
	width: 980px;
	height: 86px;
	margin: 0 auto;
}

div#crosslink li {
	float: left;
}

div#crosslink a {
	float: left;
	width: 310px;
	height: 96px;
	margin-top: 10px;
	display: inline;
	margin-left: 24px;
}
div#crosslink .first a { margin-left: 0; }

div#crosslink img {
	border: none;
}

div#sidenav {
	width: 234px;
	margin: 0 40px;
	display: inline;
}

div#sidenav ul {
	list-style: none;
	border: 1px solid #5f3333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: url(/img/nav/glass.png) top left no-repeat;
	padding: 0;
}
* html div#sidenav ul { background: transparent; line-height: 1.2; }

div#sidenav ul li {
	margin: 0;
}
div#sidenav a {
	display: block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #5f3333;
	font-family: Arial, sans-serif;
	text-shadow: 2px 2px 2px #000;
}
* html div#sidenav ul a { zoom: 1; }

div#sidenav .last a { border-bottom: none; }
div#sidenav .active a { color: #cfa665; }

#content p {
	margin-bottom: 1em;
}

#content ul,
#content ol {
	list-style: disc;
	list-style-position: outside;
	padding-left: 1em;
	margin-bottom: 1em;
}
#content ol {
	list-style: decimal;
	list-style-position: inside;
}
#content ul li,
#content ol li {
	margin-bottom: .5em;
}

.clear { clear:both; }

p#cmtip {
	display: none;
	position: absolute;
	font-size: 1.1em;
	font-family: Arial, sans-serif;
	color: #000;
	z-index: 9999;
	text-align: center;
	line-height: 1.2;
	overflow: visible;
	width: 139px;
	padding: 0;
}

p#cmtip strong {
	margin: 5px 0 0 0;
	padding: 5px;
	width: 127px;
	font-weight: 400;
	background-color: #e0cb8e;
	display: block;
	border: 1px solid #e0cb8e;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

p#cmtip #cmtipArrow {
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 7px;
}
*:first-child+html p#cmtip strong { margin: 0; }


#atff {
	display: none;
}