/* Layout & General */

body {
background-color:#858585;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:0.83em;
}

#inner {
width:960px;
margin-left:auto;
margin-right:auto;
}

/* Header */

#header {
position:relative;
}

#header .logo {
margin:20px 0 0 10px;
}

#header .logo h1 a {
display:block;
width:251px;
height:113px;
background-image:url(/images/ewenweatherspoon.png);
background-repeat:no-repeat;
text-indent:-99999em;
}

#header .nav {
position:absolute;
right:45px;
top:20px;
}

#header .nav ul li a:link,
#header .nav ul li a:visited,
#header .nav ul li a:hover,
#header .nav ul li a:active {
display:block;
padding:2px 10px;
color:#fff;
text-decoration:none;
font-weight:bold;
font-size:0.9em;
}

#header .nav ul li a:hover {
-moz-border-radius:5px;
-webkit-border-radius:5px;
background-color:#737576;
}

#header .nav ul li.active a {
-moz-border-radius:5px;
-webkit-border-radius:5px;
background-color:#004FA1;
}

#header .nav ul li {
float:left;
padding-left:20px;
}


/* Nav */

#nav {
float:left;
width:140px;
background-color:#969696;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}


#navlist {
padding:15px 15px 15px 15px;
}

#navlist li {
list-style: none;
}

#navlist li a:link,
#navlist li a:visited,
#navlist li a:hover,
#navlist li a:active {
color:#fff;
display:block;
padding:4px 10px;
text-decoration:none;
font-weight:bold;
position: relative;
}

#navlist li a:hover {
-moz-border-radius:5px;
-webkit-border-radius:5px;
background-color:#A0A0A0;
}

#navlist li.active a {
-moz-border-radius:5px;
-webkit-border-radius:5px;
background-color:#004FA1;
}

#navlisthome {
position: relative;
height: 25px;
margin-top:20px;
padding-left:45px;
}

#navlisthome li {
float: left;
list-style: none;
margin-right:20px;
}

#navlisthome li a {
color:#fff;
padding:4px 10px;
text-decoration:none;
font-weight:bold;
z-index:10;
display: block;
float: left;
height: 25px;
position: relative;
}

#navlisthome li a:hover,
#navlisthome li a:active,
#navlisthome li a:visited {
border: none;
}



/* Main */

#main {
clear:both;
width:950px;
padding:30px 0 30px 10px;
}

#homephotos {
float:right;
width:780px;
height:518px;
overflow:hidden;
margin-right:10px;
}

#homephotos div {
width:780px;
height:518px;
}

#gallery {
float:right;
width:795px;
}

#main .galleryimg {
width:250px;
height:165px;
float:left;
padding:0 10px 15px 5px;
}

#page {
width:780px;
float:right;
}

#main .pagetop {
height:10px;
background-image:url(/images/pagetop.png);
background-repeat:no-repeat;
}

#main .page {
background-image:url(/images/pagebg.png);
background-repeat:repeat-y;
padding:20px 35px;
}

#main .pagebottom {
height:10px;
background-image:url(/images/pagebottom.png);
background-repeat:no-repeat;
}

#main .page .col1 {
width:430px;
float:left;
}

#main .page p {
font-size:1.3em;
line-height:120%;
margin-bottom:10px;
}

#main .page .col1 .txt {
width:350px;
border:none;
padding:3px;
}

#main .page .col2 {
width:250px;
float:right;
}

#main .page .col2 .pic {
width:250px;
}

#main .page .col2 .contact p {
font-size:1.3em;
line-height:120%;
}


/* Footer */

#footer {
width:960px;
}

#footer .banner {
width:960px;
background-image:url(/images/footer.png);
background-repeat:no-repeat;
height:43px;
}

#footer .nav {
width:255px;
float:left;
padding-left:45px;
padding-top:10px;
}

#footer .nav ul li {
float:left;
padding-right:20px;
}

#footer .nav ul li a:link,
#footer .nav ul li a:visited,
#footer .nav ul li a:hover,
#footer .nav ul li a:active {
color:#fff;
text-decoration:none;
font-weight:bold;
}

#footer .nav ul li a:hover {
color:#ccc;
}

#footer .credit {
text-align:right;
width:615px;
float:right;
padding-right:45px;
padding-top:10px;
}

#footer .credit p {
font-size:0.8em;
line-height:140%;
}

#footer .credit a:link,
#footer .credit a:visited,
#footer .credit a:hover,
#footer .credit a:active {
color:#fff;
text-decoration:none;
font-weight:bold;
}

#footer .credit a:hover {
color:#ccc;
}