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


body {
	background:#cbc7ae;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 1.2;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
a {
	outline:none;
}
img {
	padding:0;	
	margin:10px;
}

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	line-height:1.4em;
	margin-bottom:10px;
}
dt {
	font-size:12pt;
	font-weight:bold;
	line-height:30px;
	color:#a8988c;
}
ul li, ol li, dl li{
	margin-left:20px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. *//* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
p {margin-bottom:0px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	background: url(../images/bg.png) repeat-y top center #cbc7ae;
	width: 760px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding:10px 120px 50px 120px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #fff;
	height:80px;
	margin-bottom:40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.banner {
	width:740px;
	margin:0 auto;
	height:220px;
	background:url(../images/banner.jpg) no-repeat;
	margin-top:5px;	
}
.home_banner {
	width:540px;
	height:220px;
	background:url(../images/banner.jpg) no-repeat;
	margin-top:0px;
	float:right;
	padding-top: 0px;
}
.banner_forms {
	background:url(../images/banner_forms.jpg) no-repeat;
}
.banner_testi {
	background:url(../images/banner_testi.jpg) no-repeat;
}
.sidebar1 h3 {
	font-size:10pt;
	margin-top: 0px;
	padding-top: 0px;
	}
.sidebar2 h3 {
	font-size:10pt;
	margin-top:0;
}
.sidebar1 {
	float: left;
	width: 180px;
	margin-top:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sidebar2 {
	float: right;
	width: 205px;
	border-left:#e0dacd solid 1px;
	margin-top:5px;
	padding-bottom: 10px;
	padding:10px;
	clear:right;
}
.sidebar2 div {
	margin:10px 0;
	border-top:1px solid #ccc;
	padding:10px 0;	
}
.content {
	margin-top:20px;
	width: 490px;
	float: left;
	padding:10px;
	margin-bottom:0px;
	clear:none;
}
.home_content {
	margin-top:10px;
	width: 530px;
	float: right;
	padding:5px 0px 5px 10px;
	margin-bottom:0px;
}
.home_content1 {
	margin:0 10px;
	padding:0px;
	background:url(../images/splash-announcement.jpg) no-repeat;
	width:100%;
	height:135px;
	clear:both;
}
.home_content1 .announcement, .home_content1 .splash,.home_content1 .pool {
	display:none;
}
.home_content2 {
	border-top:1px solid #ccc;
	float:left;
	margin:0 10px;
	padding:10px 0;
}
.content_nosidebar {
	margin-top:10px;
	padding: 10px;
	width: 740px;
	float: left;
	margin-left:20px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: url(../images/footerbg.png) no-repeat #CBC7AE;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align:center;
	width:960px;
	margin:0 auto;
}
.footer p {
	padding:0;	
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.logo a {
	width:170px;
	height:50px;
	background-image:url(../images/logo.gif);
	text-indent:-9999px;
	display:block;
	margin-top:40px;
}

h1 {
	font-family:'century', Times, serif;
	font-size:20pt;
	color:#603C24;
	font-weight:normal;
	padding-bottom:0px;
	letter-spacing:-2px;
	margin-bottom: 0px;
	margin-left:7px;
}
.h1first {
	font-size:18pt;	
}
h2 {
	margin-top:5px;
	color:#9E5615;
	padding-bottom:0px;
	font-weight:normal;
	font-size:18pt;
}
.h2first {
	font-size:18pt;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	font-weight:bold;
	letter-spacing:1px;
	color:#603813;
	margin:10px 0px;
}
h4 {
	margin-bottom:10px;
	font-weight:normal;
}
#tabs-1 img, #tabs-2 img, #tabs-3 img, #tabs-4 img, #tabs-5 img, #tabs-6 img{
	float:right;
	margin:10px 0 10px 10px;
	height:230px;
}
#tab-container div {
	border-bottom:#C1B49A solid 1px;	
	padding:0;
}
#tabs {
	list-style-type:none;
	padding:0;
	display:block;
	height:30px;
	
}
#tabs li {
	display:inline;
	float:left;
	padding:0px 15px;
	border-right: #666666 solid 1px ;
}
#tabs-1 h3, #tabs-2 h3, tabs-3 h3 {
	width:200px;	
}
#tabs li.last {
	border-right:none;
}
#tabs-1 img, #tabs-2 img, #tabs-3 img {
	margin-top:-70px;
}
#slogan {
	display:block;
	text-align:right;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width:760px;
}

#slogan h2{
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom: 3px;
}
.menu {
	display:block;
	float:right;
	margin-top:10px;
	margin:0px 10px 10px 0;
	
}
.menu ul li{
	list-style-type:none;
	display:inline;
	float:left;
	margin-left:10px;
}
.menu ul li  a{
	margin:10px 6px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#716558;
}
.menu a:hover{
	color:#BE1E2D;
}
#tab-container #article {
	border-bottom:none;	
}
#article img {
	width:200px;
	height:134px;
	float:left;
	margin:10px;
}
.readmore {
	display:block;
	float:right;
	width:87px;
	height:25px;
	text-decoration:none;
	margin:5px;
	margin-top:-10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
}
.readmore:after {
	content:" >>";
}

/*--------------------- Social icons--------------------------*/
li#fbicon, li#twicon , li#ypicon , li#yticon {
	list-style:none;
	margin:5px 0 5px 10px;
}

li#fbicon a, li#twicon a, li#ypicon a, li#yticon a{
	background-repeat:no-repeat;
	background-position:0px 2px;
	height:34px;
	line-height:34px;
	display:block;
	width:80px;
	text-indent:40px;
	text-decoration:none;	
}

li#fbicon a {
	background-image:url(../images/facebook_32.png);
}
li#twicon a {
	background-image:url(../images/blog.gif);
}
li#ypicon a{
	background-image: url(../images/yelp_16.png);
}
li#yticon a{
	background-image: url(../images/youtube_16.png);
}
/*---------------------End Social icons--------------------------*/
#mailinglist {
	margin-top:20px;
	width:400px;
	float:right;
}
.joinmailing  {
	width:180px;
	float:left;
	color:#666;
}
.joinmailin{
	width:180px;
	float:left;
}
#mailinglis input {
	color:#333;
	display:inline;
	float:left;
	height:auto;
	width:115px;
}
#mailinglis {
	width:210px;
	float:left;
	border:none;
}
#joinbt{
	border:none;
	width:65px;
	float:left;
	margin:0 5px;
	padding:0;
	
	
}

#social a {
	float:left;	
}
#social img {
	dispaly:block;
	float:left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 40px;
}

#mailinglist input {
float:left;
height:auto;
width:115px;
margin:-2px 2px 2px 2px;
color:#333;
display:inline;
}

.joinbtna  {
background:url("../images/submit.gif") 0px 0px no-repeat scroll transparent;
border:0 none;

}
.faq_content img.location {
	margin-left:20px;
	border:2px solid #ccc;
	float:left;
}
.testimony {
	margin:10px 0;
	padding:30px;
	padding-right:10px;
	border-bottom:1px solid #ccc;
}
.tlast {
	border-bottom:none;	
}
.temoin {
	margin-left:560px;
	font-weight:bold;
	color:#9E5615;
	font-size:12pt;
}
 .bqstart {
     float: left;
     height: 45px;
     margin-top: -30px;
	 margin-left:-30px;
     padding-top: 10px;
     margin-bottom: -50px;
     font-size: 400%;
     color:#9E5615;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top:0px;
     font-size: 400%;
     color:#9E5615;
 }
 .design {
	margin-top:30px; 
 }
 p {
	 padding:10px 0;
 }
 .servicesimg {
	margin:0; 
 }
 img {
	margin:10px; 
 }
 .design {
	color:#fff; 
 }
  .design a{
	color:#fff; 
 }
  .banner_classes {
	width:740px;
	margin:0 auto;
	height:248px;
	background:url(../images/classes.jpg) no-repeat;
	margin-top:5px;
	
}
  .banner_jobs {
	width:740px;
	margin:0 auto;
	height:248px;
	background:url(../images/jobs.jpg) no-repeat;
	margin-top:5px;
	
}
#slogan_classes h2{
	font-size:10pt;
	color:#9A8479;
	float:right;
	margin:0 12px 10px 0;
	
}
h2.classesh2{
	color:#603813;
	font-weight:bolder;
}
ul.classes_ul li{
	list-style-image:none;
	list-style-type:square;
}
.faq {
	 float:right;
 }
 h1.faqs{
	 border:none;
	 color:#5A4A42;
	 font-size:16pt;
 }
.faq_content{
	width:740px;
	clear:both;
	text-align:left;
	padding-left:10px;
	margin-top:20px;

}
.faq_content h2 {
	margin-top:10px;
}
.faq_content img{
	float:right;	
}
.about {
	color:#603C24;
	font-size:20pt;
	border:none;
}
.homeimg{
	float:left;
	height:280px;	
}
.homeimg img {
		border:solid 1px #ccc;
		margin-left:0px;
}
.faq_content p{
	padding:10px 0;
}
.red {
	color:#BE1E2D;
}
.servicesimgbtm {
	margin-left:0px;
}
#hiddenlink {
	display:block;
	text-indent:-99999px;
	color:#cbc7ae;
}
.new {
	float:left;
	clear:both;
	font-size:11pt;
	font-weight:normal;
	color:#900;
	padding: 5px 0px;
	margin-top: 0px;
}
.new:hover {
	color:#ff0000;
}
.banner_classes {
	background:url(../images/banner_classes.jpg);
}
.side-quote {
	width:295px;
	float:right;
}
.side-quote-top {
	background:url(../images/side-quote-top.png) no-repeat;
	height:20px;
	width:295px;
}
.side-quote-bottom {
	background:url(../images/side-quote-bottom.png) no-repeat;
	height:20px;
	width:295px;
}
.side-quote-body {
	width:275px;
	padding:10px;
	background:url(../images/side-quote-body.png) repeat-y;
}
.side-quote-body h3{
	margin:0px;
}
.white {
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-style:italic;
}
h3.brown {
	color:#716558;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:10px;
	font-weight:normal;
}
.classes-title {
	margin-top:-20px;
}
.classes-slogan {
	position:relative;
	top:25px;
}
.location {
	clear:both;
}
h3.jobs {
	margin-bottom:10px;
}
#tab-container{
	margin-left:7px;
}
