/* COMMON DEFINITIONS */
body {  
 font-family:  monotype corsiva; 
 color: #4A5321; 
 font-size: 24px;

 margin: 0px;
 padding: 0px;

 background: url(../images/template/body-background.gif) #FCF9EF repeat-y;
}

a {  color: #1B4E85;}
a:link {  color: #1B4E85}
a:active {  color: #FF0000}
a:visited {  color: #142C3D}
a:hover {  color: #FF0000}

.important { color: #FF0000; }

img {
 border: 0px;
}

/* -------------------- SITE STYLES -------------------- */

#masthead {
 position: relative;
 width: 100%;
 height: 72px;
 background: url(../images/template/masthead-background.gif);
 z-index: 2;
}
.leftcap {
 display: block;
 position: absolute;
 top: 0px;
 left: 0px;
}
.rightcap {
 display: block;
 position: absolute;
 top: 0px;
 right: 0px;
}
#masthead #logo {
 display: block;
 position: absolute;
 top: 0px;
 left: 160px;
}
#masthead #business-name {
 display: block;
 position: absolute;
 top: 75px;
 left: 160px;
}

#left-sidebar {
 position: absolute;
 top: 80px;
 left: 0px;
 width: 157px;
 z-index: 5;
}
#left-sidebar img {
 display: block;
}

#development_plans_submenu { 
 position: absolute;
 top: 155px;
 left: 160px;
 display: block;
 width: 130px;
 font-size: .65em;
 font-weight: bold;
 background: #d7cc96;
 border: #4A5321 solid 1px;
 color: #81423e;
 list-style: none;
 padding: 0px;
 margin: 0px;
 z-index:10;
 visibility: hidden;
}
#development_plans_submenu li {
 display: block;
 width: 128px;
 height: 15px;
 border-bottom:  #4A5321 solid 1px;
 padding: 1px;
}
#development_plans_submenu a {  
 display: block;
 color: #81423e;
 text-decoration: none;
 height: 1.1em;
 width: 125px;
 background: #d7cc96; 
 padding: 1px 1px 1px 2px;
}
#development_plans_submenu a:link {  color: #81423e}
#development_plans_submenu a:active {  color: #FFF}
#development_plans_submenu a:visited {  color: #81423e}
#development_plans_submenu a:hover {  
 color: #FFF;
 background: #81423e; 
 text-decoration: none;
}

#content {
 margin: 130px 10px 10px 175px;
 font-size: .8em;
}
#top_content {
 margin: 0px 0px 0px 340px;
 font-size: 2em;
 text-align: center;
}

#footer {
 position: relative;
 height: 100px;
 margin: 200px auto 10px auto;
 text-align: center;
 width: 98%;
 font-size: .7em;
 font-style: italic;
 font-weight: bold;
 padding: 20px 0px;
}
#footer #left-accent {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 30%;
 height: 80px;
 background: url(../images/template/footer-background.gif);
}
#footer #right-accent {
 position: absolute;
 right: 0px;
 top: 0px;
 width: 30%;
 height: 80px;
 background: url(../images/template/footer-background.gif);
}
#footer .rightcap {
 margin-right: -5px;
}

/* CONTACT FORM */

#contact-form {
 position: relative;
 display: block;
 width: 350px;
 margin: 10px auto 10px auto;
 font-size: .9em;
}
#contact-form label {
 display: block;
 clear: both;
 float: left;
 width: 40%;
 margin: 3px 0px 0px 0px;
 height: 20px;
}
#contact-form .textinput {
 display: block;
 float: right;
 width: 49%;
 margin: 3px 0px 0px 0px;
 height: 20px;
}
#contact-form .fieldgroup {
 float: right;
 width: 49%;
 margin: 3px 0px 0px 0px;
 height: 20px;
}
#contact-form textarea {
 clear:both;
 width: 98%;
 height: 100px;
 border: #000 solid 1px;
 margin: auto;
}
#contact-form .form-button {
 clear: both;
 background: #000066;
 color: #FFF;
 width: 100%;
 margin: 10px 0px 10px 0px;
}
#contact-form br {
 clear: both;
}

/* SEARCH FORM */

#wcsearch-form {
 display: block;
 width: 300px;
}
#wcsearch-form .button {
 clear: both;
 background: #000066;
 color: #FFF;
 width: 100%;
 margin: 10px 0px 10px 0px;
}
.search-result {
 font-size: .9em;
 color: #000;
 line-height: 1.4em;
}
..earch-result a {
 color: #000;
 text-decoration: none;
}
.search-result a:link {  
 color: #000;
}
.search-result a:active {  
 color: #F00;
}
.search-result a:visited {  
 color: #000;
}
.search-result a:hover {  
 color: #F00;
 text-decoration: underline;
}