/* CSS Document */

body {
	background:url(../images2/bg-site.gif) repeat-y;
	background-position:top center;
	background-color:#D8E399;
	margin:0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#clear {
	clear:both;
	height:1px;
	margin:0px;
	padding:0px;
}

#wrapper-all {
	width:880px;
	margin:0px auto;
}

	#header-keywords {
		height:25px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#86945C;
		padding-top:10px;
		padding-left:10px;
	}
	
	#header-keywords ul li a {
			text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#86945C;
		}
		
		#header-keywords ul li a:hover {
			text-decoration:underline;
		}
		
	
		#header-keywords ul {
			margin:0;
			list-style:none;
			padding:0;
		}
		
			#header-keywords ul li {
				float:left;
			margin:0;
			padding:;
			border-right:solid 1px #86945C;
			margin-right:5px;
			padding-right:5px;
		}
		
		#header-keywords ul li:last-child {
			border:0;
		}
	
	#header {
		background:url(../images2/bg-header2.jpg) no-repeat;
		background-position:top;
		background-color:#D2DF89;
		width:880px;
		height:156px;
	}
	
		#header-items{
			width:880px;
			height:90px;
			float:left;
		}
	
			#logo{
				width:188px;
				height:42px;
				float:left;
				padding-left:32px;
				padding-top:48px;
			}
			
			#phone{
				float:right;
				width:162px;
				height:60px;
				padding-top:30px;
				padding-right:42px;
			}
		
		#header-menu{
			width:880px;
			height:35px;
			float:left;
		}
		
			#header-menu ul{
				list-style:none;
				margin:0px;
				padding:0px;
				padding-top:10px;
				padding-left:25px;
			}
			
			#header-menu ul li{
				padding-right:5px;
				padding-left:6px;
				display:inline;
				float:left;
			}
			
			#header-menu ul li a{
				font-family:Helvetica, Arial, sans-serif;
				font-size:14px;
				color:#FFFFFF;
				text-decoration:none;
			}
			
			#header-menu ul li a:hover{
				font-family:Helvetica, Arial, sans-serif;
				font-size:14px;
				color:#FFFFFF;
				text-decoration:underline;
			}
		
	#content-wrapper {
		background:url(../images2/bg-content-wrapper.jpg) repeat-y;
		background-position:center;
		width:880px;
		float:left;
	}
	
	#content {
		background:url(../images2/bg-content2.jpg) no-repeat;
		background-position:bottom;
		width:880px;
		float:left;
	}
	
		#left-panel {
			width:600px;
			padding-left:32px;
			padding-top:2px;
			padding-bottom:15px;
			float:left;
		}
			
			#banner-flash {
				width:580px;
				border:10px solid #FFFFFF;
				float:left;
background-color:#FFFFFF;
			}
			
			#line-separator {
				background:url(../images2/line-separator.gif) repeat-x;
				height:20px;
				width:600px;
				float:left;
			}
			
			#left-content-wrapper {
				width:580px;
				border:10px solid #FFFFFF;
				background-color:#EDF2D2;
				float:left;
			}
			
				#left-content{
					width:550px;
					padding:10px;
					float:left;
				}
		
				#left-content h1{
					font-family: "Century Gothic";
					color:#000000;
					font-size:15px;
					padding:0px;
					margin:0px;
					margin-bottom:5px;
					font-weight:normal;
				}
				
				#left-content h2{
					font-family: "Century Gothic";
					color:#E4347A;
					font-size:18px;
					padding:0px;
					margin:0px;
					margin-bottom:5px;
					font-weight:normal;
				}
				
				#left-content h3{
					font-family: "Century Gothic";
					color:#E4347A;
					font-size:14px;
					padding:0px;
					margin:0px;
					font-weight:bold;
					margin-bottom:5px;
				}
				
				#left-content h4{
					font-family: "Century Gothic";
					color:#000000;
					font-size:13px;
					padding:0px;
					margin:0px;
					font-weight:bold;
					margin-top:10px;
					margin-bottom:5px;
				}
				
				
				#left-content p{
					font-family:Verdana, Arial, Helvetica, sans-serif;
					color:#000000;
					font-size:13px;
	text-align:justify;
					line-height:20px;
	
				}
				
				#left-content ul li {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					color:#000000;
					font-size:13px;
	text-align:justify;
					line-height:20px;
	
				}
				
				#left-content a {
						color:#E4347A;
				}
				
				#left-content .text-green{
					font-family:Verdana, Arial, Helvetica, sans-serif;
					color:#909227;
					font-size:13px;
				}
		
		#right-panel {
			width:195px;
			padding-left:10px;
			float:left;
		}
				
				#right-menu {	
					width:195px;
					float:left;
				}
				
				#right-menu ul{	
					list-style:none;
					margin:0px;
					padding:0px;
				}
				
				#right-menu ul li{
					padding-bottom:8px;
					display:block;
					float:left;
				}
					
	#footer {
		background:url(../images2/bg-footer2.jpg) no-repeat;
		width:880px;
		height:64px;
		float:left;
	}
	
		#footer-content {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#86945C;
			padding-top:25px;
			padding-left:10px;
		}
		
		#footer-content ul {
			margin:0;
			list-style:none;
			padding:0;
			margin-top:3px;
		}
		
			#footer-content ul li {
			float:left;
			margin:0;
			padding:;
			border-right:solid 1px #86945C;
			margin-right:5px;
			padding-right:5px;
		}
		
		#footer-content ul li a {
			text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#86945C;
		}
		
		#footer-content ul li a:hover {

			text-decoration:underline;
		}
		
		
		#footer-content ul li:last-child {
			border:0;
		}

/* ============== FORM AND TABLES  ================ */

table#contact_table{
	vertical-align:top;
	padding:0px;
	border:0;
	margin-bottom:10px;
	margin-top:0px;
	border-collapse:collapse;
	}
table#contact_table tr{
	font-size:13px;
	padding:0;
	margin-bottom:4px;
	}
	
form{
	margin:10px 0px 0px 0px;
	font-size:13px;
	}

form label{
	float:left;
	font-size:13px;
	width:220px;
	}
	
input, textarea, select{
	font-size:13px;
	padding:2px;
	width:200px;
	background-color:#D8E399;
	border-top:0;
	border-right:0;
	border-bottom:solid 1px #ffffff;
	border-left:0;
	line-height:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
form select{
	width:183px;
	}
input{
		height:14px;;
		}
	
.form_button{
	font-size:10px;
	padding:2px;
	width:60px;
	background-color:#D8E399;
	border-top:0;
	border-right:0;
	border-bottom:solid 1px #ffffff;
	border-left:0;
	padding:2px;
	height:20px;
	margin-left:220px;
	}
	
.check_width{
	width:20px;
	background-color:transparent;
	border:0;
	font-size:11px;
	height:10px;
	}
form DIV.item{
	margin-bottom:5px;
	}
	
form.submit_button{
	width:80px;
	margin-left:220px;
	}

form .catch{
	margin-left:220px;
	}
	
/* =================== GALLERY STUFF ====================== */


	
/* GALLERIES */

.photogalleryTable {

}

.photogalleryTable a {
	border:solid 5px #ffffff;
	display: block;
	margin: 0px;
	font-size:12px;
	margin-right:5px;
}

.photogalleryTable a:hover {
	border-color: #e4347a;
}
td.photogalleryNavigation{
	display:none;
	}
	
.linebreak_1{
	background-color:#ffffff;
	height:5px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
	.faq-question {
		margin-bottom:5px;
	}
	
	.faq-question a {
		font-size:12px;
	}
	
	form .cat_button {
		width:80px!important;
		height:22px!important;


	}