@charset "UTF-8";
/* CSS Document */

body {
	background: #123;
	color: #333;
	font-size: 11px;
	padding: 20px 0 0px;
}

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

a:hover {
	text-decoration: underline;
}


h2 {
	padding: 20px 0 0;
	text-align: left;
}

p {
	overflow: hidden;
	padding: 10px 0;
	text-align: left;
	font-size: 1.5em;
}

img {border: 1px solid black;}

li {font-size: 1.3em;}

.container_12 {
	
	margin-bottom: 0px;
}

.container_16 {
	background: #fff url(../img/16_col.gif) repeat-y;
}

body {background-image: url(../graphics/banner-bg.gif); background-repeat:repeat-x; border-top: none;}

body#home #bigpicture {background-image: url(../graphics/bigart-home.jpg); background-repeat: no-repeat; height: 553px; margin-top: -56px; z-index: -1; width: 100%;}
body#stories #bigpicture {background-image: url(../graphics/bigart-stories.jpg); background-repeat: no-repeat; height: 453px; margin-top: -56px;}
body#wedo #bigpicture {background-image: url(../graphics/bigart-wedo.jpg); background-repeat: no-repeat; height: 553px; margin-top: -56px;}
body#forsale #bigpicture {background-image: url(../graphics/bigart-forsale.jpg); background-repeat: no-repeat; height: 553px; margin-top: -56px;}
body#findus #bigpicture {background-image: url(../graphics/bigart-findus.jpg); background-repeat: no-repeat; height: 553px; margin-top: -56px;}

.container_12 {z-index: 5000;}

#banner {height: 95px;}

#logo {width: 152px; height: 90px; position: relative; left: 20px;}
#logo span {background: url(../graphics/banner-nav-logo.png); position: absolute; width: 100%; height: 100%; z-index: 1000;}
#logo a {width: 152px; height: 90px;}
	
#nav a {display: block; text-indent: -9999px;}
#nav li {list-style: none; position: relative; top: -107px; left: 178px; float: left;}

#nav li.home a {background: url(../graphics/banner-nav-logo.png) no-repeat; background-position: -200px 0; width: 55px; height: 28px;}
#nav li.stories a {background: url(../graphics/banner-nav-logo.png) no-repeat; background-position: -297px 0; width: 131px; height: 28px;}
#nav li.wedo a {background: url(../graphics/banner-nav-logo.png) no-repeat; background-position: -471px 0; width: 118px; height: 28px;}
#nav li.forsale a {background: url(../graphics/banner-nav-logo.png) no-repeat; background-position: -632px 0; width: 140px; height: 28px;}
#nav li.findus a {background: url(../graphics/banner-nav-logo.png) no-repeat; background-position: -809px 0; width: 150px; height: 28px;}

#nav li.home a:hover {background: url(../graphics/banner-nav-logo.png) no-repeat -200px -50px;}
#nav li.stories a:hover {background: url(../graphics/banner-nav-logo.png) no-repeat -297px -50px;}
#nav li.wedo a:hover {background: url(../graphics/banner-nav-logo.png) no-repeat -471px -50px;}
#nav li.forsale a:hover {background: url(../graphics/banner-nav-logo.png) no-repeat -632px -50px;}
#nav li.findus a:hover {background: url(../graphics/banner-nav-logo.png) no-repeat -809px -50px;}

#bigcontainer {background-color: #faf5e5; width: 100%;}

a {color: #112233; text-decoration: underline;}
a:hover {color: #ff0000; text-decoration: none;}

#footer a {color: #faf5e5; text-decoration: underline;}
#footer a:hover {color: #ff0000; text-decoration: none;}

#footer {background-color: #2e241f; height: 50px; margin: 0; width: 100%; color: #faf5e5;}
#footer p {font-size: 10px;}



