/* CSS Document */

html, body {
height: 100%;
margin: 0;
padding:0;
background-color: #DFDFDF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
}

p {
margin:0 0 1em 0;
padding:0;
}

h1 {
margin:0 0 .7em 0;
padding:0;
}

h2 {
margin:0 0 .7em 0;
padding:0;
}

form {
margin:0;
padding:0;
}

a img {
border: 0;
}

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

#container {
width: 789px;
background: #DFDFDF;
margin: 0 auto;
}

#header {
width: 789px;
height: 165px;
background: #DFDFDF url(../images/header-bg.jpg) right bottom no-repeat;
}

#header img {
padding: 20px 20px;
}

#content {
width: 789px;
}

#leftcolumn {
float: left;
width: 164px;
}

#rightcolumn {
width: 601px;
overflow: auto;
padding: 20px 0 0 20px;
}

#rightcolumn h1 {
font-size: 18px;
color:#663300;
}

#rightcolumn a.homelink {
font-size: 18px;
color:#663300;
text-decoration: none;
}

#menu {
margin-top: 40px;
border-right: 1px dotted #999999;
}

#menu a {
display: block;
width: 118px;
padding: 8px 30px 8px 0;
text-decoration: none;
color: #996600;
border-bottom: 1px dashed #DDDDDD;
margin-left: 10px;
text-align: left;
}

#menu a:hover {
display: block;
width: 118px;
padding: 8px 30px 8px 0;
text-decoration: none;
color: #000000;
background: url(../images/leftarrow.gif) 110px 10px no-repeat;
margin-left: 10px;
text-align: left;

}

#footer {
height: 50px;
background: #DFDFDF url(../images/header-bg.jpg) top right no-repeat;
margin-top: 10px;
border-top: 1px solid #999999;
padding-top: 10px;
}

#footer p {
text-align: center;
line-height: 16px;
color: #666666;
}

#footer a {
color: #999999;
text-decoration: none;
}

#footer a:hover {
color: #333333;
text-decoration: none;
}

/* classes */

.homebttm {
padding-top: 10px;
line-height: 18px;
}

.floatright {
float: right;
margin-right: 25px;
padding-left: 12px;
font-size: 10px;
}

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

.floatleftfront {
float: left;
margin-left: 0;
}

.floatrightcol {
float: right;
width: 160px;
margin-right: 25px;
padding-bottom: 10px;
}

.floatrightcol img {
padding-bottom: 10px;
}

.gallery {
height: 180px;
}

.photos {
float: left;
text-align: center;
font-size: 10px;
margin-left: 10px;
}
.copyright {
float: center;
text-align: center;
font-size: 10px;
margin-left: 10px;
}

.testimonials {
text-align: justify;
font-style:italic;
font-family:"Times New Roman", Times, serif;
font-size: 11px;
color:#663300;

}

/* contact form styles */

label {
 cursor: pointer;
 cursor: hand;
 float: left;  
 width: 10em;  
 margin-right: 1em;  
 text-align: right; 
} 

fieldset{
background-color: #F2EFE9;
padding-top: 10px;
}

input, textarea {
  border: 2px solid #ccc;
  margin-bottom: 6px;
}
input:focus, textarea:focus {
  border: 2px solid #000;
}
#security img { border: 1px solid #000; margin-left: 133px; margin-bottom: 5px; }

#submit { margin-top: 5px; }

/* lightbox styles */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}