/* CSS Document */
/*Main CSS Document for City of Huntleigh*/
* {margin: 0; padding: 0;}

body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #030303; background: #FFFFFF; margin: 0; padding: 0;}

a:link {color: #68849B;}
a:visited {color: #68849B;}
a:hover {color:#000000; text-decoration:none; background-color:#FFFF99;}

a img {border: none;}

/* Logo Bar ----------------------------------*/

#logobar-con {width: 100%; background-color: #EBEBE6;}
#logobar {width: 745px;} 

/* Nav Bar ----------------------------------*/
#navbar-con {width: 100%; height: 33px; margin: 0; padding: 0; background-image: url(../images/bg_nav.gif);}
#navbar {width: 745px; height: 33px; margin: 0; padding: 0;}
#navbar ul {list-style: none; margin: 0; padding: 0;}
#navbar li {float: left; margin: 0; padding: 0;}
#navbar img {display: block; margin: 0; padding: 0; border: 0;} 

/* Bottom Half ----------------------------------*/

#bottomhalf-con {width: 100%; margin: 0 0 10px 0; background-image: url(../images/bg_bluegreen_pattern.gif); background-color: #FFFFFF;}
#bottomhalf {width: 745px; background-color: #FFFFFF;}

#placeholder {font-size: 0; height: 10px;}

#content {margin: 0 0 1px 0; background-image: url(../images/bg_white_green.gif); background-color:#FFFFFF;}
#content-left {width: 471px; float: left; display: inline;}
#content-left ol  {margin-left: 30px;}
#content-left ol li  {margin: 10px;}
#content-left p {font-size: 12px; padding: 0px 25px 10px 16px; text-align: justify;}
#content p.contenttitle {font-weight: bold;}
.contenttitle {font-weight: bold;}

.bold {font-weight: bold;}

#sidebar {float: right; display: inline; width: 263px; margin: 0px 11px 0 0;}
#sidebar p {font-size: 12px; padding: 9px 10px 10px 10px;}
#sidebar p.sidebartitle {font-weight: bold; padding: 7px 10px 0px 10px;}

/* Contact Us Form ----------------------------------------*/

#form-contact {margin: 20px 0 0 15px;}
#form-contact label {float: left; width: 120px; font-weight: bold; font-size: 13px; color: #382C26;}
#form-contact input, textarea {width: 300px; margin-bottom: 10px;}
#form-contact textarea {height: 150px;}
#form-contact #submitbutton {margin-left: 120px; width: 90px;}
#form-contact br {clear: left;}


/* Footer ----------------------------------*/
#footer-con {width: 100%; background-color: #FFFFFF; border-top: 2px solid #AAAA66; margin-top: 4px;}

#footer {width: 743px; padding: 1px 2px 0 0; text-align: right; font-size: 10px; background-color: #FFFFFF;}
#footer a {text-decoration: underline;}