html
{
	overflow-y: scroll;
}

body
{
	background-color: #f3efe4;
	font-size: 13px;
	color: #36302c;
	font-family: "Times New Roman" , Times, serif;
}
body.print
{
	background-color: transparent;
	font-size: inherit;
}
a
{
	color: #36302c;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}
h1
{
	font-size: 24px;
}
h2
{
	font-size: 18px;
}

td
{
	vertical-align: top;
}

.clear
{
	clear: both;
}
.corners
{
	position: relative;
	width: 800px;
	margin: 0 auto;
}
.corners .lt
{
	position: absolute;
	left: -4px;
	bottom: -4px;
	z-index: 50;
}
.corners .rt
{
	position: absolute;
	right: -4px;
	bottom: -4px;
	z-index: 50;
}

.emblem
{
	text-align: center;
	margin-bottom: 7px;
}

/*****************************************************************/
#wrapper
{
	background: url(images/layout_bg.png) repeat-y 0 0;
}

#pageLayout
{
}

#pageHeader
{
	background: #39332f no-repeat bottom;
}

/********************* Top Menu Styles ************************/
#pageTopMenu
{
	background: url(images/topmenu_bg.gif) #403b37 repeat-x 0 0;
	text-align: center;
	
}
ul#menu
{
	list-style: none;
	margin:0px auto 0px 136px;
	padding: 0;
	text-align: left; /* cross-browser inline-block */
	/*display: table;*/ /* FF<3 */
	/*display: inline-block;*/ /* FF3, Opera & Safari */
	_overflow: hidden; /* IE6 fix */
	zoom: 1; /* enable hasLayout */ *display:inline;/* IE (with hasLayout=true) */
	height:32px; 
	
}
ul#menu li
{
	float: left;
	position: relative;
	z-index: 20;
	
}
ul#menu li a
{
	display: block;
	color: #e6e2d5;
	letter-spacing: 1px;
	word-spacing: -1px;
	white-space: nowrap;
	text-decoration: none;
	margin: 0 10px;
	font-weight: bold;
	line-height: 32px;
}
ul#menu li a.active
{
	color: #48933a;
}
ul#menu ul
{
	position: absolute;
	top: 32px;
	left: 9px;
	display: block;
	visibility: hidden; /*opacity: 0;*/
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f1ede0;
}
ul#menu ul li
{
	border: 1px solid #4b443e;
	border-top: none; /*margin: 0;*/
	float: none;
}
ul#menu ul li a
{
	margin: 0;
	padding: 3px 7px 5px;
	color: #4b443e;
	font-weight: normal;
	line-height: normal;
}
ul#menu ul li a:hover
{
	background-color: #e8e2cd;
}
ul#menu ul ul
{
	/*position:static;*/
	left: 130px;
	top: -1px;
	border-top: 1px solid #4b443e;
}
ul#menu .sub
{
	background: url(images/arrow.gif) 123px 8px no-repeat;
}
/**************************************************************/

#pageMenu
{
	background: url(images/pagemenu_bg.jpg) no-repeat bottom right;
	padding: 16px 0 42px 0;
	margin-bottom: 20px;
}


#pageMenu ul
{
	margin: 0;
	padding: 0 36px 0 40px;
	list-style-type: none;
}
#pageMenu ul ul
{
	padding-left: 13px;
	padding-right: 0;
}
#pageMenu li
{
	padding-bottom: 2px;
	position: relative;
}
#pageMenu ul ul li
{
	padding-bottom: 0;
	background-image: none;
}
#pageMenu a
{
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
#pageMenu ul ul a
{
	font-size: 11px;
	font-weight: normal;
}
#pageMenu a.change
{
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	top: 3px;
	left: -13px;
}
#pageMenu a.change span
{
	display: none;
}
#pageMenu a.active
{
	font-weight: bold;
	color: #48933a;
}
#pageMenu li.expanded a.change
{
	background: url(images/pagemenu_arrow_down.gif) no-repeat center;
}
#pageMenu li.collapsed a.change
{
	background: url(images/pagemenu_arrow_right.gif) no-repeat center;
}
#pageMenu li.simple a.change
{
	background: url(images/pagemenu_simple.gif) no-repeat center;
}
#pageMenu li.expanded ul
{
	display: block;
}
#pageMenu li.collapsed ul
{
	display: none;
}
#pageMenu li.simple ul
{
	display: none;
}
/*
#pageMenu a:link,
#pageMenu a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #464691;
}
#pageMenu a:hover,
#pageMenu a:active {
	color:#5656ff;
}
*/



#pageContent
{
	background-color: #f1ede0;
}
#contentBody
{
	padding: 10px 10px 10px 10px;
}
#contentBody #pageMenuPath
{
	margin-bottom: 10px;
}
#contentBody a#printer
{
	line-height: 16px;
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(images/printer.gif) no-repeat left center;
	color: Black;
	font-size: 11px;
	float: right;
}
#pageTitle
{
	clear: both;
	text-align: right;
}
#pageSubTitle
{
	margin: 0 0 15px 0;
}

#pageFooter
{
	background: url(images/footer_bg.png) no-repeat 0 0;
}
#pageFooter img
{
	margin-bottom: 0;
}

*:first-child + html #pageFooter img
{
	margin-bottom: -3px;
}


/********************************************** Search Box 

*****************************************************/
.search-box
{
	float: right;
	position: relative;
	background-color: White;
	top: 196px;
	right: 4px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.search-box .text
{
	font-weight: bold;
}

.search-box table img
{
}

.search-box table td
{
	vertical-align: middle;
}

/********************************************* Search 

Page*****************************************************/

.search
{
	width: 760px;
}

.search .left-column
{
	width: 560px;
}
.search .right-column
{
	width: 200px;
}
/******************************************************Advanced Search 

***************************************************************/
.advanced-search
{
	width: 560px;
}
.advanced-search .state
{
	width: 100%;
}
.advanced-search .state .title
{
	font-size: 18px;
	font-weight: bold;
	padding-right: 10px;
	width: 110px;
}
.advanced-search .state .title h2
{
	position: relative;
	bottom: 4px;
}

.advanced-search .state .option
{
	white-space: nowrap;
	width: 120px;
}

.advanced-search .state .result-info
{
	padding-right: 30px;
	text-align: right;
}
.advanced-search .state .result-info nobr
{
	color: Green;
}

.advanced-search .state .option .switcher
{
	padding-left: 5px;
	outline: none;
	text-decoration: none;
	font-weight: bold;
}

.search-fields
{
	width: 100%;
}
.search-fields th
{
	text-align: left;
	width: 120px;
}
.search-fields .input
{
	width: 300px;
}

.search-fields .select
{
	width: 305px !important;
	display: inline-block !important; %display:inline!important;
}

.search-fields .button
{
	float: right;
	margin-right: 30px;
}
.plus
{
	background-color: Transparent;
	background-image: url(    '../search/navigation.png' );
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	width: 12px;
	height: 12px;
	cursor: pointer;
	float: left;
}

.minus
{
	background-color: Transparent;
	background-image: url(    '../search/navigation.png' );
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-position: -12px 0px;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	cursor: pointer;
	width: 12px;
	height: 12px;
	float: left;
}

/****************************************************************** Pagination 

**********************************************************************************/
.pagination
{
}
.pagination .first, .pagination .previous, .pagination .last, .pagination .next
{
	color: #808080;
}

.pagination a, .pagination span
{
	margin-right: 8px;
}

.pagination .current
{
	font-weight: bold;
}

.pagination .dot
{
	text-decoration: none;
}
.pagination .numbers
{
}

.pagination .numbers a, .pagination .numbers span
{
}
/**************************************************************Search 

Result***************************************************************************************/
.attachedFile img
{
	border: none;
	vertical-align: bottom;
	height: 25px;
}

.attachedFile
{
	text-decoration: none;
	font-weight: normal;
}

/**************************************************************Popular 

Search***************************************************************************************/
.popular-search
{
	width: 200px;
}

.popular-search .title
{
	text-align: left;
}
.popular-search .item
{
	font-weight: bold;
}

.popular-search .item .number
{
	margin-right: 3px;
}
.popular-search .item a
{
	color: Green;
	text-decoration: none;
}

.popular-search .item .comment
{
	font-weight: normal;
}

/**************************************************************Photos*******************************

********************************************************/
.photos
{
}

.photos .result
{
}

.photos .item-cell
{
	vertical-align: middle;
}

.photos .pagination a, .photos .pagination span
{
	margin-right: 8px;
}


.photos .item
{
	margin-bottom: 15px;
	margin-right: 5px;
	width: 160px;
	text-align: center;
	border-collapse: collapse;
}
.photos .item .image
{
	background-color: White;
	border-style: solid;
	border-width: 1px;
	color: Silver;
	width: 150px;
}

.photos .item .image img
{
	cursor: pointer;
	padding: 7px;
}

.photos .item .image a
{
	outline: none;
}

.photos .item .info
{
}

.photos .item .info table
{
}
.photos .item .info table th, .photos .item .info table td
{
	text-align: left;
	vertical-align: top;
}


.photos .item .info .title
{
	padding-left: 4px;
}
.photos .item .info .date
{
	padding-left: 4px;
}


/***************************************************************Photo 

Album******************************************************************************************/
.albums
{
}

.albums .result
{
}

.albums .item-cell
{
	vertical-align: middle;
}

.albums .pagination a, .photos .pagination span
{
	margin-right: 8px;
}


.albums .item
{
	margin-bottom: 15px;
	margin-right: 5px; /*width: 160px; 	text-align: center; 	border-collapse: collapse;*/
}
.albums .item .image
{
	width: 170px;
}
.albums .container
{
	position: relative;
	top: 2px;
	left: 2px;
	border-style: solid;
	border-width: 1px;
	color: Silver;
	background-color: White;
}
.albums .item .image img
{
	padding: 7px;
}

.albums .item .image a
{
	outline: none;
}

.albums .item .info
{
	padding-top: 5px;
}

.albums .item .info table
{
}
.albums .item .info table th, .photos .item .info table td
{
	text-align: left;
	vertical-align: top;
}


.albums .item .info .title
{
	padding-left: 4px;
}
.albums .item .info .date
{
	padding-left: 4px;
}

/*******************************************Photo 

Detail(pop-up)**********************************************************************************/
.photo-popup
{
	margin-left: auto;
	margin-right: auto;
}

.photo-popup .button
{
	float: left;
}

.photo-popup .close-link
{
	text-decoration: none;
	float: right;
}

.photo-popup .close-link img
{
	margin-left: 5px;
	vertical-align: middle;
	border: none;
}

.photo-popup .navigation
{
	width: 100%;
}
.photo-popup .navigation .prev
{
	text-align: left;
}

.photo-popup .navigation .next
{
	text-align: right;
}

.photo-popup .navigation .info
{
	text-align: center;
}
/*******************************************Agendas*************************************************

*********************************/

.agendas
{
}

.agendas .title
{
	float: left;
}
.agendas .title h3
{
}
.agendas .right-title
{
	width: 100%;
	text-align: right;
	float: right;
}

.agendas .list
{
	margin-top: 10px;
}

.agendas .last-agenda
{
	margin-top: 20px;
	width: 550px;
	height: 500px;
	z-index: -10000;
}

/*******************************************Home 

News**********************************************************************************/
.news
{
	margin-top:7px;
}

.news table
{
	width:100%;

}
.news .item-cell
{
	
}

.news .item-cell .item
{
}

.news .item-cell .item .header
{
	background: Transparent url(    'news/header_news_bk.png' ) repeat-x scroll left;
	height: 20px;
	color: White;
	font-size: 20px;
	padding-left:10px;
}

.news .item-cell .item .image
{
	vertical-align: top;
}

.news .item-cell .item .image img
{
	margin-right: 5px;
}

.news .item-cell .item .content
{
	width:100%;
}

.news .item-cell .item .footer
{
	height: 20px;
}

#pageMenu .home-quick-links
{
	border-collapse: separate;
	text-align: left;
	padding-left: 60px;
	width:200px;
}

#pageMenu .home-quick-links a
{
	color: #A28D72;
	font-weight: normal;
	font-size:11px;
	text-decoration: underline;
}


#pageMenu .home-quick-links .title
{
	font-weight: bold;
	font-style: italic;
	color: #A28D72;
	height: 18px;
}


#pageMenu .home-quick-links .link
{
	margin-left:5px;
	background-image:url('images/pagemenu_simple2.png');
	background-position:left 6px;
	background-repeat:no-repeat;
	padding-left:10px;
}

#pageMenu .home-quick-links .link a
{
	
}


.home-slides
{
	margin-top:15px;
}


.home-slides .item-wrapper
{
	width: 114px;
	margin-left: 10px;
	margin-top:10px;
	vertical-align:middle;

}

.home-slides .item-wrapper a
{	cursor:pointer;
	
}

.home-slides .item-wrapper .background-image
{
	font-weight: bolder;
}
.home-slides .item-wrapper .background-image
{
	background-color: #A28D72;
	background-repeat: no-repeat;
	background-position:center;
	height: 40px;
	width: 114px;
	
	
}

.home-slides .item-wrapper .background-image .link-table
{
	height: 40px;
	width: 114px;
	
}
.home-slides .item-wrapper .background-image .link-table .link
{
	
	text-align:center;	
	vertical-align:middle;
	overflow:hidden;
	
}

.home-slides .item-wrapper .background-image .link-table .link img
{
	border: solid 11px Transparent;
	vertical-align:middle;
	
}

.home-slides .radr_Black .radr_clipRegion
{
	
}

.home-slides .radr_Black .radr_clipRegion .radr_itemsList 
{

}

/********************************************************FAST Book Calendar********************************************************/
.fast-calendar
{
}

.fast-calendar .frame
{
    width:100%;
    border-collapse:collapse;
    border-style:none;
    border-width:0px;
   

}


