@charset "utf-8";
/* CSS Document */
html, body {
margin: 0;
padding: 0;
background: #ececec url(../images/body-bg.jpg) 0 0 repeat-x;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 14px;
height: 100.1%;
}

p {
margin:0 0 1em 0;
padding:0;
}

h1 {
margin:0 0 .7em 0;
padding:0;
}

h2 {
margin:0 0 .7em 0;
padding:0;
}

h3 {
margin:0 0 .7em 0;
padding:0;
}

form {
margin:0;
padding:0;
}


#container {
width: 800px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
} 

#top {
height: 103px;
}

#top .menu {
float: right;
padding-top: 54px;
}

#top .menu a {
color: #003366;
font-size: 14px;
padding: 0 0 0 20px;
text-decoration: none;
}

#top .menu a:hover {
color: #FF6633;
font-size: 14px;
padding: 0 0 0 20px;
text-decoration: none;
}

#header {
height: 161px;
background: url(../images/main-photo.jpg) top right no-repeat;
}

#header h3.heading {
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
padding: 30px 0 0 160px;
}

#header .logo {
float: left;
}

#content {
padding-top: 20px;
}

#content h1 {
color: #003366;
font-size: 18px;
}

#content h2 {
color: #663300;
font-size: 14px;
}

#content h3 {
color: #003366;
font-size: 12px;
}

#content .ad1 {
width: 172px;
height: 260px;
margin-left: 25px;
background: url(../images/ad1.jpg) bottom left no-repeat;
}

#content .ad2 {
float: right;
width: 172px;
height: 260px;
background: url(../images/ad2.jpg) bottom left no-repeat;
} 

#content .ad3 {
float: right;
width: 172px;
height: 260px;
margin-left: 25px;
background: url(../images/ad3.jpg) bottom left no-repeat;
} 

#content .ad4 {
float: right;
width: 172px;
height: 260px;
margin-left: 25px;
background: url(../images/ad4.jpg) bottom left no-repeat;
}

ul.places li {
float: left;
padding-right: 20px;
list-style-image: url(../images/list-bg.jpg);
}

.contactinfo {
float: right;
text-align: right;
}

.large {
font-size: 18px;
}

.nudgeRight {
padding-left: 25px;
}

/* sticky footer */

.push {
clear: both;
height: 120px;
}

.footer {
	height: 90px; /* .push must be the same height as .footer */
}

.footer {
background-color: #333333;
color: #CCCCCC;
}

.footer a {
color: #9999CC;
text-decoration: none;
}

.footer a:hover {
color: #FF9933;
text-decoration: none;
}

.footer p {
text-align: center;
padding-top: 20px;
}

/* contact form */

label {
 cursor: pointer;
 cursor: hand;
 float: left;  
 width: 10em;  
 margin-right: 1em;  
 text-align: right; 
} 

fieldset{
background-color: #F2EFE9;
padding-top: 10px;
}

input, textarea {
  border: 2px solid #ccc;
  margin-bottom: 6px;
}
input:focus, textarea:focus {
  border: 2px solid #000;
}
#security img { border: 1px solid #000; margin-left: 133px; margin-bottom: 5px; }

#submit { margin-top: 5px; }

.contactbutton {
margin-left: 133px;
}