

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-family: Arial, Verdana, sans-serif;
}
.menulist{
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0px;
	width: 730px;
	background-color:#ffffff;
	margin: 0px;
}


/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: 1px;
	margin-top: 0;
	left: 180px;
	display: none;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally
*/
.menulist li {
	float: left;
	display: block;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin-right: 17px;
	height: 32px;
}

/* first level Links inside the menu */
.menulist li a {
	display: block;
	color: #606060;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-align: left;
	line-height: 22px;
	float: left;
	font-family: Arial, Verdana, sans-serif;
	height: 31px;
	padding: 1px 3px 0px 4px;
}
.menulist ul>li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Second Links inside the menu */
.menulist li ul li a, .menulist li.current ul li a {
	display: block;
	color: #606060;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0px;
	text-transform: none;
	line-height: 20px;
	padding-bottom: 0px;
	background-image: none;
	height: 20px;
	margin-bottom: 0px;
	background-color: #FFF;
}

/* Third Level Links inside the menu */
.menulist li ul li ul li, .menulist li.current ul li ul li {
	display: none;
}

/* List  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus, .menulist li.current ul, .menulist li:hover ul {
	color: #f4911e;
	display: block!important;
}
 .menulist li:hover ul {
	z-index: 900;
 }
/* List  items: 'active' */
.menulist li.current a {
	color: #ffffff;
	display: block!important;
	background-image: url(/themes/pics09/images/navBG.gif);
	background-position: center 0px;
}

.menulist a.highlighted {
	/*color: #606060;*/
}

/* List  items: Second level 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist li ul li a:hover, .menulist li ul li a.highlighted:hover, .menulist li ul li a:focus, .menulist li ul li.current a {
	color: #f4911e;
}
.menulist li ul li a.highlighted {
	color: #FFF;
}




/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

:focus  { outline: thick none black }


/* Sub Nav */

#sidebarnav{
	margin:0px;
	padding:17px;
	padding-bottom:0px

}

#sidebarnav ul{
	padding:0px;
	margin:0px;
}

#sidebarnav ul li{
	/* display:none;  Hide top level section*/
	padding:0px;
	margin:0px;
	list-style-type: none;
	padding-bottom: 3px !important;
}


#sidebarnav ul li a {
	/* Level 1 Section */
	line-height:18px;
	color: #606060;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
#sidebarnav ul li a:hover{
	color: #fdb142;
}

/* ----------------------- Level 2 Page ----------------------- */
#sidebarnav ul ul{
	padding:0px;
	margin:0px;
}
#sidebarnav ul ul li a{
	line-height:16px;
	color: #606060;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 18px;
	display: block;
}

#sidebarnav ul ul li a.selected, #sidebarnav ul ul li a.selected:hover, #sidebarnav ul ul li a:hover {
	color: #fdb142;
	display: block;
}

/* ----------------------- Level 3 Sub Page ----------------------- */



#sidebarnav ul ul ul{ /* Hide all 3rd level */
	display:none;
	padding-top:3px	
}
#sidebarnav ul ul li.current ul{ /* Show 3rd level if it s parent is "current"  */
	display:block;
}

#sidebarnav ul ul ul li a{
	line-height:18px;
	color: #959390;
	font-size: 11px;
	text-decoration: none;
	padding-left: 36px;
	display: block;
}

#sidebarnav ul ul ul li a.selected, #sidebarnav ul ul ul li a.selected:hover, #sidebarnav ul ul ul li a:hover {
	color: #fdb142;
	display: block;
}


/* All <ul> tags in the menu including the first level */

.menulist_footer, .menulist_footer  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-family: Arial, Verdana, sans-serif;
}
.menulist_footer{
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist_footer ul {
	display: block;
	left: 0px;
	width: 150px;
	margin: 0px;
	clear: both;
}


/* Second and third etc. level submenus - position across from parent instead */
.menulist_footer ul ul {
	top: 1px;
	margin-top: 0;
	left: 180px;
	display: none;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally
*/
.menulist_footer li {
	float: left;
	display: block;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin-right: 0px;
	height: 20px;
}

.menulist_footer li.first {
	float: none;
	clear: both;
}

/* first level Links inside the menu */
.menulist_footer li a {
	display: block;
	color: #f4911e;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: left;
	line-height: 20px;
	float: left;
	font-family: Arial, Verdana, sans-serif;
	height: 20px;
	padding: 0;
	width: 157px;
}
.menulist_footer  ul li{
	float: none;
	clear: both;
}
.menulist_footer li ul li {
	height:auto;
	
}

/* Second Links inside the menu */
.menulist_footer li ul li a, .menulist_footer li.current ul li a {
	display: block;
	color: #b6b6b6;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0px;
	text-transform: none;
	line-height: 12px;
	padding-bottom: 0px;
	background-image: none;
	height: 16px;
	margin-bottom: 0px;
}

/* Third Level Links inside the menu */
.menulist_footer li ul li ul li, .menulist_footer li.current ul li ul li {
	display: none;
}

/* List  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist_footer a:hover, .menulist_footer a.highlighted:hover, .menulist_footer a:focus,  .menulist_footer li:hover ul {
	color: #FFF;
	display: block!important;
}
/* List  items: 'active' 
.menulist_footer li.current a {
	color: #ffffff;
	display: block!important;
	background-image: url(/themes/pics09/images/navBG.gif);
	background-position: center 0px;
}
*/
.menulist_footer a.highlighted {
	/*color: #606060;*/
}

/* List  items: Second level 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist_footer li ul li a:hover, .menulist_footer li ul li a.highlighted:hover, .menulist_footer li ul li a:focus{
	color: #f0f0f0;
}
.menulist_footer li ul li a.highlighted {
	color: #FFF;
}




/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist_footer ul li {
 float: left;
 width: 100%;
}

* html .menulist_footer ul li {
 float: left;
 height: 1%;
}
* html .menulist_footer ul a {
 height: 1%;
}
/* End Hacks */

:focus  { outline: thick none black }


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-image: url(/themes/pics09/images/background/bkg_footer_gradient.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #afd57e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body tr td {
	vertical-align:top;
}

#wrapper {
	background-image: url(/themes/pics09/images/background/bkg_head_gradient.jpg);
	background-repeat: repeat-x;
}

#page {
	position: relative;
	background-image:url(/themes/pics09/images/page_bkg.gif);
	background-repeat:repeat-y;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#header {
}

#topbar {
	width: 960px;
	height: 170px;
	background-image:url(/themes/pics09/images/top.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#topbar #logo_link {
	display: block;
	position: absolute;
	top: 23px;
	left: 779px;
	width: 142px;
	height: 138px;
	text-decoration:none;
}

#wrapper #page #left_fix {
	position: absolute;
	top: 0px;
	left: -1545px;
	background-image: url(/themes/pics09/images/background/bkg_swirl.jpg);
	width: 1550px;
	height: 800px;
}

#wrapper #page #right_fix {
	position: absolute;
	top: 0px;
	left: 965px;
	background-image: url(/themes/pics09/images/background/bkg_swirl.jpg);
	background-position: -1550px 0px;
	width: 320px;
	height: 800px;
}

#footer {
	position: relative;
	width: 970px;
	height: 220px;
	background-image: url(/themes/pics09/images/footer.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer #footernav {
	position: absolute;
	top: 39px;
	left:55px;
}

#footer #footer_contacts {
	position: absolute;
	top: 42px;
	left: 734px;
	width: 170px;
	height: 164px;
	overflow: hidden;
}

#footer #footer_sitecredit {
	position: absolute;
	top: 202px;
	left:55px;
	color: #9a9e97;
	font-size: 11px;
}

#footer #footer_sitecredit a {
	text-decoration: none;
	color: #9a9e97; /*#b6b8b4;*/
}

#footer #footer_sitecredit a:hover, #footer #footer_sitecredit a:active {
	color: #ccc;
	text-decoration: underline;
}

#wrapper #page #topbar #mainnav {
	width: 700px;
	height: 50px;
	position: absolute;
	top: 100px;
	left: 50px;
}

#wrapper #page #main {
	min-height: 850px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/themes/pics09/images/background/mainBG.gif);
	background-repeat: repeat-y;
	background-position: right top;	/*border: solid #00F;*/
}



/* Sidebar */
#wrapper #page #main #sidebar_wrapper {
	background-image: url(/themes/pics09/images/background/bkg_sidebar_top.gif);
	background-repeat: no-repeat;
	background-position:top;
	width: 253px;
	float: right;
	height: 104px;
}

#wrapper #page #main #sidebar_wrapper .sidebar_box {
	width:219px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;

}


/* Content */
#wrapper #page #main #content_wrapper {
	background-image:url(/themes/pics09/images/background/bkg_sidebar.gif);
	background-repeat:repeat-y;
	margin: 0px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #FFF;	/*border: solid 1px #FF0;*/
}

#wrapper #page #main #content_wrapper #content {
	width: 582px;
	float: left;
	margin-top: 0px;
	/*border: solid 1px #F00;*/
}

#wrapper #page #main #content_wrapper #sidebar_wrapper #content2 {
	margin: 17px;
}

.clear {
	clear: both!important;
	height:1px;
	display: block;
}


a.zoomlink {
	position:relative;
	display:block;
	text-decoration: none!important;
}

span.zoomicon{
	position:absolute;
	height: 23px;
	width: 23px;
	display: none;
	right: 8px;
	bottom: 14px;
	background-image: url(/themes/pics09/images/zoom.png);
	background-repeat: no-repeat;
}

a.zoomlink:hover span.zoomicon, a.zoomlink:active span.zoomicon {
	display:block;
}

#ZoomImage{
	border:solid 7px #f6f6f6!important;
}



div.gallerystack {
	clear:both;
	height:130px;
	overflow:hidden;
	padding: 0px;
	display: block;
	position: relative!important;
	background-color: #aac8bd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
div.gallerystack a {
	float: left;
}
div.gallerystack a img.thumb {
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	margin: 15px;
}
div.gallerystack a:hover img.thumb {
	border:2px solid #FFFFFF;
}

div.gallerystack .gallerytitle {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-transform:capitalize;
	padding-top: 20px;
}
div.gallerydesc {
	padding-right: 64px;
}

/* used only in FCK Editor to set body width and BG*/
body {
	margin:0px;
	padding:0px;
}

.FCKcontent, #FCKcontent{  
	width: 272px;
	background-repeat: no-repeat;
	background-color: #4c721d;
	padding-top: 25px;
	padding-left: 25px;
	background-image: url(/themes/pics09/images/EditorBG-Promo.jpg);
	font-family: Arial, Verdana, sans-serif;

}

.FCKcontent, #tabs_body_wrapper div{
	color: #606060;
	font-size: 13px;
	line-height: 18px;
}

.FCKcontent a, .FCKcontent a:hover, #tabs_body_wrapper div a, #tabs_body_wrapper div a:hover{
	text-decoration: none;
	color:#f4911e!important;
}

.FCKcontent h3, #tabs_body_wrapper div h3{
	color: #606060;
	font-size: 18px;
	line-height: 18px;
	margin:0px;
	margin-bottom:12px;
}

/* used only in FCK Editor to set body width and BG*/
body{
	margin:0px;
	padding:0px;
	
}

.FCKcontent, #FCKcontent {  
	width: 170px;
	height: 164px;
	background-image: url(/themes/pics09/images/EditorBG-site_contact_box.jpg);
	background-repeat: no-repeat;
	background-color: #4c721d;
	padding-top: 25px;
	padding-left: 25px;
	font-family: Arial, Verdana, sans-serif;
}

.SC_panel{ /* Style Drop down menu Backgrounds */
	background-color: #999;
	background-image: none;	
}

.FCKcontent, .FCKcontent a, #footer #footer_contacts, #footer #footer_contacts a {
	text-decoration: none;
	color: #ededed!important;
	line-height: 15px;
	font-size: 11px;
}

.FCKcontent a:hover, .FCKcontent a:active, #footer #footer_contacts a:hover, #footer #footer_contacts a:active {
	text-decoration: underline;
	color: #f9f9f9!important;
}

.FCKcontent, #footer #footer_contacts h3 {
	color: #ededed;
	line-height: 15px;
	font-size: 11px;
}

.FCKcontent h3, #footer_contacts h4 {
	color: #606060;
	font-size: 18px;
	line-height: 18px;
	margin:0px;
	margin-bottom:12px;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-image: url(/themes/pics09/images/background/bkg_footer_gradient.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #afd57e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body tr td {
	vertical-align:top;
}

#wrapper {
	background-image: url(/themes/pics09/images/background/bkg_head_gradient.jpg);
	background-repeat: repeat-x;
}

#page {
	position: relative;
	background-image:url(/themes/pics09/images/page_bkg.gif);
	background-repeat:repeat-y;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#header {
}

#topbar {
	width: 960px;
	height: 170px;
	background-image:url(/themes/pics09/images/top.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#topbar #logo_link {
	display: block;
	position: absolute;
	top: 23px;
	left: 779px;
	width: 142px;
	height: 138px;
	text-decoration:none;
}

#wrapper #page #left_fix {
	position: absolute;
	top: 0px;
	left: -1545px;
	background-image: url(/themes/pics09/images/background/bkg_swirl.jpg);
	width: 1550px;
	height: 800px;
}

#wrapper #page #right_fix {
	position: absolute;
	top: 0px;
	left: 965px;
	background-image: url(/themes/pics09/images/background/bkg_swirl.jpg);
	background-position: -1550px 0px;
	width: 320px;
	height: 800px;
}

#footer {
	position: relative;
	width: 970px;
	height: 220px;
	background-image: url(/themes/pics09/images/footer.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer #footernav {
	position: absolute;
	top: 39px;
	left:55px;
}

#footer #footer_contacts {
	position: absolute;
	top: 42px;
	left: 734px;
	width: 170px;
	height: 164px;
	overflow: hidden;
}

#footer #footer_sitecredit {
	position: absolute;
	top: 202px;
	left:55px;
	color: #9a9e97;
	font-size: 11px;
}

#footer #footer_sitecredit a {
	text-decoration: none;
	color: #9a9e97; /*#b6b8b4;*/
}

#footer #footer_sitecredit a:hover, #footer #footer_sitecredit a:active {
	color: #ccc;
	text-decoration: underline;
}

#wrapper #page #topbar #mainnav {
	width: 700px;
	height: 50px;
	position: absolute;
	top: 100px;
	left: 50px;
}

#wrapper #page #main {
	min-height: 850px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/themes/pics09/images/background/mainBG.gif);
	background-repeat: repeat-y;
	background-position: right top;	/*border: solid #00F;*/
}



/* Sidebar */
#wrapper #page #main #sidebar_wrapper {
	background-image: url(/themes/pics09/images/background/bkg_sidebar_top.gif);
	background-repeat: no-repeat;
	background-position:top;
	width: 253px;
	float: right;
	height: 104px;
}

#wrapper #page #main #sidebar_wrapper .sidebar_box {
	width:219px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;

}


/* Content */
#wrapper #page #main #content_wrapper {
	background-image:url(/themes/pics09/images/background/bkg_sidebar.gif);
	background-repeat:repeat-y;
	margin: 0px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #FFF;	/*border: solid 1px #FF0;*/
}

#wrapper #page #main #content_wrapper #content {
	width: 582px;
	float: left;
	margin-top: 0px;
	/*border: solid 1px #F00;*/
}

#wrapper #page #main #content_wrapper #sidebar_wrapper #content2 {
	margin: 17px;
}

.clear {
	clear: both!important;
	height:1px;
	display: block;
}


a.zoomlink {
	position:relative;
	display:block;
	text-decoration: none!important;
}

span.zoomicon{
	position:absolute;
	height: 23px;
	width: 23px;
	display: none;
	right: 8px;
	bottom: 14px;
	background-image: url(/themes/pics09/images/zoom.png);
	background-repeat: no-repeat;
}

a.zoomlink:hover span.zoomicon, a.zoomlink:active span.zoomicon {
	display:block;
}

#ZoomImage{
	border:solid 7px #f6f6f6!important;
}



#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(/js/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(/js/lightwindow/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(/js/lightwindow/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(/js/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/js/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
	/* REQUIRED */
		position: relative;
	display: none;		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	clear: both;
	display: none;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}




.FCKcontent, #FCKcontent{  /* used only in FCK Editor to set body width and BG*/
	width: 582px;
	background-repeat: repeat-y;
	background-color: #afd57e;
	padding-bottom: 20px;
	padding-left: 55px;
	background-image: url(/themes/pics09/images/background/EditorBG.gif);
	background-position: 10px 0px;
}

.FCKcontent p, #FCKcontent p, #content p, #content p {
	margin: 0px;
	padding: 0px;
}

#content, #content tr td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #606060;
}

.SC_panel{ /* Style Drop down menu Backgrounds */
	width: 250px!important;
	background-image:none;
	background-color:#fff;
}

#content h1
{
	font-size: 18px;
	text-transform: uppercase;
	padding: 3px 0px 10px 0px;
	margin: 0px;
}

#content h2 {
	font-size: 15px;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0px;
	padding-bottom: 0px;
}

#content h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #7bd20f;
	margin: 0px;
	padding: 3px 0px 5px 0px;
}

#content h4
{
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

#content .highlight1{
	color: #808080;
	font-size: 15px;
	line-height: 20px;
}

#content ul{
	display: block;
	padding-left: 15px;
}

#content ul li
{
	display: block;
	list-style-type: none;
	line-height: normal;
	background-image: url(/themes/pics09/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	list-style-position: outside;
	padding: 0px 0px 8px 20px;
}

#content hr {
	border-top: 1px none #565149;
	border-bottom: 1px solid #565149;
	color: #fff;
	height: 3px;
	border-right-style: none;
	border-left-style: none;
}


/* links */
#content a, .content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #f4911e!important;
	position: relative;
}

#content a:hover, a:active {
	text-decoration : underline;
	font-weight: bold;
	color: #fdb142!important;
	position:relative;
}

.searchdescription{
	font-size: 12px;
}
		
.searchbreadcrumb{
	font-size: 13px;
	font-weight: bold;
	color: #5F4F2E;
}


/* images */

#content img {
	position: relative;
	top: -1px;
}

#content img.left, #content img.zoom_left {
	margin: 5px 10px 5px 0px;
	padding: 7px;
	border: 1px solid #efefef;
	background-color: #f6f6f6;
}

#content img.right, #content img.zoom_right {
	margin: 5px 0px 5px 10px;
	padding: 7px;
	border: 1px solid #efefef;
	background-color: #f6f6f6;
}

#content img.center , #content img.zoom_centered, #content div.mapwrap, #content img.mapwrap {
	margin: 5px 0px 5px 0px;
	padding: 7px;
	border: 1px solid #efefef;
	background-color: #f6f6f6;
	clear: both;
}

#content .imagecaption {
	padding: 7px;
	background-color: #f6f6f6;
	border: 1px solid #efefef;
	font-size: 10px;
	line-height: 14px;
}


/*#header_image {
	width: 582px;
	height: 320px;
}

#header_image_text {
	float:left;
	postion:absolute
}*/



/* Tables */

#content table.quote {
	background-image: url(/themes/pics09/images/qmark_c1_01.gif)!important;
	background-repeat: no-repeat;
	background-position: left top;
	width: 219px!important;
	margin: 5px 0px;
}

#content table.quote td.main{
	font-family: Georgia, Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #72c20e; /*#606060;*/
	text-align: center;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 2px 20px;
	background-image: url(/themes/pics09/images/qmark_c1_02.gif);
	background-color: none;
}

#content table.quote td.caption{
	font-family: Arial, Verdana, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #bce786; /*#b3afaa;*/
	background-color: #fff;
	text-align: center;
}



#content table.table_basic {
	margin: 10px 0px;
}

#content table.table_basic thead tr td {
	background-color:#c7ea9a;
	padding: 3px 6px;
	font-weight: bold;
	border: 1px solid #fff;
}

#content table.table_basic tbody tr td {
	background-color:#eaf5db;
	padding: 3px 6px;
	border: 1px solid #fff;
}

#content table.table_blank {
	margin: 0px 0px;
	padding: 0px 0px;
}

#content table.table_blank img {
	margin-left: auto;
	margin-right: auto;
	padding: 7px;
	border: 1px solid #efefef;
	background-color: #f6f6f6;
}

#content table.table_blank tbody tr td {
}


/* Breadcrumb */

#breadcrumb {
	margin: 12px 0px;
}

#breadcrumb span {
	color:#a0a0a0;
	font-size:11px;
}

#breadcrumb span a {
	color:#a0a0a0!important;
	text-decoration: none;
}

#breadcrumb span a:hover, #breadcrumb span a:active {
	color:#f4911e!important;
}

breadcrumb span #bcl0 {
}

breadcrumb span #bcl1 {
}

breadcrumb span #bcl2 {
}

breadcrumb span #bcl3 {
}


body{
	margin: 0px;
	padding: 0px;	
}
.FCKcontent {  /* used only in FCK Editor to set body width and BG*/
	width: 219px;
	background-repeat: repeat-y;
	background-color: #afd57e;
	padding-bottom: 20px;
	padding-left: 36px;
	font-size:11px;
	background-image: url(/themes/pics09/images/background/EditorBG.gif);
	background-position: -640px 0px;
}
/* Used only in Editor */





p{
	margin: 0px;
	padding: 0px;
}

#content2 , #content2 tr td{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #606060;
	line-height: 14px;
}


 #content2 a{
	text-decoration: none;
	color:#f4911e!important;
}

#content2 a:hover{
	text-decoration: underline;
}

#content2 a:visited{
}




/* -------------------------------- Header Styles , H1 H2 etc */


#content2 h1 {
	font-size: 14px;
	line-height: 24px;
	color:#f4911e;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-transform: uppercase;
}

#content2 h2, #content2 h2 a {
	font-size: 14px;
	line-height: 24px;
	color:#606060!important;
	margin: 0px;
	padding: 0px;
}

#content2 h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#content2 h4 {
	font-size: 11px;
	color: #808080;
	margin: 0px;
	padding: 0px;
}

#content2 .highlight1{
	
}

#content2 hr , #content2 div.hr{
	left: -17px;
	width: 253px;
	height: 21px;
	background-image:url(/themes/pics09/images/c2_hr.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	border: hidden;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -17px;
}

.h1 {
	font-size: 14px;
	line-height: 24px;
	color:#f4911e;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-transform: uppercase;
}


/* Images */

#content2 img {
}

#content2 img.right, #content2 img.zoom_right {
	padding: 7px;
	border: 1px solid #f5eee7;
	background-color: #fff;
	margin: 0px 0px 7px 0px;
}

#content2 img.left, #content2 img.zoom_left{
	padding: 7px;
	border: 1px solid #f5eee7;
	background-color: #fff;
	margin: 0px 0px 7px 0px;
}

#content2 img.centered, #content2 img.zoom_center {
	padding: 7px;
	border: 1px solid #f5eee7;
	background-color: #fff;
	margin: 0px 0px 7px 0px;
	clear: both;
}

#content2 .imagecaption {
	padding: 7px;
	background-color: #fff;
	border: 1px solid #efefef;
	font-size: 10px;
	line-height: 14px;
}




/* Lightbox */

.lgtbox {
}



/* Lists */

 #content2 ol {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#content2 ol li {
	list-style-type: none;
	background-image:url(/themes/pics09/images/li_arrow.gif);
	background-position: 200px 7px;
	background-repeat: no-repeat;
	background-color:#fff;
	padding: 0px 0px 0px 10px;
	margin-top: 2px;
	font-weight: bold;
	line-height: 24px;
}

/*.content2 ul>li:last-child {
	background-image:url(/themes/pics09/images/background/ul_top_bkg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}*/

#content2 ol li a {
	color:#606060!important;
}


/*Tables*/

#content2 table.quote {
	background-image: url(/themes/pics09/images/qmark_c1_01.gif)!important;
	background-repeat: no-repeat;
	background-position: left top;
	width: 219px!important;
	margin: 5px 0px;
}

#content2 table.quote td.main{
	height: 30px;
	padding: 2px 20px;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #72c20e; /*#606060;*/
	text-align: center;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(/themes/pics09/images/qmark_c1_02.gif);
	background-color: none;
}

#content2 table.quote td.caption{
	height: 20px;
	padding: 5px;
	font-family: Arial, Verdana, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #bce786; /*#b3afaa;*/
	background-color: #fef8f0;
	text-align: center;
}



#content2 table.table_basic {
	margin: 10px 0px;
}

#content2 table.table_basic thead tr td {
	background-color:#fff;
	padding: 3px 6px;
	font-weight: bold;
	border: 1px solid #f5eee7;
}

#content2 table.table_basic tbody tr td {
	background-color:#fff;
	padding: 3px 6px;
	border: 1px solid #f5eee7;
}

#content2 table.table_blank {
	margin: 0px 0px;
	padding: 0px 0px;
}

#content2 table.table_blank img {
	margin-left: auto;
	margin-right: auto;
	padding: 7px;
	border: 1px solid #f5eee7;
	background-color: #fff;
}

#content2 table.table_blank tbody tr td {
}




/* Quotes */

#content2 table.quote {
	background-image: url(/themes/pics09/images/qmark_c2_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 219px !important;
	margin: 5px 0px;
}

#content2 table.quote td.main{
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #606060;
	text-align: center;
	background-image: url(/themes/pics09/images/qmark_c2_02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 2px 20px;
}

#content2 table.quote td.caption{
	font-family: Arial, Verdana, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #b3afaa;
	text-align: center;
}



#wrapper #page #main #content_wrapper #sidebar_wrapper #content2 {
	margin-top: 0px;
}