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

 /*** CSS RESET ***/  
 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight: inherit;
	font-style: inherit;
	font-size:100%;
	font-family: inherit;
	background:transparent;
}
body {
	line-height:1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
#nav {
	display:block;
}
nav ul {
	list-style:none;
}
#nav ul {
	list-style:none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#fff;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
hr {
	clear: both;
	display:block;
	border:0;
	border-top: 2px solid #ff9900; /* Change this color and border style to suit your needs */
	padding:0;
	margin: 0;
}
input, select {
	vertical-align:middle;
}
/****END RESET****/

/* @font-face DECLARATION */
@font-face {
    font-family: 'boulderregular';
    src: url('boulder-webfont.eot');
    src: url('boulder-webfont.eot?#iefix') format('embedded-opentype'),
         url('boulder-webfont.woff') format('woff'),
         url('boulder-webfont.ttf') format('truetype'),
         url('boulder-webfont.svg#boulderregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaymedium';
    src: url('raleway-medium-webfont.eot');
    src: url('raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-medium-webfont.woff') format('woff'),
         url('raleway-medium-webfont.ttf') format('truetype'),
         url('raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('raleway-regular-webfont.eot');
    src: url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-regular-webfont.woff') format('woff'),
         url('raleway-regular-webfont.ttf') format('truetype'),
         url('raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/****************************Sprites*****************/
#camplogo, #schoolslogo, #traininglogo, .blog-icon, .fb-icon, .twitter-icon{
	background: url(http://www.planetbravo.com/img/sprites.png) no-repeat;
}
#camplogo{
	background-position: 0 0;
	width: 161px;
	height: 163px;
}
#schoolslogo{
	background-position: -162px 0;
	width: 161px;
	height: 163px;
}
#traininglogo{
	background-position: -325px 0;
	width: 161px;
	height: 163px;
}
.blog-icon{
	background-position: -500px 0;
	width: 50px;
	height: 50px;
	padding: 0 8px;
	display:inline;
	float:left;
}
.fb-icon{
	background-position: -500px -58px ;
	width: 50px;
	height: 50px;
	padding: 0 8px;
	display:inline;
	float:left;
}
.twitter-icon{
	background-position: -501px -113px ;
	width: 50px;
	height: 50px;
	padding: 0 8px;
	display:inline;
	float:left;
}
/****************************END Sprites*****************/

/******************************General**************/

html{
    width: 100%; height: 100%;
}
header{
    width: 100%;
	min-width:960px;
    margin: auto; /* this will center the header on the page (horizontally) and apply the top and bottom margins */
}
h1{
	font-family: 'boulderregular', Helvetica, Arial, sans-serif;
	font-size: 72px; 
	font-weight: normal;
    font-style: normal;
	color: #ff9900;
	line-height: 72px;

}
h2{
	font-family: 'boulderregular', Helvetica, Arial, sans-serif;
	font-size: 48px; 
	font-weight: normal;
    font-style: normal;
	color: #ff9900;
	line-height: 48px;

}
h3{
	font-family: 'boulderregular', Helvetica, Arial, sans-serif;
	font-size: 24px; 
	line-height: 24px;
	font-weight: normal;
    font-style: normal;
	color: #ff9900;

}
h4{
	font-family: 'museo_300regular', Helvetica, Arial, sans-serif;
	font-size: 18px; 
	font-weight: normal;
    font-style: normal;
	color: #ff9900;
	line-height: 21px;
	margin-bottom: 18px;
}
body{
    font-family: 'ralewayregular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
	line-height: 14px;
}
body a{
	color: #0077de;
}
body a:hover{
	color: #ff9900;
}

/****Header Welcome****/

#welcome{
	font-family: 'ralewayregular';
	font-size: 12px;
	font-color: #666666;
	padding: 10px;
	margin-left: 120px;
}
#welcome a{
	color:#666666;
}
#login-links{
	float:right;
}
#login-links a{
	color: #0077de;
	margin-right:30px;
	font-size:13px;
}
#login-links a:hover{
	color:#ff9900;
}
.header_img{
	width: 100%;
	overflow: hidden;
	top: 100px;
	margin-top:30px;
}
header h1 a{
    font-family: 'boulderregular';
	font-size: 80px;
	color: #ff9900; 
	font-weight: normal;
	font-style: normal;
	position: absolute; 
	top: 14px;
	left: 182px; 
	  
}
header h2 a{
	font-family: 'boulderregular';
	font-size: 24px;
	color: #0077de; 
	margin:  0 0 0 0;
	width:300px;
	font-weight: normal;
	font-style: normal;
	position: absolute; 
	top: 70px;
	left: 184px;
}
header h2 a:hover{
	color:#0077de;
}
#slogan{
	margin:  0 0 0 0;
	width:600px;
	font-weight: normal;
	font-style: normal;
	position: absolute; 
	top: 112px;
	left: 184px;
	color:#777;
	font-size:12px;
}
/***Navigation***/
nav{
    float: right; 
	width: 100%;
	display: inline;
    margin: 0 0 0 0;
    font-family: 'boulderregular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	background: #ff9900;
	line-height:18px;
	-moz-box-shadow:    0px 6px 6px -5px #4a4a4a;
 	-webkit-box-shadow: 0px 6px 6px -5px #4a4a4a;
  	box-shadow:         0px 6px 6px -5px #4a4a4a;
}
nav li{
    float: right;  
	position:relative; /* We'll need this for the dropdown to work properly */
}
nav li a{
	display: block;
    color: #ffffff;
    padding: 8px 16px; /* Spacing out the links */
	font-size: 16px;
}
nav li a:hover {
    color: #fff;
}
.camps{
	background: #0077de;
}

.schools{
	background: #13c23c; 
}
.training{
	background: #ff9900;
}
.ash{
	background: #ff5000; 
}
.about{
	background: #ffd733;
}
.contact{
	background: #666666;
}
.PlanetBravo{
	float: left;
}
.PlanetBravo a{
	font-size: 24px;
	margin: 6px 0 0 6px;
	padding: 0;
	line-height:24px;
}


/****Dropdown Styles***/

.dropdown{
	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
	list-style: none;
    position: absolute;
    left: -9999px;
    z-index: 10; /* So the dropdown stays on top of everything else */
	opacity: 0;
    -webkit-transition: opacity 0.35s linear;
    -moz-transition: opacity 0.35s linear;
    -o-transition: opacity 0.35s linear;
    transition: opacity 0.35s linear;
}
.dropdown li{
    padding: 0;
    margin: 0;
    float: none;	
}
.dropdown a{
    white-space: nowrap;
    text-align: left;
    display: block;
	font-style:normal;
	font-size: 14px;
	font-weight:normal;
}
nav li:hover ul{
    left: 0;
    opacity: 100;
}
nav li:hover ul a:hover{
    background: #fff;
}
.camps ul:hover a{
	color:  #fff;
	background: #0077de;	
}
.camps ul a:hover {
	color: #0077de;
}
.camps ul{
	background:#0077de;
}
.camps ul li ul{
	position:absolute;
	top:0;
	left:100%;
	display:none;
}
.camps ul li:hover ul{
	display:block;
}
.schools ul:hover a{
	color:  #fff;
	background: #13c23c;	
}
.schools ul a:hover {
	color: #13c23c;
}
.schools ul{
	background:#13c23c;
}
.training ul:hover a{
	color:  #fff;
	background: #ff9900;	
}
.training ul a:hover {
	color: #ff9900;
}
.training ul{
	background: #ff9900;
}
.ash ul:hover a{
	color:  #fff;
	background: #ff5000;	
}
.ash ul a:hover {
	color: #ff5000;
}
.ash ul{
	background: #ff5000;
}
.about ul:hover a{
	color: #333;
	background: #ffd733;	
}
.about ul a:hover {
	color: #333;
}
.about ul a{
	color:#080808;
	background: #ffd733;
	width:69px;
}

/***SLIDER!!!!*****/

.nivoSlider {
    position:relative;
    background:url(images/loading.gif) no-repeat 50% 50%;

}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

/***********3 Services Section*******/


#container {
    width: 960px;
	height: 420px;
    margin: auto auto;
}
#services-container{
	width:720px;
	margin:auto 120px auto;
	background:transparent;
}
#services-container h1{
	font-size:56px;
	text-align:center;
	line-height:150%;
	margin-bottom:14px;
	color: #ffd733;
}
#primary {
    float: left;
    width: 240px;
}
#primary h3 a{
	font-family: 'boulderregular';
	font-size: 36px;
	color: #0077de; 
	display: block;
    font-weight: normal;
	font-style: normal;
	text-align: center;	
}
#primary a:hover{
    color:#0077de; 
}
#primary p{
    margin: 0 24px;
	line-height: 18px; 
}
#secondary {
    float: left;
    width:240px;
}
#secondary a{
    color:#13c23c; 
}

#secondary h3 a{
	font-family: 'boulderregular';
	font-size: 36px;
	color: #13c23c; 
	display: block;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
#secondary p{
    margin: 0 24px; 
	line-height: 18px;
}
#tertiary {
    float: left;
    width: 240px;
}
#tertiary a{
    color:#ff9900; 
}

#tertiary h3 a{
	font-family: 'boulderregular';
	font-size: 36px;
	color: #ff9900; 
	display: block;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
#tertiary p{
    margin: 0 24px; 
	line-height: 18px;
}
.centerimg{
	display: block;
    margin:10px auto 0;
}

#shadow{
	background:#fff;
	width:100%;
	height:20px;
	-moz-box-shadow:    0px 6px 6px -5px #4a4a4a;
 	-webkit-box-shadow: 0px 6px 6px -5px #4a4a4a;
  	box-shadow:         0px 6px 6px -5px #4a4a4a;
}

/*******CONTENT SECTION*****/

#links{
    width:100%;
	position: relative;
	background:#e3e3e3;
}

#links ul{
	list-style: none;
	font-size: 12px;
}
#greybox-columns{
	width:960px;
	margin: 0 auto 0;
}
#campfooter {
    float: left;
	margin-left:60px;
    width: 13%;
	padding:6px 12px 0;
}
.footerlinks {
    float: left;
    width: 13%;
	padding:6px 12px 0;
}
#links p{
	color: #0077de;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 7px;
}
#social-media{
	width:960px;
	margin:0px auto 10px;
	display:block;
	clear:both;
}
#social-media p{
	padding:14px;
	text-align:center;
	line-height:150%;
}
#social-media-icons{
	width: 210px;
	margin: 0 auto 0;
}
#social-media-icons a{
	padding: 7px;
}


/*****FOOTER****/

#spacer{
	clear:both;
	height: 80px;
}
.footer_img{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
footer{
    clear:both;
	min-width:960px;
}

footer a:hover{
    padding: 10px 10px;
    color: #fff;
    background: #e35e35;
}
footer a:active{
    color: #fff;
    background: #454545;
}
footer p{
	color: #ffffff;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
	width: 100%;
	background-color: #ff9900;
}