﻿@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
}


.oneColFixCtrHdr #container {
	width: 800px; 
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtrHdr #containerprint {
	width: 600px; 
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	padding: 0px;
}
.threeCol #container {
	width: 800px;
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { /* this is the header for the one column layout */
	border-bottom: 5px solid #FBAD52;
	padding: 3px 20px 0 20px;
	background-color: #FBAD52;
	background-repeat: no-repeat;
}
/* this is where the styles begin for the header of the two column layout */ 
#headerContainer {
	width: 800px;
}
#headerContainerPrint {
	width: 600px;
}
#headerContainer #headerPrimaryNav {
	float: left;
	width: 368px;
}
#headerContainer #headerBanner {
	float: right;
	width: 432px;
}
#headerContainer #headerText {
	padding: 0px 20px 0px 20px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #FBAD52;
	border-right-color: #FBAD52;
	border-bottom-color: #FBAD52;
	border-left-color: #FBAD52;
	background-color: #FBAD52;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
} 
/* end styles for header of two column layout */

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
/* end styles for main content of one column layout */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 368px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	width: 432px;
	float: right;
}

#mainContent #instructions {
	margin-left: 16px;	
}

/* begin special styles for the contact us page */

.twoColFixLtHdr #contactUs {
	width: 432px;
	height:446px;
	float: right;
	background-image:url(../2010/images/contactPageRight.jpg);
}

.addPaddingConactUs {
	padding: 20px 20px 0px 50px;
}

/* begin special styles for the free pages */

.addPadding {
	padding-left: 20px;
	padding-right: 10px;
}

#mainContent .spacer { 
	height: 45px; 
	font-size: 1em;
}

/* end styles for main content of two column layout */
/* below are styles for main content of two column coupon page layout (even though it says threeCol */

.threeCol #mainContentPrint {
	background: #FFFFFF;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.threeCol #couponContainer{
	width: 694px;
	float: left;
	}
.threeCol #couponLeftCol{
	width: 644px;
	float: left;
}
.threeCol #couponRightCol{
	width: 347px;
	float: right;
}
.threeCol #letterArt{
	position: absolute;
	top: 0px;
	right: 16px;
	width: 101px;
}
.threeCol #container #printButtons{
	width: 800px;
	margin-top:30px;
	position: relative;
}

.threeCol #printButtons .leftPrintButton{
	position: absolute;
	left: 40px;
}
.threeCol #printButtons .rightPrintButton{
	position: absolute;
	left: 200px;
}
.threeCol #printButtons .nextButton{
	position: absolute;
	right: 40px;
}
/* end styles for main content of three column layout */

#mainContent #chooseOption {
	width: 419px;
	position:relative;
	
} 
#chooseOption #jumpMenu {
	position:absolute;
	left: 108px;
	bottom: 0px;
}
.oneColFixCtrHdr #footer {
	border-top: 5px solid #FBAD52;
	border-bottom: thin solid #666666;
	background-color: #FBAD52;
}
.twoColFixLtHdr #footer {
	border-top: 5px solid #FBAD52;
	border-bottom: thin solid #666666;
	background-color: #FBAD52;
} 
.threeCol #footer {
	border-top: 5px solid #FBAD52;
	margin-top: 75px;
	background-color: #FBAD52;
} 
#container #footer #secondaryNav {
	width: 800px;
	margin: 0px auto 0px auto;
	padding-bottom:12px;
	background-image: none;
}

#container #footer #secondaryNav ul {
	list-style-type: none;
}
#container #footer #secondaryNav li {
	float: left;
	padding: 0px 7px 0px 7px;
	display: block;
}
.threeCol #sponsorInformation {
	border-top: thin solid #666666;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.envelope {
	padding-right:25px;
    background-image:url();
	background-repeat:no-repeat;
	background-position:top right;
}
select, option {
	width: 250px;
}
/* this is the style for the 3 column free activities coupon pages */

#3colContainer{
	width: 694px;
	float: left;
	}
#3colLeftCol{
	width: 300px;
	float: left;
}
#3colRightCol{
	width: 300px;
	float: left;
}
/* contact us page background image so I can type text over it */
.background {
	background-image: url(../images/ContactUs_02_06.jpg);
	background-repeat:no-repeat;
	width:419px;
}

a:link { color: #000; text-decoration: none;
}
a:visited { color: #666666; text-decoration: none;
}
a:hover  { color: #CC3366; text-decoration: underline }

