/* --- start of css --- */

body {
	background-color:#ffffff;
	margin: 0 0 0 0;
	behavior:url(csshover.htc);	
	font-size:12px; 
	font-family:arial; 
	color:#3A3A3A; 
	line-height : 18px;
}

A:link { text-decoration:none; font-size:12px; color:#000000;}
A:visited { text-decoration:none; font-size:12px; color:#000000;}
A:active { text-decoration:none; font-size:12px; color:#000000;}
A:hover {text-decoration:none; font-size:12px; color:#630000;}

p{

	margin:0 0 0 0;
}

div#top_pane{

	width:100%;
	height:auto;
	padding:0;
	position:relative;
	background-color:#ffffff;	
	text-align:center;
	vertical-align:bottom;	
	border:0px dotted #000000;
	z-index:2;
}

div#header_container {
		
	width:897px;
	height:180px;
	padding:0;
	background-color:#f7f8e8;	
	background-image:url(../images/layouts/top2.jpg);
	margin-left:auto;/*for FF*/
	margin-right:auto;/*for FF*/
}

div#logo{
	
	width:auto;
	height:auto;
	margin-top:10px;
	padding-left:20px;	
	float:left;	
}

div#top_nav{

	width:auto;
	font-size:11px;
	float:right;
	text-align:right;
	margin-top:10px;
	margin-right:20px;
	border:0px #e0e0e0 solid;		
}

div#top_nav a{
	
	font-size:11px; 
	text-align:right;	
}

div#pic_pane{

	width:100%;
	height:340px;
	padding:0;
	background-color:#ffffff;	
	text-align:center;
	vertical-align:bottom;	
	border:0px dotted #000000;	
}

div#main_pic{
	
	width:897px;
	height:298px;
	
}

div#search{
	
	color:#ffffff;
	width:auto;
	height:auto;
	padding-top:4px;
	padding-right:10px;
	vertical-align:middle;
	float:right;
}

div#body_pane{

	width:100%;
	height:auto;
	background-color:#ffffff;
	text-align:center;	
	z-index:1;
	
}

div#body{

	width:897px;
	height:auto;
	background-color:#ffffff;
	border:0px #000000 dotted;
	margin-top:0px;
	margin-left:auto;/*for FF*/
	margin-right:auto;/*for FF*/
	text-align:left;
	border-left:1px #e0e0e0 solid;	
	border-right:1px #e0e0e0 solid;
	
}

div#path_pane{
	
	width:897px;
	height:26px;
	padding:0;
	background-color:#99c42c;	
	border-bottom:0px solid #e0e0e0;	
	/*background-image:url(/_images/bg/path_bg.png);*/
}

div#path{
	
	color:#406618;
	width:auto;
	height:26px;
	line-height:22px;
	margin-left:20px;
	vertical-align:middle;
	float:left;
}

#path a{

	color:#406618;
}

div#col1{

	width:200px;
	min-height:400px;
	height:auto;
	float:left;
	border-right:0px #cdcdcd solid;
	vertical-align:top;		
	background:url(../images/layouts/left_bg.jpg) left bottom no-repeat #99c42c;
	background-repeat:no-repeat;
}

div#col2{

	width:660px;
	height:auto;
	border-right:0px #cdcdcd solid;
	float:left;
	margin-left:20px;
	text-align:left;
	font-size:12px;
	
}

div#content_pane{

	width:100%;
	margin-top:10px;
	
}

div#footer_pane{

	width:100%;
	height:auto;
	padding:0;
	background-color:#ffffff;	
	text-align:center;
	vertical-align:bottom;	
	border:0px dotted #000000;
	clear:left;
}

div#footer{

	width:897px;
	height:55px;
	line-height:55px;
	vertical-align:middle;
	text-align:center;
	background-image:url(../images/layouts/bottom_bg.png);	
	margin-left:auto;/*for FF*/
	margin-right:auto;/*for FF*/
}

ul#download {

	list-style:none;

}

div#sites {

	width:auto;
	height:auto;
	background-color:#ffffff;	
	border:0px solid #d8d8d8;
	margin:0px;
	clear:left;
	padding:10px;
	border-top:1px #e0e0e0 solid;
	text-align:center;
}

div#sites ul {

	margin-top:0;
	margin-bottom:0;
}

div#sites ul li {

	margin-left:0;
	padding-left:0;
	float:left;
	list-style:none;
}


/*--------top menu---------------------*/


div#top_menu_container{
	
	width:896px;
	height:48px;
	border-left:1px #e0e0e0 solid;
	border-top:0px solid #d8d8d8;
	border-bottom:0px solid #d8d8d8;	
	margin-left:auto;/*for FF*/
	margin-right:auto;/*for FF*/
	
}

#top_menu {
	width: 100%;
	*width: 896px;
	height:48px;
	float: left;
	text-align:center;
	vertical-align:middle;
	background: url(../images/layouts/top_menu_bg.png) left top repeat-x;
}

#top_menu h2 {
	font: bold 12px arial;
	display: block;
	color:#333333;
	margin: 0;
	vertical-align:middle;
	line-height:43px;
}

#top_menu a {
	font: bold 12px arial;
	display: block;
	color:#333333;
	margin: 0;
	vertical-align:middle;
	line-height:43px;
	text-decoration: none;
}

#top_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
	height:43px;
	float: left;
	background-color:#ffffff;
	background: url(../images/layouts/top_menu_bg.png) left top repeat-x;
	
}

#top_menu li{ 
    
    width:auto;
    height:43px;
    font-size:12px;
    font-weight:normal;
    border-right:1px solid #cce0a1;
    line-height:37px;
	padding-left: 21px;
	padding-right:20px;	
	position:relative;		
	float:left;
}

#top_menu li a:hover{ 
    
    color:#fff568;
}

#top_menu ul ul {

	width:220px;
	height:auto;
	position: absolute;
	top:43px;
	*left:-1px;
	padding-bottom:5px;
	background:#f6f6f6 url(../images/layouts/subnav_bg.gif) left top repeat-x;
	text-align:left;
	border:1px #959595 solid;
}

#top_menu li li, #top_menu li li a {
	
	width:auto;
	height:18px;
	font: 12px arial normal;
	line-height:18px;
	display: block;
	margin: 3px 2px 2px 3px;
	padding:0 0 0 0;
	text-align:left;
	vertical-align:middle;
	color: #000000;
	background: #f6f6f6;
	text-decoration: none;	
	border:0px #787878 solid;
	float:none;
	
}


#top_menu li li a:hover {

	width:auto;
	height:18px;
	font: 12px arial normal;
	line-height:18px;
	display: block;
	margin: 3px 2px 2px 3px;
	padding:0 0 0 0;
	text-align:left;
	vertical-align:middle;
	color: #ffffff;
	background: #a0c156;
	text-decoration: none;	
	border:0;	
}

#top_menu ul ul ul {
	padding-top:0;
	position: absolute;
	top: -1px;
	left: 100%;		
}

div#top_menu ul ul,
div#top_menu ul li:hover ul ul,
div#top_menu ul ul li:hover ul ul
{display: none;}

div#top_menu ul li:hover ul,
div#top_menu ul ul li:hover ul,
div#top_menu ul ul ul li:hover ul
{
	display: block; 
 }

/**************** left menu *****************/

div#left_menu {
	width: 180px; 
	height:300px;
	border-right:0px solid #ACACAC;
	text-align:left;
	margin-left: 0;
	clear:left;

}

#left_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left_menu a, #left_menu h2 {
	font: 12px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 7px;
}

#left_menu li a {
	position: relative;
	font-weight:bold;
	color: #ffffff;

}

#left_menu a:hover {
	color: #c4df9b	;
}

#left_menu li li{
	position: relative;
	line-height:10px;
}

#left_menu li li a{
	padding-left:15px;
	position: relative;
	font-weight:normal;
	color: #fff799;

}

#left_menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#left_menu ul ul ul,
div#left_menu ul ul li:hover ul ul
{display: none;}

div#left_menu ul ul li:hover ul,
div#left_menu ul ul ul li:hover ul
{display: block;}

/*-------------*/

.btn {
	background-color:#ffffff;
	color:#3A3A3A;
	border:1px solid #8C8C8C; 
	font-size:11px;
	font-family:arial;
	height:20px;
	padding:1px 1px 1px 1px;
}

.btn2 {
	background-color:#F4F1EA;
	color:#3A3A3A;
	border:1px solid #8C8C8C;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding:1px 1px 1px 1px;
}

.form_devider{

	background-color:#f0f0f0;
	height:1px;
	padding:0 0 0 0;
}

.input {
	width:180px;
	background-color:#ffffff; 
	color:#3A3A3A; 
	border:1px solid #A2B8D7; 
	font-size:11px; 
	font-family:arial; 
	height:18px; 
	line-height:18px;
	padding:1px 1px 1px 1px;
}

.input_dark {
	background-color:#2E2E31; 
	color:#ffffff; 
	border:1px dotted #9C9C9C; 
	font-size:11px; 
	font-family:arial; 
	height:20px; 
	padding:1px 1px 1px 1px;
}

/* sub - contents */
div#page_title {

	color:#005995;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:10px;
	
}

.page_title_box{
	
	vertical-align:middle;
	background-image:url(/_images/bg/page_title_bg.gif);
	height:30px;
	color:#ffffff;

}

div#sub_title{

	font-size:12px;
	color:#888888;
	font-weight:normal;
	margin-bottom:10px;
}

.sub_heading1	{
	font-weight: bold; 
	color: #630000;
	line-height:14px;
	margin-top:0;
	vertical-align:top
}

.sub_heading2	{
	font-weight: bold; 
	color: #002850;
	line-height:16px;
}
.textarea { 
	font-family:arial;
	FONT-SIZE: 11px;
	color:#3A3A3A;
	border:1px solid #8C8C8C;
	padding:5px 5px 5px 5px;
	overflow:auto;
}
.top_menu_devider{

	width:3px;
	height:47px;
	margin:0;
	padding:0;

}

.err_msg{

	visibility:hidden;
	
}

/* --- end of css --- */




