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: 0.75em; color: #333333;}

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

h1 {font-size: 170%; color: #CC071E; font-weight: normal}
h2 {font-size: 140%; color: #CC071E; font-weight: normal; border-bottom: 1px solid #CC071E;}
h3 {font-size: 120%; color: #CC071E; font-weight: normal; font-weight: bold; margin-bottom: 0px}
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-right: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF;}

#branding { display: none; }
#contact { display: none; }
#header_area {}
.nav_area {background: #F1F1F1; text-align: right; border-top: 1px solid #FFFFFF;}
#menu_area {padding-top: 20px; background: #FFFFFF; border-right: 1px solid #E7E7E7; min-width: 200px}

#content_area {background: #FFFFFF; padding: 20px 20px 40px 20px; }
#content_area_home {background: #FFFFFF; padding-top: 20px; padding-bottom: 20px;}

#footer_area {background: #f1f1f1; color: #808080; border-top: 3px solid #E7E7E7; padding: 5px; text-align: center; font-size: 11px;}

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

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

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

a.footer_link:link, a.footer_link:visited {color: #000000; 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: 1px; white-space: nowrap; }
#navlist li { display: inline; list-style-type: none; }
#navlist a { padding: 5px 10px 5px 10px; font-weight: bold; }
#navlist a:link, #navlist a:visited { color: #000000; text-decoration: none; }
#navlist a:hover, #navlist a:active { color: #FFFFFF; text-decoration: none;  background: #A5A5A5 }

.menu_title { border-bottom: 1px solid #E7E7E7; font-size: 130; padding: 5px; color: #c0c0c0; margin-left: 10px; margin-right: 10px; letter-spacing: 2px}

#menucontainer ul { margin-left: 10px; margin-top: 0px; padding: 0px; list-style-type: none; }
#menucontainer a { color: #000000; display: block; padding: 3px 2px 3px 5px; margin: 0px 0px 0px 0px; text-decoration: none;  width: 90%; font-weight: bold;}
#menucontainer a:link, #menucontainer a:visited { text-decoration: none; border-bottom: 1px solid #E7E7E7 }
#menucontainer a:hover, #menucontainer a:active {color: #CC071E; text-decoration: none; background: #f1f1f1; }

/* 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;}

.float_img {float: right; margin-left: 10px;}

#site_map ul {list-style: circle;}

/* 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 */



.home_note {border: 2px dashed #c0c0c0; padding:10px}