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

/**********************************
*             Css 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, ol, 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; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/**********************************
*        Global Elements          *
**********************************/
body { 
    background:#140119; 
    font-family:Arial, Helvetica, sans-serif; 
    color:#182205; 
    font-size:12px;
}
a { text-decoration:none;}
a:hover{ text-decoration:underline;}

h1,h2,h3,h4,h5,h6 {
font-family: "Times New Roman", Times, serif; 
font-style: italic;
}
h1 { font-size: 28px;}
h2 { font-size: 19px; margin-left:10px; margin-top:10px;}
h3 { font-size: 30px; font-weight:normal;}
h4 { font-size: 22px; font-weight:normal;}
h5 { font-size: 20px;}
h6 { font-size: 14px;}

p { margin:10px 0 14px 0; line-height:1.5;}

blockquote { background:url(../images/speechBubble.jpg) no-repeat top left; margin-top: 50px; padding:5px 0px 10px 45px;}
blockquote p { margin-right: 60px; font-family: Georgia, "Times New Roman", Times, serif; font-style:oblique; font-size: 15px; line-height: 1.4; color: #182205;}

/**********************************
*             Global Classes       *
**********************************/

a.smallLink { font-size:10px; font-weight:bold; color:#292929;}
a.white { color:#FFFFFF;}

.cb { clear:both; height:1px;}

/**********************************
*             Main Css             *
**********************************/



/**********************************
*             Header               *
**********************************/

#container { width:960px; margin:0px auto;}

#header { background:url(../images/headerGlow.jpg) center top  no-repeat;padding-top:40px;}
#headerInner { background:url(../images/headerBg.png) center top no-repeat; height:120px; }

#headerInner #logo{ float:left; margin:44px 0 0 17px;}
#headerInner #right_header{ float:right; margin:38px 38px 0px 0px; width:270px;}
#headerInner #subscribeLink{ height:20px;}
#headerInner #subscribeLink a{ font-size:18px; color:#FFFFFF; font-weight:bold; /*background:url(../images/letterIcon.png) no-repeat left center; padding-left:22px;*/}
#headerInner #littleMenu{ margin:38px 0px 0px 0px; text-align:right;}
#headerInner #littleMenu a{ padding-left:21px; font-size:12px; font-weight:bold; color:#292929;}




/**********************************
*             Menu               *
**********************************/
#menu{  border-top:#e2edcb solid 1px;  height:40px;}
#menu ul{ display:block; height:40px;  margin:0; padding:0;}
#menu ul li{ display:block; float:left; background:url(../images/menuBg.png) repeat-x; padding:0; margin:0;}
#menu ul li a{ display:block; height:40px; color:#30410f;  text-decoration:none; line-height:40px; text-align:center;  border-right:solid 1px #b6df65; border-left:solid 1px #e2edcb; font-size:14.55px;}
#menu ul li a:hover{ background:url(../images/menuHover.png) no-repeat;}

#menu a.first{ border-left:none;}
#menu a.last{ border-right:none;}
#menu a.current{ font-weight:bold;}

#menu a#menu_home{ background:url(../images/homeButton.png) center top no-repeat; width:61px; font-size: 0.1em; text-indent: -9999em;}
#menu a#menu_home:hover{ background-position: center -40px;}

#menu a#menu_philosophy{ width:121px;}
#menu a#menu_philosophy:hover{ background-position:0px 0px}

#menu a#menu_bio{ width:71px;}
#menu a#menu_bio:hover{ background-position:-121px 0px}

#menu a#menu_clients{ width:144px;}
#menu a#menu_clients:hover{ background-position:-192px 0px}

#menu a#menu_sporting{ width:132px;}
#menu a#menu_sporting:hover{ background-position:-336px 0px;}

#menu a#menu_schools{ width:82px;}
#menu a#menu_schools:hover{ background-position:-468px 0px}

#menu a#menu_press{ width:122px;}
#menu a#menu_press:hover{ background-position:-540px 0px}

#menu a#menu_book{ width:190px; padding-left:24px; background:#6d2281 url(../images/bookNowBg.png) no-repeat left top; color:#FFFFFF; border:none; text-align:left;}
#menu a#menu_book:hover{ background-position: left -40px;}


/* !secondary navigation */
#home div.contentLeft div.content {
    /*position: relative;*/
    }

#subNavigation {
float:right;
    border: 1px solid #BDD786;
    }
    
#subNavigation li {
    float: left;
    background-color: #BDD786;
    border-right: 1px solid #D5E7B1;
    }
    
#subNavigation li.last {
    border: none;
    }
    
#subNavigation li a {
    display: block;
    padding: 5px 15px;
    color: #30410F;
    font-weight: normal;
    }
    
#subNavigation li.current a {
    font-weight: bold;
    }

/**********************************
*            Body               
**********************************/

#inner{ /*position: relative; */background:#FFFFFF; border-top:solid 1px #d2e5ab;}
.content{ padding:10px 50px 0 50px;}
.contentLeft{ float:left; width:659px; margin-bottom: 15px; border-right:1px solid #d2e5ab;}
.contentRight{ float:right; width:300px; }
.contentRightHome{ float:right; width:300px; }

.contentRight .socialLinks{ text-align:center; margin:10px 0 30px 0;}
.contentRight .socialLinks a{ padding-left:20px; text-decoration:none; color:#182205; font-weight:bold;}
.contentRight .socialLinks .facebook{ background:url(../images/icons/facebook.gif) no-repeat center left;}
.contentRight .socialLinks .youtube{ background:url(../images/icons/youTube.gif) no-repeat center left; margin-left:20px;}

.contentRightHome .socialLinks{ text-align:center; margin:10px 0 30px 0;}
.contentRightHome .socialLinks a{ padding-left:20px; text-decoration:none; color:#182205; font-weight:bold;}
.contentRightHome .socialLinks .facebook{ background:url(../images/icons/facebook.gif) no-repeat center left;}
.contentRightHome .socialLinks .youtube{ background:url(../images/icons/youTube.gif) no-repeat center left; margin-left:20px;}

.quoteArea {}
.quote{  font-weight:bold;}

.content p.intro {
    font-size: 14px;
    line-height: 1.6;
}

/* In text body links */

.content a{
font-weight: bold;
color:#182205;
}


/* !pagination widget */
ul.pagination {
    position: relative;
    clear: both;
    margin: 20px 0 10px 200px;
    }

ul.pagination li {
    float: left;
    margin-right: 8px;
    }

ul.pagination li.skip {
    font-size: 20px;
    font-weight: bold;
    color: #5A7E15;
    }

ul.pagination li a, 
ul.pagination li a:link, 
ul.pagination li a:visited, 
ul.pagination li a:focus, 
ul.pagination li a:hover, 
ul.pagination li a:active {
    display: block;
    width: 18px;
    height: 14px;
    padding-top: 4px;
    border: 1px solid #D5E7B1;
    background-color: #FFF;
    background-image: url(../images/backgrounds/pagination.png);
    background-position: bottom;
    background-repeat: repeat-x;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    color: #30410F;
    }

ul.pagination li.current a, 
ul.pagination li.current a:link, 
ul.pagination li.current a:visited, 
ul.pagination li.current a:focus, 
ul.pagination li.current a:hover, 
ul.pagination li.current a:active {
    width: 20px;
    height: 16px;
    border: none;
    background-color: #75933B;
    background-image: url(../images/backgrounds/pagination_current.png);
    background-position: top;
    background-repeat: repeat-x;
    color: #FFF;
    }


/*** HOME ***/

#quoteHome{ background:url(../images/quoteArea-home.jpg) no-repeat; height:344px;}
#quoteHome #slideShow{ position:absolute; margin:12px 0px 0px 50px; padding:4px; border:solid 1px #d2e5ab; width:598px; height:313px; background:#f2f8e6; }
#quoteHome .quoteRight{ float:right;margin:0px 0px 0px 680px; position:absolute; width:250px;}
#quoteHome .quoteRight h2{ margin-top:25px; line-height:1.5;font-weight: normal;}
#quoteHome #johnSkate{ position:absolute; margin:111px 0px 0px 765px; z-index:1000px;}

#home{}
#home .video{margin-top:20px;}
/*#home .contentRight{ background-image: url(../images/backgrounds/rightPurpleBg.jpg); background-position: top right; background-repeat: no-repeat;}*/
#home .contentRight h3, #home .contentRight h4{ text-align:center; margin:15px 0 15px 15px;}


/* !FAQ styles */
dl.faq {
    margin-top: 20px;
    }

dl.faq dt, 
dl.faq dd {
    line-height: 1.5;
    }

dl.faq dt, 
dl.faq dd span.a {
    font-weight: bold;
    }

dl.faq dd {
    margin-bottom: 20px;
    }
    

/* !press articles */
h1 {
    margin-top: 25px;
    }

ul.press li p.thumbnail img, 
ul.clients li p.thumbnail img {
    float: left;
    width: 109px;
    height: 72px;
    margin-right: 30px;
    }

ul.press li p.thumbnail img {
    border: 1px solid #000;
    }

ul.press li h2 {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    }
ul.press li h2 a{
color:#5A7E15;
    }

ul.press li p.excerpt {
    margin:0 0 30px 139px;
    }


/* !slideshow pro */
div.ssp div {
    width: 560px;
    height: 300px;
    margin-bottom: 20px;
    background-color: rgb(192,192,192);
    cursor: pointer;
    }
    
div.ssp {
    margin: 20px 0;
    border-bottom: 1px solid #BDD786;
    }


/* !gallery thumbnails */
ul.thumbnails {
    position: relative;
    }
    
ul.thumbnails li {
    float: left;
    margin: 10px 14px;
    }

ul.thumbnails li p {
    margin: 0;
    }
    
ul.thumbnails li p.thumbnail {
    margin-bottom: 5px;
    }
    
ul.thumbnails li p.thumbnail img {
    width: 109px;
    height: 72px;
    border: 1px solid #000;
    }
    
ul.thumbnails li h2 {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    margin: 0;
    }
    
ul.thumbnails li a, 
ul.thumbnails li a:link, 
ul.thumbnails li a:visited,
ul.thumbnails li a:focus, 
ul.thumbnails li a:hover,
ul.thumbnails li a:active{
    font-size: 12px;
    color: #5A7E15;
    font-weight: normal;
} 


/* !corporate clients */
ul.clients blockquote {
    background-image: none;
    padding: 0;
    line-height:1.3em;
    margin:0 0 0 139px;
    }
    
    /* !corporate clients */
ul.clients blockquote.noLogo {
    background-image: none;
    padding: 0;
    margin:0 0 0 10px;
    }
    
ul.clients li {
    float: left;
    margin-bottom: 10px;
    width:100%;
    }
    
ul.clients li cite {
    display: block;
    float: right;
    margin-top: 8px;
    }
    
ul.clients li cite span.company {
    margin-left: 4px;
    text-transform: uppercase;
    }

div.list {
    clear: both;
    margin-top:60px;
    border-top: 1px solid #BDD786;
    }

div.list ul.categories {
    position: relative;
    margin-top: 10px;
    margin-left: 90px;
    margin-bottom:30px;
    }
    
div.list ul.categories li {
    display: block;
    float: left;
    margin-right: 15px;
    }

div.list ul.categories li a, 
div.list ul.categories li a:link, 
div.list ul.categories li a:visited, 
div.list ul.categories li a:focus, 
div.list ul.categories li a:hover, 
div.list ul.categories li a:active
{
    font-size: 12px;
    color: #5A7E15;
        font-weight: normal;
    }

div.list ul.categories li.current a, 
div.list ul.categories li.current a:link, 
div.list ul.categories li.current a:visited, 
div.list ul.categories li.current a:focus, 
div.list ul.categories li.current a:hover, 
div.list ul.categories li.current a:active {
    font-weight: bold;
    text-decoration: underline;
    }
    
div.list ul.list {
    position: relative;
    clear: both;
    margin-top: 10px;
    }

div.list ul.list li {
    float: left;
    font-size:10px;
    margin:3px 0;
    width:186px;
    }

/* !download press pack */
#home div.contentRight ul.download {
    border-top: 1px solid #BDD786;
    border-bottom: 1px solid #BDD786;
    }
    
#home div.contentRight ul.download li {
    height: 20px;
    margin: 20px 0 20px 20px;
    padding-left: 26px;
    background-image: url(../images/icons/download-arrow.png);
    background-repeat: no-repeat;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    }

#home div.contentRight ul.download li a, 
#home div.contentRight ul.download li a:link, 
#home div.contentRight ul.download li a:visited, 
#home div.contentRight ul.download li a:focus, 
#home div.contentRight ul.download li a:hover, 
#home div.contentRight ul.download li a:active {
    color: #182205;
            font-weight: normal;
    }


/* !john's section */
div.john h2 {
    margin-top: 20px;
    margin-left: 14px;
    font-size: 20px;
    }

div.john p.subtitle {
    margin-top: 3px;
    margin-left: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14.5px;
    text-transform: lowercase;
    }
    
div.john blockquote {
    margin: 38px 0 50px 14px;
    padding: 0;
    background-image: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-style: italic;
    line-height: 1.7;   
    }

div.john div.socialLinks {
    margin-bottom: 15px;
    }
    
#johnSkate {
position:absolute;
right:270px;
top:180px;
    }
    

/* !quote */
div.contentRight blockquote.joke {
    background-image: none;
    margin: 20px 0 0 20px;
    padding: 0;
    }
    
div.contentRight blockquote.joke p {
    margin: 15px;
    margin-right: 40px;
    font-size: 12px;
    }
    
a.nextButton{
background:url(../images/galleryNextBt.png) no-repeat top left;
width:48px;
height:305px;
}


/* !form */
#home div.contentRight div.form {
    border-top: 1px solid #BDD786;
    }

div.form table{
padding: 20 10 10 20;
}
    
#home div.contentRight div.form h3, 
#home div.contentRight div.form form, #home div.content div.form form, {
    margin-left: 14px;
    }
    
    #home div.content div.form h3{
    margin-bottom: 10px;
    }

#home div.contentRight div.form h3, #home div.content div.form h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left !important;
    }
    
#home div.contentRight div.form div.notice, #home div.content div.form div.notice {
    margin-right: 20px;
    margin-bottom: 20px;
    }

#home div.contentRight div.form div.notice p, #home div.content div.form div.notice p,  div.qtip-contentWrapper div.form div.notice p {
    margin: 8px;
    font-size: 10px;
    }

/* top-of-form error indicator */
#home div.contentRight div.form div.errors, #home div.content div.form div.errors, div.qtip-contentWrapper div.form div.errors{
    border: 1px solid #C00;
    background-color: #FCC;
    color: #C00;
    margin:15px 15px 15px 15px;
    }

/* top-of-form success indicator     */
#home div.contentRight div.form div.success, #home div.content div.form div.success{
    border: 1px solid #BDD786;
    background-color: #D5E7B1;
    color: #30410F;
    }

/* form field error styles */
#home div.contentRight div.form div.error {
    height: 48px;
    }
    
#home div.contentRight div.form div.error input.text,
#home div.contentRight div.form div.error textarea, 
#home div.content div.form div.error textarea, 
#home div.content div.form div.error input.text {
    border-color: #C00 !important;
    }

#home div.contentRight div.form div.error p.error {
    top: 24px;
    right: 9px;
    width: 182px;
    margin: 0;
    border: none;
    background-color: transparent;
    font-size: 11px;
    color: #C00;
    }
    /* #home div.contentRight div.form div.error p.error */
#home div.contentRight div.form div.row input.text,  
#home div.contentRight div.form div.row textarea {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 16px;
    border: 2px solid #B5CA8B;
    background-color: #EAF3D6;
    }
    
#home div.content div.form div.row input.text,  
#home div.content div.form div.row textarea, div.form input.text{
    width: 180px;
    height: 16px;
    border: 2px solid #B5CA8B;
    background-color: #EAF3D6;
    clear:left;
    margin-bottom:5px;
    }
    
    div.form select{
    border: 2px solid #B5CA8B;
    background-color: #EAF3D6;
    clear:left;
    margin-bottom:5px;
    }
    
    div.form input.error, div.form textarea.error, div.form select.error {
    border: 2px solid #C00;
    background-color: #EAF3D6;
    color: #000;
}

    
    div.form textarea{
    border: 2px solid #B5CA8B;
    background-color: #EAF3D6;
    clear:left;
    margin-bottom:5px;
    }
    
    #home div.content div.form div.row textarea {
    height: 150px;
    width:400px;
    }
    
    
    #home div.content div.form div.row label {
    float:left;
    width: 100px;
    }   
    
    #home div.content div.form h3, 
#home div.content div.form form,  div.form form {
    margin-left: 14px;
    }

#home div.content div.form h3, div.form h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left !important;
    }
    
    
#home div.content div.form div.row {
    /*margin: 5px 20px 5px 0;
    padding-right: 9px;*/
    }
    
#home div.content div.form div.buttons {
    margin-left: 100px;
    }
    
#home div.content div.form div.booknowbuttons {
    margin-left: 10px;
    }
    
label.field {
clear:both;
color:#000;
display:block;
font-size:10px;
line-height:9px;
margin:0;
padding-top:3px;
}

label.section {
border:medium none;
color:#000;
display:block;
font-weight:bold;
line-height:150%;
padding:0 0 1px;
clear:both;
}

.formSection {
/*border:1px solid #B5CA8B;*/
clear:none;
float:left;
margin-bottom:7px;
margin-left:5px;
margin-top:10px;
padding:10px;
width:500px;
}

.left {
display:inline;
float:left;
overflow:hidden;
width:49%;
clear:right;
}

.right {
display:inline;
float:right;
overflow:hidden;
width:49%;
}

span.required{
background-image:url(../images/required-field.png);
background-position:right top;
background-repeat:no-repeat;
width:6px;
height:6px;
}


    
#home div.contentRight div.form div.row {
    position: relative;
    height: 24px;
    margin: 5px 20px 5px 0;
    padding-right: 9px;
    }

/* place required field indicator */
#home div.contentRight div.form div.required{
    background-image: url(../images/required-field.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-position-y: 2px;
    }
    
#home div.content div.form div.required {
    background-image: url(../images/required-field.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-position: 90px 2px;
    }
    
#home div.contentRight div.form div.row label {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 4px;
    }

#home div.contentRight div.form div.row textarea {
    height: 100px;
    }
    
#home div.contentRight div.form div.textarea {
    height: 108px;
    }
    
#home div.contentRight div.form div.buttons {
    margin-top: 10px;
    }

#home div.contentRight div.form div.buttons p {
    position: absolute;
    top: 0;
    right: 0;
    width: 191px;
    margin: 0;
    padding: 0;
    }
    

/**********************************
*             Footer               
**********************************/
#footer{ background:url(../images/footerGlow.jpg) center bottom no-repeat; height:250px; border-top:#fcfdf9 1px solid;}
#footerInner{ background:url(../images/footerBg.png) center top no-repeat; height:120px; color:#FFFFFF; border-top:#d5e7b1 1px solid;}
#footerInner #site_info{ float:left; margin: 58px 0 0 50px; text-align:center; width: 350px; font-size:10px;line-height:1.2; }
#footerInner #site_info a:hover{ text-decoration:none;}
#footerInner #sponsors{ float:right; text-align:center; color:#292929; margin: 0px 20px 0 0;line-height:3;}
#footerInner #sponsors a{ padding:5px;}



blockquote#quoteRight{
margin-top:100px;
}

