/* $Id: style.css,v 1.1.4.6 2009/05/19 07:20:23 Gurpartap Exp $ */

/* Main container styles */
* {
	margin: 0;
	padding: 0;
}

html {
	background: url(images/top_bg.gif) repeat-x;
	background-position: top;
	height: 100%;
}

body {
	font: normal 0.85em "Georgia", Times New Roman, Times, serif;
	line-height: 1.6em;
	color: #333333;
	background: url(images/bamboo_BG.gif) no-repeat;
	background-position: 0% 90px;
	height: 100%;
}


h1,h2,h3,h4,h5,h6 {
  font-family:"Georgia", Times New Roman, Times, serif;
  font-weight:lighter;
  letter-spacing: -1px;
}



h1 {
	color: #fff;
	font-size: 20px;
	display: inline;
	font-weight: lighter;
}
h2,h3 {
  font-size:1.6em;
  letter-spacing: 0px;
  line-height:1.2em;
}
h4,h5,h6 {
  font-size:1.5em;
}
h5 {
  margin-bottom: 0.5em;
}

a {
	text-decoration: none;
	color: #008040;
}

.active2 {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color:#00FF99;
}

.active2:hover {
	text-decoration: underline;
	color:#008040;
}

li {
	list-style-type:none;
}

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


/* header span*/

#header {
	height:90px;
	margin: 0;
	width: 100% auto;
}

#headerInner {
	width: 924px;
	height:83px;
	margin: 0 auto;
	position:relative;
}

#headerText {
	float:left;
	margin:40px 0 0 15px;
}

#headerText h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:19px;
	color:#FFF;
	letter-spacing: normal;
}

#logo {
	float:left;
	height:75px;
	width: 225px;
}

/* menu span */

#header2 {
	width:100%;
	height:30px;
}

#menu {
  width: 924px;
  height:30px;
  margin: 0 auto;
  padding:0;
}

ul.dropdown {
font-weight:normal;
}
ul.dropdown li {
	color:#000000;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 24px;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	background-image: url(images/menu3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.dropdown ul li.hover, ul.dropdown ul li:hover {
	background-image: url(images/menu2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* html>body ul.dropdown li:hover {
	background-image: url(images/menu2.gif);
	background-repeat: no-repeat;
	background-position: left top;
} */

ul.dropdown a:link, ul.dropdown a:visited {
color:#000000;
}
ul.dropdown a:hover {
color:#000000;
}
ul.dropdown a:active {
color:#FFA500;
}
ul.dropdown ul {
padding: 1px 20px 0 0;
width:162px;
}
ul.dropdown ul li {
font-weight:normal;
}
ul.dropdown .dir {
	background-image:url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 0 0 22px;
}
ul.dropdown-horizontal ul .dir {
	background-image:url(images/menu2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 100px 0 22px;
	height: 40px;
}

ul.dropdown, ul.dropdown li, ul.dropdown ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
ul.dropdown {
float:left;
position:relative;
z-index:597;
}
ul.dropdown li {
float:left;
line-height:1.3em;
vertical-align:middle;
}
ul.dropdown li.hover, ul.dropdown li:hover {
cursor:default;
position:relative;
z-index:599;
}
ul.dropdown ul {
left:0;
position:absolute;
top:100%;
visibility:hidden;
width:100%;
z-index:598;
}
ul.dropdown ul li {
float:none;
}
ul.dropdown ul ul {
left:99%;
top:1px;
}
ul.dropdown li:hover > ul {
visibility:visible;
}

/* left menu */
#leftMenu {
	float: left;
	width: 170px;
	margin: 5px 5px 0 0;
}

#leftMenu li {
	list-style-type:square;
	padding:5px 0 5px 0;
}

/* search */

.search {
	float:right;
	margin: 15px 2px 100px 0;
	position: relative;
	width: 165px;
}

.search h2 {
	margin:0 0 5px 0;
}
.beforeSearch {
	background:url(images/searchBox.gif);
	width:22px;
	height:20px;
	float:left;
}

.searchText {
	background-image:url(images/searchBox2.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding:2px 0 0 1px;
	width:115px;
	height:18px;
	float:left;
	font-size: 80%;
	border: 0;
}

.searchButton {
	background:url(images/searchBox.gif) top right;
	width:20px;
	border:0;
	overflow:hidden;
	height:20px;
	display:block;
	float:left;
	cursor: pointer;
}

.twitter {
	float:right;
	margin: 15px 2px 10px 0;
	position: relative;
	width: 165px;
}

/* main content */

#main {
	padding: 30px 0 0 0;
}

#mainInner {
	width: 924px;
	margin: 10px auto;
	position: relative;
}

#primaryContent {
	margin: 5px 0 15px 0;
	padding: 0 10px 0 10px;
	width: 476px;
	float:left;
	border-left: solid 1px #B1E512;
}

html>body #primaryContent {
	margin: 5px 0 15px 0;
	padding: 0 10px 0 10px;
	width: 476px;
	float:left;
	border-left: solid 1px #B1E512;
}

#primaryContent h3 {
  margin:5px 0 5px 0;
}

#columns {
	position: relative;
	float: left;
	width: 100%;
}

#columns h2 {
  font-size:18px;
  margin:10px 0 5px 0;
}

#columns td li {
	list-style:none;
}

.breadcrumb {
	padding: 15px 0 10px 0;
}

.pageTitle {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	padding: 5px 0px 20px 0px;
	line-height: 30px;
	clear:left;
	color: #008040;
}

.content {
	clear: both;
	border-bottom: solid 1px #B1E512;
	padding: 0 0 10px 0;
	margin: 5px 0 10px 0;
}

.content p {
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}

#formTrade {
	width: 100%;
}

#formTrade table td.label{
	color: #DB000B;
	text-align:left;
	width: 40%;
	padding: 3px 0 3px 0;
}
#formTrade table th.formTitle{
	text-align:left;
	padding: 8px 0 0 0;
}

/* side bar */

#secondaryContent {
	float: right;
	padding: 5px 0 0 0;
}

/* begin sidebarLeft */

html>body #sidebarLeft {
	width: 240px;
	float: left;
	margin: 0;
	color: #008040;
}

#sidebarLeft {
	width: 240px;
	float: left;
	margin: 0;
	color: #008040;
}

#sidebarLeft .titleSelf {
	margin:0;
	padding: 0 0 5px 30px;
	background-image: url(images/self.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #F00;
	text-decoration: underline;
	font-size: 1.8em;
}

#sidebarLeft .titleBook {
	margin:0;
	padding: 0 0 5px 30px;
	background-image: url(images/booking.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebarLeft .titleAsk {
	margin:0;
	padding: 0 0 5px 30px;
	background-image: url(images/ask.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebarLeft .titleNews {
	margin:0;
	padding: 0 0 5px 30px;
	background-image: url(images/subscribe.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebarLeft .titleEvents {
	margin:0;
	padding: 0 0 5px 30px;
	background-image: url(images/news.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebarLeft .titleDid {
	margin:0;
	padding: 0 0 5px 30px;
	background-image: url(images/did_you_know.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sidebarLeft-content {
	padding: 0 15px 0 15px;
	text-align: left;
	border-bottom: solid #ffffff 6px;
	background-color: #BFDFCF;
	margin: 0;
}

.sidebarLeft-content2 {
	padding: 0 15px 10px 15px;
	text-align: left;
	background-color: #BFDFCF;
	margin: 0;
}

html>body #sidebarLeft span#topspan {
	display: block;
	height: 6px;
	width: 240px;
	margin: 0;
	padding: 0;
	background: url(images/top.gif) no-repeat top left;
}

#sidebarLeft span#topspan {
display: block;
height: 6px;
width: 240px;
margin: 0;
padding: 0;
background: url(images/top.gif) no-repeat top left;
}

html>body #sidebarLeft span#bottomspan {
	display: block;
	height: 6px;
	width: 240px;
	margin: 0;
	padding: 0;
	background: url(images/bottom2.gif) no-repeat top left;
}

#sidebarLeft span#bottomspan {
display: block;
height: 6px;
width: 240px;
margin: 0;
padding: 0;
background: url(images/bottom2.gif) no-repeat top left;
}

#sidebarLeft #block {
	margin: 0;
	padding: 10px 0 20px 0;
}

#sidebarLeft #block div.item-list ul {
	border-top: 1px solid #fff;
	padding: 0;
	width: 100%;
	margin:0;
}
#sidebarLeft #block div.item-list ul li {
	border-bottom: 1px dashed #FFF;
	margin:0;
	text-align:left;
	background: url(images/foot_bullet.gif) no-repeat left;
	padding: 5px 15px 6px 15px;
	list-style-type: none;
	line-height: 110%;
}

#sidebarLeft #block div.item-list ul li a {
	color:#FFFFFF;
	text-decoration:none
}

#sidebarLeft #block a {
	color:#000;
	text-decoration:none
}

#sidebarLeft #block h2 a {
	color:#008040;
	text-decoration:none
}

#sidebarLeft #block a:hover {
	color:#008040;
}

#sidebarLeft #block div.item-list ul li a:hover {
	color:#00FF88;
}

#sidebarLeft #block div.item-list ul li a span {
	color:#FFFFFF;
}

.more-link {
	padding: 5px 0 5px 0;		
}

#offerBlock {
	background-image: url(images/green_box.gif);
	background-repeat:no-repeat;
	width:476px;
	height:150px;
	margin: 25px 0;
}
#offerBlock .content {
	padding:10px 0 0 150px;
	margin: 0;
	border-bottom: 0;
}

.date {
	color: #008040;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.newsDate {
	color: #008040;
	width: 50px;
	background-image: url(images/Calendar.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.newsDateDay {
	font-size: 25px;
	width: 100%;
	text-align: center;
	padding: 15px 0 0 0;
}

.newsDateMonth {
	font-size: 10px;
	width: 100%;
	text-align: center;
	padding: 0;
}

/* footer */

html>body .FooterContain {
	min-width: 100%; /* sets min-width value for all standards-compliant browsers */
	background: #008040;
	clear: both;
	min-height: 800px;
	margin-top: 1em;
	padding: 12px 0px 12px 0px;
	overflow:auto;
}

.FooterContain {
	width: 100%; /* set min-width for IE */
	background: #008040;
	clear: both;
	height: 800px;
	margin-top: 1em;
	padding: 12px 0px 12px 0px;
	overflow:auto;
}
.Footer {
	width: 924px;
	margin: 0 auto;
	color: #FFFFFF;
	clear: both;
} 
.Footer h2 {
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: lighter;
	color: #FFFFFF;
	padding: 15px 0px 10px 0px;
	margin: 0px;
}

.Footer ul {
	padding: 0px;
	margin: 5px 0px;
	border-top: dashed 1px #80FF00;
} 
.Footer li, .Footer .item-list ul li {
	background: url(images/foot_bullet.gif) no-repeat left;
	margin: 0px;
	padding: 5px 30px 6px 15px;
	list-style-type: none;
	display: block;
} 
.Footer li small {
	font-size: 10px;
	color:#FFFFFF;
} 

.Footer li a {
	color: #80FF00;
}
.Footer li a:visited {
	color: #80FF00;
}

html>body .FooterRecent {
	float: left;
	width: 600px;
	margin: 0 0 20px 0;
}

.FooterRecent {
	float: left;
	width: 290px;
	margin: 0 0 20px 0;
}

.FooterRecent h2 {
	background: url(images/entries.gif) no-repeat left center;
	padding-left: 30px;
}
.FooterCommented {
	float: left;
	width: 250px;
	margin: 0 0 20px 50px;
}
.FooterCommented h2 {
	background: url(images/discussed.gif) no-repeat left center;
	padding-left: 30px;
}
.FooterPartners {
	float: left;
	width: 250px;
	margin: 0 0 20px 50px;
}
.FooterPartners h2 {
	background: url(images/sponsors.gif) no-repeat left center;
	padding-left: 30px;
}

.FooterCopy {
	background: #80FF00;
	width: 924px;
	color: #000000;
	float: left;
	margin: 10px 0 20px 0;
} 

.FooterCopy p {
	padding: 10px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
	float: left;
} 
.FooterCopy a {
	text-decoration: underline;
	color: #000000;
} 
.FooterCopy a:visited {
	text-decoration: underline;
	color: #000000;
} 
.FooterCopy a:hover {
	text-decoration: underline;
	color: #000000;
}

/* self evaluation form */

#selfEvaluation {
	width:100%;
}

#selfEvaluation .text {
	text-align:right;
	padding: 2px 0 2px 0;
	line-height: 18px;
	vertical-align: top;
	width: 110px;
}

#selfEvaluation .text2 {
	text-align:left;
	padding: 2px 0 2px 0;
	line-height: 18px;
	vertical-align: top;
}

#selfEvaluation .text3 {
	text-align:left;
	padding: 2px 0 2px 0;
	line-height: 12px;
	vertical-align: top;
	font-size:10px;
}

#selfEvaluation .box {
	text-align: left;
	vertical-align: top;
	padding: 2px 0 0 5px;
}

/* facebook */

.facebook {
	position:absolute;
	top:7px;
	right:5px;
}
