
body {
font-family: "Lucida Grande","Trebuchet MS", Tahoma, Arial, sans-serif;
background: url(../images/fullback03-fade.jpg) no-repeat 50% 100%;
}

#container {
padding: 50px 0 425px 0;
position: relative;
top: 0;
left: 0;

border: 0px solid red;
z-index: 6000;
}

#header {
margin-bottom: 25px;
}

#contacts {
text-align: right;
line-height: 1.4em;
font-size: 100%;
margin-top: 50px;
}

#contacts a {
color: #000;
}

#nav {
border: 0px solid blue;
}

#content {
margin-top: 35px;
padding-bottom: 100px;
background: url(../images/bluewave2.gif) no-repeat 50% 100%;
}

#footer {
height: 425px;
clear:both;
z-index: 6000;
}

/* general stuff */

.hide {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
.hide a:focus {
position:static;
width:auto;
height:auto;
} 

img {
border: none;
}

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

a:visited {
color:#069;
}

a:hover {
text-decoration: underline;
}



/* head */

h1 {
color:#000;
font-weight:normal;
padding:0;
margin:0;
}

h1 {
font-size:200%;
margin-bottom:5px;
display:inline;
}

h1.logo {
font-size:1em;
width:600px;
height:210px;
float: left;
margin: 0 0 0 35px;
display: inline;
}

h1.logo a {
display:block;
overflow:hidden;
height:0px;
width:600px;
padding-top:210px;
background:url(../images/logo-house.jpg) no-repeat;
}


/* footer */

#footer {

}

#footer p {
width: 940px;
margin: 0 auto;
padding-top: 150px;
font-size: 80%;
line-height: 1.5em;
text-align: center;
}


/* nav/sidebar */

#nav ul {
margin: 15px 0 40px 0;
}

#nav ul ul {
margin: 10px 0 10px 20px;
font-size: 85%;
}

#nav li {
margin-bottom: 15px;
}

#nav li a {
display: block;
font-size: 135%;
color: #000;
}

#nav li a:hover {
color: #069;
text-decoration: none;
}

p.pside {
margin: 30px 0;
font-size: 60%;
line-height: 1.5em;
}


/* content */

#content h2 {
font-size: 225%;
font-weight: normal;
color: #00568e;
margin-bottom: 10px;
}

#content h3 {
font-size: 175%;
font-weight: normal;
color: #00568e;
margin: 15px 0;
}

#content h4 {
font-size: 140%;
font-weight: normal;
color: #00568e;
margin: 15px 0 5px 0;
}

#content p {
line-height: 1.3em;
margin-bottom: 25px;
}

#content ul {
line-height: 1.3em;
margin: -10px 0 25px 0;
}

#content li {
margin-bottom: 8px;
}

#content ul li {
padding-left: 23px;
background: url(../images/bullet.gif) no-repeat 0 2px;
}

#content .fright {
float: right;
margin: 0 0 15px 15px;
}

.float-right {
float: right;
margin: 0 0 15px 15px;
}

.float-left {
float: left;
margin: 0 15px 15px 0;
}

#map_canvas {
width: 690px;
height: 500px;
margin: 0 auto 15px auto;
border: 2px solid #00568e;
}


/* contact form */

#contactform {
margin-top: 30px;
}

#contactform input, #contactform textarea, #contactform select {
font-size: 90%;
margin: 2px 2px 5px 2px;
border: 1px solid #00568e;
background: #fff;
color: #191919;
padding: 2px;
font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Arial, Sans-Serif;
width: 300px;
}

#contactform input:focus, #contactform textarea:focus, #contactform select:focus {
background: #fdead2;
}

#contactform label {
width:100px; 
margin:4px 10px 0 0; 
display:-moz-inline-box; /*for mozilla*/
display:inline-block; /*for Opera & IE*/
text-align:left;
vertical-align:top;
}

#contactform label span {
width:100px; /* must be the same as above!*/
display:block; 
}

#contactform p.buttons {
padding-left:115px;
}

input.but, #contactform input.but {
color: #00568e;
background: #fdead2;
border: 1px solid #00568e;
width: 80px;
}

input.but:hover, #contactform input.but:hover {
text-decoration: underline;
cursor: pointer;
color: #fdead2;
background: #00568e;
font-weight: bold;
border: 1px solid #00568e;
}

.error {
color: #f00;
}

div#email4 {
display: none;
}

