/* logo green #52735a (82,115,90) */
/* logo orange #ea6221 (234,98,33) */
/* logo gray #5c5d60 (92,93,96) */	
/* logo gold #FEC807  (254,200,7)*/		



body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;		
	font-size: 15px;
	letter-spacing: .35px;		
	color: #5c5d60;	/* logo gray */
}

/* Page */

.page {
	font-size: 15px;
	letter-spacing: .35px;
    line-height: normal;
	margin: 0 auto;
	margin-top: -1px;
	/* margin-right: -29px;	/* control gap between main page contents and sidebar  */
	padding: 20px 20px 0px 20px;
   /* background:	#f8f8f6;	/* gray */
    background:	#f4f7f5;		
	/* background: url(images/img03.gif) repeat-y left top; */
/*
    border: 1px solid;	
    border-color: #52735a; /* logo - green (82,115,90) */	
/*    border-bottom-right-radius:2em;
    border-bottom-left-radius:2em;
	*/
}

h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #ea6221; /* logo - orange */		
}

h1 {

	letter-spacing: -.5px;
	font-size: 1.7em;

}

h2 {
	font-size: 1.2em;
}

h3 {
	font-weight: normal;
	font-size: 109%;	
	text-align: left;
	letter-spacing: .5px;	
	line-height: 150%;		
}

h4 {
	font-size: .8em;
}

p {
	margin-top: 0;
	line-height: 150%;
}

ul {
	margin-top: 0;
	line-height: 175%;
}

/* Home Page P */

p.home  {
	margin-top: 0;
	line-height: 150%;
	font-size: 109%	
}


.orange {                        

	color: #ea6221;
}

.green {                        

	color: #52735a;
}

.gold {                        

	color: #fec807;
}

.gray {                        

	color: #5c5d60;
}

.red {

	color: red;
	
}

.asterisk {                        

	color: red;
	font-size: 1.2em;	
}

/* Menu Bar*/

/* Menu */






#blog {
	width: 938px;
	margin: 0 auto;
	padding: 20px 0px 0px 40px;

    border: 1px solid;	
    border-color: #52735a; /* logo - green */	
    border-bottom-right-radius:2em;
    border-bottom-left-radius:2em; 
}


.title {
	letter-spacing: -.5px;
	/* color: #000000; */
	color: #52735a; /* logo - green */		
}



.reviews {
	padding: 0px 40px 0px 0px;
	padding-bottom: 20px;
	text-align: left;
}


/* Sidebar */

.sidebar {
	/* float: right; */
	/* width: 280px; */
   /*  background:	#d2dfd5; */
    background:	#dde7df;	

	margin: 0;	
	margin-top: -1px;
	padding: 20px 0px 0px 0px;
	color: #5c5d60;	/* logo gray */	
/*	
    border: 1px solid;	
    border-color: #52735a; /* logo - green */	
    /*border-bottom-right-radius:2em;
    border-bottom-left-radius:2em;
*/ 	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin: 0;
	padding: 0;
}

.sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

.sidebar li li {
	border-bottom: 1px dashed #D1D1D1;	
	margin: 0px 30px;
	border-left: none;
	padding-top: 15px;		
	padding-bottom: 15px;	
}

.sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

.sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}



a {
	text-decoration: none;
	border: none;
	font-weight: bold;	
	color: #52735a;
}

a:hover {
	text-decoration: underline;

}

.photoright {
    float: right;
    padding:0px 0px 12px 12px;
    margin: 0;
}	

.photoleft {
    float: left;
    padding-right: 12px;
    margin: 0;
}	

.photocenter {
    text-align: center;
    padding: 12px 0px 12px 0px;
    margin: 0;
}	

.quotes {
    /* float: left;
    width: 600px;
    height: 80px; */

	/* margin-left: -40px;
	margin-top: -100px;	*/
	padding: 20px 20px 20px 20px;
    border: 0px;	
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;	
	background: #FED12D;   /* gold/yellow */	
	/* background: #FEEBA3;	*/	
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 130%;			
	font-size: 1.2em;
}

hr {
 border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

table.schedule {
	table-layout: auto;
	width: 100%;
	border-collapse: collapse;
	color: #52735a;
	/* font-size: 1.0em;	*/
}

.schedule td {	
  font-family: "Times New Roman", Georgia, Serif;
  /* font-size: 1.1em; */
  font-size: 120%;
	color: #52735a;
  min-width: 100px; 	
  vertical-align:text-top;
  /*height: 40px;  */
  text-align: left;
  padding: 10px 10px 20px 10px;	/* top, right, bottom, left */
}

.greenbo  {
	width: 100%;
	background-color: #EDDA74; /* golden rod */
	border: solid 1px black;
	margin: left; 
	text-align: left;
	padding: 15px;  	
}




/* Form Controls */

input[type=text], input[type=password], select, checkbox, textarea{
  font-size: 18px;
  line-height: 18px;
  border: 1;
  display: inline;  
  margin: 0;
  height: 30px; /* or whatever height necessary */
}

input[type=submit] {
  background-color: #999933;
  height: 4em;
  font-size: 16px;
  /* font-weight: bold; */
  color: white;  
  cursor: pointer;  
}

/* Footer */

.footer {
	height: 50px;
	/* width: 980px;	*/
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;	
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;	
}

/* ---------------------------------------------------------------------------------------------- */
/* Back To Top Floating Button - http://html-tuts.com/back-to-top-button-jquery/                  */
/* ---------------------------------------------------------------------------------------------- */

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #52735a url("images/back-to-top-up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

