@charset "utf-8";
/* CSS Document */

.SkinObject {font: 11px Verdana,sans-serif;}

.Normal {	FONT-SIZE: 11px; font-family:Arial, Helvetica, sans-serif;}
TH,TD,DIV {	font-size:11px; FONT-FAMILY:Tahoma,Arial,Helvetica; }
h1 { color: #EF7B00; }
h2 { color: #fff; }
.lt { text-align:left;vertical-align:top; }
.h { height:100%}
.w{ width:100%;}
.wh{ width:100%; height:100%;}

#logo {z-index:3; }
#user {z-index:3;}
#header {z-index:2;}
#menu {z-index:1000;}

.FCKImageGalleryItemContainer td{color:#000000;}
.TB_ToolbarSet td { color:#000000;}
.SC_FieldLabel { color:#000000;}
.SC_Item,
.SC_ItemSelected,
.SC_Item div,
.SC_ItemSelected div{ color:#000000; background:#CCCCCC;}
.SC_Panel td,
.SC_Panel div{ color:#000000; background:#CCCCCC;}


.TopPane{padding:0px 0px 3px 0px;}
.BottomPane{padding:3px 0px 0px 0px;} 
.LeftPane{padding:0px 10px 0px 0px;}
.RightPane{padding:0px 0px 0px 10px;}
.ContentPane{padding:0px;}
.clear { clear:both;}

.Head					{font-size:11px; color:#000; font-weight:bold}
.SubHead				{font-size:11px; color:#000}
.SubSubHead				{font-size:11px; color:#000}

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active		{color:#000;TEXT-DECORATION:none}
A.CommandButton:hover		{color:#042EAA;TEXT-DECORATION:underline}

A,
A:link,
A:visited,
A:active					{color:#ef7b00;TEXT-DECORATION:underline;}
A:hover						{color:#83ff02;TEXT-DECORATION:underline;}

.searchcss,
A.searchcss:link,
A.searchcss:active,
A.searchcss:visited			{font-weight:normal; font-size:11px; color:#2072F9; TEXT-DECORATION:none}
A.searchcss:hover			{font-weight:normal;font-size:11px;color:#F5A42F;TEXT-DECORATION:underline}

.links,
A.links:link,
A.links:active,
A.links:visited			{font-weight:normal; font-size:11px; color:#919294; TEXT-DECORATION:none}
A.links:hover			{font-weight:normal;font-size:11px;color:#fff;TEXT-DECORATION:underline}

body {
	font-family: Arial, Helvetica, sans-serif;
	background:#598200; 
	font-size:11px;
	color:#FFF;
	margin:0;
}

#top { width:100%; height:288px;}
#top .top_l { background:url(images/top_l.gif) no-repeat left top; height:288px;}
#top .top_r { background:url(images/top_r.gif) no-repeat right top; height:288px;}
#top .top_m { margin:0 auto; width:900px; background:url(images/bg01.png) repeat; height:288px;}
#top .top_m .users { height:32px; line-height:32px; float:right; right:50px; position:relative; color:#fff;}
.users a:link,.users a:visited {color:#fff;text-decoration:none;}
.users a:hover,.users a:active {color:#263c03;text-decoration:underline;}
#top .top_m  .banners { height:256px; width:850px; margin:0 25px; background:url(images/banner1.gif) no-repeat; position:relative;}
#top .top_m  .banners .menu { background:url(images/menu_l.gif) no-repeat left top; height:42px;}
#top .top_m  .banners .menu_r { background:url(images/menu_r.gif) no-repeat right top; height:42px;}
#top .top_m  .banners .menu_r .menu_m { background:url(images/menu_m.gif) repeat-x; height:42px; margin:0 27px 0 59px; }
#top .top_m  .banners .logos_r { bottom:30px; left:4px; float:left; position:absolute;  width:350px; height:150px;}
#top .top_m  .banners .logos_r .logos_l { margin-right:15px; height:150px; }
#top .top_m  .banners .logos_r .logos_l .logos { left:0; top:30px; position:relative; float:left;}
#main_content { background:url(images/bg01.png) repeat; width:900px; margin: auto; }
#main_content .times { background:url(images/bg02.png) repeat; height:30px; width:800px; margin:0 40px;padding:0 10px; line-height:30px; color:#ef7b00;}
.times a:link,.times a:visited {color:#ef7b00;text-decoration:none;}
.times a:hover,.times a:active {color:#83ff02;text-decoration:underline;}
#main_content .times .times_l { float:left;}
#main_content .times .times_r { float:right;}
#main_content .dnn_content {width:800px; margin:0 40px; background:url(images/bg02.png) repeat; padding:10px; min-height:445px; height:auto!important; height:445px; overflow:visible;}
#main_content .foot { width:850px; height:50px; margin:0 25px; background:url(images/foot_l.png) no-repeat left top;}
#main_content .foot .foot_r { width:850px; height:50px; background:url(images/foot_r.png) no-repeat right top;}
#main_content .foot .foot_r .foot_m { height:50px; background:#263c03; margin:0 25px 0 24px; line-height:50px; color:#598200;}
.foot a:link,.foot a:visited {color:#598200;text-decoration:none;}
.foot a:hover,.foot a:active {color:#fff;text-decoration:underline;}


/* ==========================
    CSS STYLES FOR JDMenu
   ==========================
*/

ul.jd_menu, 
ul.jd_menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	display: none;
}
ul.jd_menu li {
	float: left;
}

/* -- Sub-Menus -- */
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
}

/* Main Menu Background */
ul.jd_menu {
	height: auto;
	clear: both;
	display:block;
}

/* Main Menu Verticle Brackground*/
ul.jd_menu_vertical {
	width: 200px;
	height: auto;
	clear: both;
}


/* Main Memu LEFT */
ul.jd_menu li {
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
	list-style-type:none;
	padding:15px 0;
	margin:0px;
	/*	float:left;*/
	text-align:center;
}

/*Main Menu RIGHT*/
ul.jd_menu a, 
ul.jd_menu a:active,
ul.jd_menu a:link,
ul.jd_menu a:visited,
ul.jd_menu a:hover 
{
	text-decoration: none;
	text-align:center;
	color: #83ff02;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
	padding:15px 25px 15px 25px;
	background: url(images/menu01_r.png) right top no-repeat;
}

/* Main Actice Menu*/
ul.jd_menu li.activetab,
ul.jd_menu li.activetab:link,
ul.jd_menu li.activetab:active,
ul.jd_menu li.activetab:visited
 {

	text-align:center;	
}
ul.jd_menu li.activetab a,
ul.jd_menu li.activetab a:link,
ul.jd_menu li.activetab a:active,
ul.jd_menu li.activetab a:visited
{
	padding:15px 25px 15px 25px;
	color:#fff;
    text-align:center;
	vertical-align:top;
	text-decoration:underline;
	background: url(images/menu01_r.png) right top no-repeat;
}

/*Main Hover Menu */
ul.jd_menu li.jdm_hover{

	text-align:center;	
}

ul.jd_menu li.jdm_hover a,
ul.jd_menu li.jdm_hover a:active,
ul.jd_menu li.jdm_hover a:link,
ul.jd_menu li.jdm_hover a:visited,
ul.jd_menu li.jdm_hover a:hover	
 {
    padding:15px 25px 15px 25px;
	color:#fff;
	vertical-align:top;
	text-align:center;
	text-decoration:underline;
	background: url(images/menu01_r.png) right top no-repeat;
}

/*Main Menu Hover for Verticle*/
ul.jd_menu_vertical li.jdm_active,
ul.jd_menu_vertical li.jdm_hover {
	padding-top: 1px;
	border-top: 1px solid #70777D;
	border-left: 0px;
	border-right: 0px;
}


/*Sub Menu*/
ul.jd_menu ul li a,
ul.jd_menu ul li a:active,
ul.jd_menu ul li a:link,
ul.jd_menu ul li a:visited {
	font-size:11px;
	font-weight:normal;
	background:transparent;
	display:block;
	
}


/*Sub menu Dropdown Background*/
ul.jd_menu ul {
	background-color: #E0E0E0;
 	border: 2px solid #8DBFF4;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;

}

/* Sub Menu Left */
ul.jd_menu ul li {
	padding: 4px 5px 4px 5px;
	background:transparent;
	border: none;
	text-align:left;
	margin:0;
}

/* Sub Menu Right */
ul.jd_menu li.jdm_active ul li a,
ul.jd_menu li.jdm_active ul li a:active,
ul.jd_menu li.jdm_active ul li a:link,
ul.jd_menu li.jdm_active ul li a:visited
{
	background:none;
	padding:0px;
	text-align:left;
	color:#014FAD;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

/* Sub Menu Hover */
ul.jd_menu ul li.jdm_active,
ul.jd_menu ul li.jdm_hover {
    background-image:none;
	text-align:left;
	padding:4px 5px 4px 5px;
	background-color: #55A0FF;
	margin:0;
	
}

/*Sub Menu High Light*/
ul.jd_menu li.jdm_hover ul li.jdm_hover a,
ul.jd_menu li.jdm_hover ul li.jdm_hover a:active,
ul.jd_menu li.jdm_hover ul li.jdm_hover a:link,
ul.jd_menu li.jdm_hover ul li.jdm_hover a:visited
ul.jd_menu li.jdm_hover ul li.jdm_active a,
ul.jd_menu li.jdm_hover ul li.jdm_active a:active,
ul.jd_menu li.jdm_hover ul li.jdm_active a:link,
ul.jd_menu li.jdm_hover ul li.jdm_active a:visited
{
	background:transparent;
	padding-left: 0px;
	margin-left:0px;
	text-align:left;
	color:#014FAD;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
























