/* CSS Document */
/* Top Elements */
* {
	margin: 0;
	padding: 0;
	color: white;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #3d7a92;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	font-weight:normal;
	color: white;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.2;
	text-align: left;
}

a {
	font-weight:bold;
}


#wrapper {
	position: relative;
	text-align: center;
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	background-color: #3d7a92;
        overflow: visible;
}

#header {
	background-repeat:no-repeat;
	height:80px;
	width: 100%;
	position:relative;
	clear:left;
        text-align: left;
}

#header .logo {
    margin-left: 46px;
    margin-top: 4px;
}

.left1 {
	position:relative;
	top:0px;
	left:0px;
	width:740px;
        margin: 0 auto;
        text-align: left;
}

#treestart {
	width:100%;
	margin:0;
	font-weight: normal;
	line-height: 1.1em;
	font-size: 100%;
	background-color:#3d7a92;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight:bold;
	color: white;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: black;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

#wrapper .left1 #treestart #bothForms #getMoreFormArea #getMoreFormAreaText table tr td {
	color: black;
}
#wrapper .left1 #treestart #bothForms #giveawayFormArea #giveawayFormAreaText table tr td,
#wrapper .left1 #treestart #bothForms #downloadNotificationFormArea #downloadNotificationFormAreaText table tr td {
	color: black;
}

#downloadNotificationFormArea .formAreaTitle {
    background: none;
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 25px;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
}



	/* CSS for the scrollers */
	div.horizontal_scroller, div.vertical_scroller{
		position:relative;
		height:24px;
		width:100%;
		margin-left:0;
		margin-right:0;
		display:block;
		overflow:hidden;
		border:#CCCCCC 1px solid;
	}
	div.scrollingtext{
		position:absolute;
		white-space:nowrap;
		font-size:18px;
		font-weight:bold;
		padding-top:2px;
		color:#ffb73c;
	}

div .ag_title {
	position:relative;
	margin:0;
	float:left;
	border-style: none;
}

div.ag_paragraphs p {
    float: left;
    overflow: visible;
    margin: 0;
    text-align: justify;
}

a {
    outline: none;
 }
a img {
    border:none;
 }

div .ag_text {
	position:relative;
	width:440px;
	float:left;
	clear:right;
}

div .update_now {
	position:relative;
	width:740px;
	margin-top:12px;
	margin-left:30px;
	margin-right:30px;
	float:left;
	clear:both;
	border-style: none;
}

.update_now a:link {
	border-style:none;
}

div .zip_code {
	position:relative;
	background-color:#1eace8;
	width:716px;
	margin-left:30px;
	margin-right:30px;
	margin-top:12px;
	float:left;
	clear:right;
	font-size: 10pt;
	font-weight:bold;
	padding:12px;
}

div .chance_win {
	position:relative;
	background-color:#ffb838;
	width:716px;
	margin-left:30px;
	margin-right:30px;
	margin-top:12px;
	float:left;
	clear:right;
	font-size: 10pt;
	font-weight:bold;
	padding:12px;
}

.zip_code .chance_win h1 {
	font-size:30px;
	padding-top:8px;
}

div .footer{
	text-align:center;
	width:740px;
	margin-left:30px;
	margin-right:30px;
	height:30px;
	font-size:10px;
	color: white;
	clear:both;
	padding-top:24px;
}

a:link {
	color: #ffb73c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffb73c;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


table.download {
	/*margin: 15px auto;*/
}
table td {
	padding: 5px 10px;
	text-align: left;
}

a.download:link {
	color: #ffffff;
	text-decoration: none;
}
a.download:visited {
	text-decoration: none;
	color: #ffffff;
}
a.download:hover {
	text-decoration: none;
	color: #000000;
}
a.download:active {
	text-decoration: none;
	color: #000000;
}





.tile-container {
    width: 100%;
    height: 340px;
    margin: 0;
    padding: 0;
    display: block;
    overflow: visible;
    text-align: center;
}

.tile-quad-container {
    width: 480px;
    height: 340px;
    display: block;
    overflow: visible;
    overflow: hidden;
    position: relative;
    text-align: center;
    float: right;
}

.tile-quad {
    padding: 0;
    margin: 5px 0 0 5px;
    float: left;
    width: 235px;
    height: 165px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
}

.tile-orange {
    background-color: #ffa400;
    color: #fff;
}
.tile-orange * {
    color: #fff;
}

.tile-blue {
    background-color: #1eade9;
    color: #FFF;
}
.tile-blue * {
    color: #FFF;
}

.tile-bold {
    font-weight: bolder;
}

.tile-content {
    margin: 0 auto;
    padding: 10px;
    text-align: left;
}


.poptile-close {
    float: right;
    margin: 2px 5px 0 0;
    font-weight: bolder;
}


.hiddenOptionalInput {
    display: none;
}


.validateErrorMessage {
    overflow: auto;
    font-weight: bolder;
}
.validateErrorMessage * {
    font-weight: bolder;
}

#submitErrorMessage {
    float: left;
    clear: left;
    text-align: right;
    font-weight: bolder;
    width: 432px;
    color: #f00;
}

.submitSuccessMessage {
    float: left;
    clear: left;
    text-align: center;
    width: 100%;
    display: none;
}


.ajaxformscover {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1005;
}

.ajaxformscover img {
    margin-top: 15%;
}


.specialInputs {
    display: none;
}
