@charset "utf-8";
body {
	font: 13px Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #062B60;
	background: url(../images/bgGreenTile.jpg) repeat;
}
a {
	color: #062B60;
}
h1 {
	font: 24px Arial, Helvetica, sans-serif;
}
h2 {
	font: 18px Arial, Helvetica, sans-serif;
}
h3 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.error, .error a {
	color: #FEF000;
	font-weight: bold;
}


#outer_container {
	width: 970px;
	padding: 5px;
	margin: 10px auto;
	background: #FFFFFF;
	border: #000 1px solid;
}
#container {
	position: relative;
	width: 960px;
	margin: 0;
	padding: 0;
	border: none 0px;
	text-align: left;
}
#header {
	position: relative; 
	width: 960px;
	margin: 0;
	padding: 0;
}
#header p {
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: 300;
	left: 475px;
	top: 34px;
	position: absolute; 
	margin: 0;
	border: none;
}

#menu { /* id for ul */
	position: absolute;
	width: 740px;
	right: 0px;
	top: 100px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	z-index: 100;
}
#menu li {
	display: inline;
}
#menu li a {
	float: left;
	padding: 0.5em 1em;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #294c78; /* venice blue */
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover, #menu li a:focus, #menu li a:active {
	color: #a8ccda;  /*  regent st blue  */
/*	color: #7D2000;   red */  
	background: #fefcfe; /* twilight blue */
}

#main_content {
	padding: 0;
	margin: 0;
}
img#featureimage {
	position: relative;
	display: block;
	width: 948px;
	height: 365px;
	margin: 10px;
	padding: 0;
	border: #000000 1px solid;
}
#footer {
	width: 930px;
	margin: 10px;
	padding: 10px;
	background: #1a314d; /* darker venice blue */
	color: #fefcfe; /* twilight blue */
	border: #000033 1px solid;
	font: 12px Arial, Helvetica, sans-serif;
}
#footer a {
	color: #fefcfe; /* twilight blue */
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: underline;
}
#copyright {
	float: right;
	margin-top: 2px;
	padding: 0;
	font: 9px Tahoma, Arial, Helvetica, sans-serif;
	text-align: right;
}


#features {
	width: 960px;
	margin: 0 5px;
}
#features .col {
	float: left;
	display: block;
	margin: 8px;
	padding: 0 10px 0 0;
	width: 480px;
}
#features .col h2 {
	font: 18px Arial, Helvetica, sans-serif;
	width: 470px;
	border-bottom: #ABABAB 1px solid;
}
#features .main {
	display: block;
	margin: 10px 10px 10px 500px;
	padding: 44px 10px 10px 10px;
}
#features img.float_right {
	float: right;
	margin: 0 4px 0 10px;
}


#contest {
	position: relative;
	display: block;
	width: 928px;
	height: 400px;
	margin: 10px;
	background: url(../images/EntertoWin.jpg) top left;
	overflow: hidden;
	border: #000000 1px solid;
}


#rules {
	position: relative;
	display: block;
	width: 948px;
	margin: 10px;
	padding: 0;
	border: #000000 1px solid;
	background: #FCEFBC;
}
#rules .column {
	float: left;
	display: block;
	width: 450px;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
}
	
#rules p.rule {
	font: 11px Arial, Helvetica, sans-serif;
	text-indent: -1em; 
	margin-left: 1em;
}
#rules span {
	font-weight: bold;
}
#rules p {
	font: 11px Arial, Helvetica, sans-serif;
	margin-left: 1em;
}
#rules h1, #rules h3 {
	margin: 10px 0 5px 8px;
}


.hpBox {
	display: block;
	width: 206px;
	height: 141px;
	margin: 5px;
	padding: 0 11px;
	overflow: hidden;
	border: #000033 1px solid;
	background: #1a314d; /* darker venice blue */
	color: #FFF;
}
.hpBox h2, .hpBox h2 a, .hpBox h2 p {
	color: #FFFFFF;
	padding: 0;
	margin: 5px auto 0 auto;
	text-decoration: none;
	font-weight: bold;
}
.hpBox h2 {
	text-shadow: #333300 0.1em 0.1em 0.2em;
}
.hpBox h2 a:hover, .hpBox h2 a:focus, .hpBox h2 a:active {
	color: #FEF000;
	text-decoration: none;
}


#player {
	display: block;
	margin: 0 0 0 500px;
	padding: 44px 5px 10px 10px;
	text-align: right;
}

form#frmDistribute, #contest div {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 340px;
	margin: 0;
	padding: 5px;
	border: #000000 1px solid;
	z-index: 1000;
	background: #003300;
	color: #FFF;
}
form#frmDistribute div {
	margin: 10px;
}
form#frmDistribute p {
	margin: 5px auto;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
}

#contest div {
	padding: 40px 20px;
}

#contest div h2 {
	margin: 20px;
}

#contest div p {
	margin: 20px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
}

#contest div p a {
		color: #fff;
		text-decoration: underline;
}

form#frmDistribute label {
	font: 12px Arial, Helvetica, sans-serif;
	color: #CCC;
	vertical-align: top;
}
form#frmDistribute label.required {
	font-weight: 700;
	color: #FFF;
}
form#frmDistribute label.left {
	float: left;
	width: 50px;
	cursor: pointer;
}
form#frmDistribute input, form#frmDistribute textarea, form#frmDistribute select {
	font: 11px "Courier New", "Courier New", Courier, monospace;
	background: #EEEEEE;
}
form#frmDistribute input:focus, form#frmDistribute textarea:focus, form#frmDistribute select:focus {
	background: #FFF;
}
form#frmDistribute input.error, form#frmDistribute textarea.error, form#frmDistribute select.error,
form#frmDistribute input.error:focus, form#frmDistribute textarea.error:focus, form#frmDistribute select.error:focus {
	background: #FFFFCC;
	color: #FF0000;
	font-weight: bold; 
}
form#frmDistribute input#nme, form#frmDistribute input#eml, form#frmDistribute input#addr, form#frmDistribute textarea {
	width: 230px;
	margin-left: 10px;
}
form#frmDistribute input#city {
	width: 90px;
	margin-left: 10px;
}
form#frmDistribute input#zip {
	width: 50px;
	margin-left: 4px;
}
form#frmDistribute select {
	margin-left: 10px;
	font: 11px "Courier New", "Courier New", Courier, monospace;
}
form#frmDistribute #submit {
	display: block;
	margin: 10px 0 0 130px;
	cursor: pointer;
	width: 80px;
	height: 26px;
	background: url(../images/btnSubmit.jpg) top left no-repeat;
	border: none;
	text-indent: -9999px;
}
form#frmDistribute #submit:hover {
	background-position: 0 -26px;
}
.social_networking {
	float: right;
	margin: 25px 20px 0 20px;
}

#s4s_logo {
	float: left;
	margin-right: 10px;
	width: 112px;
	height: 120px;
	border: none;
}
#birkenstock_logo {
	float: left;
	margin: 20px 20px 0 20px;
	width: 235px;
	height: 60px;
	border: none;
}

a#twitter {
	display: block;
	width: 120px;
	height: 28px;
	text-decoration: none;
	background: url("../images/icoTwitter.jpg");
}
a#twitter:hover {
	background-position: -120px 0;
}
a#facebook {
	display: block;
	width: 31px;
	height: 30px;
	text-decoration: none;
	background: url("../images/icoFacebook.jpg");
}
a#facebook:hover {
	background-position: -31px 0;
}

.displace {
	position: absolute;
	left: -5000px;
}


.states_list {
	display: block;
	margin-left: 100px;
	font: 14px Arial, Helvetica, sans-serif;	
}
.states_list a, .states_list a.toc {
	display: block;
	line-height: 150%;
	text-decoration: none;
}
.states_list a:hover, .states_list a:focus, .states_list a:active {
	font-weight: bold;
}
.states_list a.selected {
	color: #a8ccda;  /*  regent st blue  */
	font-weight: bold;
}

.fadecontentwrapper {
	position: relative;
	width: 420px; /* Height is set dynamically in page to be able to contain height of largest content (# stores) shown each store is 90px H; 2 stores per row; to calculate max height take state with highest number of stores divide by 2 (rounding up), and multiply * 90 */
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.fadecontent {
	position: absolute;
	visibility: hidden;
	background: white;
	padding: 10px;
	width: 420px;
}
.fadecontent p {
	display: block;
	float: left;
	width: 200px;
	height: 90px;
	margin: 0 10px 10px 0;
	padding: 0;
}
.fadecontent p a {
	text-decoration: none;
}
.fadecontent p a:hover, .fadecontent p a:focus, .fadecontent p a:active {
	color: #a8ccda;  /*  regent st blue  */
	font-weight: 300;
	text-decoration: none;
}
.footnote {
	margin: 8px;
	padding: 0;
	color: #666666;
	font-size: 75%;
}



.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
