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

body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 926px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #fff; /* #DDDDDD; */ 
	padding: 50px 10px 15px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #navigation { text-align:right; padding-right:47px; font-size:11px; font-family:Arial, Helvetica, sans-serif;
padding-top:15px; 
}
.oneColFixCtrHdr #navigation a { 
padding: 5px; text-decoration: none; color:#000; 
}
.oneColFixCtrHdr #navigation a.on { 
padding: 5px; text-decoration: none; color:#00F; 
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align:left;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/bg_inner1.png);/* (images/bg_home_plate.png); */
	position:relative;
	top:0px;
	height:477px;
}
.oneColFixCtrHdr #mainContent #left-column {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background-color:#06F; */
	position:absolute;
	top:50px;
	left:55px;
	width:105px;
	height:325px;
	float:left;
	text-align:left;
	font-size:12px;
}
.oneColFixCtrHdr #mainContent #middle-column {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background-color:#06F; */
	position:absolute;
	top:175px;
	left:200px;
	width:515px;
	height:325px;
	font-size:12px;
}
.oneColFixCtrHdr #mainContent #right-column {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background-color:#06F; */
	position:absolute;
	top:50px;
	left:756px;
	width:106px;
	height:325px;
	text-align:center;
	font-size:9px;
}
.oneColFixCtrHdr #mainContent #spanall {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background-color:#06F; */
	position:absolute;
	top:170px;
	left:85px;
	width:780px;
	height:325px;
	float:left;
	text-align:left;
	font-size:12px;
}

.oneColFixCtrHdr #footer {
	padding: 0 47px ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;/* #DDDDDD; */
	text-align:right;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 { 
font-size:14px; 
}

#scrollerfriends {z-index: 2;
	width: 275px;
	height: 80px;
	line-height: 1.3;
	font-size: 100%;
	overflow: auto; 
	float:left;
}

#friendsplate {z-index: 2;
	width: 200px;
	height: 80px;
	float:right;
	position:relative; 
	top:-55px;
	left:33px;
}

#scrollercoastalbenefits {z-index: 2;
	width: 525px;
	height: 125px;
	line-height: 1.3;
	font-size: 100%;
	overflow: auto;
}

#scrollerfaq {z-index: 2;
	width: 525px;
	height: 175px;
	line-height: 1.3;
	font-size: 100%;
	overflow: auto;
}
#scrollernewsroom {z-index: 2;
	width: 525px;
	height: 190px;
	line-height: 1.3;
	font-size: 100%;
	overflow: auto;
}


#howthefundsfrontlayer {z-index: 2;
	width: 525px;
	height: 210px;
	line-height: 1.3;
	font-size: 100%;
	overflow: auto;
}

/***************************************/
/* popup container styles added by JPM */
/***************************************/
#popup { display: none; 
	width:770px;
	height:393px;
	z-index:3200;}
#howHearPopup { display: none; 
	width:770px;
	height:393px;
	z-index:3200;}
#rulesPopup { display: none; 
	width:770px;
	height:393px;
	z-index:3200;}
#challengePopup { display: none; 
	width:770px;
	height:393px;
	z-index:3200;}
#addLinkPopup { display: none; 
	width:770px;
	height:393px;
	z-index:3200;}
#sponsorsPopup { display: none; 
	width:770px;
	height:393px;
	z-index:3200;
	overflow:scroll; }
#platePopup { display: none; 
	width:770px;
	height:393px;
	z-index:3200;}


/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:400px; width:790px; color:#000; background-color:#fff; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#009;}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

#cornerphoto {z-index: -1;
	width: 112px;
	height: 59px;
}

.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
