
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;

} 
 
body {
  background-color: #003d28;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.9em;
  color: #dfd373;
  line-height: 150%;
 
 }
 
img {
border:none;}
 
p{ text-align:justify;
line-height: 150%;}

h1 {
color:#fbc73c;
line-height:normal;
margin: 0;
padding: 4px 0 6px 0;
font-size: 1.8em;
margin:0 0 2px 0 
}

h2 {
padding:4px 0;
margin:0;
font-size: 1.4em;
margin:0 0 6px 0;
color:#fbc73c; }

h3 {
padding:4px 0;
margin:0 0 2px 0 ;
font-size: 1.15em;
line-height:100%;
}

a { text-decoration:none;
color:#FFFF00;
 }

a:hover{ text-decoration: underline;
color:#FFFFFF; }
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:102px; 
  background-color:#FFFFFF;
  background-image:url(images/header.jpg);
 width:100%;
 margin-top: 20px;
} 

#wideshot{ height: 120px;
	width: 100%;
	background-image:url(images/wideshot.jpg);}
 
#leftcol{
 width:165px; 
 float:left; 
 position:relative;
 background-image:url(images/leftcol.jpg);
  }
  
  
  #contact-leftcol{
 width:165px; 
 float:left; 
 position:relative;
 background-image:url(images/leftcol.jpg);
 min-height:585px;
  height:auto !important;
  height:585px;

  }
  
 .menu {margin:0;
 padding: 0;
 }
 
 .menu ul{ 
 list-style:none;
 margin:0;
 padding: 0;
 font-size: 1.2em;
 font-family:"Times New Roman", Times, serif;
 font-weight:bold;
 
 }
.menutop {
	height: 22px;
	width: 165px;
	background-image:url(images/curvetop.jpg);
	text-decoration: none;
	color:#FFCC00;
	margin: 0;
	padding: 0;
	}
.menubottom {
	height: 19px;
	width: 165px;
	background-image:url(images/curvebottom.jpg);
	text-decoration: none;
	color:#FFCC00;
	margin: 0 0 35px 0;
	padding: 0;
	}
 
 .menu ul li a{
	display: block;
	height: 28px;
	width: 155px;
	background-image:url(images/button1.jpg);
	text-decoration: none;
	color:#fbc73c;
	line-height: 28px;
	padding-left: 10px;
	border-top: 1px solid #fbc73c;
	}
	
	
.menu ul li a:hover {
	color:#ffe296;
	background-image:url(images/button2.jpg);
	}
	
.content {

padding: 15px 25px;
margin:o;}

#quote 
{ width:100%;
height: 46px;
background-image: url(images/quotebox.jpg)}
 
#twocols{
 width:735px; 
 float:right; 
 position:relative;
 background:#163e24 url(images/rightcol.jpg) 540px repeat-y ;
margin:0;
padding:o;
  }
  
#gallery-twocols{
 width:734px; 
 float:right; 
 position:relative;
 background:#163e24;
 border-right: solid 1px #9a9049;

  }
 
#rightcol{
 width:194px; 
 float:left; 
 position:relative;
 border-right: 1px solid #9b934f;
 padding-top: 10px;
 }
 
 #rightcol img{
 border: 1px solid #9b934f;
 margin: 5px 10px;
 }
 
#maincol{
background-color: #163e24;  
 float: left;  
 width:540px; 
 }
 
 #gallery-maincol{
background-color: #163e24;  
 float: left;  
 width:100%; 
 }
 
#footer{
 height:60px; 
  background-image: url(images/footer.jpg);
  padding:0;
  margin:0;
 clear:both;
 }
 
#footer p{
text-align:center;
 padding:3px 0 0 0;
  margin:0;

} 

.rightimg {
float: right;
padding-left: 10px;
padding-top: 10px;
line-height: 150%;}

 
 /* *** Float containers fix */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}





.ui-widget{
		font-size: 0.9em !important;
	}
	
	.textInput{
		border: 1px solid #FBC73C;
		padding: 4px;
	}
	
	.book{
		text-align: center;
	}
	
	.book h4 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	
	.book p {
		text-align: left;
		font-size: 0.9em;
		margin: 0 0 10px 5px;
	}
