/* CSS Stylesheet | layout.css
	* Copyright 2005-2008 Crimson Services, Inc.	* All rights reserved.
	* This stylesheet contains rules that are for grid layouts and should be available to all screens.
*/

HTML, BODY {
	margin: 0;
	height: 100%;
}

BODY.base {
	background: #E5E5E5 url(../images/backgrounds/background_menubar.jpg) top left repeat-x;
}

DIV#containerWH {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
}

DIV#content {
	width: 700px;
	margin: 0 auto;
	background: #FFF;
}

DIV#leftPane {
	float: left;
}

DIV#rightPane {
	float: right;
}

DIV#footer {
	clear: both;
	height: 100px;
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	background: url(../images/backgrounds/background_bottom_fade.jpg) bottom left repeat-x;
}

ul#footer-nav {
	padding: 40px 0 0 0;
}

#footer-nav li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style-type: none;
	color: #999;
}

#footer-nav li a {
	margin: 0 10px;
}

#legal A:link, #legal A:visited {
	text-decoration: underline;
	color: #CCC;
}

#legal A:hover {
	text-decoration: none;
	color: #900;
}

BODY.popup {
	background: #E5E5E5 url(../images/backgrounds/background_popup.jpg) top left repeat-x;
}

BODY.popup DIV#content {
	width: 100%;
}

BODY.redirect {
	margin: 0;
	background-color: #FFF;
	background-image: none;
	text-align: center;
}

.redirect P {
	margin: 50px auto;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
}