﻿/* Master styles for screen media
Author: denise@fiddlebits.com
*/

body {
	background: #0083d4 url(_images/bkgrd_body.gif) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	text-align: center;
	padding: 25px 0;
}



/* links 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/


a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #0083d4;
}
a:hover {
	color: yellow;
}


/* headings 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

h1 {
	
}
h2 {
    color: #0070c5;
	font-size: 1.25em;  
}

h3 {

}
h5 {
	
}

/* page structure
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#wrapper {
	margin: 0 auto;
    width: 945px;
    text-align: left;
    position: relative;
}
#container {
    padding: 0 30px 0 27px;   
    width: 888px;
    background: url(_images/bkgrd_container2.png) repeat-y 0 0;
    float: left;
}

/* header styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#header {
	width: 100%;
	height: 275px;
	background-color: #000;
	position: relative; 
}
#container.home #header {
	background: url(_images/header_home.jpg) no-repeat 0 0;
}
#container.house #header {
	background: url(_images/header_house.jpg) no-repeat 0 0;
}
#container.location #header {
	background: url(_images/header_location.jpg) no-repeat 0 0;
}
#container.questions #header {
	background: url(_images/header_questions.jpg) no-repeat 0 0;
}

/* navigation bar styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#header ul {
	font-size: 0.875em;
	position: absolute;
	bottom: 0;
	left: 225px;
}
#header ul li {
	width: 160px;
	height: 45px;
	display: inline;	
}
#header ul li a {
	background: url(_images/bkgrd_nav.png) no-repeat 0 0;
	color: #006ec2;
	padding: 9px 18px;
	line-height: 2.5em;
}
#header ul li a.nav1 {
	padding: 9px 59px;
}
#header ul li a.nav2 {
	padding: 9px 33px;
}
#header ul li a.nav3 {
	padding: 9px 23px;
}

#header ul li a:hover,
#header ul li a.current {
	background: url(_images/bkgrd_nav_alt.png) no-repeat 0 0;
	color: #fff;
}

/* left sidebar styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#leftbar {
	width: 225px;
	min-height: 600px;
	float: left;
}
#leftbar p {
	font-size: 0.6875em;
	margin: 10px 10px 10px 15px;
	letter-spacing: 1px;
}
#leftbar p.attrib {
	margin: 0 0 25px 100px;
}
.bottomline {
	width: 200px;
	margin: 0 10px 10px 15px;
	border-bottom: 1px solid #fff;
}
.bottomline img {
	margin-left: -15px;
}
#leftbar .bottomline p {
	margin-left: 0px;
}
#leftbar p.contact {
	font-size: 0.75em;
	line-height: 1.5em;
}
#leftbar p .contact-sm {
	font-size: .9em;
}


/* main content styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#mainContent {
	width: 623px;
	min-height: 560px;
	padding: 20px 20px 0 20px;
	float: left;
	color: #6e6d6d;	
	font-size: 0.75em;
	line-height: 1.5em;
}
#container.home #mainContent {
	font-size: 0.875em;
	font-family: tahoma, helvetica, sans-serif;
}
#mainContent p {
	margin-bottom: 7px;
}
#mainContent p.last {
	margin-bottom: 20px;
}
#mainContent p.maptext {
	margin-left: 65px;
}
#container.home #mainContent p {
	margin-bottom: 20px;
}
#mainContent .lefttext {
	width: 200px;
	float: left;
	margin-right: 10px;
}
#mainContent img {
	margin-bottom: 15px;
}
#mainContent img.title {
	margin-bottom: 5px;
}
ul.sun {
	margin-bottom: 40px;
}
#container.location ul.sun {
	margin-bottom: 20px;
}
ul.sun li {
	background: url(_images/bullet_sun.png) no-repeat 0 2px;
	min-height: 20px;
	padding: 0 0 0 20px;
	margin: 0 0 3px 0;
}



/* footer styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #0070c5;
	font-weight: bold;
	margin: 20px 0;
}
#container.home #footer p {
	text-align: center;
	font-size: 0.875em;
	letter-spacing: 1px;
}
#footer p {
	text-align: center;
	font-size: 1em;
	letter-spacing: 1px;
}



/* self-clear floats 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* miscellaneous 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
    text-align: center;
}
