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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8C8B8B;
	font-size: 1.1em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8C8B8B;
	font-size: .97em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8C8B8B;
	font-size: 0.93em;
	font-weight: 300;
}

h4 {
	margin: -5px 0 0 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;	
	color: #B0B0B0;
	font-size: .9em;	
}

a {
	color: #016A70;	
}

#wrapper {
	width: 100%;
	margin: 0 0 0 -10px;
}

#logo {
	width: 320px;
	height: 70px;
}

.homeNav {
	width: 100%;
	height: 61px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFF;
}

#whyNav {
	background-color: #c1d72e;
	margin-bottom: 5px;
	height: 60px;
}

#workNav {
	background-color: #f8941d;
	margin-bottom: 5px;
	height: 60px;
}

#exploreNav {
	background-color: #016a6f;
	margin-bottom: 5px;
	height: 60px;
}

#contactNav {
	background-color: #4d4d4d;
	margin-bottom: 5px;
	height: 60px;
}

.accordion {
	min-width: 320px;
	max-width: 480px;
}

#accordion-Content1 {
	padding: 0 10px 5px 10px;
	min-width: 285px;
	max-width: 470px;
}

#accordion-Content2 {
	min-width: 285px;
	max-width: 470px;
	padding: 0 10px 5px 5px;
	margin-bottom: 20px;
}

#accordion-Content3 {
	min-width: 310px;
	max-width: 480px;
	padding: 0 0 5px 10px;
}

#accordion-Content4 {
	min-width: 310px;
	max-width: 480px;
	padding: 0 0 5px 5px;
}

#backButton {
	width: 100%;
	height: 30px;
	background-color: #f1f2f2;
}

#philosophyText {
	min-width: 310px;
	max-width: 480px;
	padding-left: 10px;
	padding-right: 10px;
}

#peopleText {
	min-width: 310px;
	max-width: 480px;
	padding-left: 10px;
}

#bioImage-John {
	margin: 25px 0 0 0;
}

#bioImage-Meg {
	margin: 75px 0 0 0;
}

#johnHeader {
	width: 320px;
	height: 113px;
	margin: 0 0 0 0;
}

#megHeader {
	width: 170px;
	height: 71px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8C8B8B;
	font-size: 1.1em;
	margin: -75px 0 0 100px;
}

.closedButton {
	width: 27px;
	height: 27px;
	margin: -40px 0 0 300px;
}

.openButton {
	width: 27px;
	height: 27px;
}

#quotes {
	width: 300px;
	height: 210px;
	margin: 0 0 0 20px;
}

#contactIcons {
	width: 105px;
	height: 30px;
	display: inline;
}

.divider {
	width: 100%;
	border-top: 1px solid #B0B0B0;
}

.contactInfo {
	width: 100%;
	height: 10px;
	color: #B0B0B0;
	margin: 7px 0 0 0;
	padding-left: 10px;
}

#copyrightInfo {
	width: 100%;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #B0B0B0;
	margin: 13px 0 0 10px;
	padding-left: 5px;
}

#slider ul, #slider li {
	margin:0 auto;
	padding:0;
	list-style:none;
		}
		
	#slider {
	margin: 0 auto;
	min-width: 290px;
	max-width: 480px;
}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:290px;
	height:200px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slidernext, #sliderprev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slidernext{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slidernext a, #sliderprev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slidernext a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin: 12px auto 5px auto;
		padding:0;
		height:18px;
		width: 215px;
		}
	ol#controls li{
		margin:0 10px 0 0;
		text-align: center;
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		width: 25px;
		line-height:21px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		width: 25px;
		line-height:21px;
		border:1px solid #ccc;
		color:#555;
		padding: -10px 0 0 0;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#f7941e;
		color:#fff;
		font-family: Arial, Helvetica, sans-serif;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
