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

@import url("nav.css");

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0;
        background: #dfd8c9 url(../images/content-bg.jpg) repeat 0 0;       
        text-align: center;
    }
    div#page {
        margin: 0 auto;
        padding: 0;   
        text-align: center;
    }
    div#content {
        position: relative;
        width: 990px;
        margin: 0 auto;
        padding: 0;
        text-align: left;
    }
    div#contentInner {
        position: relative;
        padding: 0 0 40px 0;
        text-align: left;
    }
    
    /* HEADER */
        div#header {
            margin: 0 0 1.5em 0;
            padding: 0; 
            color: black;
        	background: #246974 url(../images/header-bg.jpg) no-repeat 50% 0;  
            text-align: left;
        }
        div#headerTop {
        	width: 990px;
        	margin:  0 auto;
        }
        div#branding {
            float: left;
            width: 40%;      
            margin: 0;
            padding: 12px 0 0 0;  
            text-align: left;
            height: 246px; /* equal 258px afetr padding */
        }
        div#message {
            float: right;
            width: 40%;   
            margin: 0;
            padding: 100px 0 0 0;    
            text-align: right;
            font-family: Georgia,Times,serif;
            font-size: 1.2em;
            font-weight: bold;
            letter-spacing: 1px;
            color: #e6f3f7;
            text-transform: uppercase;
            text-align: center;
        }
        div#header div#searchbar {  
            margin: 15px 0 0 0;
        }
        div#header div#searchbar input#search {
        	color: #666666;
        	border-top: 2px solid #bad586;
        	border-right: 1px solid #d0e5a9;
        	border-bottom: 1px solid #d0e5a9;
        	border-left: 2px solid #bad586;
            width: 16em;
        }
        div#header div#searchbar button#searchsubmit {
			margin-left: 5px; 
			margin-top: 1px; 
			border: 0; 
			vertical-align: top; 
			background: transparent url(../images/search.png) no-repeat 0 0; 
			width: 29px; 
			height: 26px; 
			text-indent: -1000em; 
			cursor: pointer; 
		}
    /* END HEADER */
    
    
    /* NAV */
    div#nav {
		margin: 4px auto 0 auto;
        width: 990px;
    }
    /* END NAV */
    
    /* CONTENT */
    div#main {
    	background-color: #fff;
    }
    div#mainInner {
    	padding: 40px 60px 40px 40px;
    	min-height:1040px;
    }
    div#mainTop {
    	height: 19px;
    	background: #dfd8c9 url(../images/main-top-shadow.jpg) no-repeat 50% 0; 
    }
    div#mainBottom {
    	height: 15px;
    	background: #dfd8c9 url(../images/main-bottom-shadow.jpg) no-repeat 50% 0; 
    }
    div#sub {
    	padding-top: 19px;
    }
    /* END CONTENT */
    
    /* FOOTER */
        div#footer {
        	background: transparent url(../images/footer-bg.jpg) repeat-x 0 0; 
        	margin: 0 auto;
        	margin-bottom: 1em;
        	padding: 0;
        	height: 163px;
        }
        div#footerInner {
        	margin: 0 auto;
        	padding: 30px 40px 40px 40px;
            color: #6c6a61;
			text-align: left;
			width: 990px;
        }
        div#footer p {
            margin: 0;
            padding: 0;
			text-align: left;
        }
        div#footer a, div#footer a:link, div#footer a:active {
        }
        div#footer .copyright {
		}
		/* Wildli */
		div.wildli {
			margin-top:14px;
			font-size:.8em;
			padding-top:7px;
			border-top:1px solid #c6bfa8;
		}
		div.wildli a {
			color:#624b36;
			text-decoration:none;
			font-weight:bold;
		}
		div.wildli a:hover {
			color:#0066cc;
			text-decoration:none;
		}
    /* 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: 14px;
		color: #333;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}
	
/* LINKS */
	a {
		color: #0066cc;
		text-decoration: underline;
	}
	a:hover {
      color: #9E1212;
	  text-decoration: none;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 2.4em;
		font-weight: normal;
		margin: 0 0 0.5em 0;
		padding: 0;
		color:#b11d1d;
		font-family: Georgia,Times,serif;
	}
	h2 {
		font-size: 1.3em;
		line-height: 120%;
		margin: 0 0 1em 0;
		padding: 0;
		color:#b11d1d;
		font-family: Georgia,Times,serif;
	}
	div#sub h2 {
		font-family: arial,helvetica,verdana,sans-serif;
	}
	h3 {
		font-size: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	h4 {
		font-size: 1.2em;
		line-height: 120%;
		margin: 0 0 0.75em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.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 {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
 		display: block; 
        font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
		color:#b11d1d;
		padding: 0 20px;
		margin: 0;
		font-style:italic;
	}
	div#mainInner blockquote p {
		line-height:1.5em;
		margin-bottom:1.1em;
	}
	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 0.25em 0;
			padding: .5em;
			border-bottom: 1px dashed #ddd;
		}
	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 {
		border: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
		width: 100%;
        margin: 0;
        padding: 0;
		border: none;
	}
	table caption {
        margin: 0;
        padding: 0;
		border: none;
	}
	th {
        margin: 0;
        padding: 0;
		border: none;
	}
	td {
        margin: 0;
        padding: 0;
		border: none;
		vertical-align: top;
	}
/* 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 solid #c9c3b2;
	}
	
/* COMMON */

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

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


/* -------------- */
/* SUB TYPOGRAPHY */
	div#sub {
		font-size: .9em;
		color: #64614a;
	}
	div#sub h1 {
		margin: 0;
	}
	div#sub h2 {
		font-size: 1.6em;
		margin: 0 0 0.5em 0;
		font-weight: normal;
	}
	div#sub p {
		margin: 0 0 1.5em 0;
	}

/* SUB TYPOGRAPHY LISTS */
	div#sub ul {
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	div#sub ul * {
		vertical-align: middle;
	}
	div#sub ul li {
       	list-style: none;
		vertical-align: middle;
		margin: 0;
		padding: 0.25em 0 0.25em 0;
		border-top: 1px solid #efe6d4;
		border-bottom: 1px solid #ccc6b2;
	}
	div#sub ul li.first {
		border-top: none;
	}
	div#sub ul li.last {
		border-bottom: none;
	}
	
	div#sub ol {
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	div#sub ol * {
		vertical-align: middle;
	}
	div#sub ol li {
       	list-style: none;
		vertical-align: middle;
		margin: 0;
		padding: 0.6em 0 0.8em 0;
		border-bottom: 1px solid #ddd;
	}
	div#sub ol li.last {
		border-bottom: none;
	}

/* END SUB TYPOGRAPHY LISTS */


/* 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-weight: bold;
	}
	label.error, .floating label.error {
		display: block;
		float: none; 
		color: #a10d0d; 
		padding-left: .5em; 
		vertical-align: top;
		width: auto;
	}
	.floating label, label.floating {
		float: left;
		padding-right: 10px;
		text-align: right;
		width: 80px;;
	}	
	.floating .input-group {
		margin-left:90px;
	}
	.no-floating {
		float:none !important;
	}
	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.3em 0 0.5em 0;
		padding: 3px 4px;
		color: #666666;
		border: 1px solid #acaa95;
		font-size: 1em;
		line-height: 1.1em;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 98%;
		height: 6em;
	}
	button {
		background: transparent;
		border: 0;
		padding: 0;
		margin: 0 0 1em 0;
		cursor: pointer;
	}
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button, input.submit {
		color: #ffffff;
		padding: 3px 6px;
		border: 1px solid #0eb4eb;
		background: #0eb4eb url(../images/btn-bg.gif) repeat-x;
	}
	input.button-large, input.submit-large {
		color: #ffffff;
		font-size: 1.2em;
		font-weight: bold;
		padding: 5px 10px;
		border: 1px solid #0eb4eb;
		background: #0eb4eb url(../images/btn-bg.gif) repeat-x;
	}
	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: #7a7764;
		font-weight: normal;
	}
	
	/* Member Search Form Styles */
		.searchFilter fieldset {
			font-size: 0.95em;
			border: 0;
			border-bottom: 1px solid #f3db79;
			padding: 0 0 4px 0;
			margin: 0 0 0.75em 0;
		}
		.searchFilter fieldset.last {
			padding: 0;
			margin: 0 0 0.25em 0;
			border: 0;
		}
		.searchFilter fieldset label {
			font-weight: normal;
		}
		.searchFilter fieldset legend {
			color: #444;
			font-size: 1.1em;
			font-weight: bold;
			margin: 0.25em 0 0.25em 0;
			padding: 0;
		}
		.searchFilter fieldset input, .searchFilter fieldset select  {
			padding: 2px;
			margin: 0.2em 0 0.5em 0;
		}
		div#sub .searchFilter fieldset ul {
			margin-bottom: 0;
		}
		div#sub .searchFilter fieldset ul li  {
			border: 0;
		}
		form .searchFilter.boxB {
			padding: 10px;
		}
	/* End Member Search Form Styles */
	
/* END FORM ELEMENTS */

/* sign in */
	 div.forgot {
	 	margin: 0 0 0.4em 0;
	 }
	 .signin input.button {
	 	margin: 0;
	 }
/* sign in */
		

/* Common patterns */

/* 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-bottom: 1px solid #666;
		border-left: 1px solid #ddd;
		border-top: 1px solid #ddd;
		border-right: 1px solid #666;
	}
	#universalWrapper .social div a {
		border: 1px solid #000;
	}
	.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 */
/* ---------------------------------------------------------- */

	.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;
	}

	.highlight {
		color: #b11d1d;
	}
	
	.light {
		color: #888;
	}


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


/* Misc */
/* ---------------------------------------------------------- */
	.noMargin { 
		margin: 0;
	}
	.small { 
		font-size: .9em;
	}
	.smaller { 
		font-size: .8em;
	}

/* Buttons */

	.button, .button a { 
		color: #ffffff;
		cursor: pointer;
		padding: 3px 6px;
		border: 1px solid #0eb4eb;
		background: #0eb4eb url(../images/btn-bg.gif) repeat-x 0 0;
		display:inline-block;
		text-decoration:none;
	}
	.button a:hover, a.button:hover{
		text-decoration:underline;
	}

/* End Buttons */

/* Box Styles */

	.box {
		margin: 0 0 2em 0;
		background: #ddd5b8 url(../images/box-bg.jpg) repeat 0 0;
		border-top: 1px solid #c6bfa8;
		padding: 10px 15px 15px 15px;
	}
		.box h2 {
			text-align: center;
		}
	.boxB {
		margin: 0 0 2em 0;
		background: #9e1212;
		color: #fff;
	}
	.boxBInner {
		padding: 10px 15px 15px 15px;	
	}
		.boxB form input {
			padding: 0;
			margin: 0;	
		}
		.boxB .alt {
			color: #e6b4b4;
		}
		div#sub .boxB p {
			margin: 0 0 1em 0;
		}
	.boxC {
		margin: 0 0 2em 0;
		background: #efefef;
		border: 1px solid #dddddd;
		padding: 10px 15px 15px 15px;	
	}
	
	/* The Expandable "More" boxes */
	.more-content {
		padding: 30px;
		background: #f1f9fa;
		margin-bottom: 1.5em;
	}
		
	
/* End Box Styles */

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


/* OTHER */
/* ---------------------------------------------------------- */

	div#sub ul.follow li {
		text-align: center;
		padding: 20px 0;
	}

/* END OTHER */


/* ------ 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;
        }
        


