/* GENERAL */

* {margin: 0;padding: 0;}
p, ul, ol {margin-bottom: 20px;}
ul, ol  {margin-left: 3em;}

body{font:0.9em Arial, Helvetica, sans-serif;text-align:justify;color:#000;background-color: #f4f4f4;margin-bottom:20px;}

a{color:#57381c;font-weight:bold;text-decoration:none;background-color:inherit;}
a:hover{color:#57381c; text-decoration:underline; background-color:inherit;}
a img{border:none;}

h1{padding:25px 0 10px 0;font-size:1.8em;color:#1b8815;text-align:left;font-weight:bold;}
h2 {font-size:1.1em;letter-spacing:0px;color:#333;margin-bottom:10px;}
h3 {margin:0 0 10px 0;font-size:11pt;}

/* HEADER */

#header{margin:0 auto;height:120px;width:1000px;}
#header img{margin-top:18px;}

/* NAVIGATION */

#navigation{margin:0 auto;width:1004px;height:35px;color:#fff;background-color:#1b8815;
-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;
-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;
padding-top:12px;}

#navigation ul{margin:0; padding:0;border:1px solid #1b8815;} 
#navigation li{float:left;list-style-type:none;white-space:nowrap;}
#navigation li a{display:block;padding:0 10px 0 10px;font-size:1.06em;font-weight:bold;text-transform:uppercase;text-decoration:none;color: #ffffff;}
#navigation .selected,#navigation a:hover{text-decoration:none;color:#333;}

/* CONTENT*/

#content{margin:0 auto;margin-top:0;padding:0;width:1000px;min-height:400px;background-color:#fff;border-left:2px solid #009900;border-right:2px solid #009900;padding-bottom:20px;}

table{margin-left:30px;}

/* SUBCONTENT*/

#subcontent{margin:0 20px 20px 20px;}

/* FOOTER */

#footer{margin:0 auto;width:1004px;height:40px;background-color:#1b8815;
-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;
-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;
text-align:center;color:#fff;padding-top:10px;}
#footer a{color:#fff;}

/* FORMS */

input[type=text], select, textarea {vertical-align:middle;color: #333;background-color: #eee;border: 0;border:1px solid #8d8d8d;width:300px;background: #fff url(http://adncreation.com/acdf/assets/images/menu/input-bg.gif) repeat-x top left;}
input[type=text], select {height: 22px;}
.button {height: 23px;vertical-align: middle;color:#fff;background-color: #8d907b;border:1px solid #8d8d8d;width:80px;margin-left:220px;margin-bottom:20px;}

/**************** Misc classes and styles ****************/

.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}


