/************************************************************
	GENERIC
************************************************************/
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../images/backgrounds/body.jpg) repeat left top;
}
h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 28px;
	font-weight: lighter;
	font-family: georgia, "times new roman", serif;
	color: #000;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.textLarger {
	font-size: 80%;
}
.textLight {
	color: #fff;
}
.default {
	width: auto !important;
	border: 0 !important;
	padding: 0 !important;
}
.hidden {
	display: none;
}
a {
	text-decoration: none;
}
.nowrap {
	white-space: nowrap;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: #000;
}
sup {
	display: inline;
	line-height: 10%;
	padding: 0 0 0 2px;
}

/************************************************************
	CONTAINER
************************************************************/
#capsule {
	background: url(../images/backgrounds/capsule.gif) no-repeat center top;
	height: 100%;
}
#container {
	width: 997px;
	margin: 0 auto;
	padding: 0 1px;
	background: url(../images/backgrounds/container.gif) repeat-y left top;

	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height */
	min-height: 100%; /* real browsers */
}

/************************************************************
	HEADER
************************************************************/
#header {
	height: 93px;
}
#logoStar {
	display: block;
	float: left;
	padding: 25px 0 0 36px;
}

/************************************************************
	NAVIGATION
************************************************************/
#navigation {
	width: 995px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#navigation .navWrapper {
	position: relative;
	width: 995px;
	height: 30px;
	overflow: hidden;
	background: url(../images/backgrounds/light_horiz_dots.gif) repeat-x left bottom;
	z-index: 1;
}
#navigation ul {
	float: right;
	padding: 0;
	margin: 0;
}
#navigation ul li {
	float: left;
	list-style: none;
}
#navigation ul li a {
	display: block;
	padding: 8px 15px 8px 15px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/backgrounds/navigation_divider.gif) no-repeat left center;
}
#navigation ul li a:hover, #navigation ul li a.active {
	color: #ffcc00;
}
#navigation ul li a strong {
	font-weight: lighter;
}
#navigation .overlay {
	width: 995px;
	height: 30px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


#subNavOne {
	width: 995px;
	overflow: hidden;
	padding: 0;
	height: 28px;
	margin: 0;
	position: relative;
	z-index: 1;
}
html>body #subNavOne {
	/* background: url(../images/backgrounds/light_gray.png) left top; */
}
#subNavOne ul {
	padding: 0;
	margin: 0;
	width: 995px;
	height: 28px;
	overflow: hidden;
	background: url(../images/backgrounds/light_horiz_dots.gif) repeat-x left bottom;
}
#subNavOne ul li {
	list-style: none;
	float: left;
	background: url(../images/backgrounds/light_vert_dots.gif) repeat-y left top;
}
#subNavOne ul li.first {
	background: none;
}
#subNavOne ul li a {
	display: block;
	font-size: 14px;
	/*font-family: georgia, serif;*/
	font-family: Arial, sans-serif;
	padding: 6px 0 6px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#subNavOne ul li a:hover, #subNavOne ul li a.active {
	color: #ffcc00;
}
#subNavOne .overlay {
	width: 995px;
	height: 28px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}



#subNavTwo {
	height: 28px;
	width: 995px;
	overflow: hidden;
	position: absolute;
	font-family: Arial, sans-serif;
	bottom: 0;
	left: 0;
	z-index: 1;
}
html>body #subNavTwo {
	/* background: url(../images/backgrounds/dark_gray.png) left top; */
}
#subNavTwo ul {
	padding: 0;
	margin: 0;
	width: 995px;
	height: 28px;
	overflow: hidden;
	background: url(../images/backgrounds/light_horiz_dots.gif) repeat-x left top;
}
#subNavTwo ul li {
	list-style: none;
	float: left;
	background: url(../images/backgrounds/light_vert_dots.gif) repeat-y left top;
}
#subNavTwo ul li.first {
	background: none;
}
#subNavTwo ul li a {
	display: block;
	font-size: 14px;
	/*font-family: georgia, serif;*/
	font-family: Arial, sans-serif;
  font-weight: bold;
	padding: 6px 0 8px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#subNavTwo ul li a:hover, #subNavTwo ul li a.active {
	color: #ffcc00;
}
#subNavTwo .overlay {
	width: 995px;
	height: 28px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/************************************************************
	CONTENT
************************************************************/
#content {
	height: 420px;
	margin-top: -30px;
	padding-top: 30px;
	background: #fff url(../images/backgrounds/content_gradient.jpg) repeat-x left bottom;
	position: relative;
	width: 995px;
	overflow: hidden;
}

#content .fullWidth {
	padding: 40px;
}

/************************************************************
	FOOTER
************************************************************/
#footer {
	width: 485px;
	overflow: hidden;
	padding: 20px 0 0 510px;
	position: relative;
}
#footer ul {
	float: right;
	font-family: arial; sans-serif;
	float: left;
	width: 140px;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/backgrounds/light_vert_dots.gif) repeat-y left top;
	line-height: 155%;
	font-size: 11px;
}
#footer ul li {
	list-style: none;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer .mb {
	position: absolute;
	top: 20px;
	left: 62px;
}

#footer #sprintertour {
	display: block;
	position: absolute;
	left: 289px;
	top: 18px;
}

#disclaimer {
	float: right;
	padding: 10px 20px 20px 400px;
	font-size: 10px;
}
#disclaimer a {
	color: #fff;
}

.error {
	color: red;
	font-weight: bold;
}
.errorSummary {
	color: red;
	font-weight: bold;
}
.errorMarker {
	color: red;
	font-size: 10px;
	display: block;
	clear: both;
}
.errorFld {
	border: solid 1px #cc0000 !important;
}






#notes {
	position: absolute;
	background: #cc3300;
	z-index: 100;
	width: 300px;
	overflow: hidden;
	top: 0;
	right: 0;
}
#notes a {
	padding: 4px;
	display: block;
	float: right;
}
#notes .text {
	clear: both;
	background: #cc3300;
	padding: 10px;
}