/* CSS Document */
html, body, div, table, tr, th, td, span, p, label, img, ul, li {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: inherit;
    color: inherit;
}

body { font-size: 13px; line-height: 1.5em; color: #333; }
div { position: relative; }
textarea { font-family: inherit; font-size: inherit; color: inherit; }
p { margin: 0px 0px 15px; }

a { text-decoration: underline; color: #867765; }
a:hover { text-decoration: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0px; }
th, td { vertical-align: top; text-align: left; }

h1 { font-size: 21px; line-height: 1.3em; color: #333; font-weight: bold; margin: 0px 0px 20px; padding: 0px; }
h2 { font-size: 18px; line-height: 1.5em; color: #333; font-weight: bold; margin: 20px 0px; }
h3 { font-size: 14px; line-height: 1.5em; color: #333; font-weight: bold; margin: 20px 0px; }

ul {  }
ol {  }
li { line-height: 1.5em; margin: 15px 0px; }

input[type=text], textarea { border: 1px solid #CCC; padding: 3px 5px; margin: 2px 0px; font-size: 12px; line-height: 15px;
						border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -khtml-border-radius: 3px; }


hr { clear: both; margin: 10px 0px; padding: 0px; height: 1px !important; width: 100%; background: none; border: none; outline: none; border-bottom: 1px solid #CCC; }


/* Colors used throughout site (mainly used as a reference within the stylesheet) */
.white { color: #FFFFFF !important; }
.black { color: #333333 !important; }
.brown { color: #877765 !important; }
.gold  { color: #857765 !important; }

.clear  { clear: both; background: none !important; padding: 0px !important; margin: 0px !important; border: none !important; height: 0px !important; }
.hidden { display: none; }

.container { position: relative; width: 940px; margin: 0px 20px; padding: 0px; }

.clearOnFocus { color: #999 !important; }
.clearOnFocus.hasfocus { color: #333 !important; }
.clearOnFocus.hascontent { color: #333 !important; }


/* Header */
#header { background: url('../images/headerbg.png') top repeat-x transparent; margin: 30px 0px 0px; }
#header .container { height: 125px; padding: 9px 0px 10px; }
#header #logo { float: left; margin: 10px 125px 0px 20px; }
#header #logo a { display: block; margin: 0px; padding: 0px; }
#header #logo a img { display: block; margin: 0px; padding: 0px; }

#header #nav { margin: 30px 0px 0px 245px; }
#header #nav a { display: inline-block; margin: 0px; padding: 0px; }
#header #nav a img { display: block; margin: 0px; padding: 0px; }
#header #nav a img.default {  }
#header #nav a img.hover { display: none; }
#header #nav a:hover img.default { display: none; }
#header #nav a:hover img.hover { display: block; }
#header #nav #navtext { display: block; margin: 0px; padding: 0px; }
#header #nav #navtext img { display: block; margin: 0px; padding: 0px; }


#content {  }
#content .container {  }

#colleft, #colright, #middle { margin-top: -10px; padding-top: 30px; }

#colleft { float: left; width: 180px; }
#colleft .topimages { display: block; margin: 0px 0px 20px; padding: 0px; }

#colleft .links { margin: 20px 0px; }
#colleft .links a { font-size: 11px; line-height: 1.5em; }

#colleft #sendpdf { display: block; margin: 20px 0px; padding: 10px 5px 5px; background: #F0F0F0; border-radius: 10px; -webkit-border-radius: 10px;
					-moz-border-radius: 10px; -o-border-radius: 10px; -khtml-border-radius: 10px; }
#colleft #sendpdf p { margin: 0px 0px 5px; }
#colleft #sendpdf input[type=text] { width: 148px; }
#colleft #sendpdf input[type=image] { margin: 4px 0px 0px; }

#colleft .legallogos { display: block; margin: 20px 0px 10px; }
#colleft .legallogos a { display: inline-block; margin: 0px; padding: 0px; width: 80px; }
#colleft .legallogos a:nth-child(2n) { margin-left: 7px; }
#colleft .legallogos a:nth-child(n + 2) { margin-top: 7px; }
#colleft .legallogos a img { display: block; margin: 0px; padding: 0px; max-width: 80px; }

#colright { float: right; width: 170px; }
#colright a { display: block; margin: 10px 0px 0px; padding: 0px; }
#colright a:first-child { margin-top: 0px; }
#colright a img { display: block; margin: 0px; padding: 0px; }


#colright .phoneblock { margin-bottom: 25px; padding: 0px 5px; }
#colright .phoneblock p { font-family: Verdana, Geneva, sans-serif; margin: 0px; }
#colright .phoneblock .callus { font-weight: bold; color: #857765; font-size: 13px; margin-bottom: 10px; }
#colright .phoneblock .phone { font-size: 15px; margin-top: 5px; }
#colright .phoneblock .phone .area { font-size: 13px; color: #857765; }


#middle { position: relative; display: block; margin-left: 210px; margin-right: 210px; padding-left: 20px; padding-right: 20px; border-left: 1px solid #CCC; }
#middle p { text-align: justify; }
#middle li { text-align: justify; }

.confirm { text-align: center; color: #363; border: 1px solid #363; background: #DFD; padding: 5px 10px; }

.formerror { display: block; border: 1px solid #F33; background: #FCC; margin: 12px 0px; padding: 6px 12px; }
.formerror ul { margin: 0px 0px 0px 15px; padding: 0px; }
.formerror ul li { margin: 0px; }

#contactform {  }
#contactform table {  }
#contactform table th,
#contactform table td { padding: 4px 0px; }
#contactform table th { padding-right: 10px; }
#contactform table td {  }
#contactform table td input[type=text] { width: 208px; margin: 0px; }
#contactform table td textarea { width: 288px; margin: 0px; }
#contactform table td input[type=image] { margin: 4px 0px 0px; }


#footer { clear: both; margin: 20px 0px; padding: 0px; }
#footer .container {  }
#footer p { font-size: 12px; color: #666; margin: 15px 0px 0px; }

#legallogo { display: block; width: 79px; margin: 20px auto 10px; }
