/* A CSS Framework by Mike Stenhouse of Content with Style */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0;
        background: #e8d0b7 url(../images/bg.jpg) repeat scroll 0 0;       
        text-align: center;
    }
    div#page {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    div#content {
        position: relative;
        width: 950px;
        margin: 0 auto 0 auto;
        padding: 0;
        text-align: left;
    }
    div#contentInner {
        position: relative;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    
    /* UNIVERSAL BAR */
    	div#universalWrapper {
    		width: auto;
    		height: 40px;
    		margin: 0;
    		padding: 0;
    		background: #000 url(../images/bg-universal-bar.jpg) repeat scroll -440px 0;
    	}
    	div#universal {
    		width: 950px;
    		height: 40px;
    		overflow: hidden;
    		margin: 0 auto;
    		padding: 6px 0 0 0;
    		font-size: .8em;
    		color: #796a56;
    		text-align: left;
    	}
    	div#universal a {
    		color: #62533d;
    		text-decoration: none;
    	}
    	div#universal a:hover {
    		color: #2b2319;
    		text-decoration: none;
    	}
    	/* UNIVERSAL BAR NAV */
    	div#universal #universal-nav {
    		 color: #796a56;
    		 font-size: .9em;
    	}
    	div#universal #universal-nav a {
    		display: block;
    		padding-left: 12px;
    		background: transparent url(../images/universal-bar-divider.gif) no-repeat scroll 0 0;
    		height: 30px;
    	}
    	div#universal #universal-nav strong a, div#universal #universal-nav strong a:hover {
    		color: #099;
    		font-weight: normal;
    	}
    	div#universal #universal-nav .first a {
    		background: transparent;
    	}
    	/* UNIVERSAL CONTACT INFO */
    	div#universal #universal-contact {
    		text-align: right;
    		padding-top: 2px;
    	}
    		
    /* END UNIVERSAL BAR */
    
    /* HEADER */
        div#headerWrapper {
        	width: 950px;
        	height: 110px;
        	overflow: hidden;
            margin: 20px auto 0 auto;
            padding: 0; 
            color: #fff; 
            text-align: left;
        }
        div#header {
        	width: 790px;
        	height: 110px;
        	overflow: hidden;
        	background: #009290 url(../images/header-bg.jpg) no-repeat scroll 0 0;
        	margin-left:160px;
        }
        div#headerInner {
        	padding: 10px 40px 0 40px;
        }
        div#branding {
            float: left;
            width: 40%;  
            text-align: left;
        }
        div#mininav {
            float: right;
            width: 49%;   
            margin: 0;
            padding: 10px 0 0 0;    
            text-align: right;
        }
    /* END HEADER */
    
    
    /* NAV */
    div#nav {
		margin: 4px auto 0 auto;
        width: 950px;
    }
    /* END NAV */
    
    /* CONTENT */
    /* Main and inner column widths are set in the layout-subright.css stylesheet. This allows other patterns to be used such as layout-subleft.css, layout-subright-wide.css etc */
    div#main {
    	background: #fff;
    }
    div#mainInner {
    	padding: 40px;
    }
    /* END CONTENT */
    
    /* FOOTER */
        div#footer {
        	margin: 0;
        	margin: 0;
        	padding: 80px 0 0 0;
        	font-size: .8em;
        	background: #087172 url(../images/bg-footer.jpg) repeat-x scroll -50% 0;
        }
        div#footerInner {
        	width: 950px;
        	margin: 0 auto;
        	padding: 40px 0;
            color: #8fbec0;
			text-align: left;
        }
        div#footer .col, div#footer .col2, div#footer .col3 {
        	height: 430px;
            background: #076567 url(../images/bg-footer-columns.jpg) repeat-x scroll 0 0;
        }
        div#footer .col-inner {
            padding: 25px 30px 30px 30px;
        }
        div#footer a {
            color: #fff;
            text-decoration: none;
        }
        div#footer a:hover {
            color: #ff0;
            text-decoration: none;
        }
        div#footer a span {
            color: #8fbec0;
        }
        div#footer a:hover span {
            color: #fff;
        }
		div#footer .button, div#footer input.button, div#footer input.submit { 
			padding: 3px 6px;
		}
        div#footer h3  {
        	text-transform: uppercase;
        	color: #ff0;
        }
        div#footer ul li {
            padding: 4px 0;
            margin: 0;
            line-height: 1.4em;
        }
        div#footer .copyright {
        	font-size: 0.9em;
			margin: 10px 30px;
			color: #8fbec0;
		}
		/* FOOTER SITES LIST */
		div#footer ul.sites li {
            padding: 6px 0;
        }
		div#footer .sites a {
			font-size: 1.2em;
		}
		div#footer .sites a span {
            font-size: .9em;
        }
        /* PHONE NUMBER */
    	.phone-callout {
    		font-size: 1.8em;
    		font-weight: 100;
    	}
    	/* LOCATION */
    	.location-callout {
    		font-size: 1.1em;
    		font-weight: 200;
    	}
    	/* FOOTER PHONE and LOCATION */
    	div#footer .phone-callout, div#footer .location-callout {
    		margin-bottom: 5px;
    		color: #fff;
    	}
    	/* FOOTER PHONE HIGHLIGHT  */
    	div#footer .phone-callout .highlight {
    		color: #ff0;
    	}
    /* END FOOTER */
/* END LAYOUT */

/* A CSS Framework by Mike Stenhouse of Content with Style */

/* clearing */
    .stretch,
    .clear {
        clear: both;
        height: 1px;
        
        margin: 0;
        padding: 0;
        
        font-size: 15px;
        line-height: 1px;
    }
    .clearfix:after {
        clear: both;
        height: 0;
        
        display: block;
        visibility: hidden;
        
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
/* end clearing */

/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
/* end accessibility */

/* A CSS Framework by Mike Stenhouse of Content with Style */

/* -------------- */
/* BASE TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 15px;
		color: #000;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}
	
/* LINKS */
	a {
		color: #039;
		text-decoration: none;
	}
	a:hover {
      color: #006;
	  text-decoration: underline;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 2em;
		margin: 0 0 0.5em 0;
		padding: 0;
		text-transform: uppercase;
		color: #099;
	}
	h2 {
		font-size: 1.5em;
		line-height: 120%;
		margin: 0 0 1em 0;
		padding: 0;
		color: #000;
	}
	h3 {
		font-size: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	h4 {
		font-size: 1.1em;
		line-height: 120%;
		margin: 0 0 0.75em 0;
		padding: 0;
	}
	h5 {
		font-size: 1em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		margin: 0 0 0.25em 0;
		padding: 0;
		font-weight: bold;
}
/* END HEADINGS */

/* TEXT */
	p, .description {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
		font-size: 1.1em;
		line-height: 1.2em;
		font-weight: bold;
		padding: 0;
		margin: 0 0 10px 0;
	}
	pre {
            font-family: "Courier New", Courier, monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
      code {
            font-family: "Courier New", Courier, monospace;
        	font-size: 1em;
        	white-space: pre;
      }
/* END TEXT */
	
/* LISTS */
	ul {
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ul li {
       	list-style: none;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
		#content ul {
			margin: 0 0 1.5em 0;
			padding: 0;
		}
		#content ul li {
	       	list-style: none;
			margin: 0 0 5px 0;
			padding: 5px 0;
			border-bottom: 1px solid #ddd;
		}
		#content ul.small li {
			margin: 0 0 2px 0;
			padding: 2px 0;
		}
		#content ul.no-border li {
			border: none;
		}
	ol {
		font-size: 0.9em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
        list-style: none;
		margin: 0;
		padding: 0.8em 0 0.8em 0;
		border-bottom: 1px solid #ddd;
	}
	ol li.last {
		border-bottom: none;
	}
	ol ol li {
		padding-left: 20px;
	}
	ol ol ol li {
		padding-left: 40px;
	}
	ol ol ol ol li {
		padding-left: 60px;
	}
	ol ol ol ol ol li {
		padding-left: 80px;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
		table dl dt {
			margin: 0 0 0.25em 0;
			padding: 0;
		}
		table dl dd {
			font-size: 0.9em;
			margin: 0.1em 0;
			padding: 0;
		}
	li.last, #content ul li.last {
		border: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table, tr, th, td, table caption {
		margin: 0;
		padding: 0;
		border-collapse:collapse;
		border: none;
	}
		
	table.table {
        margin: 0 0 1.5em 0;
        padding: 0;
		border: none;
		border-collapse:collapse;
		font-size: .8em;
		border-left: 1px solid #ffcc00;
	}
	table.table caption {
        margin: 0;
        padding: 0;
		border: none;
	}
	table.table th {
        margin: 0;
        padding: 20px 10px;
		border: none;
		background-color: #ffcc00;
		border-right: 1px solid #fff;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-weight: normal;
		text-align:center; 
		font-size: .9em;
		letter-spacing: 1px;
		width: 89px;
	}
	table.table td {
        margin: 0;
        padding: 6px 10px;
		border: none;
		border-right: 1px solid #ffcc00;
		border-bottom: 1px solid #ffcc00;
		vertical-align: top;
	}
	/* Special Cases */
	table.table th.first {
		width: 30px;
	}
	table.table th.last {
		border-right: 1px solid #ffcc00;
	}
	table.table tr.am-pm td {
		color: #888;
		background-color:#efefef;
	}
/* END TABLE */	

/* FORMATTED TABLE */
	table.format {
		width: 100%;
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table.format caption {
		font-weight: bold;
		text-align: left;
		margin: 0;
		padding: 0.5em;
		background-color: #b8e6ff;
	}
	table.format th {
		font-weight: bold;
		text-align: left;
        padding: 0.5em;
		background-color: #efefef;
	}
	table.format td {
		font-size: 1em;
		text-align: left;
        padding: 0.5em;
		border: none;
		border-bottom: 1px solid #ddd;
	}
/* END FORMATTED TABLE */
	
	hr {
		display: none;
	}
	div.hr {
		height: 1px;
		margin: 1.5em 10px;
		border-bottom: 1px dotted black;
	}
	
/* COMMON */

	.small { 
		font-size: .9em;
	}
	.light { 
		color: #777;
	}

/* END COMMON */
	
/* END BASE TYPOGRAPHY */


/* -------------- */
/* SUB COLUMN TYPOGRAPHY */
	div#sub {
		color: #b0b0af;
		font-size: 0.8em;
	}
	div#sub a {
		color: #fff;
	}
	div#content div#sub h2 {
		font-size: .9em;
		margin: 0 0 0.5em 0;
		color:  #444;
		text-transform: uppercase;
	}
	div#sub p {
		margin: 0 0 10px 0;
		line-height: 1.2em;
	}
	div#sub ul {
		margin: 0 0 10px 0;
		padding: 0;
	}
	div#sub ul * {
		vertical-align: middle;
	}
	div#sub ul li {
       	list-style: none;
		vertical-align: middle;
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid #d1c0a8;
		border-bottom: 1px solid #a7907a;
	}
	div#sub ul li.first {
		border-top: none;
	}
	div#sub ul li.last {
		border-bottom: none;
	}

/* END SUB TYPOGRAPHY */

/* A CSS Framework by Mike Stenhouse of Content with Style */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-size: .9em;
		font-weight: bold;
	}
	label .optional {
		font-weight: normal;
		color: #444;
	}
	label.floating, .floating label, .floating-div {
		display: block;float: left;
		padding: 3px 10px 3px 0;
		text-align: left;
		width: 110px;
	}
	.floating .checkbox-wrapper label, .floating .radio-wrapper label {
		display: inline;
		float: none;
		padding: 0 40px 0 0;
		text-align: left;
	}
	.checkbox-wrapper .floating-div, .radio-wrapper .floating-div {
		text-align: right;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 15px;
		margin: 0 0 1.5em 0;
	}	
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 2px;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	
	input, select, textarea {
		font-family: arial, helvetica, verdana, sans-serif;      
        margin: 0;
		padding: 3px 4px;
		color: #333;
		border: 1px solid #cccccc;
		font-size: 1em;
		line-height: 1.1em;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		height: 6em;
	}
	input.checkbox { 
		width: auto;
		height: auto;  
        margin: 0;
		padding: 0;
		border: none;
		font-size: 1em;
		line-height: 1em;
	}
	input.radio {
		width: auto;
		height: auto;  
        margin: 0;
		padding: 0;
		border: none;
		font-size: 1em;
		line-height: 1em;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	button {
		background: transparent;
		border: 0;
		padding: 0;
		margin: 0 0 1em 0;
		cursor: pointer;
	}
	.button a, input.button, input.submit, button, #footer .button a { 
		color: #033;
		cursor: pointer;
		padding: 8px 12px;
		background: #ff0;
		border: none;
		font-weight: bold;
		text-decoration: none;
	}
	.button a:hover, input.button:hover, input.submit:hover, #footer .button a:hover { 
		color: #033;
		background: #ffde00;
		text-decoration: none;
	}
	.floating input.button, .floating input.submit, .floating button, .floating .input-group, .floating .error { 
		margin-left: 120px;
	}
	.floating textarea { 
		width: 400px;
	}
	.button-large, input.button-large, input.submit-large {
		color: #ffffff;
		font-size: 1.2em;
		font-weight: bold;
		padding: 8px 12px;
		background: #ffcc00;
		border: none;
		font-weight: bold;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
	.formhelp {
		font-size: 0.9em;
		color: #666;
		font-weight: normal;
	}
		
/* END FORM ELEMENTS */

/* JOIN NEWSLETTER FORM */
	form.join-newsletter {
	 	margin: 0 0 20px 0;
	 }
/* END JOIN NEWSLETTER FORM */

/* CONTACT US FORM */
	 form.contact {
	 	margin: 0 0 20px 0;
	 }
	 form.contact td {
	 	vertical-align:middle;
	 	padding: 4px;
	 }
	 form.contact input, form.contact textarea, form.contact select {
	 	vertical-align:middle;
	 	margin: 0;
	 }
	 form.contact textarea {
	 	height: 5em;
	 }
	 form.contact input#contact-submit {
	 	cursor: pointer;
	 }
/* END CONTACT US FORM */
		

/* Common patterns */

/* Multi-use Floats */
	.float-left { 
		float: left;
		margin-right: 40px;
		margin-bottom: 40px;
	}
	.float-right { 
		float: right;
		margin-left: 40px;
		margin-bottom: 40px;
	}
/* End Multi-use Floats */

/* Blog Posts */

	.post {
		padding: 0 0 30px 0;
	 	margin: 0 0 30px 0;
	}
	.post .posted {
	  	color: #999;
	  	font-weight: bold;
	 	margin-bottom: 20px;
	}
	.post .thumbnail {
		padding:20px;
		background:#f8f8f8;
	}
	
/* End Blog Posts */

/* Date */
	.date {
		width: 60px;
		background: #fff;
		text-align: center;
		color: #000;
	}
	#main .date {
		font-size: .9em;
	}
	.date .month {
		padding: 4px;
		margin: 0;
		background: #099;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: .9em;
	}
	.date .day {
		padding: 6px 0 4px 0;
		margin: 0;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1em;
		border-left: 1px solid #099;
		border-right: 1px solid #099;
		color: #099;
	}
	.date .day-of-week {
		padding: 0 0 4px 0;
		margin: -4px 0 0 0;
		font-size: .9em;
		text-transform: lowercase;
		border-left: 1px solid #099;
		border-right: 1px solid #099;
		border-bottom: 1px solid #099;
		color: #099;
	}
/* End Date */

/* Social Links */
	.social div a {
		display: block;
		width: 25px;
		height: 25px;
		float: left;
		padding: 0;
		margin: 0 10px 0 0;
		font-size: .8em;
		text-indent: -9000px;
		border-top: 1px solid #999;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #999;
	}
	#universalWrapper .social div a {
		border-left: 1px solid #baa486;
		border-top: 1px solid #baa486;
		border-right: 1px solid #e8d7bf;
		border-bottom: 1px solid #e8d7bf;
	}
	.social-right div a {
		float: right;
		margin: 0 0 0 10px;
	}
	.social .facebook a {
		background: transparent url(../images/social.gif) no-repeat scroll 0 0;
	}
	.social .twitter a {
		background: transparent url(../images/social.gif) no-repeat scroll -25px 0;
	}
	.social .youtube a {
		background: transparent url(../images/social.gif) no-repeat scroll -50px 0;
	}
	.social .newsfeed a {
		background: transparent url(../images/social.gif) no-repeat scroll -75px 0;
	}
	.social .newsletter a {
		background: transparent url(../images/social.gif) no-repeat scroll -100px 0;
	}
	/* Hover */
	.social .facebook a:hover {
		background: transparent url(../images/social.gif) no-repeat scroll 0 -25px;
	}
	.social .twitter a:hover {
		background: transparent url(../images/social.gif) no-repeat scroll -25px -25px;
	}
	.social .youtube a:hover {
		background: transparent url(../images/social.gif) no-repeat scroll -50px -25px;
	}
	.social .newsfeed a:hover {
		background: transparent url(../images/social.gif) no-repeat scroll -75px -25px;
	}
	.social .newsletter a:hover {
		background: transparent url(../images/social.gif) no-repeat scroll -100px -25px;
	}
/* End Social Links */

/* Misc */
/* ---------------------------------------------------------- */

	.gallery .slide {
		width:350px;
		float:left;
	}

	.error, form div.error {
		color: #d4221d;
	}
	form div.error {
		margin: 0;
		padding: 0;
		background: transparent;
	}

	.margin, #content margin {
		margin-bottom:1.5em;
	}
	.no-margin, #content .no-margin {
		margin: 0;
	}
	.low-margin, #content .low-margin {
		margin-bottom: .25em;
	}
	.high-margin, #content .high-margin {
		margin-bottom: 2.5em;
	}
	.small {
		font-size: .9em;
	}
	.large {
		font-size: 1.1em;
	}

	.highlight {
		color: #099;
	}
	
	.light {
		color: #888;
	}
	
	/* Box Styles */
	
	div#content .box {
		background: #f7f6f2;
		padding: 38px;
		margin-bottom: 1.5em;
		border-left: 1px solid #f1f0eb;
		border-top: 1px solid #f1f0eb;
		border-right: 1px solid #f6f5f5;
		border-bottom: 1px solid #f6f5f5;
	}
	
	div#content .box h2 {
		color: #000;
	}
	
	/* Box-b Styles */
	div#content .box-b {
		color: #fff;
		background: #000;
		padding: 40px;
		margin-bottom: 1.5em;
	}
	
	div#content .box-b a {
		color: #fff;
	}
	
	div#content .box-b h2 {
		color: #fff;
	}
	
	
	div#content .box-b h4 {
		color: #555;
	}
	
	div#content .box-b ul li {
		border-bottom: 1px solid #333;
	}
	
	div#content .box-b .slide .slide-note {
		color: #aaa;
	}
	
	div#content .box-b .hr {
		padding: 0;
		margin: 40px 0;
		border-bottom: 1px solid #444;
	}
	
	div#content .box-c {
		padding: 0 0 40px 0;
		margin: 0 0 40px 0;
		background: transparent url(../images/box-c-border.gif) repeat-x scroll bottom left;
	}
	
	/* Sub Column Box */
	
	div#sub .box {
		margin: 0 0 10px 0;
		background: rgb(188, 164, 138);
		background: rgba(188, 164, 138, .5);
		padding: 22px;
		border-left: 1px solid #baa486;
		border-top: 1px solid #baa486;
		border-right: 1px solid #e8d7bf;
		border-bottom: 1px solid #e8d7bf;
    }
	
/* End Box Styles */

/* End Misc */
/* ---------------------------------------------------------- */


/* Sub Column */
/* ---------------------------------------------------------- */

/* End Sub Column */


/* ------ CYCLE STYLES ------ */

/* SLIDE NOTE  */
.slide .slide-note {
	margin: 20px 0 10px 0;
	font-size: .8em;
}

/* CYCLE NAV  */
.cycle-nav {
	padding: 17px 0;
	text-align: right;
}
.cycle-nav .select-slide {
	float: left;
	margin-right: 14px;
}
.cycle-nav .select-slide a {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url(../images/slide-nav.gif) no-repeat scroll 0 0;
	text-decoration: none;
}
.cycle-nav .select-slide a:hover {
	background: transparent url(../images/slide-nav.gif) no-repeat scroll -60px 0;
	text-decoration: none;
}
.cycle-nav .select-slide a.activeSlide {
	background: transparent url(../images/slide-nav.gif) no-repeat scroll -30px 0;
}
/* CYCLE NAV PAUSE RESUME BUTTONS  */
.cycle-nav #pauseButton, .cycle-nav #resumeButton {
	height: 16px;
	width: 16px;
	text-indent: -9000px;
	margin: 0;
}
.cycle-nav #pauseButton {
	background: transparent url(../images/slide-nav.gif) no-repeat scroll 0 -26px;
}
.cycle-nav #pauseButton:hover {
	background: transparent url(../images/slide-nav.gif) no-repeat scroll -30px -26px;
}
.cycle-nav #resumeButton {
	background: transparent url(../images/slide-nav.gif) no-repeat scroll 0 -52px;
}
.cycle-nav #resumeButton:hover {
	background: transparent url(../images/slide-nav.gif) no-repeat scroll -30px -52px;
}

/* CYCLE NAV ON DARK BACKGROUND */
.box-b .cycle-nav .select-slide a {
	background: transparent url(../images/slide-nav.gif) no-repeat scroll 0 -68px;
}
.box-b .cycle-nav .select-slide a:hover {
	background: transparent url(../images/slide-nav.gif) no-repeat scroll -60px -68px;
	text-decoration: none;
}
.box-b .cycle-nav .select-slide a.activeSlide {
	background: transparent url(../images/slide-nav.gif) no-repeat scroll -30px -68px;
}
/* CYCLE NAV PAUSE RESUME BUTTONS  */
.box-b .cycle-nav #pauseButton {
	background: transparent url(../images/slide-nav.gif) no-repeat scroll 0 -94px;
}
.box-b .cycle-nav #pauseButton:hover {
	background: transparent url(../images/slide-nav.gif) no-repeat scroll -30px -94px;
}
.box-b .cycle-nav #resumeButton {
	background: transparent url(../images/slide-nav.gif) no-repeat scroll 0 -120px;
}
.box-b .cycle-nav #resumeButton:hover {
	background: transparent url(../images/slide-nav.gif) no-repeat scroll -30px -120px;
}


/* Tab Box */
	/* Tab Box Nav */
	#content ul.nav {
		padding: 0;
		margin: 0;
	}
	#content .tab-box ul.nav li {
		float: left;
		padding: 0;
		margin: 0;
		background: #ddd;
		border: none;
		font-size: .7em;
		font-weight: bold;
		line-height: 1em;
	}
	#content .tab-box ul.nav li a {
		display: block;
		width: 117px;
		height: 109px;
		overflow: hidden;
		background: #efefef url(../images/program-tabs.jpg) no-repeat scroll 0 0;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		color: #000;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}
	#content .tab-box ul.nav li a:hover {
		text-decoration: none;
	}
	#content .tab-box ul.nav li.tab1 a {
		background: #ffcf0d url(../images/program-tabs.jpg) no-repeat scroll 0 0;
		border-bottom: 1px solid #000;
		color: #666;
	}
	#content .tab-box ul.nav li.tab1 a:hover, #content .tab-box ul.nav li.tab1 a.selected {
		background: #ffcf0d;
		border-bottom: 1px solid #ffcf0d;
		background: #000;
		border-bottom: 1px solid #000;
	}
	#content .tab-box ul.nav li.tab2 a {
		background: #a6bcfb url(../images/program-tabs.jpg) no-repeat scroll -117px 0;
		color: #003;
	}
	#content .tab-box ul.nav li.tab2 a:hover, #content .tab-box ul.nav li.tab2 a.selected {
		background: #a6bcfb;
		border-bottom: 1px solid #a6bcfb;
	}
	#content .tab-box ul.nav li.tab3 a {
		background: #dd231f url(../images/program-tabs.jpg) no-repeat scroll -236px 0;
	}
	#content .tab-box ul.nav li.tab3 a:hover, #content .tab-box ul.nav li.tab3 a.selected {
		background: #dd231f;
		border-bottom: 1px solid #dd231f;
	}
	#content .tab-box ul.nav li.tab4 a {
		background: #6acb64 url(../images/program-tabs.jpg) no-repeat scroll -356px 0;
	}
	#content .tab-box ul.nav li.tab4 a:hover, #content .tab-box ul.nav li.tab4 a.selected {
		background: #6acb64;
		border-bottom: 1px solid #6acb64;
	}
	#content .tab-box ul.nav li.tab5 a {
		background: #00928f url(../images/program-tabs.jpg) no-repeat scroll -476px 0;
	}
	#content .tab-box ul.nav li.tab5 a:hover, #content .tab-box ul.nav li.tab5 a.selected {
		background: #00928f;
		border-bottom: 1px solid #00928f;
	}
	#content .tab-box ul.nav li.tab6 a {
		background: #433836 url(../images/program-tabs.jpg) no-repeat scroll -596px 0;
		border-right: none;
		color: #c5c1c0;
		font-size: 1.2em;
		height: 69px; /* height plus padding should equal 109px */
		width: 97px; /* width plus padding should equal 117px */
		padding: 40px 10px 0 10px;
		text-transform: uppercase;
		line-height: 1.2em;
	}
	#content .tab-box ul.nav li.tab6 a:hover, #content .tab-box ul.nav li.tab6 a.selected {
		background: #433836;
		border-bottom: 1px solid #433836;
	}
	/* Tab Box Content */
	#content .tab-box .content {
		margin-bottom: 40px;
	}
	#content .tab-box .content .main {
		background: #efefef;
		padding: 40px;
	}
	#content .tab-box .content .quote {
		background: #ddd;
		padding: 40px;
	}
	#content .tab-box .content h2 {
		font-size: 1.6em;
		color: #000;
		margin: 0 0 2px 0;
	}
	#content .tab-box .content ul {
		margin: 0 0 1em 0;
	}
	#content .tab-box .content ul li {
		font-size: .9em;
		margin: 0;
		padding: 4px 0;
	}
	/* Tab Box Quote */
	#content .tab-box .quote .cite {
		margin-bottom: 0;
	}
	
	/* ------------- Specialized Colors ------------- */	
	/* COBRA Tab Box Content */
	#content .tab-box #content1 .main {
		background: #ffcf0d;
		background: #000;
		color: #ddd;
	}
	#content .tab-box #content1 .main h2 {
		color: #facc0f;
	}
	#content .tab-box #content1 .quote {
		background: #ffac0d;
		background: #111;
		color: #fff;
	}
	/* UBC Tab Box Content */
	#content .tab-box #content2 .main {
		color: #003;
		background: #a6bcfb;
	}
	#content .tab-box #content2 .quote {
		color: #003;
		background: #92a9eb;
	}
	/* Fitness Kickboxing Content */
	#content .tab-box #content3 .main {
		background: #433836;
	}
	#content .tab-box #content3 .quote {
		color: #d7d2d0;
		background: #544745;
	}
	#content .tab-box #content3 .main, #content .tab-box #content3 .quote, 
	#content .tab-box #content3 .main h2 {
		color: #c5c1c0;
	}
	#content .tab-box #content3 .main a {
		color: #fff;
	}
	#content .tab-box #content3 ul {
		margin-bottom: 0;
	}
	#content .tab-box #content3 ul li {
		border-color: #554a48;
	}
	#content .tab-box #content3 ul li.last {
		border: none;
	}
	/* United Martial Arts Content */
	#content .tab-box #content4 .main {
		background: #dd231f;
	}
	#content .tab-box #content4 .quote {
		background: #c71714;
	}
	/* After School Karate Content */
	#content .tab-box #content5 .main {
		background: #6acb64;
	}
	#content .tab-box #content5 .quote {
		background: #61c15c;
	}
	#content .tab-box #content5 .main a {
		color: #000;
		font-weight: bold;
	}
	#content .tab-box #content5 .main a:hover {
		color: #060;
	}
	#content .tab-box #content5 ul {
		margin-bottom: 0;
	}
	#content .tab-box #content5 ul li {
		border-color: #5fba5a;
	}
	#content .tab-box #content5 ul li.last {
		border: none;
	}
	/* Boot Camp Content */
	#content .tab-box #content6 .main {
		background: #00928f;
	}
	#content .tab-box #content6 .quote {
		background: #008481;
	}
	
/* End Tab Box */

/* -------------------------------------------------------------- 
   
   grid.css
   * Sets up an easy-to-use grid of 24 columns.
   
   By default, the grid is 950px wide, with 24 columns 
   spanning 30px, and a 10px margin between columns.
   
   If you need fewer or more columns, namespaces or semantic
   element names, use the compressor script (lib/compress.rb)
   
   Note: Changes made in this file will not be applied when
   using the compressor: make changes in lib/blueprint/grid.css.rb
   
-------------------------------------------------------------- */

/* Use this class on any .span / container to see the grid. */
.showgrid { background: url(../src/grid.png);  }


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, .span-1, .span-2, .span-3, .span-4, .span-5, 
.span-6, .span-7, .span-8, .span-9, .span-10, 
.span-11, .span-12, .span-13, .span-14, .span-15, 
.span-16, .span-17, .span-18, .span-19, .span-20, 
.span-21, .span-22, .span-23, .span-24 {
  float: left;
  margin-right: 10px; 
}

/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 30px; }
.span-2  { width: 70px; }
.span-3  { width: 110px; }
.span-4  { width: 150px; }
.span-5  { width: 190px; }
.span-6  { width: 230px; }
.span-7  { width: 270px; }
.span-8  { width: 310px; }
.span-9  { width: 350px; }
.span-10 { width: 390px; }
.span-11 { width: 430px; }
.span-12 { width: 470px; }
.span-13 { width: 510px; }
.span-14 { width: 550px; }
.span-15 { width: 590px; }
.span-16 { width: 630px; }
.span-17 { width: 670px; }
.span-18 { width: 710px; }
.span-19 { width: 750px; }
.span-20 { width: 790px; }
.span-21 { width: 830px; }
.span-22 { width: 870px; }
.span-23 { width: 910px; }
.span-24 { width: 950px; margin: 0; }

/* Add these to a column to append empty cols. */
.append-1  { padding-right: 40px; }  
.append-2  { padding-right: 80px; } 
.append-3  { padding-right: 120px; } 
.append-4  { padding-right: 160px; } 
.append-5  { padding-right: 200px; } 
.append-6  { padding-right: 240px; } 
.append-7  { padding-right: 280px; } 
.append-8  { padding-right: 320px; } 
.append-9  { padding-right: 360px; } 
.append-10 { padding-right: 400px; } 
.append-11 { padding-right: 440px; } 
.append-12 { padding-right: 480px; } 
.append-13 { padding-right: 520px; } 
.append-14 { padding-right: 560px; } 
.append-15 { padding-right: 600px; } 
.append-16 { padding-right: 640px; } 
.append-17 { padding-right: 680px; } 
.append-18 { padding-right: 720px; } 
.append-19 { padding-right: 760px; } 
.append-20 { padding-right: 800px; } 
.append-21 { padding-right: 840px; } 
.append-22 { padding-right: 880px; } 
.append-23 { padding-right: 920px; } 

/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 40px; }  
.prepend-2  { padding-left: 80px; } 
.prepend-3  { padding-left: 120px; } 
.prepend-4  { padding-left: 160px; } 
.prepend-5  { padding-left: 200px; } 
.prepend-6  { padding-left: 240px; } 
.prepend-7  { padding-left: 280px; } 
.prepend-8  { padding-left: 320px; } 
.prepend-9  { padding-left: 360px; } 
.prepend-10 { padding-left: 400px; } 
.prepend-11 { padding-left: 440px; } 
.prepend-12 { padding-left: 480px; } 
.prepend-13 { padding-left: 520px; } 
.prepend-14 { padding-left: 560px; } 
.prepend-15 { padding-left: 600px; } 
.prepend-16 { padding-left: 640px; } 
.prepend-17 { padding-left: 680px; } 
.prepend-18 { padding-left: 720px; } 
.prepend-19 { padding-left: 760px; } 
.prepend-20 { padding-left: 800px; } 
.prepend-21 { padding-left: 840px; } 
.prepend-22 { padding-left: 880px; } 
.prepend-23 { padding-left: 920px; } 


/* Border on right hand side of a column. */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -40px; }
.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5 {
  float:left;
	position:relative;
}

.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }

.push-1, .push-2, .push-3, .push-4, .push-5 { 
  float: right;
	position:relative;
}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top { 
	margin-top:1.5em; 
}
.append-bottom { 
	margin-bottom:1.5em; 
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* STYLE CHANGES FOR PRINT */

	/* STRUCTURE */
    div#content {
        width: 790px;
    }
    
    /* UNIVERSAL BAR */
    	div#universalWrapper {
    		display: none;
    	}
    
    /* HEADER */
        div#headerWrapper {
        	width: 790px;
        }
        div#header {
        	width: 790px;
        	margin-left:0;
        }
    
    /* CONTENT */
    div#main {
    	float: left;
        width: 790px;
        display: inline;
    	background: #fff;
    }
    div#sub {
    	display: none;
    }
    /* END CONTENT */
    
    /* FOOTER */
        div#footerInner {
        	width: 790px;
        }
        div#footer .col2 {
            display: none;
        }
        div#footerInner .span-18 {
        	width: 400px;
        }
        

