@charset "utf-8";
body {
	font: 12px/1.5em Verdana, Helvetica, helvetika, sans-serif;
	background-color: #ECE8E1;
	margin: 0;
	padding:0;
	text-align:center;
	
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #e9e3dc;
	scrollbar-highlight-color: #e9e3dc;
	scrollbar-3dlight-color: #e9e3dc;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #e9e3dc;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color:#665840;
	padding-top:10px;
	font-weight:bold;
	padding-bottom:5px;
}


a {
	text-decoration: none;
	color: #E65B00;
	font-weight: bold;
}
a:link {
	color: #E65B00;
}
a:visited {
	color: #E65B00;
}
a:hover {
	color: #78674B;
}


.container {
	width: 980px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
} 


/*---------------- header start ------------*/
.header {
	background: url(../images/logo.gif) no-repeat left;
	height: 105px;
} 
.header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.address
{
	font-size: 9px;
	color: #666666;
	text-align: right;
	height: 75px;
}

.headermenenu {
	border-bottom: 7px solid #756549;
	font-weight:bold;
	text-align:right;
	padding-bottom:5px;
	font-size: 11px;
	color: #333333;
	text-align: right;
	width: 100%
}
.headermenenu a {

	color: #333333;
}
/*----------------------- header end ---------------------*/

/*-------------------- path start -------------------------*/
.path
{
	font-size: 9px;
	margin-bottom: 15px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD9D0;
}

.path a {
	text-decoration: none;
	color: #E65B00;
	font-weight: bold;
}
.path a:visited {
	text-decoration: none;
	color: #E65B00;
	font-weight: bold;
}
.path a:active {
	text-decoration: none;
	color: #E65B00;
	font-weight: bold;
}
.path a:hover {
	color: #665840;
}
/*--------------------- path end ----------------------------*/


table.holder{
	width: 980px;
	height: auto;
	min-height: 350px;
}

.emtydiv {
	height: 10px;
}

.content_td{
	width:800px;
	text-align:left;
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFFFFF;
}

.content1st_td{
	width:800px;
	text-align:left;
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFFFFF;
}

.smalltext{
	font-size: 9px;
	line-height: 1.2em;
}


/*--------------------- content start -----------------------------*/
.page_title{
	font-size: 13px;
	font-weight: bold;
	color:#665840;
	padding-top:10px;
	font-weight:bold;
	padding-bottom:5px;
}
/*---------------------- content end --------------------------*/


/*---------------------- footer start -------------------------*/

/*-------------------------- footer end -----------------------*/

/*-------------------- verticalmenu start --------------------------*/
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
}

.menu{
	width:180px;
	vertical-align:top;
	margin: 0;
	padding: 0;
	vertical-align:top;
	height:100%;
	border:#CCCCCC 0px solid;
}

.menu_table1 {
		vertical-align:top;       
}

/*-- VERTICAL Menu classes Start --- */
.verticalMenu {
	margin: 0;
	padding: 0;
	text-indent: 0px;
	font-size: 12px;
	line-height: 2.2em;

	padding-bottom: 30px;
	text-align:left;
	padding-top:10px;

	border:#ff0000 0px solid;
}

.ltsm { 
	font-size: 9px;
}  
/*-- [+] --*/

.ltbg {
	font-size: 15px;
}  
/*-- [-] --*/

.spbg {
	font-size: 19px;
}  
/*-- [ ] --*/


ul.left_nav_links_class{
	list-style-image:none;
	list-style:none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0px;
}

ul.left_nav_links_class li.sub_category {
	list-style-image:none;
	list-style:none;
}

ul.left_nav_links_class li.active_category   {
	list-style-image:none;
	list-style:none;
}

.left_nav_links_class li a{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.left_nav_links_class li  a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.left_nav_links_class li  a:active {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.left_nav_links_class li  a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #665840;
}

.left_nav_links_class li.sub_category a{
	font-weight: normal;
	color: #000000;
}
.left_nav_links_class li.sub_category a:visited{
	font-weight: normal;
	color: #000000;
}
.left_nav_links_class li.sub_category a:active{
	font-weight: normal;
	color: #000000;
}

.left_nav_links_class li.sub_category a:hover {
	font-weight: normal;
	color: #999999;
}


ul.left_nav_links_class li.active_category a{
	color: #000000;
	
}

ul.left_nav_links_class li.active_category_active a{
	color: #000000;
	font-weight:bold;
}

ul.active_subcategory {
	list-style-image:none;
	background: #e7e3db;
	margin: 0;
	padding-left: 0;
	padding-bottom: 2px;
	text-indent: 40px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	border:#0000ff 0px solid;
	line-height: 1.6em;
}



ul.active_subcategory li{
	display: block;
	list-style-image:none;
	list-style:none;
	width: 100%;
}

ul.active_subcategory2 {
	margin: 0px;
	padding: 0px;
	list-style-image:none;
	text-indent: 30px;
	margin-right: 0px;
}


ul.active_subcategory2 li{
	margin-left: 0px;
	text-indent: 20px;
	display: block;
	list-style-image:none;
	list-style:none;
}

ul.active_subcategory2 a{
	font-weight:normal;
	color: #665840;
}
ul.active_subcategory2 li a:link{
	color: #665840;
	font-weight:normal;
}
ul.active_subcategory2 li a:visited {
	color: #665840;
	font-weight:normal;
}
ul.active_subcategory2 li a:active {
	color: #665840;
	font-weight:normal;
}
ul.active_subcategory2 li a:hover {
	color: #362810;
	font-weight:normal;
}


ul.active_subcategory li.bold a{
	font-weight:bold;
}

ul.active_subcategory li a {
	background: #e7e3db;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #665840;
	display: block;
}
ul.active_subcategory li a:link{
	color: #665840;
	font-weight: bold;
}
ul.active_subcategory li a:visited {
	color: #665840;
	font-weight: bold;
}
ul.active_subcategory li a:active {
	color: #665840;
	font-weight: bold;
}
ul.active_subcategory li a:hover {
	color: #362810;
	font-weight: bold;
}



li.active_category ul.active_subcategory2 li ul.active_subcategory2 li a {
	background: #e7e3db;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #665840;
	display: block;
	font-weight:normal;	
}

li.active_category ul.active_subcategory li ul.active_subcategory2 li.bold a{
	font-weight:bold;
}

/*-- VERTICAL Menu classes End --- */



#treemenu1
 {
	margin: 0;
	padding: 0;
	text-indent: 20px;
	font-size: 11px;
	line-height: 1.8em;
}  

.openclose
{
	font-size: 9px;
}


.treeview ul{ 
margin: 0;
padding: 0;

}

.treeview li,
.treeview li a
{ 
	list-style-type: none;
	font-weight: normal;
	color: #000000;
	padding: 0;
	border-bottom: 1px solid #333333;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: white url(../images/closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	background: #e7e3db;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #665840;
}

.treeview li.submenu ul a {
	font-weight: bold;
	color: #665840;
	}
	
	
.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
/*-------------------- verticalmenu end --------------------------*/
p {
	text-indent: 0px;
	padding-bottom: 5px;
}


.listnews1 {
border:1px solid #CCCCCC;
}

.listnews2 {
border:1px solid #CCCCCC;
}

.listnews2 {
background-color:#FFFAEC;
border:1px solid #CCCCCC;
}

.listnews1title {
color:#756549;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.listnews1title a{
	font-size: 12px;
	font-weight: bold;
	color: #756549;
	text-decoration: none;
}
.listnews1title a:visited{
	color: #756549;
}

.listnews2title {
	font-size: 12px;
	font-weight: bold;
	color: #756549;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.listnews2title a{
	font-size: 12px;
	font-weight: bold;
	color: #756549;
	text-decoration: none;
}
.listnews2title a:visited{
	color: #756549;
}

.fstnews {
}
.fstnewstitle {
	font-size: 11px;
	font-weight: bold;
	color: #756549;
	text-decoration: none;
}
.fstnewstitle a{
	font-size: 11px;
	font-weight: bold;
	color: #756549;
	text-decoration: none;
}
.fstnewstitle a:visited{
	color: #756549;
}




.sm1stnews {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.sm1stnews a{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.sm1stnews a:visited{
	color: #333333;
}
.sm1stnews a:hover{
	color: #222222;
}

.date{
	font-size: 10px;
	font-style: italic;
	color: #D58000;
	font-weight: normal;
}

/*----------------------- first page divs start -------------------------*/
	
.box01,
.box02 {
	width:261px;
	height:280px;
	margin-right:10px;
	overflow: auto;
	background-color: #ECE8E1;
}

.box01 {
	float:left;
}

.box_inner
{
        padding: 10px;
	width:221px;
}



.photos {
	
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	height: 95px;
}

.title {
	font-size: 13px;
	font-weight: bold;
}

#textfield{
	border: 1px solid #756549;
}

.box_title
{
	font-size: 11px;
	font-weight: bold;
	color: #78674B;
}

/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*----------------------- first page divs end -----------------------------*/
