@charset "UTF-8";
body  {
	font: 100% Myriad Pro, Tahoma, Arial, sans-serif;
	background: #7e6565;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 13px;
}

h1 {
	text-align: center;
	font: 100% Myriad Pro, Tahoma, Arial, sans-serif;
	color: #663333;
	font-size: 20px;
	
	padding: 3px 0px 5px 0px;
	margin: 0px;
	}

h2 {
	text-align: center;
	font: 100% Myriad Pro, Tahoma, Arial, sans-serif;
	color: #663333;
	font-size: 16px;
	}
	
h3 {
	text-align: center;
	font: 100% Myriad Pro, Tahoma, Arial, sans-serif;
	font-weight: bold;  
	color: #663333;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	}
	
	h4 {
	text-align: center;
	font: 100% Myriad Pro, Tahoma, Arial, sans-serif;
	color: #663333;
	font-size: 14px;
	padding: 0px;
	}

a	{font-family:inherit; text-decoration: none; color: #000000;}
a:hover	{text-decoration: underline; color: #000000;}



ul {
	font: Myriad Pro, Tahoma, Arial, sans-serif;
	font-size: 12px; 
	color: #000000;
	line-height: 150%;
	padding: 0px 2px 5px 12px;
	list-style: disc;
}


.thrColHybHdr #container { 
	/* width: 950px; */
	background: #ffffff;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: center; /* this overrides the text-align: center on the body element. */
}  

.thrColHybHdr #contentblock { 
	text-align: left;
	background: #ffffff;
}

.thrColHybHdr #header { 
		display: none;
} 


.thrColHybHdr #menu-bar { 
		display: none;
} 


.thrColHybHdr #mainContent {
 	margin: 0px; 
	padding: 0px; 
} 


/*shadow stuff for main content area */

.thrColHybHdr #mainContent .shadow2,
.thrColHybHdr #mainContent .shadow3,
.thrColHybHdr #mainContent .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    .thrColHybHdr #mainContent .shadow1 {
        background: #ffffff;
	
    }

    .thrColHybHdr #mainContent .shadow2 {
        background: #ffffff;
	
    }

    .thrColHybHdr #mainContent .shadow3 {
        background: #ffffff;
	
    }

    .thrColHybHdr #mainContent .container {
        padding: 10px;
    }

/* end shadow stuff for main content */

.thrColHybHdr #footer { 
		display: none;
} 
.thrColHybHdr #footer p {
	font: Myriad Pro, Tahoma, Arial, sans-serif;
	color: #ffffff;
	font-size: 10px; 
	margin: 0; 
	padding: 10px 0; 
}

/* Miscellaneous classes for reuse */


.testimonials {
	float: left;
	text-align: left;
}

.search {
		display: none;

}


/* This is code for putting the drop shadow in the page */

.thrColHybHdr #shadow-container1 {
		display: none;
}

.thrColHybHdr #shadow-container1 .shadow2,
.thrColHybHdr #shadow-container1 .shadow3,
.thrColHybHdr #shadow-container1 .container {
		display: none;
}

    .thrColHybHdr #shadow-container1 .shadow1 {
			display: none;
    }

    .thrColHybHdr #shadow-container1 .shadow2 {
			display: none;
    }

    .thrColHybHdr #shadow-container1 .shadow3 {
			display: none;
    }

    .thrColHybHdr #shadow-container1 .container {
			display: none;
    }

.thrColHybHdr #shadow-container {
		display: none;
}

.thrColHybHdr #shadow-container .shadow2,
.thrColHybHdr #shadow-container .shadow3,
.thrColHybHdr #shadow-container .container {
		display: none;
}

    .thrColHybHdr #shadow-container .shadow1 {
			display: none;
    }

    .thrColHybHdr #shadow-container .shadow2 {
			display: none;
    }

    .thrColHybHdr #shadow-container .shadow3 {
			display: none;
    }

    .thrColHybHdr #shadow-container .container {
			display: none;
    }
	
	  .thrColHybHdr #gallerycontainer{
	padding: 0px;
	margin: 0px;
	}
	
	#gallerybox{
	padding: 10px 2px 10px 2px;
	float: left;	
	width: 190px;
	margin: 5px 4px 5px 4px;
	text-align: center;
}

#rightimg{
	padding: 10px 10px 10px 10px;
	float: right;	
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}


#leftimg{
	padding: 10px 10px 10px 10px;
	float: left;	
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#footimg{
	padding: 10px 4px 4px 4px;
	float: left;	
	font-size: 10px;
	text-align: center;
}

.style1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}


.testimonial {
	color: #000000;
	font-size: 16px;
	font-style:italic;
}
