/*
# $Id$
*/

body {
	text-align: center;
	font-size: 1em;
	background-color: #FFFFFF;
	color: #56595C;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main-container {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	height: 1px;
}
#main-container[id] {
	height: auto;
	overflow: hidden;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

div.clearing {
	font-size: 0px;
	clear: both;
}

/*
# Header
*/
#header-container {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url('/images/headerBg.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 11px;
}

#header {
	width: 760px;
	margin: 0px auto;
	height: 1px;
}
#header[id] {
	height: auto;
}

#header ul {
	margin: 0px;
	padding: 0px;
}

#header ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

#header ul li ul li {
	float: none;
	text-align: left;
}

#header ul li a {
	display: block;
	padding: 1.25em;
	font-size: 0.90em;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url('/images/navBg.gif');
	background-repeat: repeat-x;
	text-decoration: none;
}

#header ul li a:hover,
#header ul li.selected a {
	background-image: url('/images/navBgHover.gif');
	background-repeat: repeat-x;
	text-decoration: none;
	background-color: #0060A1;
	color: #FFFFFF;
}

#header ul li.start a,
#header ul li.startselected a {
	background-image: url('/images/navBgStart.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#header ul li.start a:hover,
#header ul li.startselected a {
	background-image: url('/images/navBgStartHover.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0060A1;
}

#header ul li.end a {
	background-image: url('/images/navBgEnd.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

#header ul li.end a:hover,
#header ul li.endselected a {
	background-image: url('/images/navBgEndHover.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #0060A1;
}


/*
# Submenus
*/

#header ul li ul {
	position: absolute;
	display: none;
	z-index: 1000;
}
#header ul li ul a {
	background-image: none !important;
	padding: 0.5em 1.25em !important;
}


/*
# Banner
*/
#banner {
	text-align: right;
	background-image: url('/images/bannerLogo.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 77px;
	font-size: 0.70em;
	padding-top: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	margin-bottom: 10px;
}

/*
# Main content
*/
#slot-action {
	font-size: 0.70em;
}

#slot-action.withRightColumn {
	float: left;
	width: 490px;
}

/*
# Right column
*/
#right-column  {
	font-size: 0.70em;
	float: left;
	width: 240px;
	padding-left: 30px;
	background-image: url('/images/rightColDivide.jpg');
	background-repeat: repeat-y;
}

#logos {
	text-align: center;
}

#logos img {
	margin: 10px 5px;
}

#right-nav {
	margin: 0px;
	padding: 0px;
}

#right-nav li {
	list-style-type: none;
	padding: 0px;
}

#right-nav li a {
	display: block;
	padding: 5px 0px 5px 24px;
	color: #FF9933;
	font-weight: bold;
	background-image: url('/images/rightNavArrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

/*
# Footer
*/
#footer {
	text-align: left;
	height: 1px;
	width: 760px;
	margin: 10px auto;
	clear: both;
	background-image: url('/images/footerDivide.jpg');
	background-repeat: repeat-x;
	padding-top: 20px;
}
#footer[id] {
	height: auto;
	overflow: hidden;
}

#footer div {
	background-color: #000000;
	color: #FFFFFF;
	padding: 15px;
	width: 220px;
	float: left;
}

#footer p {
	font-size: 0.70em;
	margin: 0px;
	line-height: 150%;
}

#footer div.middle {
	margin: 0px 5px !important;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.arrow {
	display: block;
	padding-left: 20px;
	background-image: url('/images/footerLinkArrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
}


/*
# Form elements
*/
div.fField {
	margin: 0px 0px 1em 0px;
	height: 1px;
}
div.fField[class] {
	height: auto;
	overflow: hidden;
}

div.fLabel {
	float: left;
	width: 9em;
	text-align: right;
}

div.fLabel label {
	font-weight: bold;
}

div.fInput {
	padding-left: 10em;
}

div.fInput input.text {
	width: 20em;
}

div.fInput textarea {
	width: 20em;
	height: 10em;
}