@charset "utf-8";

* {margin:0; padding:0;}

body {
	margin:0px;
	background-color:#fff;
	background-image:url(../img/site_back.jpg);
	background-repeat: repeat-x;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
}

a {outline:none;}

.msg_err {
	display:block;
	color:#bd2025;
	font-weight:bold;
	margin-bottom:1em;
	padding:5px;
	border:#bd2025 2px solid;
	background-color:#f8f8f8;
}

.msg_msg {
	display:block;
	color:#060;
	font-weight:bold;
	margin-bottom:1em;
	margin-right:20px;
	padding:5px;
	border:#060 2px solid;
	background-color:#f8f8f8;
}

#site_container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

#header {
	height:73px;
}

#advertisement {
	height:90px;
	margin:0 5px 2px 5px;
	background-color:#C1D82F;
}

#advertisement img {
	border:none;
}

#main_navigation {
	margin-bottom:2px;
	background-image:url(../img/page_back.jpg);
}

#main_navigation_frame {
	margin:0 5px 0 5px;
	padding:0;
	border:#c1d82f 1px solid;
	height:25px;
}

#logo {
	float:left;
	width:261px;
	height:63px;
	padding:0 0 0 5px;
}
#logo img{
	display:block;
	border:0;
}

#user_box {
	padding:7px 5px 5px 0;
	text-align:right;
	background-image:url(../img/userbox_line.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#user_box #logged_out, #user_box #logged_in {
	height:18px;
}

#user_box #logged_out a, #user_box #logged_out a:link,
#user_box #logged_out a:visited, #user_box #logged_out a:active {
	float:right;
	color:#C1D72C;
	text-decoration:none;
	font-weight:bold;
}

#user_box #logged_out a:hover, #user_box #logged_out a:focus {
	color:#999;
}

#user_box #logged_out span, 
#user_box #logged_in span  {
	float:right;
	margin:0 8px 0 8px;
	color:#C1D72C;
	height:16px;
	width:1px;
}


#user_box #logged_in a, #user_box #logged_in a:link,
#user_box #logged_in a:visited, #user_box #logged_in a:active {
	float:right;
	color:#999;
	text-decoration:none;
}
#user_box #logged_in a:hover, #user_box #logged_in a:focus {
	color:#C1D72C;
}


#user_box #logged_in a.name, #user_box #logged_in a.name:link,
#user_box #logged_in a.name:visited, #user_box #logged_in a.name:active {
	float:right;
	color:#C1D72C;
	text-decoration:none;
	font-weight:bold;
	text-transform:lowercase;
}
#user_box #logged_in a.name:hover, #user_box #logged_in a.name:focus {
	color:#999;
}

#below_user_box {
	float:right;
	padding:5px;
	margin-top:4px;
}

#login_login, #login_pwd  {
	border:#ccc 1px solid;
	padding:5px;
	margin-right:5px;
}
#flash_navigation {
	overflow:hidden;
	position:absolute;
	height:20px;
	left:350px;
}
#navigation_main {
	float:right;
	margin:20px 10px;
}

#navigation_tree {
	display:none;
}

#navigation_secondary {
	padding-top:15px;
	margin-left:20px;
}

#page_container {
	margin-bottom:10px;
	background-image:url(../img/page_back.jpg);
	padding:0 5px 0 5px;
}

#page_frame {
	border:1px solid #c1d82f;
}

#side_bar {
	display:none;
}
#content {
	padding:20px 0 10px 20px;
	
}

#footer {
	margin:10px 0 0 0;
	height:45px;
	border-top:1px solid #c1d82f;
	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:7px 32px 5px 0;
	margin:8px 17px 0 0;
	text-decoration:none;
	color:#999;
	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;
	padding:15px 3px 0;
	text-decoration:none;
	color:#999;
}



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/icons/i_print.gif);
	text-indent:-3000px;
	outline:none;
}

#breadcrumb {
	color:#59CAEF;
	float:left;
	margin-bottom:5px;
}
#breadcrumb a {
	color:#59CAEF;
	text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;
}

.clear, .clear_left, .clear_right {
	clear:both;
	margin-top:0px !important;
	margin-bottom:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	font-size:0.001em !important;
	line-height:0.001em !important;
}

.clear_left {
	clear:left;
}

.clear_right {
	clear:right;
}

/* main navigation */
#nav_main {
	margin:0;
	padding:0;
	list-style: none;
	display: block;
	color: #000;
}

#nav_main li {
	float: left;
	margin:0;
}

#nav_main li.sep {
	background-image:url(../img/catnav_sep.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	height:22px;
	width:1px;
}

#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;
	padding: 5px 7px;
	display: block;
	color: #007579;
	text-decoration: none;
	text-transform:uppercase;
}

#nav_main a.navlink:hover,
#nav_main a.navlink:focus {
	color:#8B8D09;
}

#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:#000;
}

/* tree or subnav */
#nav_tree {
	width:100%;
	padding: 0;
	list-style: none;
	margin:0 15px;
	position:relative;
	float:left;
}

ul#nav_tree ul.sub_tree {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	left:0;
}

#nav_tree li {
	margin: 0;
}

#nav_tree a {
	display: block;
	margin: 0;
	padding: 5px;
	color: #000;
	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: #999;
	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;
}

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;
	color: #999;
}

#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: #999;
	text-decoration: none;
}

#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;
}

#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: #000;
}


/* 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_button, .frontend_submit {padding:1px;border:1px solid #ccc;background-color:#f0f0f0;float:right}
.frontend_form_error {color:#bd2025;}
.frontend_field_error_high {
	border:1px solid #bd2025;
}
.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:144px;
}

.frontend_text.frontend_captcha {
	float:right;
	margin-bottom:10px;
	width:296px;
}


.comment_form_container {width:607px;}
.comment_form_container fieldset {
	border:0;margin:0;padding:0;
	width:607px;
}
.comment_form_container div {
	margin-bottom:10px;
}
.comment_form_container div span{
	font-weight:bold;
}
.comment_form_space {
	height:10px;
}
.comment_image {float:right;}



.comment_text {width:298px;height:20px;border:1px solid #ccc;}
.comment_textarea {width:298px;height:150px;border:1px solid #ccc;}
.comment_wysiwyg {padding:10px;width:298px;height:600px;border:1px solid #ccc;}
.comment_smallwysiwyg {padding:10px;width:298px;height:300px;border:1px solid #ccc;}
.comment_select  {height:20px;width:298px;border:1px solid #ccc;}
.comment_select_datetime  {height:20px;width:32%;border:1px solid #ccc;}
.comment_submit {padding:1px;border:1px solid #ccc;background-color:#f0f0f0;float:right}
.comment_form_error {color:#bd2025;}
.comment_field_error_high {
	border:1px solid #bd2025;
}

.comment_captcha {
	float:left;
	margin-bottom:10px;
	width:144px;
}

.comment_captcha_field {
	float:right;
	margin-bottom:10px;
	width:144px;
}



/*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;}


input.frontend_text, select.frontend_select, textarea.frontend_textarea {
	border:#c1d82f 1px solid;
}
#xEditingArea {
	border:#c1d82f 1px solid !important;
}
input.frontend_image {
	border:0;
}

#cse-search-box div {
	text-align:right;
}

.vieblogger_widget textarea {
	background-color:#f0f0f0;
	border:1px solid #999;
	height:100px;
	width:330px;
	font-size:10px;
}

.vieblogger_widget_page_container {
	clear:left;
	margin-bottom:10px;
}

.vieblogger_widget_page_container  div.desc {
	float:left;
	width:348px;
	margin-right:30px;
}


.vieblogger_widget_page_container   div.widget {
	float:left;
}

div.page_nav {
	float:right;
	height:17px;
	width:300px;
	margin:5px 5px 5px 0;
	text-align:right;
	font-size:10px;
	color:#a4b8f2;
}

div.page_nav.bottom {
	width:619px;
}

div.page_nav a {
	display:block;
	float:right;
	width:17px;
	height:17px;
	margin:0 0 0 3px;
	text-align:center;
	line-height:17px;
	text-decoration:none;
	color:#a4b827 !important;
	outline:none;
	background-color:#f0f0f0;
}

div.page_nav a.prev, div.page_nav a.prev:link, div.page_nav a.prev:active, div.page_nav a.prev:visited {
	text-indent:-3000px;
	background-image:url(../img/pn_prev.png);
}

div.page_nav a.prev:hover, div.page_nav a.prev:active {
	background-image:url(../img/pn_prev_o.png);
} 

div.page_nav a.prev.disabled, div.page_nav a.prev.disabled:link, div.page_nav a.prev.disabled:active, div.page_nav a.prev.disabled:visited,
div.page_nav a.prev.disabled:hover, div.page_nav a.prev.disabled:active {
	background-image:url(../img/.png);
}

div.page_nav div.prev.disabled {
	display:block;
	float:right;
	width:17px;
	height:17px;
	margin:0 0 0 3px;
	background-color:#f0f0f0;
	text-indent:-3000px;
	background-image:url(../img/pn_prev_d.png);
}

div.page_nav a.page, div.page_nav a.page:link, div.page_nav a.page:active, div.page_nav a.page:visited {
	background-image:url(../img/pn_back.png);
}

div.page_nav a.page:hover, div.page_nav a.page:active {
	background-image:url(../img/pn_back_active.png);
	color:#fff !important;
}

div.page_nav a.page.active, div.page_nav a.page.active:link, div.page_nav a.page.active:active, div.page_nav a.page.active:visited,
div.page_nav a.page.active:hover, div.page_nav a.page.active:active {
	background-image:url(../img/pn_back_active.png);
	color:#fff !important;
}

div.page_nav a.next, div.page_nav a.next:link, div.page_nav a.next:active, div.page_nav a.next:visited {
	text-indent:-3000px;
	background-image:url(../img/pn_next.png);
}

div.page_nav a.next:hover, div.page_nav a.next:active {
	background-image:url(../img/pn_next_o.png);
} 

div.page_nav div.next.disabled {
	display:block;
	float:right;
	width:17px;
	height:17px;
	margin:0 0 0 3px;
	background-color:#f0f0f0;
	background-image:url(../img/pn_next_d.png);
}

div.breadcrumb {
	margin:20px 20px 0px 20px;
	font-size:14px;
}

div.breadcrumb a, div.breadcrumb a:link, div.breadcrumb a:visited, div.breadcrumb a:active {
	font-weight:bold;
	text-decoration:none;
	color:#7c7c7c;
}

div.breadcrumb a:hover, div.breadcrumb a:focus {
	color:#000;
}

div.breadcrumb span {
}