


html,body {
	margin:0;
	padding:0;
	background:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
}

/*HEADINGS*/
h1, h4{
	color:#663300;
}
h1 { 
	font:1.75em arial, georgia, serif; 
	margin:0.5em 0;
	font-weight:bold;
}
h2 {
	font:1.5em arial, georgia, serif; 
	margin:0 0 0.5em;
	font-weight:bold;
	color:#006600;
}
h3 {
	font:1.25em arial, georgia, serif; 
	margin:0 0 0.5em;
	font-weight:bold;
	color:#003300;
}
h4 {
	font:1.25em arial, georgia, serif; 
	margin:0 0 0.5em;
	font-weight:bold;
}


/*LINKS*/
a { 
	color:#cc6600; 
	text-decoration:none;
	outline:none;
	font-weight:bold;
}
a:hover{ 
	color:#265954; 
	text-decoration: underline;
}

/*PARAGRAPHS*/
p { 
	line-height:1.6; 
	margin:0 0 1em;
}
.clear{ clear:both;}

/*MARGINS*/
.marginright{ margin-right:30px;}
.margintop{ margin-top:20px;}

/*CONTAINER*/
div#container {
	width:930px;
	background:#fff;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
}

/*HEADER*/
div#header {
	padding:0;
	margin:0;
}
div#header_index {
	padding:0;
	margin:0;
	border-bottom:2px solid #69B7AE;
}
div#header h1 {
	position:relative; 
	text-indent:-2000px; 
	width:155px;
	height:85px;
}

/* SEARCH*/
.search{ float:right; width:300px; color:#605f62; text-align:right; margin-top:30px;}
.searchb{ float:right; width:75px; color:#605f62; text-align:right; margin-top:30px;}

/* BANNER*/
.banner{
	padding:0;
	margin:5px 0 4px 0;
	float:left;
	width:950px;	
}

/* MAIN MENU*/
.menucontainer{
	padding:0;
	margin:0;
	/* background-color:#c8fdf8; */
	background-color:#69B7AE;
}
ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:28px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
ul#menu li a
{
	display:block;
	float:left;
	/*color:#60aaa2; */
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:7px 3px 0 15px;
}
ul#menu li a:hover
{	
	/* color:#358179; */
	color:#000000;
	height:21px;
}
ul#menu li a.current
{
	display:inline;
	height:22px;
	float:left;
	margin:0;
	color:#000000;
}
/*TAB MENU*/
.tabcontainer
{
	height:32px;
	width:960px;
}
.tableft{ float:left; background: url(images/menu_left32.gif) no-repeat bottom left; height:32px; width:14px;}
.tabmid{float:left; color:#dee9f1; background: url(images/menu_mid.gif) repeat-x bottom right;  height:32px; width:96.5%;}
.tabright{ float:left; color:#dee9f1; background: url(images/menu_right32.gif) no-repeat bottom right; height:32px; width:14px;}
.tabmid a{ color:#fff; font-size:15px; padding:0 7px; line-height:32px;}
.tabmid a:hover, .tabmid a.current{ color:#2c2d2d;}

/*LEFT MENU*/
#leftmenu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	
	padding: 0;
	width: 16em;
}
#leftmenu li {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	white-space: nowrap; 
}
#leftmenu a {
	background: #8F5A29;
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none; 
}
#leftmenu a:hover {
	background: #3b877f url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	border-bottom: 1px solid #2E7069;
}
#leftmenu a.current {
	background: #3b877f url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	border-bottom: 1px solid #2E7069;
}

/*CONTENT*/
div#content {
	padding:1em 1em 2em; /* bottom padding for footer */
	clear:both;
}
div#content p {
	text-align:justify;
	padding:0 1em;
}

/*SECTION*/
.section{float:left; width:270px; background-color:#fff;}
.section h1{ padding-left:10px; font-weight:bold;}
.sectioncontent{background-color:#e3fffc; padding-bottom:5px; }

/* CONTENT LEFT*/
.contentleft{
	width:187px; 
	float:left; 
	background-color:#fff; 
	margin-top:10px;
}

/* CONTENT RIGHT*/
.contentright{
	width:680px; 
	float:right;
	background-color:#fff; 
	margin-top:10px;
	line-height:24px;
}
.wanted_add_box{
	width:680px; 
	float:right;
	background-color:#fff; 
	padding:30px 0 0 0;
}
.heading_wanted_add
{
	background-color:#459289;
	color:#FFFFFF;
	
}
.currentcategory
{
	background-color:#459289;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
}
.form{

border-width:1px; 
border-style:solid;
border-color:#65B3AA;
background:#E7FEFC;

}


.formhead
{
background-color:#459289;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
}
.wanted_add
{
	border-bottom:solid 1px #459289;
}

/*FORM*/
.txtbox{ 
	border:1px solid #adeae4;
	background:#ebfffd url(images/search_bg.gif) top left scroll no-repeat;
	margin-right:10px;
	color:#60aaa2;
	padding:4px 0 4px 24px;
	font-size:12px;
}
.btnsearch{ 
	background:#fff url(images/btn_search.gif) top left no-repeat; 
	width:86px; 
	height:24px; 
	border:none;
	cursor:pointer; 
	outline:none;
}
/*FOOTER*/
/*border-top:2px solid #89b7b2;*/
#footer {
	width:100%;
	background:#fff;
	
	color:#9d9d9d;
	font-size:10px;

	float:left;
	margin-top:5px;
}
.left{ float:left; width:160px; padding-top:10px; padding-bottom:10px; color:#FC8F07;}
.right{ float:right; padding-top:10px; padding-bottom:10px; color:#dddfdf;}
#footer a{ color:#3b877f; text-decoration:none; padding:0 8px; outline:none;}
#footer a:hover{ color:#265954; text-decoration: underline;}



.err{
color:#FF0000;
}


.selectbox{
width:300px;
}

.button_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3B877F;
	border: 1px solid #65B3AA;
	height: 21px;
	width:auto;
	padding-left:2px;
	padding-right:2px;
}

.boldText{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3B877F;


}


/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
#list table {
  border-collapse: collapse;
  border: 1px solid #65B3AA;
 /* font: normal 11px verdana, arial, helvetica, sans-serif;*/
  color: #363636;
  background: #E7FEFC;
  }
#list caption {
  text-align: center;
 /* font: bold 18px arial, helvetica, sans-serif;*/
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
#list td, #list th {
  border: 1px dotted #65B3AA;
  padding: .4em;
  color: #363636;
  height:27px;
  }

#list thead th, #list tfoot th {
/*  font: bold 11px verdana, arial, helvetica, sans-serif;*/
  border: 1px solid #03476F;;
  text-align: left;
  background: #3B877F;
  color: #FFFFFF;
  padding-top:3px;
  }
#list tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
#list tbody td a:hover {
  background: #3B877F;
  color: #363636;
  }
#list tbody th a {
/*  font: normal 11px verdana, arial, helvetica, sans-serif;*/
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
#list tbody th a:hover {
  background: transparent;
  color: #363636;
  }
#list tbody th, #list tbody td {
  vertical-align: top;
  text-align: left;
  }
#list tfoot td {
  border: 1px solid #03476F;
  background: #3B877F;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #FFFFFF;
  }
#list tbody tr:hover {
  background: #c8fdf8;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
#list tbody tr:hover th,
#list tbody tr.odd:hover th {
  background: #c8fdf8;
  color: #FFFFFF;
  }
 
 
  .orange{
  padding-left:10px;
  padding-right:5px;
  font-weight:bold;
  color:#FF9900;
  font-size:15px;
  }
  .smalltxt{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3B877F;
  }
  