* {margin:0; padding:0;}

body {
	margin:0px;
	background-color:#fff;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/bg.jpg);
	background-repeat: repeat-x;
}

a {outline:none;}

.msg_err {
	display:block;
	color:#600;
	font-weight:bold;
	margin-bottom:1em;
}

.msg_msg {
	display:block;
	color:#060;
	font-weight:bold;
	margin-bottom:1em;
}

#site_container {
	width:1018px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:990px;
	margin:0 auto;
	height:88px;
}
#logo {
	padding-top:32px;
	margin-left:30px;
}
#logo img{
	display:block;
}
#copyright {
	float:right;
	font-size:10px;
	color:#fff;
	padding:10px;
}
#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 {
	width:990px;
	margin:0 auto;
	background-image:url(../img/nav_main_bg.gif);
	background-repeat: repeat-x;
}

#navigation_tree {
	width:990px;
	margin:0 auto;
	display:none;
}

#navigation_secondary {
	padding:5px 0 10px;
	text-align:center;
	color:#808080;
	font-size:11px;
}
#shad_container {
	background-image:url(../img/bg_shad.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#page_container {
	width:988px;
	margin:0 auto;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
}
#side_bar {
	display:none;
}
#content {
	
}
#content_frame {
	margin-left:7px;
}
#content_frame_top {
	background-image:url(../img/content_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	height:23px;
}
#content_frame_btm {
	background-image:url(../img/content_btm.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	height:21px;
}
#content_frame_content {
	width:581px;
	padding:20px 35px;
	background-image:url(../img/content_mid.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
#footer {
	padding:10px;
	height:42px;
	background-image:url(../img/footer_bg1.jpg);
	font-size:11px;
}
#footer2 {
	padding:10px;
	height:52px;
	background-image:url(../img/footer_bg.jpg);
	font-size:11px;
}
#footer_logos {
	padding:15px 0 0 30px;
	float:left;
}
#footer_logos img{
	border:0;
}
#footer_logos ul {
	list-style:none;
}
#footer_logos ul li {
	margin-right:13px;
	float:left;
}
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:7px 32px 5px 0;
	margin:20px 17px 0 0;
	text-decoration:none;
	color:#808080;
	background-image:url(../img/newflame.jpg);
	background-repeat:no-repeat;
	background-position:41px 0; 
}

a#site_by:focus, a#site_by:hover {
	color:#000;
	background-image:url(../img/newflame_over.jpg);
	background-repeat:no-repeat;
}

a#design_by {
	float:right;
	display:block;
	width:105px;
	padding:27px 3px 0 0;
	text-decoration:none;
	color:#808080;
	text-align:right;
}

a#design_by :focus, a#design_by:hover {
	color:#000;
}

#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 29px;
	padding:0;
	list-style: none;
	overflow: hidden;
	display: block;
	height:34px;
}

#nav_main li {
	float: left;
	margin:0;
	margin-right:5px;
}

#nav_main a span {
	padding: 10px 15px;
	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: 1em;
	font-weight: bold;
	display: block;
	min-height:22px;
	color: #999;
	text-decoration: none;
}

#nav_main a.navlink:hover,
#nav_main a.navlink:focus {
	color:#fff;
}

#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-image:url(../img/nav_main_high_bg_lft.gif);
	background-repeat: repeat-x;
}

#nav_main a.highlight span {
	background-image:url(../img/nav_main_high_bg_rgt.gif);
	background-repeat: no-repeat;
	background-position:top right;
}

/* tree or subnav */
#nav_tree {
	list-style: none;
	margin:0;
	padding-left:38px;
	width:952px;
	position:relative;
	float:left;
}

ul#nav_tree ul.sub_tree {
	margin: 0;
	padding: 0;
	padding-left:38px;
	width:952px;
	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: #fff;
	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;
	
}

#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: #ccc;
	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;
}

#nav_secondary li {
	display:inline;
}

#nav_secondary a,
#nav_secondary a.navlink,
#nav_secondary a.navlink:link,
#nav_secondary a.navlink:active,
#nav_secondary a.navlink:visited  {
	color: #808080;
	text-decoration: none;
	font-size:10px;
}

#nav_secondary a.navlink:hover,
#nav_secondary a.navlink:focus {
	color:#000;
}

#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:#000;
	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:#a50533;
	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 {padding:1px;border:1px solid #ccc;background-color:#f0f0f0;float:right}
.frontend_form_error {color:#a50533;}
.frontend_field_error_high {
	border:1px solid #a50533;
}
.tr_form_radio td {
	padding-top:1px;
}
.tr_form_radio td input{
	margin-top:3px;
}
.daterange_begin {
	float:left;
	width:218px;
}
.daterange_end {
	float:right;
	width:217px;
}

.datetime_date {
	float:left;
	width:220px;
	margin:0 1px 0 0;
}

.daterange_dash {
	float:left;
	margin:0 3px 0 4px; 
}

.datetime_hours,
.timerange_hours_end {
	width:20px;
	margin:0 2px 0 4px;
	text-align:center !important;
}
.datetime_minutes,
.time_minutes,
.timerange_minutes_begin,
.timerange_minutes_end {
	width:20px;
	margin:0 5px 0 2px;
	text-align:center !important;
}

.time_hours,
.timerange_hours_begin {
	width:20px;
	margin:0 2px 0 0;
	text-align:center !important;
}

.frontend_captcha {
	float:left;
	margin-bottom:10px;
	width:220px;
}

.frontend_text.frontend_captcha {
	float:right;
	margin-bottom:10px;
}

/*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;}
.syndicator {
	font-size:10px !important;
}
.syndicator p, .syndicator li, .syndicator a{
	margin-bottom:2px !important;
	color:#4D4D4D !important;
	text-decoration:none;
}
.syndicator p {
	margin-bottom:5px !important;
}
.syndicator.none {
	height:167px;
	background-image:url(../img/box_bg.jpg);
}
.syndicator.events {
	height:167px;
	background-image:url(../img/box_bg_events.jpg);
}
.syndicator.news {
	height:167px;
	background-image:url(../img/box_bg_news.jpg);
}
.syndicator.casestudies {
	height:167px;
	background-image:url(../img/box_bg_casestudies.jpg);
}
.syndicator.casestudies ul {
	margin-left:0;
	list-style-image:none;
}
.syndicator.casestudies li {
	padding-left:0;
	background-image:none;
}
.syndicator.casestudies li a {
	color:#00245D !important;
	font-weight:bold;
}
.syndicator_link {
	position:absolute;
	bottom:20px;
	font-weight:bold;
}
.syndicator_link.red {
	color:#CC1C1F !important;
}
.syndicator_link.blue {
	color:#00245D !important;
}
.syndicator_link.yellow {
	color:#C4941C !important;
}
.box_wide {
	padding:20px;
	width:513px;
	height:104px;
	background-image:url(../img/box_wide_bg.jpg);
}
#homepage_box_wide{
	float:left;
	z-index:999;
	position:relative;
}

.para_homepage_banner_left {
	float:left;
	margin:10px 6px 0 6px;
}
.para_homepage_banner_wide {
	float:left;
	height:200px;
	margin-bottom:5px;
}