* {margin:0; padding:0;}

body {
	margin:0px;
	background-color:#5AC987;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/stripes.jpg);
	background-repeat:repeat-x;
}

a {outline:none;}

.msg_err {
	display:block;
	color:#A50533;
	font-weight:bold;
	margin-bottom:1em;
}

.msg_msg {
	display:block;
	color:#060;
	font-weight:bold;
	margin-bottom:1em;
}

#site_container {
	width:960px;
	margin:10px auto 20px auto;
}

#header {
	height:225px;
	background-color:#fff;
	background-image:url("../img/header_blank.jpg");
	font-size:3em;
}

#user_box {
	background-color:#fff;
	padding:10px 20px;
	border:#eee 1px solid;
	border-left:0;
	border-right:0;
}
#login_login, #login_pwd  {
	border:#ccc 1px solid;
	padding:5px;
	margin-right:5px;
}

#navigation_main {
	height:27px;
}

#navigation_tree {
	display:none;
}

#navigation_secondary {
	padding-top:7px;
	margin-left:5px;
}

#page_container {
	width:960px;
}
#page_padding {
	background-color:#fff;
	padding: 20px 0 27px 0 ;
}
#side_bar {
	display:none;
}

#content {
	margin-right:60px;
	margin-left:50px;
	padding-bottom:47px;
}

#content_footer {
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	height:47px;
	margin:-46px 0 0 50px;
}

#content_footer a.contact {
	display:none;
}

#footer {
	height:36px;
	font-size:11px;
}

a#site_by, a#site_by:link, a#site_by:active, a#site_by:visited, a#site_by:focus, a#site_by:hover {
	float:right;
	display:block;
	padding:14px 30px 5px 0;
	margin:-7px -22px 0 3px;
	text-decoration:none;
	color:#fff;
	background-image:url(../img/flame.gif);
	background-repeat:no-repeat;
	background-position:35px 0px; 
}

a#site_by:focus, a#site_by:hover {
	color:#dddddd;
	background-image:url(../img/flame.gif);
}

a#design_by, a#design_by:link, a#design_by:active, a#design_by:visited, a#design_by:focus, a#design_by:hover {
	float:right;
	display:block;
	padding:7px 0 5px 0;
	margin:0;
	text-decoration:none;
	color:#fff;
}

a#design_by:focus, a#design_by:hover {
	color:#dddddd;
}

#printlink {
	float:right;
	margin-bottom:5px;
}

#printlink a, #printlink a:link, #printlink a:visited, 
#printlink a:active, #printlink a:focus, #printlink a:hover {
	display:block;
	width:16px;
	height:16px;
	background-image:url(../img/i_print.gif);
	text-indent:-3000px;
	outline:none;
}

#breadcrumb {
	float:left;
	margin-bottom:5px;
}
#breadcrumb a {
	text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;
}

.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
}

#nav_main li.nav_main_line {
	font-size: 1.1em;
	color:#fff;
	padding: 5px 0;
}

#nav_main a span {
	padding: 5px 10px;
	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: 1.1em;
	display: block;
	min-height:22px;
	color:#fff;
	text-decoration: none;
}

#nav_main a.navlink:hover,
#nav_main a.navlink:focus {
	color:#dddddd;
}

#nav_main a.highlight,
#nav_main a.highlight:link,
#nav_main a.highlight:active,
#nav_main a.highlight:visited {
	font-weight:bold;
}
#nav_main a.highlight:hover,
#nav_main a.highlight:focus {
	color:#dddddd;
}

/* tree or subnav */
#nav_tree {
	list-style: none;
	padding:0 10px 0 6px;
	
	width:944px;
	position:relative;
	float:left;
}

ul#nav_tree ul.sub_tree {
	margin: 0;
	padding: 0;
	padding:0 10px 0 6px;
	width:944px;
	list-style: none;
	position:absolute;
	left:0;
}

#nav_tree li {
	margin: 0;
	float:left;
}

#nav_tree a {
	display: block;
	margin: 0;
	padding: 5px;
	color: #fff;
	background-repeat:no-repeat;
	background-position: 0px 7px;
	font-size:11px;
}

#nav_tree a.navlink,
#nav_tree a.navlink:link,
#nav_tree a.navlink:active,
#nav_tree a.navlink:visited {
	color: #fff;
	text-decoration: none;
}

#nav_tree a.navlink:hover,
#nav_tree a.navlink:focus {
	color: #dddddd;
	text-decoration: none;
}

#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 {
	text-decoration: none !important;
	font-weight:bold;
}


/* tree or subnav */
#sitemap_tree, #sitemap_secondary {
	
	padding: 0;
	list-style: none;
	font-size:0.925em;
	margin:0;
}

ul#sitemap_tree ul.sub_tree,
ul#sitemap_secondary ul.sub_tree {
	margin: 0 0 5px 10px;
	padding: 0;
	list-style: none;
}

#sitemap_tree li,
#sitemap_secondary li {
	margin: 0 0 5px 0;
	list-style-image:none;
}

#sitemap_tree a,
#sitemap_secondary a {
	display: block;
	margin: 0;
	padding: 2px 2px 2px 7px;
	color: #000;
	background-image:url(../img/sub_nav_arrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
}

#sitemap_tree a.navlink, #sitemap_secondary a.navlink,
#sitemap_tree a.navlink:link, #sitemap_secondary a.navlink:link,
#sitemap_tree a.navlink:active, #sitemap_secondary a.navlink:active,
#sitemap_tree a.navlink:visited, #sitemap_secondary a.navlink:visited  {
	color: #000;
	text-decoration: none;
}

#sitemap_tree a.navlink:hover, #sitemap_secondary a.navlink:hover,
#sitemap_tree a.navlink:focus, #sitemap_secondary a.navlink:focus {
	color: #dddddd;
	text-decoration: none;
}

#sitemap_tree a.highlight, #sitemap_secondary a.highlight,
#sitemap_tree a.highlight:link, #sitemap_secondary a.highlight:link,
#sitemap_tree a.highlight:active, #sitemap_secondary a.highlight:active,
#sitemap_tree a.highlight:visited, #sitemap_secondary a.highlight:visited,
#sitemap_tree a.highlight:hover, #sitemap_secondary a.highlight:hover,
#sitemap_tree a.highlight:focus, #sitemap_secondary a.highlight:focus {
	font-weight:bold;
	text-decoration: none !important;
}


/* secondary navigation */
#nav_secondary {
	margin:0;
	padding:0;
	list-style: none;
	overflow: hidden;
	display: block;
	color:#fff;
}

#nav_secondary li {
	float: left;	
}

#nav_secondary a,
#nav_secondary a.navlink,
#nav_secondary a.navlink:link,
#nav_secondary a.navlink:active,
#nav_secondary a.navlink:visited  {
	color: #fff;
	text-decoration: none;
}

#nav_secondary a.navlink:hover,
#nav_secondary a.navlink:focus {
	color:#dddddd;
}
#nav_secondary a:hover,
#nav_secondary a:focus {
	color:#dddddd;
}

#nav_secondary a.highlight,
#nav_secondary a.highlight:link,
#nav_secondary a.highlight:active,
#nav_secondary a.highlight:visited,
#nav_secondary a.highlight:hover,
#nav_secondary a.highlight:focus {
	color:#fff;
	font-weight:bold;
}

#nav_secondary a.admintool,
#nav_secondary a.admintool:link,
#nav_secondary a.admintool:active,
#nav_secondary a.admintool:visited,
#nav_secondary a.admintool:hover,
#nav_secondary a.admintool:focus {
	color:#fff;
	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_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, .frontend_button {padding:1px;border:1px solid #ccc;background-color:#f0f0f0;float:right}
.frontend_form_error {color:#a50533;}
.frontend_field_error_high {
	border:1px solid #a50533;
}
.daterange_begin {
	float:left;
	width:220px;
	margin-bottom:10px;
}
.daterange_end {
	float:right;
	width:218px;
	margin-bottom:10px;
}

.datetime_date {
	float:left;
	width:220px;
	margin:0 1px 10px 0;
}
.datetime_hours {
	width:20px;
	margin:0 2px 10px 4px;
	text-align:center !important;
}
.datetime_minutes {
	width:20px;
	margin:0 8px 10px 2px;
	text-align:center !important;
}

.frontend_captcha {
	float:left;
	margin-bottom:10px;
	width:220px;
}

.frontend_text.frontend_captcha {
	float:right;
	margin-bottom:10px;
}

.form_progress_bar {
	margin-bottom:10px;
	background-color:#f0f0f0;
	border:1px solid #ccc;
	padding:3px;
	height:14px;
}

.form_progress_bar span {
	display: block;
	float:left;
	margin-right:5px;
	font-size:10px;
	font-weight:bold;
}


/*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_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 {padding:1px;border:1px solid #ccc;background-color:#f0f0f0;float:right;}
.login_form_error {color:#a50533;}
.login_field_error_high {
	border:1px solid #a50533;
}

/*user box */
.user_box_submit {padding:1px;border:1px solid #ccc;background-color:#f0f0f0;}

#side_bar_contact_box {
	z-index:10;
	margin:0 -33px -1px 0;
	width:323px;
	height:161px;
	margin-top:20px;
}

.flash_scroller {
	position:absolute;
	margin-top:150px;
	top:0px;
	
}
