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

* {
	margin: 0;
	padding: 0;
}

html {
	/*background: url(../images/layout/background.jpg) center top repeat; ---this is the old background (blue) */
	background: #050709;
	text-align: center;
}

body {
	/*background: url(../images/layout/tire-tread.png) center top no-repeat; ---this is the old tire tread (dark) */
	background: url(../images/layout/tire-tread-light.png) center top no-repeat;
	color: white;
	font: 14px Arial, Vendana, sans-serif;
	line-height: 1.25em;
}	
	
#updateBrowser {
	display:none;
}

.fir {
	display: none;
}

.clear {
	clear: both;
}

a:link {
	color: #68a8b2;
	text-decoration:underline;
	font-weight:normal;
}

a:hover {
	color:#bdf4ff;
	text-decoration:underline;
	font-weight:normal;
}

a:visited {
	color: #5f7276;
	text-decoration:underline;
	font-weight:normal;
}

h2 {
	margin:20px 0 0 0;
	font-size:18px;
}

.smlTextOne {
	font-size:12px;
	color:#718387;
}

#wrap {
	width: 985px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#header {
	padding: 27px 0 0 0;
	position: relative;
	text-align: left;
}

#logo {
	background: url(../images/layout/logo.png) center top no-repeat;
	width: 228px;
	height: 94px;
	float: left;
	position: relative;
	z-index: 2;
	left: 20px;
}

#statement {
	background: url(../images/layout/statement.png) center top no-repeat;
	width: 549px;
	height: 82px;
	margin: 0 0 0 125px;
	position: relative;
	z-index: 2;
	top: 42px;
}

#kelly {
	background: url(../images/layout/kelly.png) no-repeat;
	width:415px;
	height: 436px;
	position: absolute;
	top: 0;
	left: 570px;
	z-index: 1;
}

/* -- NAV -- */

ul#navMain {
	list-style-type: none;
	float: left;
	position: relative;
	z-index: 2;
	left: 17px;
}

ul#navMain li {
	display: inline;
}

ul#navMain li a { 
	float: left;
}

ul#navMain li#home a {
	background: url(../images/nav_main/home.png) center top;
	width: 80px;
	height: 73px;
	display: block;
}

ul#navMain li#home a:hover {
	background: url(../images/nav_main/home.png) center bottom;
}

ul#navMain li#aboutKelly a {
	background: url(../images/nav_main/about-kelly.png) center top;
	width: 126px;
	height: 72px;
	display: block;
	margin-top: 13px;
}

ul#navMain li#aboutKelly a:hover {
	background: url(../images/nav_main/about-kelly.png) center bottom;
}

ul#navMain li#photoGallery a {
	background: url(../images/nav_main/photo-gallery.png) center top;
	width: 116px;
	height: 84px;
	display: block;
	margin-top: 16px;
}

ul#navMain li#photoGallery a:hover {
	background: url(../images/nav_main/photo-gallery.png) center bottom;
}
	
ul#navMain li#kampKY a {
	background: url(../images/nav_main/kamp-ky.png) center top;
	width: 85px;
	height: 81px;
	display: block;
	margin-top: 16px;
}

ul#navMain li#kampKY a:hover {
	background: url(../images/nav_main/kamp-ky.png) center bottom;
}

ul#navMain li#contact a {
	background: url(../images/nav_main/contact.png) center top;
	width: 124px;
	height: 53px;
	display: block;
	margin: 31px 0 0 7px;
}

ul#navMain li#contact a:hover {
	background: url(../images/nav_main/contact.png) center bottom;
}

/* -- HOME -- */

#mainContent {
	width: 553px;
	height: 100%;
	margin: 56px 0 0 21px;
	text-align: left;
	float:left;
}

#mainContent p {
	margin-left: 8px;
	text-align: justify;
} 

#mainContent h1 {
	margin: 6px 0 10px 0;
}

#mainContent ul,
#mainContent h2,
#mainContent table {
	margin-left: 8px;
}

#mainContent .section {
	margin: 0 0 30px 0;
}

h1#welcome {
	background: url(../images/home/welcome.png) center top no-repeat;
	width: 552px;
	height: 33px;
}

#sideBar {
	width: 340px;
	height: 200px;
	float: left;
	margin: 217px 0 0 40px;
}

#shirtSection {
	background: url(../images/home/shirt-section.png) center top no-repeat;
	width: 297px; /*337*/
	height: 187px; /*227*/
	padding: 20px;
	font-size: 21px;
	line-height: 1.1em;
}

#shirtSection a,
#shirtSection a:visited {
	font-size: 14px;
}

#dates {
	background:url(../images/home/dates.png) no-repeat;
	width:552px;
	height:33px;
}

ul.datesList {
	margin-top:3px;
	list-style-type:none;
}

.girlsOnly {
	color:#C39;
}


/* -- KAMP KY PAGE -- */

#KampKYlogo {
	background:url(../images/kamp_ky/logo.png) no-repeat;
	width:242px;
	height:90px;
	float: left;
	position: relative;
	z-index: 2;
	left: 20px;	
}

#statementKampKy {
	background:url(../images/kamp_ky/statement.png) no-repeat;
	width:516px;
	height:95px;
	margin: 0 0 0 125px;
	position: relative;
	z-index: 2;
	top: 42px;
}

#greatReasons {
	background:url(../images/kamp_ky/great-reasons-to-use-kamp-ky.png) no-repeat;
	width:552px;
	height:33px;
}

#greatReasonsList {
	margin:7px 0;
	padding:0 0 0 25px;
}

table#prices {
	margin-top:5px;
	margin-bottom:5px;
}

table#prices td {
	background: #13171c;
}

h1#testimonials {
	background:url(../images/kamp_ky/testimonials.png) no-repeat;
	width:552px;
	height:33px;
}

.testimonial {
	display:block;
	margin:15px 0;
}

.testimonial .quote {
	font-style:italic;
}

.testimonial .client {
	color:#666;
}

/* -- PHOTO GALLERY --*/

body#photoGalleryPage #mainContent {
	width: 925px;
	height: 100%;
	margin: 56px 0 0 21px;
	text-align: left;
	float:none;
}


#photoGallery {
	background:url(../images/photo_gallery/photo-gallery.png) no-repeat;
	width:552px;
	height:33px;
}

/* -- ABOUT KELLY PAGE -- */

#aboutKelly {
	background:url(../images/about_kelly/about-kelly.png) no-repeat;
	width:552px;
	height:33px;
}

#aboutKellyList {
	list-style-type: none;
}

#aboutKellySection p {
	margin-top:10px;
	margin-bottom:10px;
}

/* -- CONTACT -- */

#contact {
	background:url(../images/contact/contact.png) no-repeat;
	width:552px;
	height:33px;
}

/* -- FOOTER -- */

#footer {
	color: #56667d;
}

#sponsorSection {
	background: url(../images/layout/footer.png) center top no-repeat;
	width: 932px;
	height: 79px;
	margin: 0 auto  15px auto;
}

#sponsorSection img {
	margin: 0 0 14px 14px;
}

#footer .sectionOne {
	float:left;
	margin: 0 0 15px 45px;
}

#footer .sectionTwo {
	float:right;
	margin: 0 45px 15px 0;
	text-align:right;
}

#awesometown a:link {
	color: #56667d;
	text-decoration:underline;
	font-weight:normal;
}

#awesometown a:hover {
	color:#5e6e86;
	text-decoration:underline;
	font-weight:normal;
}

#awesometown a:visited {
	color: #56667d;
	text-decoration:underline;
	font-weight:normal;
}
	