html, body {margin: 0px; padding: 0px;}

body {background: #FFFFFF url(../layout/site_back.gif) repeat-x top right; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333;}

p, td {line-height: 1.5;}
p {margin-left: 20px;}

h1 {font-size: 170%; color: #3366CC; font-weight: normal}
h2 {font-size: 140%; color: #3366CC; font-weight: normal; border-bottom: 1px solid #3366CC;}
h3 {font-size: 120%; color: #3366CC; font-weight: normal;}
h4 {font-size: 110%; color: #808080; font-weight: normal; border-bottom: 1px solid #CCCCCC;}

hr {color: #C0C0C0; height: 1px;}
ul {line-height: 1.8;}
.indent {padding-left: 20px;}

input, select, textarea {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333;}
.form_error {color: #FF6633; }

.page_area {background: #FFFFFF; border: 0px solid #FFFFFF; }
.header_area {height: 118px; vertical-align: top; padding-left: 20px; font-weight: normal; font-size: 180%; color: #FFFFFF; background: #F1F0DE url(../layout/header.jpg) no-repeat;}
.nav_area {background: #E2D6BC; padding: 5px; text-align: center; color: #A7A69E}
.menu_area {background: #FAF7E6; border-right: 1px dashed #9B9B99}
.content_area {padding: 15px 40px 50px 40px; border-right: 1px solid #E2D6BC; border-left: 1px solid #E2D6BC; background: #FFFFFF}
.footer_area {background: #F1F0DE; border-top: 5px solid #E2D6BC; color: #808080; padding-top:3px; padding-bottom: 3px; text-align: center; font-size: 11px}

a:link, a:visited {	color: #000000; text-decoration: underline;}
a:hover, a:active { color: #808080; text-decoration: none;}

a.nav_link:link, a.nav_link:visited {	color: #4F4D3E; text-decoration: none; font-weight: bold;}
a.nav_link:hover, a.nav_link:active { color: #4F4D3E; text-decoration: underline; font-weight: bold;}

a.menu_link:link, a.menu_link:visited {	color: #4F4D3E; text-decoration: none; font-weight: bold; padding-left: 15px;}
a.menu_link:hover, a.menu_link:active { color: #4F4D3E; text-decoration: underline; font-weight: bold; padding-left: 15px;}

a.footer_link:link, a.footer_link:visited {color: #4F4D3E; text-decoration: none;}
a.footer_link:hover, a.footer_link:active { color: #808080; text-decoration: underline;}

a.plain_link:link, a.plain_link:visited {text-decoration: none;}
a.plain_link:hover, a.plain_link:active {text-decoration: none;}

ul#navlist { padding: 0px; margin: 0px; white-space: nowrap; }
#navlist li { display: inline; list-style-type: none; }
#navlist a { padding: 5px 10px 5px 10px; font-weight: bold; font-size: 13px; }
#navlist a:link, #navlist a:visited { color: #000000; text-decoration: none; border: 1px solid #F1F1F1; }
#navlist a:hover, #navlist a:active { color: #000000; text-decoration: underline;  border: 1px solid #F1F1F1; background: #FFFFFF }

#menucontainer ul { margin-left: 10px; padding: 0px; list-style-type: none; }
#menucontainer a { color: #000000; display: block; padding: 2px 2px 2px 5px; margin: 0px 0px 4px 0px; text-decoration: none;  width: 150px; font-weight: bold;}
#menucontainer a:link, #menucontainer a:visited { text-decoration: none; border: 1px solid #EAEDF0; }
#menucontainer a:hover, #menucontainer a:active { text-decoration: none; border: 1px solid #89A5B9; background:#F1F5F7; }

/* Site Specific */

#site_links ul {list-style: circle; }
#site_links a:link, #site_links a:visited { text-decoration: none;}
#site_links a:hover, #site_links a:active { text-decoration: underline;}

#site_map ul {list-style: circle;}

.contact_details {padding-left: 40px;}


/* JAVASCRIPT VALIDATION */
	#form_errors {}
	#form_errors ul {margin-top:0px; margin-bottom:0px}
	.form_inner_error {padding: 3px; color: #CC0000; border: 1px dashed #CC0000; margin: 10px; background: #FAE5E5} /* classname you want for the inner html highlighting */
	.form_input_normal {} /* classname you want for your fields without highlighting */
	.form_input_error {border: 1px solid #CC0000;} /* classname you want for the error highlighting */
