/*
* CSS Layout For FDS 1.0
* Author: Shane Horner http://www.forgedesignstudio.com
* @copyright Copyright (c) 2009, Forge Design Studio, http://www.forgedesignstudio.com
*/

/*********************************************************************************************************************************** THE BODY CSS */
body{
color: #333; 
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 81.25%; /* Resets 1em to 13px */
line-height: 1.5em;
overflow-x: hidden;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background-color: #f1f1f1; 
text-align: center;
}


/*********************************************************************************************************************************** IE6 CHECKER */
.error {
background:#FBE3E4;
color:#8a1f11;
border-color:#FBC2C4;
padding:20px;
border:solid 1px red;
width:90%;
margin:0px auto;
font-family:Arial, Arial, Helvetica, sans-serif;
font-size:1em;
line-height:1.3em;
}

.error a, .error a:hover{
color:#8a1f11;
}

/* simply moves close box to right */
.kickRight {
text-align:right;
}

/*********************************************************************************************************************************** MAIN CONTAINER */
div#container{
width: 100%;
height: 100%;
padding: 30px 0px 0px 0px;
background: url(../images/bg-body.png) repeat-x;
}

/*********************************************************************************************************************************** SITE CONTAINER */
div#site-container{
margin-left: auto;
margin-right: auto;
width: 960px;
}

/*********************************************************************************************************************************** HEADER INFO */
	div#header{
	position: relative;
	width: 958px;
	height: 150px;
	display: block;
	padding-top: 20px;
	}
		div#logonav{
		position: relative;
		width: 958px;
		}
			div#logo{
			width: 950px;
			height: 110px;
			position: relative;
			background: url(../images/logo.png) no-repeat;
			}
			
/*********************************************************************************************************************************** TOP NAV */			
			div#nav{
			width: 950px;
			height: 25px;
			position: relative;
			}
			
/*********************************************************************************************************************************** TITLE CSS */			
			div#title{
			position: relative;
			width: 940px;
			height: 52px;
			background: url(../images/bg-title.gif) no-repeat;
			display: block;
			}
			
/*********************************************************************************************************************************** PAGE CONTENT */			
	div#pagecontent{
	position: relative;
	width: 900px;
	display: block;
	margin-top: 10px;
	text-align: left;
	padding: 20px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

/*********************************************************************************************************************************** SLIDER BOX */				
	div#homesliderbox{
	width:698px;height:474px;
	}	

/*********************************************************************************************************************************** PAGE CONTENT LEFT*/			
		div#pagecontent-left{
		position: relative;
		width: 200px;
		display: block;
		float: left;
		z-index: 100;
		}
		
/*********************************************************************************************************************************** PAGE CONTENT RIGHT */			
		div#pagecontent-right{
		position: relative;
		width: 696px;
		display: block;
		float: left;
		}
		
/*********************************************************************************************************************************** PAGE CONTENT FOOTER */
	div#footer{
	position: relative;
	width: 958px;
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	}
		div#footer-notice{
		font-size: 1em;
		text-align: center;
		margin-top: 15px;
		}

/*********************************************************************************************************************************** TABLES CSS */
	table, tr, td, th{
	font-size:9pt;
	text-align: left;
	}	

/*********************************************************************************************************************************** CONTACT FORM */
	fieldset#contactus{
	margin-top: 50px;
	padding: 20px;
	width: 350px;
	border: 1px solid #eeeeee;
	position: relative;
	}
	legend#contactus{
	color: #333;
	font: 14pt tahoma, arial;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: -.7em;
	left: 1em;
	} 
	label.contactus{
	width: 125px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	font: 10pt tahoma, arial;
	}
	.submit input.contactus{
	margin-left: 4.5em;
	}
	input.contactus{
	width: 200px;
	}
	textarea.contactusta{
	margin-top: 15px;
	height: 200px;
	width: 375px;
	}
	
/*********************************************************************************************************************************** PHOTO GALLERY */
	div#photogallery{
	float: left;
	width: 325px;
	height: 100px;
	overflow: hidden;
	background-color: #eeeeee;
	text-align: left;
	border: 1px solid #5a5a5a;
	padding: 3px;
	}
	div#photogallery-image{
	float: left;
	width: 130px;
	}
	div#photogallery-details{
	float: left;
	width: 180px;
	}
	p#photogallery-galleryname{
	font-weight: bold!important;
	font-size: 12pt!important;
	margin: 10px 0px 0px 0px!important;
	padding: 0px!important;
	}
	p#photogallery-details{
	font-size: 8pt!important;
	margin: 10px 0px 0px 0px!important;
	padding: 0px!important;
	}
	
/*********************************************************************************************************************************** GOOGLE MAP DISPLAY CSS */	
	div#mapholder{
	float:left;width:265px;
	padding-top: 25px;
	}
	div#map{
	width:250px;height: 250px;
	padding: 3px;
	border: 1px solid #5a5a5a;
	margin-bottom: 25px;
	}

/*********************************************************************************************************************************** IMAGE */		
	img.pageimg{
	border: 1px solid #e1e6e3;
	padding: 3px;
	}

/*********************************************************************************************************************************** IMAGE */		
	div#searchbar{
	position: absolute;
	top:100px;
	left: 625px;
	}
	h3#searchresults{
	font-size: 12pt!important;
	margin: 0px;
	padding: 0px;
	}
	a.searchlink{
	color:blue;
	font-size: .9em;
	}
	a.searchlink:hover{
	color:green;
	font-size: .9em;
	}

/*********************************************************************************************************************************** CONTACT FORM */			
	div#emailsuccess{
	position: relative;
	color:green;
	font-weight: normal;
	font-size:10pt;
	padding-bottom:10px;
	margin-top: 10px;
	border:1px solid #008C00;
	background-color:#CDEB8B;
	padding: 8px;
	font-size: 12pt;
	color: #006E2E;
	text-align: center;
	}
	