/*

		Fisher
		Main CSS
		Alison Endacott
		November 2007


*/


* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
	
	
body {
	background: #e7e7e4 url(/images/web/bg.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #1d1f22;
	font-size: 75%;
	line-height: 1.3;
}

a {
	color: #492d38;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

#container {
	width: 814px;
	margin: 0 auto;
	background: url(/images/web/bg-container.jpg) repeat-y;
}

	#content {
		background: url(/images/web/bg-content.jpg) no-repeat top;
		padding: 0 24px;
		min-height: 450px;
	}


/* ------------------------ 
	header/navigation
------------------------ */
p#skiplink {
	position: absolute;
	left: -9999px;
}

h1 a {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	display: block;
	top: 30px;
	margin-left: 20px;
	width: 320px;
	height: 150px;
}

#head {
	width: 814px;
	height: 210px;
	background: url(/images/web/bg-head.jpg);
}
	#topNav {
		text-align: right;
		padding: 5px 25px 0 0 ;
		color: #fff;
		text-transform: uppercase;
		font-size: 85%;
	}
		#topNav li {
			display: inline;
		}
			#topNav li a {
				color: #fff;
				font-weight: bold;
			}

	#navigation {
		width: 197px;
		background: url(/images/web/bg-nav.jpg) no-repeat top;
		float: left;
		margin-right: 5px;
		padding: 20px 0;
		border-bottom: 1px solid #20252d;
		height: 214px;
	}
		#navigation li {
			margin-left: 11px;
			_margin-left: 0;
			list-style: none;
		}
			#navigation li a {
				color: #fff;
				display: block;
				background: url(/images/web/nav.gif);
				height: 24px;
				width: 173px;
				text-indent: -9999px;
				overflow: hidden;
			}
				
					#navigation li#navHome a:hover {
						background-position: -181px 0;
					}
				#navigation li#navCommunity a {
					background-position: 0 -28px;
				}
					#navigation li#navCommunity a:hover {
						background-position: -181px -28px;
					}
				#navigation li#navRelocate a {
					background-position: 0 -56px;
				}
					#navigation li#navRelocate a:hover {
						background-position: -181px -56px;
					}
				#navigation li#navBuilder a {
					background-position: 0 -84px;
				}
					#navigation li#navBuilder a:hover {
						background-position: -181px -84px;
					}
				#navigation li#navFeatures a {
					background-position: 0 -112px;
				}
					#navigation li#navFeatures a:hover {
						background-position: -181px -112px;
					}
				#navigation li#navModels a {
					background-position: 0 -140px;
				}
					#navigation li#navModels a:hover {
						background-position: -181px -140px;
					}
				#navigation li#navSite a {
					background-position: 0 -169px;
				}
					#navigation li#navSite a:hover {
						background-position: -181px -169px;
					}
				#navigation li#navContact a {
					background-position: 0 -198px;
				}
					#navigation li#navContact a:hover {
						background-position: -181px -198px;
					}
				#navigation li#navNews a {
					background-position: 0 -224px;
				}
					#navigation li#navNews a:hover {
						background-position: -181px -224px;
					}
/* ------------------------ 
		homepage
------------------------ */
p#flash {
	display: block;
	float: left;
}

	#tour {
		clear: both;
		float: left;
		width: 228px;
		padding: 0 15px;
		margin-top: 15px;
		border-right: 2px solid #bbb2a6;
		
	}
		
		#tour h2 {
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			background: url(/images/web/tour-head.jpg) no-repeat ;
			width: 214px;
			height: 158px;
		}
		
		a.more {
			display: block;
			float: right;
			color: #492d38;
			font-weight: bold;
			padding-left: 14px;
			background: url(/images/web/arrow.gif) no-repeat 0 4px;
		}
				
	#about {
		float: left;
		
		padding: 15px;
		width: 475px;
		_padding-left: 70px;
	}
		
		#about h2 {
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			background: url(/images/web/about.gif) no-repeat;
			margin-bottom: 1em;
			width: 216px;
			height: 16px;
		}
		
		#about p {
			display: block;
			margin: .5em 0;
			
		}
			#about p.home {
				padding-right: 220px;
				min-height: 198px;
				background: url(/images/web/home.jpg) no-repeat top right;
			}
	
	#banner {
		clear: both;
		width: 763px;
		padding-top: 10px;
		margin: 10px auto;
	}
	
	
/* ------------------------ 
	inner pages
------------------------ */

#inner-content {
	float: left;
	width: 545px;
	padding: 10px;
	background: #fff;
	border: 1px solid #bec8d2; 
	min-height: 422px;
	margin: -1px 0 5px -4px;
}

	#inner-content h2 {
		text-transform: uppercase;
	}
	
	.sIFR-active #inner-content h2 {
		font-size: 14px;
		}

	#inner-content p {
		padding: .5em 0;
	}
	
	#inner-content ul {
		margin-left: 25px;
	}
		#inner-content li {
			padding: .2em 0;
		}
		
	#inner-content h3 {
		padding: .5em 0;
		font-size: 125%;
	}
	
	
	/* standard features pages */
	
	#interior,
	#exterior {
		width: 240px;
		float: left;
		padding: 0 10px;
		font-size: 90%;
	}
		#interior h3,
		#exterior h3{
			position: relative;
			left: -10px;
			}
	
/* ------------------------ 
	  gallery
------------------------ */
body.gallery table,
body.photo table {
	margin-top: 1em;
	}

p.title a {
	position: absolute;
	left: -9999px;
	
}				

	#gallery a img {
		opacity: 0.9;
		filter: alpha(opacity=90);
	}
		#gallery a:hover img {
			opacity: 1;
			filter: alpha(opacity=100);
		}

		body.gallery td {
			padding: 10px;
		}

#photo {
	width: 300px;
	float: left;
}	

	p.name a{
		display: block;
		text-align: center;
		padding-bottom: 1.2em;
	}

#description {
	width: 240px;
	float: left;
}

	#description table {
		margin-bottom: 3em;
		width: 240px;
	}
		#description td  {
			padding: .2em;
		}

p#virtual-tour a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/web/virtual-tour.gif);
	width: 156px;
	height: 112px;
	margin: 0 auto;
	margin-bottom: 2em;
}	

p#back,
p#print {
	
	margin: .5em 0;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

p#back a{
	background: url(../images/web/back-arrow.gif) no-repeat 0 1px;
	padding-left: 30px;
}

	p#back a,
	p#print a {
		color: #262f4b;
	}

.sIFR-active dt.gallery-title {
	font-size: 11px;
}
			
/* ------------------------ 
	  contact form
------------------------ */

body.contact fieldset {
	border: 0;
}

	body.contact legend {
		display: none;
	}
	
	body.contact label {
		display: block;
		width: 120px;
		float: left;
		text-align: right;
		margin: 10px 5px 0 0;
	}
	
	body.contact input,
	body.contact textarea {
		margin-top: 10px;
		width: 150px;
		margin-right: 230px;
	}

#btnSubmit {
	width: 73px;
	height: 28px;
	margin-left: 165px;
}


/* ------------------------ 
		print photo
------------------------ */


body.print,
body.print #container,
body.print #content,
body.print #footer  {
	background: #fff;
	
}
	body.print #container {
		width: 570px;
		}
		
	body.print h1 {
		text-align: center;
		margin-bottom: 15px;
		margin-top: -40px;
	}
	
		body.print h1 a  {
			text-indent: 0;
			position: relative;
			display: inline;
			margin: 0;
		}
		
	body.print h2 {
		text-align: center;
		padding-top: 1em;
		margin-bottom: 1em;
		font-size: 180%;
		color: #2D487D;
	}
	
	body.print #TopRad {
		text-align: center;
		margin-bottom: .5em;
		display: block;
	}
	
body.print #footer,
body.print #footer a {
	color: #2D487D;
}
	body.print #footer ul {
		display: none;
		}
	
	body.print #description {
		margin-top: 1em;
		}
		
	body.print #photo {
		width: 270px;
		margin-top: 2em;
	}
		

/* ------------------------ 
		footer
------------------------ */
#footer {
	clear: both;
	text-align: center;
	color: #fff;
	background: url(/images/web/bg-footer.jpg) no-repeat top;
	padding-top: 15px;
	height: 110px;
}
	#footer ul {
		margin-top: 22px;
	}
	
		#footer li {
			list-style: none;
			display: inline;
		}

	p#copyright {
		margin-top: 8px;
		font-size: 80%;
	}

	#footer a {
		color: #fff;
	}
		
/* ------------------------ 
		EASY CLEARING 
------------------------ */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */
/* ------------------------ 
 	sifr .sIFR-active
------------------------ */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

span#heading span.sIFR-alternate,
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* ie */
#content {
	_height: 400px;
}

	#about p.home {
		_height: 198px;
	}
	
	#inner-content {
		_height: 422px;
	}



#navigation,
p#flash,
#tour,
#about,
#inner-content,
#photo,
#description  {
	_display: inline;
	}
	

