/*Browser reset*/

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:  'Droid Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Title font*/
@font-face {
    font-family: 'zapfhumnst_btroman';
    src: url('fonts/tt0015m-webfont.eot');
    src: url('fonts/tt0015m-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tt0015m-webfont.woff') format('woff'),
         url('fonts/tt0015m-webfont.ttf') format('truetype'),
         url('fonts/tt0015m-webfont.svg#zapfhumnst_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Fonts*/
h2{
font-family: 'zapfhumnst_btroman';
font-size: 150%;
line-height: 2.5em;
color: #777;
}

h3{
font-family: 'zapfhumnst_btroman';
font-size: 130%;
line-height: 3em;
color: #777;
}

p{
font-size: 90%;
color: #777;
line-height: 1.4em;
}

.bold{
font-weight: bold;
}

#pageContainer{
width: 1000px;
height: 800px;
margin: 0 auto;
padding: 0px 20px;
}

/*Header*/
header{
height: 150px;
margin-bottom: 10px;
}

.logo{
float: left;
}

#headerRight{
float: right;
margin: 50px 10px 0px 0px;
font-size: 90%;
color: #777;
}

/*Social Media*/
ul#socialMedia{
height: 34px;
float: right;
display: block;
margin-bottom: 20px;
}

#socialMedia  li{
float: left;
margin-left: 10px;
}

#phone{
clear: both;
display: block;
text-align: right;
margin: 10px 0px;
}

/*Navigation*/
nav {
	margin: 0; padding: 0;
	display: block; 
	overflow: hidden;
    background: red;
}

nav a{
    text-decoration: none;
    color: #ccc;
}

nav li {
	float: left;
	margin: 0; 
    padding: 8px 0px;
	position: relative;
    list-style-type: none;
    width: 250px
}

nav li a {
display: block;
color: white;
text-align: center;
}

nav li.active a:after {
content: "";
display: block;
margin: -5px auto; width: 0;
border: 5px solid red;
border-color: transparent transparent white transparent;
}

nav li:first-child{
background: #bd4836;
}

.secondLink{
background: #fcc64b;
}

.thirdLink{
background: #818a3f; 
}

.last{
background: #006288;
}



/*Slider*/
.homeImg{
width: 1000px;
height: 350px;
}

/*homeCol*/
.homeCol{
width: 230px;
padding: 0px 10px;
float: left;
margin: 50px 0px;
text-align: center;
}

.homeCol a{
text-decoration: none;
}

.colImg{
width: 100px;
height: 110px;
display: block;
margin: 0 auto;
}

#homeLower{
border-top: 1px solid #777;
clear: both;
margin: 20px 0px 40px 0px;
padding: 10px 0px;
height: 180px;
}

#newsletter{
float: left;
width: 260px;
height: 100%;
padding: 0px 15px;
}

#social{
width: 260px;
height: 100%;
float: left;
padding: 0px 15px;
margin-left: 72px;
}

#contact{
width: 260px;
height: 100%;
float: right;
padding: 0px 15px;
}

ul#socialIconsFooter{
float: left;
}

#socialIconsFooter li{
display: inline;
margin-right: 10px;
}

/*Footer*/
footer{
width: 100%;
height: 40px;
clear: both;
color: #777;
font-size: 80%;
line-height: 3em;
}

#footerLeft{
width: 300px;
float: left;
margin: 0px 40px 0px 10px;
}

#footerMiddle{
width: 300px;
float: left;
text-align: center;
}

#footerRight{
float: right;
margin-right: 10px;
}

#footerRight li{
display: inline;
margin-left: 10px;
}

#footerRight a{
color: #777;
}

.upperSpacing{
margin-top: 7px;
}

.lowerSpacing{
margin-bottom: 7px;
}

/* Tabbed Area */
.etabs { 
margin: 40px 0px 0px 20px;
padding: 0; 
}
.tab { 
display: inline-block;
 background: #bd4836;  
 border-bottom: none; 
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
 }
 
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; text-decoration:none; color: #fff; outline: none; }
.tab.active { padding-top: 3px;  position: relative;   }
.tab-container .panel-container { margin-bottom: 40px; background: #fff;  padding: 30px; }

.space{
clear: both;
}

.panel-container { 
margin: 0px 20px 10px 20px;
}

.panel-container p{
margin: 20px 0px;
}

.panel-container li{
font-size: 90%;
color: #777;
line-height: 1.6em;
}

/* Tabbed Area */

.leftContainer{
width: 550px;
float: left;
overflow: hidden;
}

.leftContainer h2{
border-bottom: 1px solid #777;
}

.rightColumn{
float: right;
width: 220px;
}

.testimonial{
margin: 20px 0px;
font-weight: bold;
text-align: right;
font-style:normal;
clear: both;
}

.testimonial li:first-child{
border-top: 1px solid #777;
padding-top: 20px;
}

.testimonialText{
margin-bottom: 20px;
font-weight: normal;
font-style:italic;
}

.rightImageContainer{
float: right;
margin-top: 20px;
height: 320px;
}

.prominentImg{
width: 210px;
height: 210px;
display: block;
}

.thumb{
margin: 10px 10px 0px 0px;
width: 60px;
height: 65px;
}

/* Services tab area */
#servicesContainer{
border: 3px solid #bd4836;
}

#leftList{
float: left;
width: 300px;
height: 100px;
}

#rightList{
float: right;
width: 250px;
height: 100px;
clear: right;
margin-bottom: 15px;
}

#clear{
clear: both;
}


/* social tab area */
#socialContainer{
height: 750px;
border: 3px solid #fcc64b;
margin: 40px 0px;
padding: 30px;
}

#socialLeft{
float: left;
width: 550px;
height: 600px;
}

/*Blog*/
.feedburnerFeedBlock{
margin: 40px 0px;
color: #777;
}

.socialFooter{
height: 150px;
width: 550px;
float: left;
}

.headline{
font-size: 130%;
line-height: 2em;
font-family: 'zapfhumnst_btroman';
}

.date{
line-height: 3em;
font-weight: bold;
font-size: 80%;
}

#creditfooter{
margin-top: 40px;
}

#creditfooter img{
display: none;
}

#socialRight{
float: right;
width: 300px;
margin: 40px 0px;
padding-left: 20px;
border-left: 1px solid #777;
}

#socialImageContainer{
border-bottom: 1px solid #777;
padding-bottom: 20px;
}

#twitterContainer{
border-bottom: 1px solid #777;
padding-bottom: 20px;
}

.fb-like-box{
margin-bottom: 20px;
}

/* About tab area */
.about{
background: #818a3f;
}

#aboutContainer{
border: 3px solid #818a3f;
}

.firstLetter{
font-weight: bold;
font-size: 130%;
}

.selfImg{
margin: 20px 0px 0px 10px;
}

/* Courses tab area */
#coursesContainer{
border: 3px solid #006288;
}

.course{
background: #006288;
}

/* Courses page */
#equalImageContainer{
float: right;
width: 234px;
margin-top: 20px;
height: 260px
}

#top{
width: 234px;
height: 115px;
}

#bottom{
width: 234px;
height: 115px;
}

img.left{
float: left;
}

img.right{
float: right;
}

.end{
clear: both;
}

.equalProportion{
width: 105px;
height: 105px;
margin: 10px 10px 0px 0px;
}

/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}



#container{
	max-width:1000px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background: #bd4836;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}
		
		
/*Mail chimp form styling*/
#mc_embed_signup{ margin-top: 0px; clear:left; color: #777; }

label{
margin: 20px 0px;
font-size: 90%;
width: 100%;
}

input{
width: 90%;
margin-top: 20px;
}

input[type="submit"]{
width: 40%;
margin-top: 20px;
padding: 5px 5px;
}




