html {
    background-color: #FDEF3D;
}
body {
    font: 13px/1.4 Helvetica, Arial, sans-serif;
}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; padding-bottom: 15px; padding-top: 5px;} /* close commented backslash hack */

article, aside, figure, footer, header, nav, section { display: block; }

#wrapper{
	margin: 0 auto;
	width: 1000px;
	background: #fff;
	box-shadow: 2px 2px 10px #666;
}

.header-splash 
{
    background: url('/content/public/BlueStrip-Big.jpg') no-repeat;
	width: 1000px;
	height: 122px;
	position: relative;
    color: white;
    text-align: center;
    padding-top: 20px;
    font-size: 60px;
    /* top: 30px; */
}

.header-gortons {
    background: url('/content/public/Wood-Top.jpg') no-repeat;
	width: 1000px;
	height: 212px;
	position: relative;
    color: white;
    text-align: center;
    padding-top: 20px;
    font-size: 60px;
}

.header-bluewater {
    background: url('/content/public/bluewater_header.jpg') no-repeat;
	width: 1000px;
	height: 209px;
	position: relative;
    color: white;
    text-align: center;
    padding-top: 20px;
    font-size: 60px;
}

/* Navigation */

header {
	background: url('/content/public/BlueStrip-Big.jpg') no-repeat;
	width: 1000px;
	height: 122px;
	position: relative;
}

.header-bluewater img 
{
    position: absolute;
    top: 0;
    left: 305px;
}

header nav {
	padding: 0 0 0 0;
	display: block;
	position:absolute;
	bottom: 0;
	right: 0;
	height: 32px;
}

nav ul {
	list-style: none;
}


nav li {
	float: left;
	padding: 0 7px 0 0px;
}

nav ul a 
{
    padding-right: 7px;
	text-decoration: none;
	font-size: 14px;
	color: #014EA2;
	/*background: url(/Styles/Public/images/line.jpg) no-repeat;*/
	background-position: right;
	display: block;
}

nav ul li:last-child a {
    background-image: none;
}

nav ul a:hover {
	color: #11b8e4;
}

nav ul li ul {
    display: none;
    position: absolute;
    margin-left: -46px;
}

nav ul li:hover ul {
    display: block;
}

nav ul li ul li {
    float: none;
    background-color: #fff;
    width: 200px;
    position: relative;
    z-index: 9999;
}

nav ul li ul a {
    background-image: none;
    background-position: left;
        padding: 6px;
    display: block;
    position: relative;
}  

.top-menu {
	padding: 5px 20px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

.top-menu ul {
	list-style: none;
}

.top-menu li {
	float: left;
}

.top-menu ul a {
	padding-right: 10px;
	text-decoration: none;
	font-size: 14px;
	color: #014EA2;
}

.top-menu ul a:hover {
	color: #11b8e4;
}

/* Top Content */

.page-content {
	padding: 40px;
}

.page-content h1{
	margin-top: -15px;
}

.top-bar {
	height:25px;
	width:1000px;
	text-align: center;
}

/* Side Column
-----------------*/

.aside 
{
    position: relative;
    float: left;
   width: 130px;
   margin-left: 15px;
   margin-right: 15px;
}

.page-content-aside 
{
    position: relative;
    float: right;
    width:600px;
    padding: 40px;
}

.aside li 
{
    list-style:none;
}

.aside a 
{
    text-decoration: none;
    color: #014EA2;
}

.aside a:hover 
{
    color: #11b8e4;
}

/* Styles for Messages
--------------------*/
.message {
     border: 1px solid #014EA2; 
     background: #11b8e4; 
     color:#014EA2; 
     padding:10px;
     padding-bottom: 10px;
}
.errorMessage {
     border: 1px solid #c00; 
     background: #c00; 
     color:#fff; 
     padding:10px;
     padding-bottom: 10px;
}

/* Footer */

.footer-splash
{
    background: url('/content/public/BlueStrip-Small.jpg') no-repeat;
	width: 1000px;
	height: 80px;
	text-align: center;
	font-size: 12px;
	position: relative;
    color: white;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}

.footer-gortons {
    background: url('/content/public/Wood-Bottom.jpg') no-repeat;
	width: 1000px;
	height: 150px;
	text-align: center;
	font-size: 12px;
	position: relative;
}

.footer-bluewater {
    background: url('/content/public/bluewater_footer.jpg') no-repeat;
	width: 1000px;
	height: 150px;
	text-align: center;
	font-size: 12px;
	position: relative;
}

footer {
	background: url('/content/public/BlueStrip-Small.jpg') no-repeat;
	width: 1000px;
	height: 212px;
	text-align: center;
	font-size: 12px;
	position: relative;
}

footer ul {
	list-style: none;
	padding-left: 130px;
}

footer li {
	float: left;
	padding: 20px 0 0 15px;
}

footer ul a {
	text-decoration: none;
	color: #014EA2;
}

footer ul li a:hover {
	color: #fff;
}

footer p {
	color: #014EA2;
}

.footer-logo {
	float: right;
	padding-right: 50px;
	border: 0px;
}

#gortons {
    text-align: center;
}

#bluewater {
    text-align: center;
}

#first-page-title 
{
    margin: 0 auto;
    text-align: center;
    color: #014EA2;
    font-size: 75px;
}

.first-page-instructions-1 {
    text-align: center;
    color: #014EA2;
    font-size: 25px;
    font-weight: bold;
}
.first-page-instructions-2 {
    text-align: center;
    color: #014EA2;
    font-size: 20px;
    font-weight: normal;
    margin-right: 100px;
    margin-left: 100px;
}

.first-page-instructions-3 {
    text-align: left;
    color: #014EA2;
    font-size: 25px;
    font-weight: bold;
}

.first-page-instructions-1-blue  {
	text-align: center;
    color: #014EA2;
    font-size: 25px;
    font-weight: bold;
}
.first-page-instructions-2-blue  {
    text-align: center;
    color: #014EA2;
    font-size: 20px;
    font-weight: normal;
    margin-right: 100px;
    margin-left: 100px;
}

.first-page-instructions-3-blue {
    text-align: left;
    color: #014EA2;
    font-size: 25px;
    font-weight: bold;
    margin-left: 42px;
}

.Step-List 
{
    color: #014EA2;
    margin: 0 auto;
    margin-left: 17%;
    font-size: 21px;
}

.Step-List-blue
{
    color: #014EA2;
    font-size: 21px;
}


.Step-List ul 
{
    list-style: none;
}

.Step-List-blue ul 
{
    list-style: none;
}


.Step 
{
   font-size: 21px;
   font-weight: bold;
}

.Rewards ul 
{
    margin: 0;
    padding: 0;
}

.red 
{
    color: #E31B23;
    font-size: 21px;
    font-style: italic;
}
.PrizeMoney {
    float: left; 
    border-right: 1px solid #014EA2; 
    padding: 5px; 
    margin: 5px; 
    list-style: none;  
    font-size: 21px;
}
.Place {
    float: left;
    border-right: 1px solid #014EA2; 
    padding: 5px; 
    margin: 5px; 
    list-style: none;  
    font-size: 21px;
}

.BulletList {
	margin-left: 0px;
    list-style: disc;  
    font-size: 18px;
}

.SubList {
    margin-left: 15px; 
    list-style: circle; 
    font-size: 18px;
}

.List {
    float: left; 
    list-style: none;  
    font-size: 16px;
}

.List1 {
    float: left; 
    list-style: none;  
    font-size: 20px;
}

.List2 {
    float: left; 
    list-style: none;  
    font-size: 20px;
}

.List3 {
    float: left; 
	list-style: none; 
    font-size: 20px;
}

.Entry {
    text-align:center;
}

.Rewards 
{
    color: #014EA2;
    float: left;
    font-size: 23px;
    font-weight: bold;
    margin-left: 42px;
    margin-top: 15px;
    line-height: 0;
}

.Money{
    float: left;
    font-size: 52px;
    font-weight: bold;
    color: rgb(1, 78, 162);
    margin-left: 42px;
    line-height: 1;
}

.bottom-list ul 
{
    margin-top: -5px;
}

.Features
{
    float: left;
    font-size: 23px;
    color: rgb(1, 78, 162);
    margin-left: 42px;
    width: 575px;
}

.SmallNote{
	font-size:12px;
	color: #014EA2;
}

/* Pagination */
.Content .Pagination { height: 20px; margin: 0 0 20px 0; padding: 0; }
    .Pagination li, .Pagination a { display: block; float: left; list-style-type: none; }
    .Pagination li { margin: 0 5px 0 0; }
        .Pagination li:last-child { margin-right: 0; }
        .Pagination a { padding: 0 7px; border-radius: 2px; color: #fff; line-height: 20px; background: #cccccc; }
            .Pagination a:hover { background: black;} 
            .Pagination .Selected { text-decoration: none; background: #014EA2; }

/* Styles for tables
-------------------------*/
table { text-align:left; border-collapse:collapse; border:0; vertical-align:top; width:100%; }
    tr {  }
        th { padding:6px; border:1px solid #ddd; }
        td { padding:6px; border:1px solid #ddd;}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

select, option 
{ 
    width: 155px; 
}

input
{
	padding:5px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea
{
	font-family: inherit;
	display:inline-block;
	vertical-align: top;
	width:600px;
	height:75px;
	padding:10px;
	
	padding:5px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

label
{
	display:inline-block;
	text-align: right;
	width:146px;
}

button
{
	float:right;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}

/* Other */

button {
	color: #014EA2;
	padding: 5px;
	cursor: pointer;

}

p {
	color: #616161;
}

h1 {
	color: #014EA2;
	font-size: 26px;
	font-weight: bold;
}

h2 {
	color: #014EA2;
	font-size: 20px;
	font-weight: normal;
}

span.required {
     color:#c00; 
     font-weight:bold; 
     font-size: 1.2em;
}

.ClearFix:before, .ClearFix:after {
  display: block;
  content: "";
}
.ClearFix:after {
  clear: both;
}
.ClearFix {
  zoom: 1;
}

.column-wrapper
{
	width:100%;
	overflow: hidden;
}
.column-three
{
	float:left;
	width:350px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-valid
{
    display: none;
}
.validation-summary-valid
{
    display: none;
}
.validation-summary-errors {
    color:#c00;
}
.field-validation-error {
    color:#c00; 
    display:block; 
    margin-left: 129px;
}
.input-validation-error {
    border:1px solid #c00;
}



/* --------  Additions for for Gorton */
.loggedin a, .login div a {
    text-decoration: none;
}