* {margin:0; padding:0;}

body {
	margin:0;
	padding:0;
	background-color:#4c5968;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
}

ul, ol, li, input, select, textarea, table, tr, th, td, div, p  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {line-height:1.170em;font-size:1.170em;font-weight:bold;color:#000000;margin-bottom:1em;}

p {margin-bottom:1em;}

blockquote {
	margin:0 0 1em 2em;
}

ul {
	margin:0 0 1em 2em;
}

table {
	margin:0 0 1em 0;
}

ol {
	margin:0 0 1em 2em;
	list-style:decimal;
}

HR { width:100%;height:1px;background-color:#000000;color:#000000;margin-top:0px;margin-bottom:0px;border:0px;padding:0px;}

a {color:#892B12;text-decoration:none;font-weight:bold;}
a:link {color:#892B12;}
a:active {color:#892B12;}
a:visited {color:#892B12;}
a:hover {color:#000;}
a:focus {color:#000;}

.msg_err {
	display:block;
	color:#f00;
	font-weight:bold;
	margin-bottom:1em;
	background-color:#fff;
	border:1px solid #f00;
	padding:5px;
}

.msg_msg {
	display:block;
	color:#0c0;
	font-weight:bold;
	margin-bottom:1em;
	background-color:#fff;
	border:1px solid #0c0;
	padding:5px;
}

#site_container {
	width:1000px;
	margin:0 auto 0 auto;
	
}

#header {
	height:108px;
	padding:0px;
	background-image:url(../img/title.jpg);
	margin:10px 0 10px 0;
	
}

#user_box {
	float:right;
	width:210px;
	height:90px;
	margin:10px 20px 0 0;
}

#user_box div {
	margin:5px;
	opacity:1;
	filter:alpha(opacity=100);
}

#user_box div span {
	font-weight:bold;
}


#user_box div label {
	display:block;
	float:left;
	padding:2px;
	height:18px;
	width:60px;
}

#user_box div input {
	float:right;
	margin: 0 0 2px 0;
	border:1px solid #000;
	height:18px;
	width:130px;
}

#user_box div input#login_submit {
	float:right;
	border:1px solid #000;
	height:20px;
	width:132px;
	text-align:center;
}


#navigation_main {
	margin-bottom:5px;	
}

.left_bar {
	float:left;width:230px;margin-left:10px;
}

.navigation_tree, .left_bar {
	display:none;
}

#navigation_backnav {
	background-color:#fff;
	padding:5px;
}

#page_container {
	width:1000px;
	background-color:#fff;
	padding:10px 0 10px 0;
}
#side_bar {
	display:none;
}
#content {
	min-height:850px;
	padding:10px;
	background-color:#d8deeb;
	margin:0 10px 0 10px;
}

#content img {
	max-width:720px;
}

div#content li {
	margin-bottom:10px;
}

#footer {
	width:1000px;
	height:70px;
	margin:10px auto 0 auto;
	background-color:#fff;
}

#footer a#home, #footer a#home:link, #footer a#home:visited, #footer a#home:active {
	float:left;
	padding:7px 0 5px 25px;
	
	background-image:url(../img/home.gif);
	background-repeat:no-repeat;
	color: #7c7c7c;
	text-decoration: none;
}

#footer a#home:hover, #footer a#home:focus {
	color:#000;
}	

#footer div#address {
	clear:both;
	padding:10px 0 0 0;
	color: #7c7c7c;
	text-align:center;
}

#printlink {
	float:right;
	margin-bottom:5px;
}

#breadcrumb {
	float:left;
	margin-bottom:5px;
}

.clear {
	clear:both;
}

/* main navigation */
#nav_main {
	margin:0;
	padding:0;
	list-style: none;
	overflow: hidden;
	display: block;
}

#nav_main li {
	float: left;
	margin:0 5px 5px 0;
	
}

#nav_main a span {
	padding: 5px;
	display:block;
}

#nav_main a,
#nav_main a.navlink,
#nav_main a.navlink:link,
#nav_main a.navlink:active,
#nav_main a.navlink:visited  {
	font-size: 0.925em;
	font-weight: bold;
	display: block;
	min-width:150px;
	min-height:22px;
	color: #7c7c7c;
	text-decoration: none;
	background-color:#f8f8f8;
}

#nav_main a.navlink:hover,
#nav_main a.navlink:focus {
	background-color:#fff;
	
	color:#000;
}

#nav_main a.highlight,
#nav_main a.highlight:link,
#nav_main a.highlight:active,
#nav_main a.highlight:visited,
#nav_main a.highlight:hover,
#nav_main a.highlight:focus {
	color:#fff;
	background-color:#999;
}

/* tree or subnav */
#nav_tree {
	width:210px;
	padding: 0;
	list-style: none;
	margin:0 10px 0 10px;
}

ul#nav_tree ul.sub_tree {
	margin: 0 0 3px 10px;
	padding: 0;
	list-style: none;
}

#nav_tree li {
	margin: 0 0 3px 0;
	
}

#nav_tree a {
	display: block;
	margin: 0;
	padding: 2px 2px 2px 9px;
	color: #000;
	background-image:url(../img/sub_nav_arrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
}

#nav_tree a.navlink,
#nav_tree a.navlink:link,
#nav_tree a.navlink:active,
#nav_tree a.navlink:visited {
	color: #892B12;
	font-weight:bold;
	text-decoration: none;
}

#nav_tree a.navlink:hover,
#nav_tree a.navlink:focus {
	color: #000;
	font-weight:bold;
	text-decoration: none;
	background-image:url(../img/sub_nav_arrow_o.gif);
}

#nav_tree a.highlight,
#nav_tree a.highlight:link,
#nav_tree a.highlight:active,
#nav_tree a.highlight:visited,
#nav_tree a.highlight:hover,
#nav_tree a.highlight:focus {
	font-weight:bold;
	color: #000;
	text-decoration: none !important;
	background-image:url(../img/sub_nav_arrow_o.gif);
}

/* tree or subnav */
#sitemap_tree, #sitemap_backnav {
	padding: 0;
	list-style: none;
	margin:0;
}

ul#sitemap_tree ul.sub_tree,
ul#sitemap_backnav ul.sub_tree {
	margin: 0 0 5px 10px;
	padding: 0;
	list-style: none;
}

#sitemap_tree li,
#sitemap_backnav li {
	margin: 0 0 5px 0 !important;
	
}

#sitemap_tree a,
#sitemap_backnav a {
	display: block;
	margin: 0;
	padding: 2px 2px 2px 7px;
	color: #000;
	background-image:url(../img/site_map_arrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
}

#sitemap_tree a.navlink, #sitemap_backnav a.navlink,
#sitemap_tree a.navlink:link, #sitemap_backnav a.navlink:link,
#sitemap_tree a.navlink:active, #sitemap_backnav a.navlink:active,
#sitemap_tree a.navlink:visited, #sitemap_backnav a.navlink:visited  {
	color: #000;
	text-decoration: none;
}

#sitemap_tree a.navlink:hover, #sitemap_backnav a.navlink:hover,
#sitemap_tree a.navlink:focus, #sitemap_backnav a.navlink:focus {
	color: #ccc;
	text-decoration: none;
}

#sitemap_tree a.highlight, #sitemap_backnav a.highlight,
#sitemap_tree a.highlight:link, #sitemap_backnav a.highlight:link,
#sitemap_tree a.highlight:active, #sitemap_backnav a.highlight:active,
#sitemap_tree a.highlight:visited, #sitemap_backnav a.highlight:visited,
#sitemap_tree a.highlight:hover, #sitemap_backnav a.highlight:hover,
#sitemap_tree a.highlight:focus, #sitemap_backnav a.highlight:focus {
	font-weight:bold;
	text-decoration: none !important;
}


/* backnav navigation */
#nav_backnav {
	float:right;
	margin:0;
	padding:2px;
	list-style: none;
	overflow: hidden;
	display: block;
}

#nav_backnav li {
	float: left;	
}

#nav_backnav a,
#nav_backnav a.navlink,
#nav_backnav a.navlink:link,
#nav_backnav a.navlink:active,
#nav_backnav a.navlink:visited  {
	color: #7c7c7c;
	text-decoration: none;
}

#nav_backnav a.navlink:hover,
#nav_backnav a.navlink:focus {
	color:#000;
}

#nav_backnav a.highlight,
#nav_backnav a.highlight:link,
#nav_backnav a.highlight:active,
#nav_backnav a.highlight:visited,
#nav_backnav a.highlight:hover,
#nav_backnav a.highlight:focus {
	color:#000;
	font-weight:bold;
}

#nav_backnav a.admintool,
#nav_backnav a.admintool:link,
#nav_backnav a.admintool:active,
#nav_backnav a.admintool:visited,
#nav_backnav a.admintool:hover,
#nav_backnav a.admintool:focus {
	color:#f03;
	font-weight:bold;
}



/* form templates */
/* frontend_form */
.frontend_form_container {width:450px;}
.frontend_form_container fieldset {
	border:0;margin:0;padding:0;
	width:450px;
}
.frontend_form_container div {
	margin-bottom:10px;
}
.frontend_form_container div span{
	font-weight:bold;
}
.frontend_form_space {
	height:10px;
}
.frontend_image {float:right;}
.frontend_image:hover {opacity:0.5;filter:alpha(opacity=50);}
.frontend_text {width:450px;height:20px;border:1px solid #ccc;}
.frontend_textarea {width:450px;height:150px;border:1px solid #ccc;}
.frontend_wysiwyg {padding:10px;width:450px;height:600px;border:1px solid #ccc;}
.frontend_smallwysiwyg {padding:10px;width:450px;height:300px;border:1px solid #ccc;}
.frontend_select  {height:20px;width:450px;border:1px solid #ccc;}
.frontend_select_datetime  {height:20px;width:32%;border:1px solid #ccc;}
.frontend_submit {height:20px;border:1px solid #ccc;background-color:#f0f0f0;}
.frontend_form_error {color:#f03;}
.frontend_field_error_high {
	border:1px solid #f03;
}

/*login_form */
.login_form_container {width:350px;}
.login_form_container fieldset {
	border:0;margin:0;padding:0;
	width:350px;
}
.login_form_container div {
	margin-bottom:10px;
}
.login_form_container div span{
	font-weight:bold;
}
.login_form_space {
	height:10px;
}
.login_image {float:right;}
.login_image:hover {opacity:0.5;filter:alpha(opacity=50);}
.login_text {width:350px;height:20px;border:1px solid #ccc;}
.login_textarea {width:350px;height:150px;border:1px solid #ccc;}
.login_wysiwyg {padding:10px;width:350px;height:600px;border:1px solid #ccc;}
.login_smallwysiwyg {padding:10px;width:350px;height:300px;border:1px solid #ccc;}
.login_select  {height:20px;width:350px;border:1px solid #ccc;}
.login_select_datetime  {height:20px;width:32%;border:1px solid #ccc;}
.login_submit {height:20px;border:1px solid #ccc;background-color:#f0f0f0;}
.login_form_error {color:#f03;}
.login_field_error_high {
	border:1px solid #f03;
}

.left_bar_contact_container {width:210px;}
.left_bar_contact_container fieldset {
	border:0;margin:0;padding:0;
	width:210px;
}
.left_bar_contact_container div {
	margin-bottom:10px;
}
.left_bar_contact_container div span{
	
}
.left_bar_contact_space {
	height:10px;
}
.left_bar_contact_image {float:right;}
.left_bar_contact_image:hover {opacity:0.5;filter:alpha(opacity=50);}
.left_bar_contact_text {width:210px;height:20px;border:1px solid #333;}
.left_bar_contact_textarea {width:210px;height:150px;border:1px solid #333;}
.left_bar_contact_wysiwyg {padding:10px;width:210px;height:600px;border:1px solid #333;}
.left_bar_contact_smallwysiwyg {padding:10px;width:210px;height:300px;border:1px solid #333;}
.left_bar_contact_select  {height:20px;width:210px;border:1px solid #333;}
.left_bar_contact_select_datetime  {height:20px;width:32%;border:1px solid #333;}
.left_bar_contact_submit {height:20px;border:1px solid #000;width:210px;text-align:center;}
.left_bar_contact_form_error {color:#f00;font-weight:bold;}
.left_bar_contact_field_error_high {
	border:1px solid #f00;
}

.para_infobox {
	padding:10px;
	background-color:#fadd68;
	margin-bottom:10px;
}

.para_infobox h2 {
	font-size:1.355em;
	line-height:1em;
	border-bottom:1px solid #c30;
	padding-bottom:2px;
	margin-bottom:10px;
}

#contact_form {
	padding:10px 10px 0 10px;
}