/* CSS Document */

/* RESET STYLING v1.0 | 20080212 */

html, body,  span, applet, object, iframe, div,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
/*b, u, i, center,*/  /*Sylvia did this*/
dl, dt, dd, ol, /*ul, li,*/  /*Sylvia did this*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset styling */

/* ******************************************************************** */
/* start of main styling */

body {
	background: url(../images/bkg_body_2010.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0 auto;
}

p {
	padding: 4px;
	margin: 2px 20px 2px 20px;
line-height: 1.1em;
}
.blocked {
	margin-left: 60px; margin-right: 60px;
}
.bold {
	font-weight: bold;
}
.special {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 9pt;
}
.sm {
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.indented {
	margin-left: 40px;
}

/* ************Headings**************** */
h1, h2, h3 {
		margin-left: 20px;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 6px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .98em;
	font-weight: bold;
	margin-top: 6px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .88em;
	font-weight: bold;
}

/* **********links******************* */
a,
a:link,
a:visited  {
	text-decoration: none;
	color: #4174a7;
	font-weight: bold;
}

a:hover,
a:active {
	color: #9f1902;
}


/* ************Colors**************** */

.blue {
	color: #4174a7;
}

.green {
	color: #40835e;
}

.red {
	color: #9f1902;
}
.orange {
	color: #c25e05;
}

/* *********for image alignment************* */
.imgLeft {
	float: left;
	margin-right: 10px;
}

.imgRight  {
	float: right;
	margin-left: 10px;
}

/* **************Classes************* */
.center {
	text-align: center;
}

.lefthalf {
	width: 40%;
	float: left;
}

.righthalf {
	width: 55%;
	float: left;
}
.box {
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid Black;
	padding: 4px;
}
/* list styling */

li {
	list-style: square outside;
	padding: 2px;
	}
/* ************Id's*************** */
#rightCol {
	float: right;
	width: 68%;
	vertical-align: top;
}

#leftCol {
	clear: left;
	float: left;
	width: 30%;
	vertical-align: top;
}

#container {
	width: 1084px;
	margin: 0 auto;
	font-size: 1em;
}

#containerFP {
	width: 850px;
	margin: 0px auto 0 auto;
	font-size: 1em;
}
#containerFP2 {
	width: 1084px;
	margin: 0px auto 0 auto;
	font-size: 1em;
}

#bannerFP2 {
	margin: 0px auto 0 auto;
	background: url(../images/banner_FP_2010.png) no-repeat top center;
	height: 363px;  /* 363 with Christmas banner */
}

#banner {
	width: 1084px;
	height: 260px;
	/* position: relative; */
	text-align: center;
	margin: 0px auto 0;
	padding: 0;
}

#banner.fallAtrak {
	background: url('../images/banner_fall-2010.png') no-repeat top center;
}

#banner.christmasAtrak {
	background: url('../images/banner_FP_winter-2010.png') no-repeat top center;
}

#banner.maze {
	background: url('../images/banner_maze_2010.png') no-repeat top center;
}

#banner.parties {
	background: url('../images/banner_groups_2010.png') no-repeat top center;
}

#banner.planvisit {
	background: url('../images/banner_planVisit_2010.png') no-repeat top center;
}

#banner.skltours {
	background: url('../images/banner_fieldTrip_2010.png') no-repeat top center;
}

#banner.campfires {
	background: url('../images/banner_campfires_2010.png') no-repeat top center;
}

#banner.food {
	background: url('../images/banner_food_2010.png') no-repeat top center;
}

#veryPlain {
	height: 220px;
	width: 1084px;
	/*background: url(../images/banner_veryPlain.png) no-repeat top center; */
	text-align: right;
}

#veryPlain.contactUs {
	background: url('../images/banner_contactUs_2010.png') no-repeat top center;
}

#veryPlain.map {
	background: url('../images/banner_map_2010.png') no-repeat top center;
}

#veryPlain.photos {
	background: url('../images/banner_photo_2010.png') no-repeat top center;
}

#veryPlain.response {
	background: url('../images/banner_response_2010.png') no-repeat top center;
}

#veryPlain.coupons2Print {
	background: url('../images/banner_request_2010.png') no-repeat top center;
}

#veryPlain.couponForm {
	background: url('../images/banner_couponForm_2010.png') no-repeat top center;
}

#veryPlain.coupons {
	background: url('../images/banner_coupons_2010.png') no-repeat top center;
}

#veryPlain.foto {
	background: url('../images/banner_photoThanks_2010.png') no-repeat top center;
}

#veryPlain.calendar {
	background: url('../images/banner_calendar_2010.png') no-repeat top center;
}

#quickLinks {
	background-color: transparent;
	background-image: url(../images/bkg_mainContent.png);
	background-repeat: repeat-y;
	height: 53px;
	width: 944px;
	margin: 0 auto;
	padding: 4px 70px;
	text-align: right;
	/* border-left: 3px solid #7d9fa1;
	border-right: 3px solid #7d9fa1;
	background-color: #f2ecd6; */
}

#quickLinksFP {
	height: 53px;
	width: 474px;
	margin: 0 auto;
	text-align: center;

}
#quickLinksFP_sp {
	height: 53px;
	width: 450px;
	margin: 0 auto;
	text-align: center;
	clear: left;
	/* float: right;
	margin-right: 40px;*/
}

#quickLinks h1 { /* Sylvia did this */
	float: left;
	text-align: left;
}

#breadCrumbs {
	clear: both;
	height: 12px;
	background-color: #c1ccd0;
	width: 776px;
	margin: 0 auto;
	padding: 4px 10px;
	text-align: left;
	font-size: .86em;
	font-weight: bold;
}

#breadCrumbs a,
#breadCrumbs a:link,
#breadCrumbs a:visited  {
	text-decoration: none;
	color: #000000;
}

#breadCrumbs a:hover,
#breadCrumbs a:active {
	color: #f2ecd6;
}

#content {
	background-color: transparent;
	background-image: url(../images/bkg_mainContent.png);
	background-repeat: repeat-y;
	width: 944px;
	margin: 0 auto;
	padding: 4px 70px;
	/* border-left: 3px solid #7d9fa1;
	border-right: 3px solid #7d9fa1;
	border-bottom: 3px solid #7d9fa1; */
}

#footer {
	width: 944px;
	margin: 0 auto;
	padding: 0 70px;
	height: 75px;
	text-align: center;
	background: url(../images/bkg_footer.png) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
}

#footer a:link,
#footer a:visited {
color: #339933;
}

#footer a:hover, 
#footer a:active {
color: #000000;
}

.footLeft {
	float: left;
	width: 38%;
	color: #000000;
	text-align: right;
	padding-top: 16px;
}

.footRight {
	float: right;
	width: 38%;
	color: #000000;
	text-align: left;
	padding-top: 16px;
}


/* *******start of php section items********* */

.phpbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .96em;
	/* border: 2px solid #000000; */
	color: #000000;
	/* background-color: #33c600; */
	padding: 2px;
	margin: 0px 0 0 12px;
}

.phpbox ul {
	text-align: left;  /* for inline boxes, may need to comment out if regular box */
	list-style-type: none;
	padding:0px;
	margin:0px 0 0 -6px;
}

.phpbox li {
	display: block; /* if regular box is desired, then comment out */
	list-style-type: none;
	padding:1px 0px 1px 0px;
	margin:0px;
}

.phpbox a:link,
.phpbox a:visited {
	color: #000000;
	text-decoration: none;
}

.phpbox a:hover {
	color:#C25e05;
	text-decoration: none;
}

.phpbox a:focus,
.phpbox a:active {
	color: #000000;
	text-decoration: none;
}
/* end of php section items */

.pullquote {
	color: #703E3B;
	float: right;
	width: 150px;
	font: 1.1em/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 5px 10px;
	border-bottom: 2px dotted #703E3B;
	border-top: 2px dotted #703E3B;
	padding-bottom: 3px;
	padding-top: 1px;
}

#form1 {
	line-height: 200%;
}

table#line {
	margin: 0 auto;
}

table#line td {
	text-align: left;
}

#fotofrm {
	margin: 0 auto;
	text-align: left;
}

.left_FPdiv {
	width: 267px;
	float: left;
}

.left_FPdiv img {
	margin: 8px 3px;
}

.cntr_FPdiv {
	width: 440px;
	float: left;
}

.cntr_FPdiv p {
	line-height: 1.1em;
	margin: 2px 10px;
	padding: 4px;
}

.right_FPdiv {
	width: 236px;
	float: right;
	text-align: center;
	background: url('../images/bkg_loop.png') no-repeat top center;
	height: 385px;
}