
/*

<asp:Menu runat="server" SkinID="MenuTab" Orientation="Horizontal">
    <DynamicSelectedStyle CssClass="MenuHorizontalTabsSelectedMenuItem" />
    <DynamicHoverStyle CssClass="MenuHorizontalTabsHoverMenuItem" />
    <DynamicMenuItemStyle CssClass="MenuHorizontalTabsMenuItem" />
    <StaticSelectedStyle CssClass="MenuHorizontalTabsSelectedMenuItem" />
    <StaticHoverStyle CssClass="MenuHorizontalTabsHoverMenuItem" />
    <StaticMenuItemStyle CssClass="MenuHorizontalTabsMenuItem" />
</asp:Menu>


	+<DynamicSelectedStyle CssClass="MenuHorizontalTabsSelectedMenuItem" />
    <DynamicHoverStyle CssClass="MenuHorizontalTabsHoverMenuItem" /> <DynamicHoverStyle CssClass="menuSubItemHover" />

    *<DynamicMenuItemStyle CssClass="MenuHorizontalTabsMenuItem" /> <DynamicMenuItemStyle CssClass="menuSubItem" />

    <StaticSelectedStyle CssClass="MenuHorizontalTabsSelectedMenuItem" /> <StaticSelectedStyle CssClass="menuSelected" />
    *<StaticHoverStyle CssClass="MenuHorizontalTabsHoverMenuItem" /> <StaticHoverStyle CssClass="menuItemhover" />
    <StaticMenuItemStyle CssClass="MenuHorizontalTabsMenuItem" /> <StaticMenuItemStyle CssClass="menuItem" />   
*/

/*
.MenuHorizontalTabsMenuItem * div 
{
    /*height: 22px; 
    padding-left: 2px; 
    cursor: pointer;
    background-color:#004000 */
/*
    cursor: pointer; 
	cursor: hand; 
	color: #005C00; 
	font-size: 9pt; 
	font-weight: normal ; 
	font-style: normal; 
	background:url(img/back_gray.gif);
	font-family: Tahoma, Arial, Helvetica; 
    white-space: normal;  /*Word wrapping menu item now optional*/	    
   /* padding: 0px 0px 0px 2px;   /*explicitly set padding for root menu items*/
   /* width:180px;
    text-align:justify;
    height:30px;
}
/*
.MenuHorizontalTabsMenuItem * span
{
    padding: 0px 20px 0px 20px; 
    font-size: 20px; 
    /*color: #333;*/ 
    /*height: 34px;
}*/

/*++
.MenuHorizontalTabsSelectedMenuItem * div
{
    /*background-position: 0px 0px;*/
/*  
}++*/

/*.MenuHorizontalTabsSelectedMenuItem * span
{
    background-position: 0px 0px;
}*/
/*.MenuHorizontalTabsHoverMenuItem * div
{/*
    background-position: 0px 0px;
    color: Blue;
    text-decoration: none;*/
    
 /*   cursor: pointer; 
	cursor: hand; 
	color: #005C00;
	font-size: 9pt; 
	font-weight: bold; 
	background:url(img/back_white.gif);
	font-style: normal; 
	background-color: #387091;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    /*padding: 0px 10px 0px 5px;  /*explicitly set padding for root menu items*/
    /*width:100px;
    text-align:center;
    height:32px;
}
/*
.MenuHorizontalTabsHoverMenuItem * span
{
    background-position: 0px 0px;
    color: Blue;
    text-decoration: none;
}*/


* 
{
margin : 0;
padding : 0;
} 
 

body
{  
	font-size:small;
	font-style:normal;
	line-height:normal;
	font-family: Tahoma; 
	color:  #3F2C0C; 
	background:#CCBCA3;
}

body a:hover
{
	text-decoration: none;
}

#header
{
	clear:both;
	padding-top: 0;
	background:url(Img/header-image.jpg);
	width:1194px;
	height:252px;
	margin: 0px auto;
}

#main
{
	width:1194px;
	margin: 0px auto;
	background:#326412 url(Img/green-back2.jpg) repeat-x top;
}

#content
{
	background-color:#FFFFFF;
	clear:both;
	width: 930px;
	margin: 0px auto;
}

#leftHome
{
	float:left;
	background-color:#ffffff;
	width:338px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:25px;
	margin:0 0 0 0;
	font-family:Tahoma;
	color:#836C44;
	min-height:330px;
}

#leftOthers
{
	float:left;
	background-color:#ffffff;
	width:598px;
	padding-left:20px;
	padding-right:20px;
	margin:0 0 0 0;
	padding-bottom:25px;
	font-family:Tahoma;
	color:#3F2C0C;
}

h3
{
	color:#836C44;
	text-transform:uppercase;
	font-weight:bold;
}

h4
{
	color:#2A5213;
	text-transform:uppercase;
	font-weight:bold;
}

h5
{
	color:#2A5213;
}

#rightHome
{
	float:right;
	width:542px;
	padding-left:5px;
	padding-right:5px;
	margin:0 0 0 0;
	background-color:#FFFFFF;
	padding-bottom:25px;
}

#rightOthers
{
	float:right;
	width:282px;
	padding-left:5px;
	padding-right:5px;
	margin:0 0 0 0;
	background-color:#FFFFFF;
	background-position:top;	
	padding-bottom:25px;
}

#footer
{
	background-position:  bottom ;
	clear:both;
	width: 930px;
	margin: 0px auto;
	height: 78px;
	background:#326412 url(Img/footer-image.jpg);
	background-repeat:no-repeat;
	padding-bottom:25px;
}

#admin
{
	margin:0px auto;
	width:710px;
	min-height:370px;
	padding-bottom:25px;
}

#admin a
{
	color:#005880;
}

#admin a:hover
{
	text-decoration: none;
	color: #005880;
}

#leftHome a
{
	color:#005880;
}

#leftHome a:hover
{
	text-decoration: none;
	color: #005880;
}

#leftOthers a 
{
	color: #005880;
}

#leftOthers a:hover 
{
	text-decoration: none;
	color: #005880;
}

.menuItem * div
   {
   	cursor: pointer; 
	cursor: hand; 
	color: #005C00;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-image:url(img/back_gray.gif);
	background-repeat:repeat-x;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 8px 0px 0px 0px;   /*explicitly set padding for root menu items*/
    width:135px;
    text-align:center;
    height:32px;
    background-position:0px 0px;
   }
    
   .menuItemhover * div
   {       
   	cursor: pointer; 
	cursor: hand; 
	color: #005C00;
	font-size: 9pt; 
	font-weight: bold; 
	background-image:url(img/back_white.gif);
	background-repeat:repeat-x;
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 8px 0px 0px 0px;  /*explicitly set padding for root menu items*/
    width:135px;
    text-align:center;
    height:32px;
    background-position:0px 0px;
   }
    
   .menuSubItem * div
   {
   	cursor: pointer; 
	cursor: hand; 
	color: #005C00; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background:url(img/back_gray.gif);
	font-family: Tahoma, Arial, Helvetica; 
    white-space: normal;  /*Word wrapping menu item now optional*/	    
    padding: 0px 0px 0px 2px;   /*explicitly set padding for root menu items*/
    width:135px;
    text-align:justify;
    height:30px;
   }
   
   .menuSubItemHover * div
   {
   	cursor: pointer; 
	cursor: hand; 
	color:#005C00; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background:url(img/back_white.gif);
	font-family: Tahoma, Arial, Helvetica; 
    white-space: normal;   /*Word wrapping menu item now optional*/	    
    padding: 0px 0px 0px 2px;   /*explicitly set padding for root menu items*/
    width:135px;
    text-align:justify;
    height:30px;
   }	

   .menuSelected * div
   {       
   	cursor: pointer; 
	cursor: hand; 
	color: #005C00; 
	font-size: 9pt; 
	font-weight: bold; 
	background-image:url(img/back_white.gif);
	background-repeat:repeat-x;
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
	padding: 8px 0px 0px 0px; /*explicitly set padding for root menu items*/
    width:135px;
    text-align:center;
    height:32px;
   }
   
   #col
   {
		height:167px;
	}
   
   	/* IE6 Only */
	* html #col
	{
		height:166px;	
	}

	/* IE7 Only */
	*:first-child+html #col 
	{
		height:166px;
	}    
   
   
   
   
   
   
   

