* {margin:0; padding:0;}
body {
	margin:0px;
	background-color:#ccc;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
}

.msg_err {
	display:block;
	color:#600;
	font-weight:bold;
	margin-bottom:1em;
}

.msg_msg {
	display:block;
	color:#060;
	font-weight:bold;
	margin-bottom:1em;
}

#wrapper {
	position:absolute;
	top:50%;
	left:50%;
	height:1px;
	width:1px;
}

#site_container {
	position:absolute;
	top:-278px;
	left:-395px;
	width:790px;
	height:556px;
	background-color:#0D0D0D;
	border:1px solid #1A1A1A;
	margin:0 auto 0 auto;
}

#header {
	
}

#user_box {
	background-color:#fff;
	padding:10px;
	margin-bottom:10px;	
}

#navigation_tree {
	display:none;
}
#navigation_secondary {
	
}
#page_container {
	width:750px;
	margin:17px 20px 0;
	border:1px solid #1A1A1A;
}
#side_bar {
	display:none;
}
#content {
	background-color:#1D1D1F;
	width:730px;
	height:329px;
	overflow:auto;
	padding:10px;
	zoom:1; /* xxx_ie include this into ie override */
}
#footer {
	color:#666666;
	font-size:10px;
	margin:0 0 0 39px;
}
#footer_center {
	float:left;
	margin-top:11px;
	width:600px;
}
#footer_begin {
	float:left;
}
#footer_end {
	float:left;
}
#footer a,
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited  {
	color:#666666;
	text-decoration:none;
}

#footer a:hover,
#footer a:focus {
	color:#FFFFFF;
}
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:5px 25px 5px 0;
	margin:6px 33px 0 0;
	text-decoration:none;
	color:#666;
	background-image:url(../img/chili.gif);
	background-repeat:no-repeat;
	background-position:43px 0; 
}

a#site_by:focus, a#site_by:hover {
	color:#fff;
	background-image:url(../img/chili_white.gif);
}


#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;
}

.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:154px;
	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:140px;
	padding: 0;
	list-style: none;
	font-size:0.925em;
	margin:0;
}

ul#nav_tree ul.sub_tree {
	margin: 0 0 5px 10px;
	padding: 0;
	list-style: none;
}

#nav_tree li {
	margin: 0 0 5px 0;
	
}

#nav_tree 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;
}

#nav_tree a.navlink,
#nav_tree a.navlink:link,
#nav_tree a.navlink:active,
#nav_tree a.navlink:visited {
	color: #000;
	text-decoration: none;
}

#nav_tree a.navlink:hover,
#nav_tree a.navlink:focus {
	color: #ccc;
	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 {
	font-weight:bold;
	text-decoration: none !important;
}

/* tree or subnav */
#sitemap_tree, #sitemap_secondary {
	padding: 0;
	list-style: none;
	font-size:0.925em;
	margin:0;
}

#sitemap_secondary  {
	padding-bottom:20px;
}

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;
	
}

#sitemap_tree a,
#sitemap_secondary a {
	display: block;
	margin: 0;
	padding: 2px 2px 2px 7px;
	color: #ccc;
	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: #ccc;
	text-decoration: none;
}

#sitemap_tree a.navlink:hover, #sitemap_secondary a.navlink:hover,
#sitemap_tree a.navlink:focus, #sitemap_secondary a.navlink:focus {
	color: #fff;
	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 {
	float:left;
	width:auto;
	margin:0 auto;
	padding:0;
	list-style: none;
	overflow: hidden;
	display: block;
}

#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:#666666;
	text-decoration:none;
}

#nav_secondary a.navlink:hover,
#nav_secondary a.navlink:focus {
	color:#FFFFFF;
}

#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:#FFFFFF;
}

#nav_secondary a.admintool,
#nav_secondary a.admintool:link,
#nav_secondary a.admintool:active,
#nav_secondary a.admintool:visited{
	color:#666666;
}

#nav_secondary a.admintool:hover,
#nav_secondary a.admintool:focus {
	color:#FFFFFF;
}

/* form templates */
/* frontend_form */
.frontend_form_container {float:left;width:482px;height:248px;padding:50px 0 0 34px;overflow:auto;background-color:#1D1D1F;}
.frontend_form_container fieldset {
	width:300px;
	border:0;margin:0;padding:0;
}
.frontend_form_container div {
	margin-bottom:10px;
}
.frontend_form_container div span{
	margin-bottom:10px;
}
.frontend_form_space {
	height:5px;
}
.frontend_image {float:right;}
.frontend_image:hover {opacity:0.5;filter:alpha(opacity=50);}
.frontend_text {width:298px;height:18px;border:0;background-color:#3b3b3c;color:#fff;background-image:url("../img/form-bg.jpg");background-position:0% 50%;padding:2px 0 0 2px;}
.frontend_textarea {width:298px;height:148px;border:0;background-color:#3b3b3c;color:#fff;background-image:url("../img/form-bg.jpg");background-position:0% 50%;padding:2px 0 0 2px;}
.frontend_wysiwyg {padding:10px;width:300px;height:600px;border:0;background-color:#3b3b3c;color:#fff}
.frontend_smallwysiwyg {padding:10px;width:450px;height:300px;border:0}
.frontend_select  {height:20px;width:300px;border:0}
.frontend_select_datetime  {height:20px;width:32%;border:0}
.frontend_submit {height:20px;border:1px solid #ccc;background-color:0;margin-bottom:20px}
.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;
}

.frontend_captcha {
	
}

.frontend_text.frontend_captcha {
	width:218px;
	margin-bottom:10px;
}

.mandatory_info {
	clear:left;	
}

.frontend_form_banner {
	width:750px;
	height:60px;
	background-image:url("../img/banner.jpg");
	border-bottom:#4D4D4D 1px solid;
}
.frontend_form_home_button_chilli {
	float:right;
	width:50px;
	height:60px;
}
.frontend_form_home_button_chilli a, .frontend_form_home_button_chilli a:focus {
	text-decoration:none;
	display:block;
	width:50px;
	height:60px;
	outline:0;
}
.frontend_form_header {
	float:left;
	width:234px;
	height:298px;
	background-image:url("../img/header-body.jpg");
}
.frontend_form_title {
	display:block;
	width:96px;
	height:34px;
	background-image:url("../img/contact-us.gif");
}

/*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;margin-bottom:20px;}
.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;overflow:auto;}
.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:#a50533;}
.login_field_error_high {
	border:1px solid #a50533;
}

.flash_error {
	color:#FFFFFF;
	padding:10px;
	background-color:#8c0c27;
	margin-bottom:10px;
}
.flash_error a, .flash_error a:hover {
	color:#FFFFFF !important;
}