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

*{
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
}

body {
	background-color: #000;
	background-image: url(../images/background/wood_2000_2.jpg);
	/*background-repeat: repeat-x; 
	background-position: top center;*/
	background-attachment: fixed;
	
}

#mauto {
	margin: 0px auto;
	width: 960px;
		height: auto;
	/*	border: thin dotted red; */

}

/*.960w {
	width: 960px;
}
*/

#header_wrapper {
	width: 100%;
	height: auto;
	
}

#header {
	width: 960px;
	margin: 0px auto;
	height: 100px;
	padding-bottom: 10px;
	
	
}



#header_logo {
	width: 190px;
	height: 100px;
	float: left;
	

}
	a img {
  border: none;
}






#nav_bar {
	margin-top: 50px;
	background-color: #32451E;
	width: 730px;
	height: 20px;
	padding: 10px;
	float: right;    

}


		  #nav_bar A:link {
	color: #FFF;
		  }
		  #nav_bar A:visited {
		  }
		  #nav_bar A:active {
		  color: #2E4244;
		  background-color: #888991;
		  box-shadow: 5px 5px 5px #ffffff;
		  }
		  #nav_bar A:hover {
		  
		  background-color: #ABC58F;
		box-shadow: 5px 5px 5px #000000; 
		  
		  }



			  #nav_bar ul li {
				  float: left;
				  list-style-type: none;
				  
			  }
			  #nav_bar ul li a {
				  font-size: 13px;
				  text-decoration: none;
				  display: inline;
				  padding: 10px 17px;
				  text-transform: uppercase;
				  color: #ffffff;
			  
			  }




#main_page_slider {
	background-color: #4d304d;
	/*background-image: url(../images/slider/working_stocks.jpg); */
	background-repeat:no-repeat;
	background-position: left;
	height: auto;
	width: 920px;
	padding: 20px;
	border-top: thick solid #E6E7E8;

}



		#slider_text_right p{
	font-family: 'Bad Script', cursive;
	font-size: 33px;
	color: #ffffff;
	width: 345px;
	line-height: 36px;
	float: right;
	margin-right: 5px;
	padding: 10px;
	margin-top: -250px;
	
	
				  }
				  
				  #slider_text_right .author {
	font-size: 16px;
	padding-left: 50%;
	color: #CCC;
							}
		
	
#box1 {
	
	width: 940px;
	min-height: 555px;
	padding: 10px;
	color: #000000;
	background-color: #E6E7E8;
}


			  #box1 .inside1 {
				  width: 420px;
				  line-height: 27px;
				  font-size: 20px;
				  float: left;
				  padding: 10px 20px 10px 10px;
				  }
				  
				  #box1 .inside1 h3 {
				  line-height: 30px;
				  font-size: 26px;
				  color: #663366;
				  }
				  
				  
				   #box1 .inside1 P{
				  width: 410px;
				  line-height: 25px;
				  font-size: 18px;
				  float: left;
				  padding: 10px 10px 0px 20px;
				  }
				  
				  
			  #box1 .inside2 {
				  float: right;
				  width: 450px;
				  border-left: thin solid #663366;
				  padding: 10px 10px 10px 25px;
			  }
			  
				  #box1 .inside2 h3 {
				  line-height: 30px;
				  font-size: 26px;
				  color: #9D7B4E;
				  }
				  
				  #box1 .inside2 p {
				  padding-top: 5px;
				  font-size: 16px;
				  letter-spacing:1px;
				  
				  }
				  
				  
				  #box1 hr{
					  color: #663366;
					  margin: 20px 0px;
			  
				  }
				  
				  #box1 .inside2 h6{
			  			font-size: 18px;
						
				  }
				  
				  #box1 li{
					  margin-left: 30px;
				  }
					
					
					#box1 .inside2 a{
						text-decoration: none;
						color: #663366;
						
					}







#footer_wrapper {
	margin-top: 20px;
	/*background-color: #ABC58F;*/
	background-color: #32451E;
	width: 100%;
	clear: both;
}


#footer {
	padding: 10px;
	font-size: 12px;
	color: #CCC;
	width: 960px;
	margin: 0px auto;
	line-height: 9px;
		
}

#footer br{
	line-height: 2px;
}

#footer a{
	text-decoration: none;
	color: #FFF;
    text-transform: uppercase;

}

/* ------------------------------------ testimonial -------------------------------- */


		
		#testimonial_page_slider {
		background-color: #4D304D;
	background-image: url(../images/clients/014_3064_background.jpg); 
	background-repeat:no-repeat;
	background-position: center;
	height: 400px;
	width: 920px;
	padding: 20px;
		border-top: thick solid #E6E7E8;


}


	
	
	#testimonial_text_left {
	/*		background-color: #000000; */
		background-color: rgba(0,0,0,0.3);
			font-size: 14px;
			color: #ffffff;
			width: 300px;
			line-height: 15px;
			padding: 10px;
			
			
			}
	
	
	
						  #testimonial_text_left li {
											  font-size: 14px;
											  color: #ffffff;
											  width: 300px;
											  line-height: 15px;
											  padding-top: 10px;
											  margin-left: 20px;
											  
					  
						  }
						  
						  
							#testimonial_text_right {
									background-color: rgba(0,0,0,0.2);
									-moz-box-shadow: 5px 5px 3px #000;
									-webkit-box-shadow: 5px 5px 3px #000;
									
									}
						  
				

									#testimonial_text_right p{
												background-color: rgba(0,0,0,0.3);

									font-family: 'Bad Script', cursive;
									font-size: 20px;
									color: #ffffff;
									width: 300px;
									line-height: 26px;
									float: right;
									margin-right: 20px;
									padding: 10px;
									margin-top: -20px;
									
									
									}
									
									#testimonial_text_right .author {
									font-size: 16px;
									padding-left: 30%;
									color: #CCC;
									}
									
									
#test_accordian_wrapper {
	float: left;
	width: 350px;
	
/*	min-height: 460px; */
	background-color: #000000;
	margin-bottom: 20px;
	
	
}

#images_right {
	background-image: url(../images/clients/two_quotes.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 610px;
	float: right;
	min-height: 500px;
	
}




.menu_list {	
	width: 320px;
}
.menu_head {
	padding: 10px 10px;
	cursor: pointer; 
	position: relative; 
	margin:1px;
    font-weight:bold;
	font-size: 18px;
    background: #eef4d3 url(left.png) center right no-repeat;
}
.menu_body {
	display:none;
	color: #ffffff;
}

.menu_body {
	background-color: #32451E;
	padding: 10px;
}
.menu_body a{
  display:block;
  color:#fff;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
	color: #ffffff;
	text-decoration:underline;
  }




#testimonial_box1 {

	  padding: 10px;
	  background-color: #9ca191;
	  width: 302px;
	  font-size: 16px;
	  color: #fff;

  
}
	







/*

#images_right .quote {
	color: #FFF;
	width: 230px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Bad Script', cursive;
	position: absolute;
	margin-top: 50px;
	margin-left: 30px;
	
}

#images_right .author {
	font-size: 14px;
	color: #fff;
	width: 250px;
	float: right;
	margin-left: 200px;
	margin-top: 350px;
	
}
									
		
	
		
	
		
#testimonial_page_content {
}

			
			
			#testimonial_page_content a {
				background-color: #cccccc;
				border: 1px solid #FFFFFF;
				color: #2E4222;
				display: block;
				padding: 10px 10px;
				text-decoration: none;
				width: 300px;
			}
			
			
			.display {
				background-color: #E6E7E8;
				display: none;
				width: 322px; 
				
			}

			.testimonial {
				padding: 21px;
			}
			
			.testimonial_text {
				padding-top: 20px;
			width: 280px;
			float: left;
			font-size: 18px;
			line-height: 22px;
		}
		
		.testimonial_text a {
			width: 150px;
		}
		
		
		
			
					

		
.on {
    background-color: #666666;
    padding: 5px 10px;
}

 /* --------------------------------------- services ---------------------------------- */
 
 #services_mary {
	 background-color: #E6E7E8;
	padding: 20px;
	 width:560px;
 }
 
 #services_mary h3{
	line-height: 30px;
	font-size: 26px;
	color: #663366;	 
 }
 
  #services_mary li{
	  margin-left: 20px;
  }
  
  #pictures_services {
	  color: #FFF;
	  width: 320px;
	  float: right;
	  
  }
  
  #pictures_right {
	   width: 320px;
	  float: right;
  }
  
  #pictures_right  img{
	  margin-bottom: 200px;
  }
	  
	   /* --------------------------------------- questions ---------------------------------- */
	  
  #pictures_right {
	   width: 320px;
	  float: right;
  }
  
  #pictures_right  img{
	  margin-bottom: 200px;
  }
	  
	  
.questions {
 background-color: #E6E7E8;   /*#9ca191; green*/
	padding: 20px;
	width: 560px;
	
}

.questions h3{
	line-height: 28px;
	font-size: 26px;
	color: #663366;	
	width: 450px;
}

.questions p{
		
	width: 540px;
	padding: 0px 10px;			  
}


.questions li{
	margin-left: 25px;
	
}

.questions  a{
	color: #000000;
	text-decoration: none;
	
}

.questions hr{
	margin: 20px 0px;
	
}




.questions A:link {
		  
		  color: #2E4244;
		  line-height: 22px;
		  }
		  .questions A:visited {
		  }
		  .questions A:active {
		  color: #000000;
		  }
		  
/*										Contact 						*/

#contact_mary {
	background-color: #999;
}

#box1 h1{
	color: #663366;
}

#box1 img{ 
margin: 10px;
}

#box1 p{
	line-height: 16pt;
}





.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:200px;
  background-color: #ffffff;
}

.AccordionTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  -moz-user-select:none;
}

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none;
}

.AccordionContainer
{
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
}










