﻿/* HTML RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: 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 HTML RESET */

body
{
    background:#000000 url('/images/p.jpg') repeat-x;
    font-family:Trebuchet MS, Verdana, Tahoma, Arial;
}

a
{
    color:#CC0000;
}

a:hover
{
    text-decoration:none;
}

#wrapper
{
    width:950px;
    margin:auto;
}

#header
{
    height:132px;
}

#nav
{
    height:44px;
    background:transparent url('/images/nav.jpg') no-repeat;
    background-position:center top;
}

#nav li
{
    float:left;
    display:block;
    margin:0px 8px;
    margin-top:11px;
}

li.first
{
    margin-left:36px !important;
}

#nav li a
{
    height:33px;
    background-image:url('/images/menu.png');
    background-repeat:no-repeat;
    display:block;
}

a.lnkHome
{
    width:37px;
    background-position:left top;
}

a.lnkHome:hover
{
    background-position:left -33px;
}

a.lnkWhatsNew
{
    width:74px;
    background-position:-37px top;
}

a.lnkWhatsNew:hover
{
    background-position:-37px -33px;
}

a.lnkWhatsNewOn
{
    background-position:-37px -66px;
}

a.lnkComments
{
    width:65px;
    background-position:-111px top;
}

a.lnkComments:hover
{
   background-position:-111px -33px; 
}

a.lnkCommentsOn
{
   background-position:-111px -66px; 
}

a.lnkCampInfo
{
    width:65px;
    background-position:-176px top;
}

a.lnkCampInfo:hover
{
    background-position:-176px -33px; 
}

a.lnkCampInfoOn
{
    width:65px;
    background-position:-176px -66px;
}

a.lnkDVDs
{
    width:35px;
    background-position:-241px top;
}

a.lnkDVDs:hover
{
    background-position:-241px -33px; 
}

a.lnkDVDsOn
{
    width:35px;
    background-position:-241px -66px;
}

a.lnkWorkouts
{
    width:65px;
    background-position:-276px top;
}

a.lnkWorkouts:hover
{
    background-position:-276px -33px; 
}

a.lnkWorkoutsOn
{
    width:65px;
    background-position:-276px -66px;
}

a.lnkPublicSpeaking
{
    width:100px;
    background-position:-341px top;
}

a.lnkPublicSpeaking:hover
{
    background-position:-341px -33px;
}

a.lnkPublicSpeakingOn
{
    background-position:-341px -66px;
}

a.lnkPrivateInstruction
{
    width:123px;
    background-position:-441px top;
}

a.lnkPrivateInstruction:hover
{
    background-position:-441px -33px;
}

a.lnkPrivateInstructionOn
{
    background-position:-441px -66px;
}

a.lnkRegister
{
    width:85px;
    background-position:-564px top;
}

a.lnkRegister:hover
{
    background-position:-564px -33px;
}

a.lnkRegisterOn
{
    background-position:-564px -66px;
}

a.lnkContact
{
    width:72px;
    background-position:-649px top;
}

a.lnkContact:hover
{
    background-position:-649px -33px;
}

a.lnkContactOn
{
    background-position:-649px -66px;
}

a.lnkPhotos
{
    width:81px;
    background-position:-721px top;
}

a.lnkPhotos:hover
{
    background-position:-721px -33px;
}

a.lnkPhotosOn
{
    background-position:-721px -66px;
}

a.lnkMap
{
    width:92px;
    background-position:-802px top;
}

a.lnkMap:hover
{
    background-position:-802px -33px;
}

a.lnkMapOn
{
    background-position:-802px -66px;
}

a.lnkDates
{
    width:73px;
    background-position:-894px top;
}

a.lnkDates:hover
{
    background-position:-894px -33px;
}

a.lnkDatesOn
{
    background-position:-894px -66px;
}

a.lnkPastCampPhotos
{
    width:111px;
    background-position:-966px top;
}

a.lnkPastCampPhotos:hover
{
    background-position:-966px -33px;
}

a.lnkPastCampPhotosOn
{
    background-position:-966px -66px;
}

.current
{
    background-position:0px -66px !important;
}

.clear
{
    clear:both;
    height:1px;
    font-size:1px;
}

#footer
{
    height:170px;
    clear:both;
    background:transparent url('/images/f.jpg') no-repeat;
    background-position:center top;
    margin-bottom:40px;
}

.footer-content
{
    height:123px;
}

.footer-links
{
    text-align:center;
    margin-top:12px;
    font-size:11px;
    color:#555555;
}

.footer-links a
{
    color:#666666;
    text-decoration:none;
    margin:0px 5px;
}

.footer-links a:hover
{
    color:#AAAAAA;
}

#content
{
    background-color:#FFFFFF;
    color:#000000;
    margin:0px 5px;
    min-height:806px;
    height:auto !important;
    height:806px;
    clear:both;
}

.inner
{
    padding:12px;
}

.box .inner
{
    padding:36px;
}

#flash
{
    position:absolute;
    width:940px;
    top:166px;
    z-index:10;
    height:240px;
}

.main
{
    position:absolute;
    top:320px;
    z-index:20;
    width:916px;
}

#box1
{
    float:left;
    width:620px;
    height:289px;
    background:transparent url('/images/box1.png') no-repeat;
}

#box2
{
    float:left;
    width:290px;
    height:289px;
    background:transparent url('/images/box2.png') no-repeat;
}

#spacer
{
    clear:both;
    height:250px;
    background-color:Purple;
}

h1
{
    font-family:Trebuchet MS, Verdana, Tahoma, Arial;
    font-size:24px;
}

ul.sUL
{
    margin-top:18px;
    padding-left:14px;
    list-style-type:disc;
}

ul.sUL li
{
    margin:6px 0px;
    font-size:14px;
}

.btn
{
    width:170px;
    height:38px;
    background:#ffffff url('/images/btn.gif') no-repeat;
    border:none;
    color:#FFFFFF;
    text-align:center;
    font-size:18px;
    margin-top:12px;
    cursor:pointer;
}

.btn-s
{
    width:101px;
    height:29px;
    background:#ffffff url('/images/btn_sm.gif') no-repeat;
    border:none;
    color:#FFFFFF;
    text-align:center;
    font-size:14px;
    margin-top:6px;
    cursor:pointer;
}

.sm
{
    font-size:13px;
}

.txt
{
    width:200px !important;
}

.smLink
{
    font-size:11px;
    color:#555555;
    margin-bottom:2px;
}

.footer-inner
{
    padding:20px 30px;
    color:#DDDDDD;
	font-size:12px;
}

#footer em
{
    font-size:11px;
    color:#999999;
}

#cta
{
    float:right;
    color:#FFFFFF;
    margin:20px 20px 0px 0px;
    text-align:right;
}

#cta a
{
    color:#DDDDDD;
}

.testimonials a
{
    color:#FFFFFF;
    font-size:12px;
    position:relative;
    top:4px;
}

.sub
{
    padding:20px;
    background-color:#FFFFFF !important;
    clear:both;
}

.sub h1
{
    color:#000000;
    font-size:32px;
}

.sub h2
{
    font-weight:normal;
    color:#444444;
    font-size:16px;
    font-style:italic;
    margin:6px 0px 24px 0px;
}

table.dates
{
    font-size:12px;
    border-collapse:separate;
	border-spacing: 2px;
	border:solid 1px #666666;
}

table.dates td
{
    padding:6px;
    background-color:#EEEEEE;
    line-height:120%;
}

td.c-title
{
    font-size:18px;
    font-weight:bold;
    background-color:#333333 !important;
    color:#FFFFFF;
}

.attn
{
    margin:10px 0px;
    background:transparent url('/images/alert_bg.gif') no-repeat;
    background-position:right top;
    color:#FFFFFF;
    line-height:27px;
    font-size:13px;
}

.attn h4
{
    color:#FFF;
    float:left;
    padding-left:30px;
    background:transparent url('/images/alert.gif') no-repeat;
    margin-right:10px;
    font-size:16px;
}

.attn span
{
    position:relative;
    top:1px;
}

.tItem
{
    margin:8px 0px;
    padding:6px;
    border-top:solid 1px #DDD;
}

.tItem h5
{
    font-size:24px;
    letter-spacing:-1px;
    margin-bottom:12px;
    color:#555555;
}

.tItem ul
{
    padding-left:24px;
    font-size:14px;
    list-style-type:disc;
}

.tItem li
{
    margin-bottom:4px;
}

.tItem div
{
    padding-left:10px;
    font-size:14px;
}

#map_canvas
{
    border:solid 1px #000000;
}

.selCamp
{
    margin:18px 0px 8px 0px;
    padding:10px;
    background-color:#EFEFEF;
    border:solid 1px #DDDDDD;
    font-weight:bold;
    font-size:20px;
}

.selCamp label
{
    float:left;
    line-height:28px;
}

.selCamp select
{
    float:right;
    font-size:20px;
}

ul.cols li
{
    float:left;
    width:32%;
    margin:0px 5px 5px 0px;
    display:block;
    height:130px;
    font-size:15px;
    background-color:#F3F3F3;
    border:solid 1px #DDDDDD;
}

ul.cols li div
{
    padding:8px;
}

.comment
{
    padding:8px;
    background-color:#F3F3F3;
    margin-bottom:6px;
    border:solid 1px #DDDDDD;
}

p
{
    margin-bottom:16px;
}

#txtStart
{
    border:solid 1px #777777;
    font-size:20px;
    color:#333333;
    padding:4px;
    margin-top:4px;
}

.zItem
{
    background-color:#444444;
    border:solid 5px #222222;
    padding:12px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:16px;
    text-align:center;
    margin-bottom:18px;
}

.zItem .hl
{
    color:#CC0000;
    font-weight:bold;
    font-size:28px;
}