/*
	Global Stylesheet for Arctic Wonder
	Rules in this file should be applied to every page on the site.
	If a rule will only apply to one or two, add it to pages.css instead.
	Be polite to future developers, and label any hex colors you use! - SV
*/

/* Universal Rules -------------------------------------------------- */
body {
	background: #bfc9de url("/images/bg.png") repeat-x; /* light blue */
	color: #fff;
	font: 80%/1.5 helvetica, arial, sans-serif;
}
a, a:link, a:visited { color: #f4da45; } /* yellow */
a:hover, a:focus, a:active { color: #a9c3e5; } /* light blue */
object { outline: none; } /* fix for swfobject in FF3 */

/* Layout -------------------------------------------------- */
#page {
	width: 893px;
	background: transparent url("/images/bg-page.png") repeat-y;
	margin: 0 auto;
}
#wrapper {
	width: 849px; /* 867px - 18px padding */
	margin-left: 13px;
	padding: 0 9px;
	background: transparent url("/images/bg-page-inner.png") no-repeat left center;
}
#content {
	position: relative;
	background: transparent url("/images/bg-content.png") no-repeat;
	padding: 25px 30px 15px;
	min-height: 325px;
}

/* Header Styles -------------------------------------------------- */
#header {
	position: relative;
	height: 207px;
	background: transparent url("/images/bg-header.jpg") no-repeat;
}
#header * {
	margin: 0;
}
#header .from a {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 160px;
	height: 60px;
	text-indent: -9999px;
}
#header h1 a {
	position: absolute;
	top: 110px;
	left: 20px;
	width: 350px;
	height: 90px;
	text-indent: -9999px;
}
#header .tagline {
	position: absolute;
	top: 30px;
	right: 15px;
	width: 440px;
	height: 80px;
	text-indent: -9999px;
}
#header #tellafriend {
	position: absolute;
	top: 10px;
	right: 20px;
}
#header #tellafriend a {
	text-decoration: none;
	color: #d1e2f6; /* light blue */
}
#header #tellafriend a:hover,
#header #tellafriend a:focus {
	text-decoration: underline;
	color: #f4da45; /* yellow */
}

/* Navbar Styles -------------------------------------------------- */
#nav {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 41px;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav a {
	display: block;
	position: absolute;
	top: 0;
	height: 41px;
	text-indent: -9999px;
	background: transparent url("/images/nav.png") no-repeat;
}
/* Navbar Placement */
#nav1 a { left: 0; width: 160px; }
#nav2 a { left: 160px; width: 200px; }
#nav3 a { left: 360px; width: 155px; }
#nav4 a { left: 515px; width: 200px; }
#nav5 a { left: 715px; width: 134px; }
/* Navbar Images */
#nav1 a { background-position: 0 top; }
#nav2 a { background-position: -160px top; }
#nav3 a { background-position: -360px top; }
#nav4 a { background-position: -515px top; }
#nav5 a { background-position: -715px top; }
/* Selected Navbar Item */
#nav1.on a, #nav1 a:hover, #nav1 a:focus	{ background-position: 0 bottom; }
#nav2.on a, #nav2 a:hover, #nav2 a:focus	{ background-position: -160px bottom; }
#nav3.on a, #nav3 a:hover, #nav3 a:focus	{ background-position: -360px bottom; }
#nav4.on a, #nav4 a:hover, #nav4 a:focus	{ background-position: -515px bottom; }
#nav5.on a, #nav5 a:hover, #nav5 a:focus	{ background-position: -715px bottom; }

/* Content Styles -------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.25;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
	border-bottom: 1px solid #f4da45; /* yellow */
	padding-bottom: .33em;
	margin-bottom: .66em;
}
h3 {
	font-size: 1.66em;
}
h4, h5, h6 {
	color: #f4da45; /* yellow */
	margin-top: 1em;
	font-size: 1.1em;
}
p, ul, ol, dl, table {
	margin: .5em 0 1em;
}
li {
	margin-bottom: .33em;
}
.faq dt {
	color: #f4da45; /* yellow */
	text-decoration: underline;
	cursor: pointer;
	margin: .75em 0 0;
}
.faq dt:hover, .faq dt:focus {
	color: #fff;
}
dd {
	margin: .25em 0 1em;
}
.fineprint {
	margin-top: 1em;
	font-size: .8em;
	color: #a9c3e5; /* light blue */
}
.legal {
	border: 1px solid #a9c3e5; /* light blue */
	padding: .25em .5em .25em 1.25em;
	font-weight: bold;
	text-indent: -.66em;
}
.navigation {
	margin: 0;
}
.navigation li {
	margin: 0;
	list-style: none;
}
.navigation .prev a,
.navigation .next a {
	display: block;
	position: absolute;
	top: 197px;
	left: 10px;
	width: 43px;
	height: 70px;
	text-indent: -9999px;
	background: transparent url("/images/arrow-prev.png") no-repeat;
	z-index: 2;
}
.navigation .prev a:hover, .navigation .prev a:focus,
.navigation .next a:hover, .navigation .next a:focus {
	background-position: left bottom;
}
.navigation .next a {
	left: 798px;
	background-image: url("/images/arrow-next.png");
}
#content .photo {
	position: absolute;
	top: 54px;
	left: 53px;
	z-index: 1;
}
.hidden {
	display: none;
}
.visible {
	display: block;
}

/* Form Styles -------------------------------------------------- */
#errorlist {
	background: #f4da45; /* yellow */
	color: #ad0004; /* red */
	margin: 1em 0;
	padding: .5em 1em;
	display: none;
}
#errorlist li {
	margin: .5em 0;
	list-style: none;
}
.required {
	font-style: normal;
	color: #f4da45; /* yellow */
}
label {
	display: block;
	width: 150px;
	text-align: right;
	font-weight: bold;
	float: left;
	margin: .25em 10px 0 0;
}
form div {
	clear: both;
	margin: .5em 0;
}
input {
	width: 250px;
}
textarea {
	width: 350px;
	height: 100px;
}
.check {
	margin-left: 135px;
}
.check input {
	width: auto;
}
.check label {
	float: none;
	font-weight: normal;
	width: auto;
	display: inline;
}
.actions {
	margin: 1.5em 0 0 160px;
}
.actions input {
	width: auto;
}
.characters {
	font-size: .85em;
	margin: .25em 0 0 160px;
}

.disclaimer{
font-weight:bold;
margin-left:auto;
margin-right:auto;
width:530px;
margin-bottom:0;
}

/* Footer Styles -------------------------------------------------- */
#footer {
	background: #bfc9de url("/images/bg-footer.png") no-repeat; /* light blue */
	font-size: .9em;
	color: #29335e; /* dark blue */
	padding: 20px 0 30px;
	text-align: center;
}
#footer a, #footer a:link, #footer a:visited { color: #29335e; } /* dark blue */
#footer a:hover, #footer a:focus, #footer a:active { color: #ad0004; } /* red */
#footernav {
	list-style: none;
}
#footernav li {
	list-style: none;
	display: inline;
	margin: 0 .75em 0 0;
	padding: 0 .75em 0 0;
	border-right: 1px solid #29335e; /* dark blue */
}
#footernav .last {
	margin: 0;
	padding: 0;
	border: 0;
}