* {
margin: 0px;
padding: 0px;
}

body {
background: #dfe5e2;
font-family: Verdana;
font-size: 62.5%;
}

p {
font-size: 1.2em;
line-height: 1.5em;
padding-bottom: 20px;
}

.imgleft {
padding: 6px 40px 20px 0px;
float: left;
}

.imgright {
padding: 6px 0px 20px 40px;
float: right;
}

.centered {
text-align: center;
}

.line {
border-bottom: #2b4a53 2px solid;
margin-bottom: 20px;
}

a {
color: #2b4a53;
text-decoration: underline;
}

a:visited {
color: #2b4a53;
text-decoration: underline;
}

a:hover {
color: #65a1b1;
text-decoration: underline;
}

a.caddlink {
color: #000;
text-decoration: none;
}

a:hover.caddlink {
color: #65a1b1;
text-decoration: underline;
}

h1 {
font-size: 1.8em;
line-height: 1.5em;
padding-bottom: 20px;
font-weight: bold;
}

h2 {
font-size: 1.6em;
line-height: 1.5em;
padding-bottom: 20px;
font-weight: bold;
}

h3 {
font-size: 1.4em;
line-height: 1.5em;
padding-bottom: 20px;
font-weight: bold;
}

#container {
margin: 10px auto;
width: 800px;
background: #fff;
}

#headerspacer1 {
width: 800px;
height: 5px;
background: #65a1b1;
border-top: #fff 2px solid;
}

#header {
width: 800px;
height: 100px;
background: url(media/top.jpg);
}

#headertext {
width: 345px;
height: 56px;
padding: 20px 15px 15px 15px;
float: right;
}

#headertext p {
font-size: 1.4em;
text-align: center;
}

#headerspacer2 {
width: 800px;
height: 5px;
background: #2b4a53;
border-bottom: #fff 2px solid;
}

#pictures {
width: 800px;
height: 150px;
background: url(media/banner.jpg);
border-bottom: #fff 2px solid;
}

#maincontent {
width: 740px;
padding: 45px 30px;
}

#footerspacer1 {
width: 800px;
height: 5px;
background: #65a1b1;
border-top: #fff 2px solid;
}

#footerspacer2 {
width: 800px;
height: 20px;
background: #2b4a53;
border-bottom: #fff 2px solid;
}

#copyrighttext {
width: 770px;
padding: 3px 15px;
}

#copyrighttext p {
font-size: 0.8em;
color: #fff;
text-align: right;
}

#footertext {
width: 740px;
padding: 15px 30px 0px 30px;
background: #dfe5e2;
}

#footertext p {
font-size: 1.0em;
text-align: center;
}

/* NAVIGATION MENU */

.navmenu {
text-align: center;
background: #65a1b1;
width: 800px;
}

.navmenu li {
list-style-type: none;
display: inline-block;
}

.navmenu li a {
display: inline-block;
line-height: 30px;
background: #65a1b1;
font-size: 1.4em;
color: #fff;
font-weight: bold;
text-decoration: none;
padding: 0px 30px;
margin: 0px -2px;
}

.navmenu li:hover a,
.navmenu li.current:hover a {
background: #2b4a53;
}

.navmenu li.current a {
background: #2b4a53;
}

.subnavmenu {
text-align: center;
background: #2b4a53;
width: 800px;
}

.subnavmenu li {
list-style-type: none;
display: inline-block;
}

.subnavmenu li a {
display: inline-block;
line-height: 24px;
background: #2b4a53;
font-size: 1.2em;
color: #fff;
font-weight: bold;
text-decoration: none;
padding: 0px 15px;
margin: 0 -2px;
}

.subnavmenu li:hover a,
.subnavmenu li.current:hover a {
background: #65a1b1;
}

.subnavmenu li.current a {
background: #65a1b1;
}

/* END NAVIGATION MENU */

form.contact {
padding-left: 200px;
padding-right: 200px;
}

p.formtext {
padding-bottom: 5px;
}

input[type="text"] {
width: 100%;
border: #b3b3b3 1px solid;
font-family: Verdana;
font-size: 1.4em;
line-height: 1.5em;
padding: 2px;
}

input[type="text"]:focus {
border: #000 1px solid;
}

textarea  {
width: 100%;
height: 175px;
border: #b3b3b3 1px solid;
font-family: Verdana;
font-size: 1.2em;
line-height: 1.5em;
padding: 2px;
overflow-x: hidden;
}

textarea:focus {
border: #000 1px solid;
}

textarea.quote {
width: 734px;
}

p.left2 {
width: 357px;
float: left;
clear: both;
}

p.right2 {
width: 357px;
float: left;
margin-left: 20px;
}

p.left3 {
width: 232px;
float: left;
clear: both;
}

p.middle3 {
width: 232px;
float: left;
margin-left: 19px;
}

p.right3 {
width: 232px;
float: left;
margin-left: 19px;
}

p.left1 {
width: 734px;
clear: both;
}

select {
width: 238px;
border: #b3b3b3 1px solid;
font-family: Verdana;
font-size: 1.2em;
line-height: 1.5em;
padding: 2px;
}

select:focus {
border: #000 1px solid;
}

input[type="submit"] {
background: #2b4a53;
font-family: Verdana;
font-size: 1.2em;
line-height: 1.5em;
color: #fff;
font-weight: bold;
text-decoration: none;
border: 0px;
padding: 5px 30px;
cursor: pointer;
}

input:hover[type="submit"] {
background: #65a1b1;
}

input.contact[type="submit"] {
margin-left: 117px;
}

input.quote[type="submit"] {
margin-left: 269px;
}

.bottomnavleft {
float: left;
}

.bottomnavright {
float: right;
}