﻿html {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: small;
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
}

#container
{
	width: 750px;	
	margin: 0 auto 0 0;
}

#intro {
	padding: 0px;
	margin: 0px;
}

#pageHeader
{
	background: transparent url(Logo_Tile.gif) top left repeat-x;
	height: 100px;
	padding: 0px;
}

#pageHeader h1 {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 390px;
	height: 100px;
	background: transparent url(Logo_Right.jpg) top right no-repeat;
}

#pageHeader h1 span {
	display: none;
}

#pageHeader h2 {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 360px;
	height: 70px;
	background: transparent url(Logo_Left.gif) bottom right no-repeat;
}

#pageHeader h2 span {
	display: none;
}

#bodyText
{	
	margin: 25px 0px 0px 0px;
	border-right: #cccccc 1px solid;		
	width: 750px;
}

#Forms #bodyText
{
	border-right: #cccccc 0px solid;	
	background: url(dotted.gif) top right repeat-y;
}

#mainMenuPane
{
	float: left;	
	width: 120px;
	border-right: #666666 1px solid;	
}

#rightPane
{
	float: right;
	width: 180px;	
	padding-right: 10px;
	padding-left: 10px;
}

#Forms #rightPane
{
	width: 0px;	
	padding-right: 0px;
	padding-left: 0px;
}

#contentPane
{
	border-right: #CCCCCC 1px solid;	
	float: left;
	width:405px;
	padding-right: 10px;
	padding-left: 12px;
	border-left: #666666 1px solid;	
	margin-left: -1px;
}

#Forms #contentPane
{
	border-right: #CCCCCC 0px solid;	
	width:600px;
	padding-right: 0px;
}

#topMenuPane
{
	left: 0px;
	position: absolute;
	top: 82px;
	z-index: 10000;
}

#topMenuPane a
{
	font-weight: bold;
	font-size: 11pt;
	color: whitesmoke;
	font-family: Arial;
	text-decoration: none;
}

#topMenuPane a:hover
{
	text-decoration: underline;
}

#searchPane
{
	left: 600px;
	position: absolute;
	top: 72px;
	width: 180px;
	z-index: 1000000;
}

#topPane
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	width: 608px;
}

#footerPane
{
	clear: both;
	padding-top: 40px;	
	text-align: center;	
}

#footerPane a
{
	text-decoration: none;
}

#footerPane a:hover
{
	text-decoration: underline;
}

#langChangePane
{
	left: 660px;
	position: absolute;
	top: 0px;
	width: 120px;
	color: White;
	font-size: 6pt;
	padding-top: 2px;
}

#langChangePane a
{
	font-size: 8pt;
	color: White;
	text-decoration: none;
	padding: 3px;
}

#langChangePane a:hover
{
	text-decoration: underline;
}

#lostmodules
{
	clear: both;
	float: none;
	background-color: red;
}

#mainMenuPane ul
{
	font-family: Tahoma;
	font-size: 8pt;
	padding: 0px;
	margin: 0px 0px 0px 3px;
	list-style-type: none;
}

#mainMenuPane ul li a
{
	font-weight: bold;
	font-size: 8pt;
	color: #990000;
	margin-top: 15px;
	text-decoration: none;	
	height: 10px;
	display: block;
}

#mainMenuPane .h
{
	visibility: hidden;
	margin-top: -15px;
}

#mainMenuPane ul li ul li a
{
	font-weight: normal;	
	padding: 0px;	
	margin-top: 4px !important;
	margin-top: -2px;
	color: #003399;
	text-indent: 8px;
	background-image: url(../../../Images/dot.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#mainMenuPane ul li ul li .d
{
	color: dimgray;
	font-weight: normal;	
	text-decoration: none;
	padding: 0px;
	
}

#mainMenuPane ul a:hover
{
	text-decoration: underline;
}

.ServerDateTime
{
	font-size: 10px;
}

#potentials
{
	width: 400px;
	margin: 0 auto 0;
}

#potentials h3
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	text-transform: capitalize;
	padding-top: 5px;
	font-family: Verdana;
	text-align: center;
}

#potentials ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#potentials ul li 
{
	float: left;
	margin: 0;
	padding: 0;
}

#potentials ul li a 
{
	color: #777;
	display: block;
	padding: 10px 5px 100px;
	margin: 0 10px 0;
	text-align: center;
	text-decoration: none;
	width: 100px;
	height: 60px;
	border: solid 1px #ccc;
}

#potentials ul li.Agriculture a 
{
	background: #fff url(Agriculture.jpg) no-repeat center 45px;
}
#potentials ul li.Tourism a 
{
	background: #fff url(Tourism.jpg) no-repeat center 40px;
}
#potentials ul li.Industries a 
{
	background: #fff url(Industries.jpg) no-repeat center 50px;
}

#potentials ul li a:hover
{
	color: #000;
	border: solid 1px #000;
}

#potentials ul li a strong 
{
	color: #000;
	display: block;
	font-size: larger;
}
