@charset "UTF-8";
body, body *  {
padding:0;
margin:0;
border:none;	
}

@font-face {
					font-family: 'QuicksandLight-Regular';
				src: url('../fonts/quicksandlight.eot');
				src: url('../fonts/quicksandlight.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/quicksandlight.woff') format('woff'),
						 url('../fonts/quicksandlight.ttf') format('truetype'),
						 url('../fonts/quicksandlight.svg#quicksandlight') format('svg');
				font-weight: normal;
				font-style: normal;
		}

body  {
font-size:100%;	

font-family: 'Abel', sans-serif;
background-color:#E9E9E9;
color:#454545;
}

a  {
color: #FF6600;
text-decoration:none;	
}

a:hover {
color:#800000;	
}

#outer {
width:100%;
position:fixed;
top:0;
left:0;
z-index:600;
/*background-image:url(../images/ocean_feb.jpg);
background-repeat:repeat-x;
*/
/*background-color:#E6E6E6;*/
background-color:#ccc;
}

/*=====mobile navigation =======*/
.nav-button, ul.primary-nav, .nav-phone { display: none; } /* hide the navigation button by default */
/*=====END mobile navigation =======*/

nav  {
	clear:both;
	border-top:solid 1px #0060B6;
margin:auto;	
height:45px;
line-height:45px;
background: rgb(59,103,158); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */


-webkit-box-shadow: 0 0 6px 4px rgba(102,102,102,.3);
   -moz-box-shadow: 0 0 6px 4px rgba(102,102,102,.3);
        box-shadow: 0 0 6px 4px rgba(102,102,102,.3);
		
}

nav ul  {
width:80%;
text-align:center;
margin:auto;
max-width:1400px;
}

nav ul li.normal  {
display:inline;	
float:left;
width:16.6%;

}

nav ul li.normal-on  {
display:inline;	
float:left;
width:16.6%;

}



nav ul li.normal a  {
display:block;
text-decoration:none;
color:#fff;	

}

nav ul li.normal-on a  {
display:block;
text-decoration:none;
color:#fff;	
background-color:#0060B6;
-webkit-transition:background-color 1s ;
	-moz-transition:background-color 1s ;
	-o-transition:background-color 1s ;
	transition:background-color 1s ;	
}







nav ul li.normal a:hover, 
nav ul li.normal-on a:hover
 {
	display:block;
background-color:#0060B6;
-webkit-transition:background-color 1s ;
	-moz-transition:background-color 1s ;
	-o-transition:background-color 1s ;
	transition:background-color 1s ;
	color:#fff;	
}


#inside  {
	width:80%;
	margin:auto;
	max-width:1200px;
overflow:hidden;
	
}

#wrapper  {
width:75%;
margin: 8.5em auto 0 auto;
background-image:url(../images/bg_wrapper_new.png);	

padding:1.5%;
overflow:hidden;
clear:both;
max-width:1200px;
border-right:1px solid #ccc;
-webkit-box-shadow: 3px 0 8px 4px rgba(51,51,51,.3);
-moz-box-shadow: 3px 0 8px 4px rgba(51,51,51,.3);
box-shadow: 3px 0 8px 4px rgba(51,51,51,.3);
position:relative;
}

#header  {
width:22%;
float:left;	
padding:.6% 0 0 0%;
max-width:320px;
}

#utilities  {
width:65%;
float:right;
margin:0% 0% 2% 0;	

}

#google  {

overflow:hidden;
margin:0 0% 1% 0;	
}

 input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: .9em;
	
	
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

/* search input field */
input[type=search] {
	background:#C5D7EB url(../images/search-icon.png) no-repeat 9px center;
	background-color:#0060B6;
	background-color:#BFD7ED;
	color:#fff;
	 -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 15px;
border-top-left-radius: 5px;
border-bottom-left-radius: 15px;
	/*border:1px #E5EBD3 solid;*/
	padding:11px 10px 11px 32px;
	width: 100%;
	margin-bottom: 10px;
	border-left:1px solid #80B0DB;
border-bottom:1px solid #80B0DB;
	/*-webkit-border-radius: .5em .5em 0 0;
	-moz-border-radius: .5em .5em 0 0;
	border-radius: .5em .5em 0 0;*/
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	
	width: 100%;
	background-color: #fff;
	color:#666;
	border: none;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* placeholder */
input:-moz-placeholder {
	color: #fff;
	

}
input::-webkit-input-placeholder {
	color: #660099;
	color:#fff;
}

#menu  {
	
	margin:4% 0 0% 0;
}

#menu ul {
text-align:right;	
	}
	
	

#menu ul li.first {
display:inline;	
padding:0 0 0 5%;
}

#menu ul li.first-on {
display:inline;	
padding:0 0 0 5%;
}

#menu ul li.first a {
text-decoration:none;
color: #FF6600;
}

#menu ul li.first-on a {
text-decoration:none;
color:#0060B6;	
}

#menu ul li.first a:hover {
color:#0060B6;	
}

#tagline  {
	clear:both;
	text-align:right;
width:100%;
padding:1% 0 0 0%;
max-width:1400px;
}

#tagline img  {

}

#tagline h2  {
text-align:left;
color:#fff;
}

#pic  {
display:none;	
}

#content  {
float:left;
width:64%;
position:relative;	
}

 
#content article ul li  {
	
}

ul.content   {
	margin:2% 0 2.8% 5%;
	
}

ul.content li   {
	margin:0 0 2% 0;
	list-style-type:circle;
	line-height:1.25;
	
}

ul.content li a span   {
display:none; 
position:absolute;
top:700px;
left:0;
z-index:800;
	
}

ul.content li a:hover span   {
display:block; 
	
}


.box-big  {
background-color:#D9D9D9;
overflow:hidden;
padding:3%;	
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
margin-bottom:2%;
}

.box-big-blue  {
background-color:#0060B5;
overflow:hidden;
padding:3%;	
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
margin-bottom:2%;
color:white;
}

.white  {
	color:white;
}


#left  {
float:left;
width:47.5%;	
}

#right {
float:right;
width:47.5%;	
}


#carasol {
	position: relative;
	margin-bottom:65%;

}

#carasol img {
	display: none;
	left: 2px;
	position: absolute;
	top: 0px;
	
}

#carasol img#slide_1 {
	display: block;
}

.social2  {
	background-color:#E6E6E6;
border:#D9D9D9 solid 2px;
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
padding:4% 0;	
}

.non  {
	margin-bottom:3%;	
}

ul#social {
margin-top:0;
text-align:center;	
}

ul#social li {
display:inline;	
padding:0 2%;
}

ul#social li a {
opacity:.5;

filter:alpha(opacity=.5); /* For IE8 and earlier */
}


ul#social li a:hover {
opacity:1;
transition: opacity 2s;
-moz-transition: opacity 2s; /* Firefox 4 */
-webkit-transition: opacity 2s; /* Safari and Chrome */
-o-transition: opacity 2s; /* Opera */

filter:alpha(opacity=1); /* For IE8 and earlier */
}

ul.icons  {
text-align:center;
margin-bottom:3%;	
}

ul.icons li.icons  {
display:inline;	
padding:0 1.5%;	
}

ul.icons li.icons a  {
opacity:.5;
filter:alpha(opacity=.5); /* For IE8 and earlier */
}

ul.icons li.icons a:hover  {
opacity:1;
transition: opacity 2s;
-moz-transition: opacity 2s; /* Firefox 4 */
-webkit-transition: opacity 2s; /* Safari and Chrome */
-o-transition: opacity 2s; /* Opera */

filter:alpha(opacity=1); /* For IE8 and earlier */	
}


img.social  {
	width:15%;

margin:1% 0 0 0;
}


img.calendar  {
	width:19%;

margin:1% 0 0 0;
}

img.icons  {
	width:21%;

margin:1% 0 0 0;
}





aside  {
float:right;
width:31%;	
margin:  5px 0 ;	

}



.box {
	background-color:#C5D7EB;
	background-color:#333333;
	
padding:3%;
margin:0 0 5% 0;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 25px;
border-top-left-radius: 5px;
border-bottom-left-radius: 25px;
border-left:1px groove #FF6600;
border-bottom:1px groove #FF6600;
}

.box-orange {
	
	background-color:#FF6600;
	
padding:3%;
margin:0 0 5% 0;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 25px;
border-top-left-radius: 5px;
border-bottom-left-radius: 25px;
border-left:1px groove #FF6600;
border-bottom:1px groove #FF6600;
}


aside_nav  {
	
}

footer  {
	width:100%;
	margin:auto;
background-color:#FFB380;
	-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius:  15px;
-moz-border-radius-topright:  15px;
-moz-border-radius-topleft: 15px;
border-top-left-radius:  15px;
border-top-right-radius:  15px;
-webkit-box-shadow: 0 -2px 8px 2px rgba(118,118,118,.4);
   -moz-box-shadow: 0 -2px 8px 2px rgba(118,118,118,.4);
        box-shadow: 0 -2px 8px 2px rgba(118,118,118,.4);
		-webkit-box-shadow:rgba(0,0,0,.7)
}

#footer-inner {
	clear:both;
	width:90%;
	margin:auto;
	overflow:hidden;
	max-width:1400px;
	padding:2% 0 1% 0;
	}
	
	#copyright  {
		margin-top:2%;
	height:40px;
	line-height:40px;	
	background-color:#D9986D;
	overflow:hidden;
	}
	
	#copyright ul  {
		text-align:center;
	}
	
	.copy-left  {
	float:left;
	width:48%;	
	
	}
	
	.copy-right  {
	float:right;
	width:48%;	
	
	}
	
	#copyright ul li  {
	display:inline;
	color:#5D5D5D;
	width:50%;
	float:left;	
	font-size:.875em;
	}
	
	#copyright ul li a  {
	color:#5D5D5D;
	text-decoration:none;	
	}
	
	#copyright ul li a:hover  {
	color:#939393;	
	}



.box1  {
	float:left;
	width:16.5%;
	padding:0 2.12765957446809% ;
	margin-right:2.12765957446809%;

	
}
.box2  {
	float:left;
	width:16.5%;
	padding:0 2.12765957446809% ;
	margin-right:2.12765957446809%;
	
	
	
}

.box3  {
	float:left;
	width:16.5%;
	padding:0 2.12765957446809% ;
	margin-right:0;
	
	
	
}

.box4  {
	float:right;
	width:31.6595744680851%;
	padding:0 ;
	margin-right:0;
	
	}

ul.footer li.bold  {
	list-style-type:none;
	display:block;
	line-height:1.2;
	margin-bottom:5px;
	font-weight:bold;
	font-size:.95em;
}

ul.footer li.bold a  {
	text-decoration:none;
	color:#525252;
	color:#7E7E7E;
	color:#E6E6E6;
	color:#666;
	}
	
	ul.footer li.bold a:hover  {
	text-decoration:none;
	color:#525252;
	color:#7E7E7E;
	color:#ADADAD;
	color:#474747;
	}
	
ul.footer li.footer   {
	margin-bottom:3px;
	color:#ADADAD;
	color:#787878;
	
	}

ul.footer li.footer a  {
	text-decoration:none;
	color:#ADADAD;
	color:#787878;
	}
	
ul.footer li.footer a:hover  {
	text-decoration:none;
	color:#666;
}

address ul.footer li.footer {
 font-size:1.2em;
	margin-bottom:5px;
	color:#666;	
}

img  {
max-width:100%;	
}

img.logo  {
width:240px;
margin:10% 0 8% 0 ;
}

img.banner  {
max-width:100%;
margin:1% 0 1.5% 0;
}



img.side  {
max-width:100%;	
margin:0% 0 0 0;
}


.container_left  {
width:33%;
float:left;	
padding:.7% 3% .7% 0;
}

.book  {
width:20%;
float:left;	
padding:.7% 3% .7% 0;	


}

.reading  {
background-color:#E3E3E3;
padding:3.5%;
margin-top:2%;
border-radius:10px;	
overflow:hidden;
}

.reading ul.content  {
	margin-left:30px;
}

.reading .right {
float:right;
width:75%;	
}

.container_right  {
width:33%;
float:right;	
padding:.7% 0 .7% 3%;
}

.validator  {
padding:3% 0 5% 0;	
}

#mini_nav  {
	
	clear:both;
width:100%;	
height:40px;
	line-height:40px;
	
}

#mini_nav ul.mini  {
margin-top:4%;
text-align:center;
	
}

#mini_nav  ul.mini li.mini {
width:16.5053763440323%;
float:left;
display:inline;
margin-right:.161290322580645%;
background-color:#000;

	
}

#mini_nav ul.mini li.mini a {
text-decoration:none;
display:block;
}

#mini_nav ul.mini li.mini a:hover {
text-decoration:none;
background-color:#003366;
color:white;
}



#mini_nav2  {
	display:none;
	
}






/*=======typography=========*/

h1 {
	font-family: 'QuicksandLight-Regular' ;
	
font-weight:200;
font-size:2.2em;
margin-bottom:.2%;
line-height:.9;
letter-spacing:-4px;
color:#185FAC;	

}



h1 span {
	font-family: 'Domine', serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: 'Abel', sans-serif;*/
font-size:.65em;
margin-bottom:.4%;
line-height:1.08;
font-weight:normal;
color:#185FAC;	
letter-spacing:normal;

}


h2  {
font-family: 'Domine', serif;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.2;
font-size:1.3em;
padding-bottom:.5%;	
color:#185FAC;	
}

h3  {
font-family: 'Domine', serif;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.1em;
padding-bottom:.5%;
font-style:oblique;
color:#185FAC;	
line-height:1.2;
}

h3.faqs  {
font-family: 'Domine', serif;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
line-height:1.2;
font-style:oblique;
color:#185FAC;
padding:3%;	
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 25px;
border-top-left-radius: 5px;
border-bottom-left-radius: 25px;
border:solid #ccc 1px;
}


h3.oblique  {
font-family: 'Domine', serif;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.2em;
padding-bottom: 3%;
padding-top:4%;
font-style:oblique;
color: #FF6600;
line-height:1.2;
}
	
	h4  {

font-family:Georgia, "Times New Roman", Times, serif;
font-size:.9em;
padding-bottom:1.5%;
text-transform:uppercase;
color:#F8F8F8;
font-weight:normal;

	
}

.reading + h3, .reading + p  {
	margin: 20px 0 5px 0;
}


p {

padding-bottom:2.8%;	
font-family: 'Abel', sans-serif;
line-height:1.36;
font-size:1em;
}

p.side {

padding-bottom:1%;	
font-family: 'Abel', sans-serif;
line-height:1.2;
font-size:.87em;
color:#F8F8F8;
}

p.right  {
text-align:right;	
font-style:italic;


}

.wheel  {

height:1.5em;
line-height:1.5em;

}

p.side a {
text-decoration:none;
color: #FF6600;
padding:0 1em 0 0;

}

p.side-fail a {
text-decoration:none;
color: #333;
padding:0 1.9em 0 0;
vertical-align:middle;
}

p.side a:hover {
color:#BFD7ED;	
}

 p + ul.content   {
	margin:-1.5% 0 2.8% 3%;
	
}

h2 + ul.content li   {
	margin:0 0 1% 0;
	list-style-type:circle;
	
}

p.indent {

padding: 2.8% 4% 2.8% 4%;	
font-family: 'Abel', sans-serif;
line-height:1.36;
}

p.waves   {

text-align:center;	


}


.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
	margin-bottom:5%;
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
    height: 100%;
}


hr  {
	margin:8px 0 20px 0;
height:1px;
background-color:#F60;	
}

hr.blue  {
	margin:8px 0;
height:1px;
background-color:rgba(0,102,204,.4);
}

hr.footer  {
	margin:8px 0;
height:0px;
background-color:rgba(0,102,204,.4);
}

span.highlight  {
background-color:#FF0;
font-family:Arial, Helvetica, sans-serif;
font-weight:900;
}

.note  {
	background-image:url(../images/sticky-note.png);
	background-repeat:no-repeat;
	background-position:top right;
position:absolute;
top:2%;
right:-20%;	
z-index:590;
width:290px;
height:13%;


}

.note h1, .note h2  {
	-moz-transform:rotate(-5deg);
-o-transform:rotate(-5deg);
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg);
	padding:30px 20px 0 20px;
}

 .note p  {
	-moz-transform:rotate(-5deg);
-o-transform:rotate(-5deg);
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg);
	padding:10px 20px 0 20px;
}


.reading + .box-big-blue {
	margin:20px 0 0 0 0;
}

ol li  {
	margin-bottom:5px;
	margin-left:40px;
	list-style-type:decimal;
}


img + img  {
margin:20px 0;	
}

h3 + img  {
margin:20px 0 0 0;	
}

img + h3  {
margin:20px 0 0 0;	
}

img + p  {
margin:20px 0 0 0;	
}


audio  {
width:100%;
margin:10px 0;	
}

video  {

margin:10px 0;	
}

h3 + object  {
	margin:20px 0;
}


h3 + iframe  {
	margin:20px 0;
}

small + h3 {
	
	margin:20px; 0;
}


<!--=====classess=======-->