	html, body { margin: 10px; padding: 0px; }
	body { background: #CBCBC6 url(../layout/site_background.jpg); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; }
	input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }
	form { margin: 0px; }
	p, td { line-height: 1.5; }
	ul { line-height: 1.8; }
	hr { color: #c0c0c0; height: 1px; border: none; background-color: #c0c0c0; margin-top: 20px; }

	#branding { display: none; }
	#contact { display: none; }
	.layout_area { }
	.content_area { }
	.page_area { background: #FFFFFF; }
	a:link, a:visited {	color: #669966; text-decoration: underline; }
	a:hover, a:active { color: #000000; text-decoration: none; }

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

/* HEADER */
	#header_area { background: #FFFFFF; }
	.main_layout_area { background: url(../layout/site_main_background.jpg) repeat-y top center; padding: 0px 25px 0px 25px }
	.main_layout_nav { background: url(../layout/site_header_top.gif) no-repeat bottom left; padding-left: 500px; } 
	.main_layout_title { float: left} 
	.main_layout_tel { font-size: 135%; color: #808080; font-weight: bold; padding-top: 10px; }
	.main_layout_tel strong { color: #CC0033; }

/* NAVIGATION */
	#nav_area { background: #FFFFFF; padding-left: 400px; border-top: 1px solid #FFFFFF; }

	#navcontainer { width: 100%; float: left; }
	#navcontainer ul { padding: 0px; margin: 0px; }
	#navcontainer ul li { display: inline; }
	#navcontainer ul	{ margin: 0px;	padding: 0px;	color: #FFFFFF; font-weight: bold; font-size: 115%; }
	#navcontainer ul li a { padding: 2px 10px 2px 10px; margin: 0px 10px 0px 0px ;color: #000000; text-decoration: none; float: left; border-right: 0px solid #FFFFFF; }
	#navcontainer ul li a:hover{ background: #f1f1f1; color: #CC0033; text-decoration: underline; }
	#navcontainer .start { border-left: 0px solid #FFFFFF; }

/* MENU */
	#menu_area { padding: 5px 0px 0px 0px; background:  url(../layout/site_menu_top.jpg) no-repeat; border-right: 0px solid #E7E7E7; }

	.menu_title { background: #f1f1f1; font-size: 180%; padding: 5px 20px 5px 20px; font-weight: normal; color: #808080; } 

	#menucontainer { padding-bottom: 10px; padding-top: 5px; background: #f1f1f1 url(../layout/site_menu_bot.jpg) no-repeat bottom left; }
	#menucontainer ul { margin-left: 0px; margin-top: 0px; padding: 0px; list-style-type: none; }
	#menucontainer a { color: #000000; display: block; padding: 2px 2px 2px 5px; margin: 0px 0px 0px 0px; text-decoration: none;  }
	#menucontainer a:link, #menucontainer a:visited { text-decoration: none; background: #f1f1f1; }
	#menucontainer a:hover, #menucontainer a:active { color: #CC0033; text-decoration: underline; background: #eaeaea; }
	#menucontainer .start { border-top: 0px solid #E7E7E7; }

/* CONTENT */
	#content_area { background: #FFFFFF; padding: 10px 40px 40px 40px; }

	h1 { font-size: 180%; color: #CC0033; font-weight: normal; }
	h2 { font-size: 140%; color: #000000; font-weight: bold; border-bottom: 2px solid #FEF4D1; }
	h3 { font-size: 120%; color: #CC0033; font-weight: bolder; }
	h4 { font-size: 110%; color: #808080; font-weight: normal; border-bottom: 1px solid #CCCCCC; }

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

/* FOOTER */
	#footer_area { background: #FFFFFF  url(../layout/site_footer_back.jpg) no-repeat; color: #FFFFFF; padding: 8px 15px 0px 0px; text-align: right; line-height: 1.8; }
	#footer_area a:link, #footer_area a:visited { color: #FFFFFF; text-decoration: underline; }
	#footer_area a:hover, #footer_area a:active { color: #FFFFFF; text-decoration: none; }

/* SCRIPT ELEMENTS */
	#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; } 
	.form_input_normal {  }
	.form_input_error { border: 1px solid #CC0000; }

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

	.content_note { border: 1px dashed #FF7E01; background: #FFF2E5 url(../layout/site_content_note.gif) no-repeat top left; margin: 10px; padding: 10px 10px 10px 120px; line-height: 2; }

