
/*----------------------------------*/
/* Lightbox */
/*----------------------------------*/
#lightbox
{
	background-color:#fff;
	padding: 20px;
}
#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption
{
	float: left;
}
#keyboardMsg
{
	float: right;
}
#closeButton
{
	top: 5px;
	right: 5px;
}
#lightbox img
{
	border: none;
	clear: both;
}
#overlay img
{
	border: none;
}
#overlay
{
	background-image: url(/images/overlay.png);
	_background: #000;
	filter: alpha(opacity=70);
}
/*----------------------------------*/
/* insert Block Buttons */
/*----------------------------------*/
#insertBlock, #deleteBlock
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	padding-top:2px;
}

#blocks_insert
{
	width: 400px
}

#insertBlockTable
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	background: #E4F3AC;
}

#insertBlockTable td
{
	padding: 5px;
}

#insertBlockTable #head
{
	background: #a8c32d;
	font-weight: bold;
	color: #FFF;
}
/*----------------------------------*/
/* MAIN */
/*----------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, span, blockquote,
pre, form, fieldset, table, th, td
{
	margin: 0px;
	padding: 0px;
}

a
{
	color:#000;
}

#main_container
{
	width: 992px;
	margin: 0 auto;
}

.clear
{
	clear:both;
}

/*----------------------------------*/
/* Header */
/*----------------------------------*/

#header
{
	height: 156px;
	background: #456437 url(/images/front/logo.jpg) 0px 0px no-repeat;
	border-bottom: solid 3px #000;
	font-family: Arial, Verdana, Sans-serif;
}

#header table
{
	margin: 0px;
	padding: 0px;

}

#top_header
{
	height: 112px;
	width: 992px;
}

#header_bottom_left
{
	height: 48px;
	width: 245px;
}

#header_top_left,
{
	height: 112px;
	width: 245px;
}
#header_banner img,
#vertical_banner img
{
	border: solid 1px #999;
}

#header_banner img
{
	margin-left:190px;
}

#header_menu
{
	border-top: solid 1px #fff;
	height: 45px;
	width: 755px;
}

#header_menu ul
{
	list-style-type:none;
	padding:10px 0 10px 0;

}

#header_menu ul li
{
	display: inline;
	margin-left:20px;
}

#header_menu ul li a
{
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

#header_menu ul li a:hover
{
	text-decoration:none;
}

/*----------------------------------*/
/* Search */
/*----------------------------------*/

#search
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	height: 30px;
	background: #305F1C;
	border-top: solid 3px #FFF;
	border-bottom: solid 3px #FFF;
	color:#FFF;
	font-weight:bold;
	padding: 4px 0 0 83px;
}

#search input
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	border: solid 3px #305F1C;
	color:#333;
	padding: 2px 2px 2px 5px;
	margin-bottom:10px;
}

#search input#str
{
	height: 17px;
	width: 653px;
}

#search #search_keys
{
	width: 397px;
	font-size: 12px;
	padding-left:5px;
}

#search #search_cat
{
	width: 235px;
	font-size: 12px;
	padding-left:5px;
}

#search #submit_search
{
	height: 21px;
	width: 120px;
	font-size: 12px;
	padding-left:5px;
	margin-left:5px;
	border: solid 1px #FFF;
}

#serch_results h2 a
{
	text-decoration:none;
	color:#444;
	border-bottom:solid 1px #8F8F8F;
	display:block;
}

#serch_results h2 a:hover
{
	text-decoration:none;
	color:#000;
	border-bottom:solid 1px #000;
}

#serch_results h2
{
	margin: 0 0 5px 0;
	border-bottom:none;
}

#search_head
{
	margin: 10px 0 20px 0;
}
/*----------------------------------*/
/* Main grid */
/*----------------------------------*/
#menu, #center_column, #center_column_home, #right_column, #vertical_banner
{
	padding:20px 6px 9px 6px;
}

#menu
{
	width: 180px;
	background: #DEFFAF;
	font-family: Arial, Verdana, Sans-serif;
	font-size:13px;
}

#center_column
{
	font-family: Times New Roman, Arial, Verdana, Sans-serif;
	font-size:14px;
}

#center_column_home
{
	width: 468px;
	font-family: Times New Roman, Arial, Verdana, Sans-serif;
	font-size:14px;
}

#right_column
{
	width: 180px;
	font-family: Times New Roman, Arial, Verdana, Sans-serif;
	font-size:14px;
	border-left: solid 1px #57953D;
	/*border-right: solid 1px #57953D;*/
}

#vertical_banner
{
	width: 120px;
	background: #DEFFAF;
	padding:4px;
}
/*----------------------------------*/
/* Footer */
/*----------------------------------*/
#footer
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	height: 30px;
	background: #456437;
	border-top: solid 3px #FFF;
	border-bottom: solid 3px #FFF;
	color:#FFF;
	padding: 5px 0 0 83px;
}
/*----------------------------------*/
/* Main content */
/*----------------------------------*/

#main
{
	background: #FFF;
}
/*----------------------------------*/
/* Login Box */
/*----------------------------------*/
#loginBox
{
	background: #F7FDEF;
	border: solid 1px #E1E5D9;
	width: 176px;
	padding: 8px 0 8px 0;
	/*height: 90px;*/
	margin-bottom: 5px;
	text-align: center;
}

.login_fields
{
	width: 162px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	background: #FFF;
	border: solid 1px #E1E5D9;
	margin-bottom: 5px;
	padding: 5px 0 0 5px;

}

input#login
{
	width:173px;
	height:18px;
}

input#login_btn
{
	width:30px;
	float: right;
	height:24px;
	padding:0 2px 2px 0;
}

input#password
{
	width:136px;
	height:18px;
}
/*----------------------------------*/
/* Main menu */
/*----------------------------------*/

/*#menu ul
{
	list-style-type:none;
}

#menu ul li
{
	padding:1px;

}

#menu ul.mainUl
{
	padding-top:10px;
	margin-top:5px;
	border-top: solid 2px #305F1C;
}

#menu ul.mainUl li
{
	text-decoration:none;
}

#menu ul li a
{
	text-decoration:none;
}

#menu ul li a.current
{
	font-weight: bold;
}

#menu ul li a:hover
{
	font-weight: bold;
}

#menu ul.subUl
{
	margin:3px 0px 0px 10px ;
}

#menu ul.mainUl li ul.subUl li
{
	text-decoration:none;
}*/

/* NEWS */
.current_page
{
	text-decoration:none;
	font-weight:bold;
}

h2
{
	font-size: 14px;
	font-weight:bold;
	border-bottom:solid 2px #AAAAAA;
}

#list td.content
{
	font-size: 14px;
	padding:5px 0px 5px 0px ;
}

#list
{
	list-style-type:none;
	width:100%;
}

#list img.main
{
	margin-top:3px;
	padding-right:5px;
	float:left;
}

.date
{
	font-size: 12px;
	font-weight:normal;
	float:right;
	color: #999;
}

#headline div.date
{
	font-size: 12px;
	font-weight:normal;
	float:right;
	color: #999;
	margin: 2px 0 2px 0;
}

h1
{
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
	border-top:solid 3px #8CB16E;
	border-bottom:solid 5px #8CB16E;
}

#headline img.main
{
	margin-top:5px;
}

#headline a,
#list a
{
	text-decoration:none;
}

#headline .description
{
	margin-top:5px;
}

#breadcrumb
{
	margin-left:200px;
	position:absolute;
	width:380px;
	font-size: 12px;
	font-family: arial;
	color: #666666;
}

#breadcrumb a
{
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	color: #666666;
}

#breadcrumb .current
{
	font-weight: bold;
}





/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu *
{
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu
{
	line-height:	1.0;
}

.sf-menu ul
{
	position:		absolute;
	top:			-999em;
	width:			180px; /* left offset of submenus need to match (see below) */
	background:		#fff;
}



.sf-menu li:hover
{
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li
{
	float:			left;
	position:		relative;
}

.sf-menu a
{
	display:		block;
	position:		relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul
{
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul
{
	top:			-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul
{
	left:			180px; /* match ul width */
	top:			0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul
{
	top:			-999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul
{
	left:			180px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu
{
	float:			left;
	margin-bottom:	1em;
}

.sf-menu a
{
	padding: 8px;
	text-decoration:none;

}

.sf-menu a, .sf-menu a:visited
{ /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}

.sf-menu li
{
	background:		#fff;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

	outline:		0;
	background:		#527F3D;
	color:#fff;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			5px;
	text-indent: 	-999em;
	overflow:		hidden;
	/*background:		url('/images/front/arrows-ffffff.png') no-repeat -20px -110px;  8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul
{
	background:	url('/images/front/shadow.png') no-repeat bottom left;
	padding: 0 0px 8px 4px;
}

.sf-shadow ul.sf-shadow-off
{
	background: transparent;
}

.sf-vertical
{
	width:	180px;
	background:		#fff;
	padding: 5px 0 5px 0;
}

.sf-vertical li
{
	width:	170px;
	margin: 0 5px 0 5px;
}

.sf-vertical .subUl li
{
	width:	180px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul
{
	left:	160px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}