﻿html {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	/*background: url('../images/body_bg.gif');*/
	height: 100%;
	font-family: verdana;
	background:#2E6101
}
input[type="text"]{
	border: 1px #bebaae solid;
	height: 15px;
	background: #fff url('../images/textBox.gif') repeat-x;
	font-size: 11px;
	color: #6d6d6d;
	width: 162px;
	padding: 2px 5px 1px;
	float:left
}

input {
	font-family: verdana;
	vertical-align: middle;
}
img {
	border: 0px;
}
#bodyWrapper {
	background: url('../images/top_bg.gif') repeat-x top;
	height: 100%;
	overflow: hidden;
}
.curFont *{
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: .5;
	opacity:0.5;
	cursor:text;
}

/*******************************************  Links styles    ***************************************************/
a {
	text-decoration: none;
	color: #454545;
	outline:none
}
a:hover {
	text-decoration: underline;
	color: #000;
}
.En a {
	color: #000;
	width: 40px;
	float: left;
	margin: 0 2px 0 1px;
	height: 17px;
	padding-top: 1px;
	text-decoration: none;
}
.En a:hover {
	background: #3e6a00;
	color: #fff;
	text-decoration: none;
}
.SiteMap a {
	color: #000;
	width: 60px;
	float: left;
	margin: 0 2px;
	height: 17px;
	padding-top: 3px;
	text-decoration: none;
}
.SiteMap a:hover {
	background: #3e6a00;
	color: #fff;
	text-decoration: none;
}
.Green_title a {
	color: #335900;
	text-decoration: none;
	font-size:11px
}
.Green_title a:hover {
	color: #cfa722;
	text-decoration: none;
}
.foot_links span {
	color: #fff;
	text-decoration: none;
	height: 17px;
	position: relative;
	float: left;
	margin: 0 2px;
}
.foot_links a {
	color: #fff;
	text-decoration: none;
	height: 17px;
	position: relative;
	float: left;
	margin: 0 2px;
}
.foot_links a:hover {
	text-decoration: none;
	border-bottom: 3px #457c00 solid;
	color: #edbb10;
}
.more a {
	color: #ab870f;
	text-decoration: none;
	font-size:11px
}
.more a:hover {
	color: #000;
	text-decoration: none;
}
.BrownLink {
	color: #ab870f;
	text-decoration: none;
}
.BrownLink:hover {
	color: #000;
	text-decoration: none;
}

.image{
	width:125px;
	height:68px
}
.News_detail_image{
	float:right;
	background:transparent url('../images/News_detail_image.gif') no-repeat center center;
	width:119px;
	height:142px;
	margin:5px;
	padding:6px;
	text-align:center 
}
.TitleNews{
	width:400px;
}
.News_detail_image img{
	width:120px;
	height:143px;
}
.news_content{
	margin:10px 0;
	clear:both
}
.news_content ul{
	margin:0 0 0 18px;
}
.more_videos a {
	font-weight: bold;
	text-decoration: none;
	color: #ab870f;
}
.more_videos a:hover {
	color: #000;
}
.PrintBottomDiv{
	text-align:right;
	padding:5px;
	overflow:hidden;
	clear:both
}

/*****************  Header    **********************/
#HeadWrapper {
	background: url('../images/top_hed_bg.gif') repeat-x;
	height: 252px;
	/*border-bottom: 1px #599404 solid;*/
}
.innerHead {
	width: 840px;
	margin: auto;
	position: relative;
	overflow: hidden;
	height: 100%;
	text-align: center;
}
.Sitelogo {
	position: absolute;
	width: 248px;
	height: 188px;
	top: 0;
	left: 0;
	z-index: 0;
}
.add_home_div {
	width: 330px;
	height: 18px;
	float: right;
	background: url('../images/add_home_bg.gif') no-repeat;
	padding: 3px 3px 6px 9px;
	font-size: 11px;
}
.Ar {
	float: left;
	margin: 0px;
	border-right: 1px #cdcdcd solid;
	color: #fff;
}
.Ar span {
	background: #3e6a00;
	width: 50px;
	float: left;
	margin-right: 2px;
	height: 16px;
	padding-top: 2px;
}
.En {
	float: left;
	margin: 0px;
	padding: 0px;
	border-left: 1px #fff solid;
	border-right: 1px #cdcdcd solid;
	font: 11px tahoma;
}
.SiteMap {
	float: left;
	margin: 0px;
	height: 18px;
	border-left: 1px #fff solid;
}
.fontResizer {
	float: left;
	margin: 0px;
	padding: 2px 6px;
	border-right: 1px #cdcdcd solid;
	border-left: 1px #fff solid;
	height: 14px;
}
.fontResizer img {
	vertical-align: middle;
	margin: 0 2px;
	width: 13px;
}
/*****************  Text Colors    **********************/
.Green_title {
	color: #335900;
	font-weight: bold;
	margin: 0;
}
.NewsDetails_logo {
	color: #454545;
	margin: 2px 0;
}
.black_text {
	color: #454545;
	margin: 2px 0;
}
.BoldRed{
	font-weight:bold;
	color:#ff0000
}

.boldtxt {
	font-weight: bold;
}
/*****************  Horizontal Navigation    **********************/
.hor_nav {
	height: 22px;
	margin: 45px 0 0 210px;
	padding: 4px;
	position: relative;
}
#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 0;
	padding: 0 1px;
	list-style-type: none;
	float: left;
	border-left: 1px #cdcdcd solid;
	border-right: 1px #fff solid;
}
ul#menu li a {
	display: block;
	height: 28px;
	cursor: pointer;
	position:relative
}
ul#menu li a.home {
	width: 49px;
	background: url('../images/nav/home_nav.gif') no-repeat;
}
ul#menu li a.About {
	width: 79px;
	background: url('../images/nav/about_nav.gif') no-repeat;
}
ul#menu li a.News {
	width: 57px;
	background: url('../images/nav/news_nav.gif') no-repeat;
}
ul#menu li a.presedents {
	width: 87px;
	background: url('../images/nav/presedents_nav.gif') no-repeat;
}
ul#menu li a.ab_kingdom {
	width: 77px;
	background: url('../images/nav/ab_kingdom_nav.gif') no-repeat;
}
ul#menu li a.wanted {
	width: 92px;
	background: url('../images/nav/wanted_nav.gif') no-repeat;
}
ul#menu li a.jobs {
	width: 63px;
	background: url('../images/nav/jobs_nav.gif') no-repeat;
}
ul#menu li a.contacts {
	width: 84px;
	background: url('../images/nav/contacts_nav.gif') no-repeat;
}
ul#menu li a.home:hover {
	background:url('../images/nav/home_nav_hover.gif');
}
ul#menu li a.About:hover {
	background:url('../images/nav/about_nav_hover.gif');
}
ul#menu li a.News:hover {
	background:url('../images/nav/news_nav_hover.gif');
}
ul#menu li a.presedents:hover {
	background:url('../images/nav/presedents_nav_hover.gif');
}
ul#menu li a.ab_kingdom:hover {
	background:url('../images/nav/ab_kingdom_nav_hover.gif');
}
ul#menu li a.wanted:hover {
	background:url('../images/nav/wanted_nav_hover.gif');
}
ul#menu li a.jobs:hover {
	background:url('../images/nav/jobs_nav_hover.gif');
}
ul#menu li a.contacts:hover {
	background:url('../images/nav/contacts_nav_hover.gif');
}
.header_Flash {
	margin: 6px auto;
}
/*****************  Content    **********************/
.Site_Content {
	margin:0px auto;
	background: #fff url('../images/content_bg.gif') repeat-y;
	width: 830px;
	min-height: 100%;
	clear: both;
	padding: 0 5px;
}
.Site_Content_jobs {
	margin:0px auto;
	background: #fff url('../images/content_bg.gif') repeat-y;
	width: 830px;
	min-height: 480px;
	clear: both;
	padding: 0 5px;
	overflow:hidden;
}

.Nav{
	float:right
}
/********************  Footer  ********************/
.MainFooter {
	border-top: 2px #2a5500 solid;
	padding-top: 1px;
	margin-top: -3px;
}
.Footer {
	background: #2a5500;
	padding: 5px;
	text-align: center;
	height: 50px;
	overflow: hidden;
	font-size: 11px;
}
.Inner_Footer {
	width: 890px;
	margin: 3px auto;
}
.rightFoot {
	float: left;
	padding: 0 8px;
	border-right: 1px #274900 solid;
	width: 407px;
}
.copyrights {
	color: #fff;
	margin: 0;
	white-space: nowrap;
}
.worning {
	color: #ff5a00;
	text-align: center;
	margin: 2px auto;
	width: 365px;
	height:36px;
	background: url('../images/Warning.gif') no-repeat;
}
.foot_links {
	border-left: 1px #457c00 solid;
	padding: 15px 5px;
	color: #fff;
	float: left;
	width: 400px;
}
/*********************************  ToolTip  *****************************************/
.tipz {
	text-align: center;
	font: 11px tahoma;
	z-index: 1000;
}
.tip-text {
	color: #fff;
	padding: px;
	background: #5a900c;
	border: 1px #3e6a00 solid;
}
.tip-title {
	color: #fff;
	padding: 5px;
	background: #5a900c;
	border: 1px #3e6a00 solid;
}
/**********************************************************  CONTENT  **********************************************************************/
.Search_BG {
	width: 390px;
	background: url('../images/search_bg.gif') no-repeat left bottom;
	height: 23px;
	float: right;
	padding: 5px;
}
.Search_BG_Default {
	width: 390px;
	background: url('../images/search_bgDefault.gif') no-repeat left bottom;
	height: 23px;
	float: right;
	padding: 5px;
	margin-bottom:2px
}

#SRSB{
	width: 165px;
	float:left
}
.ms-sbplain {
	border: 1px #979797 solid;
	background: #fff url('../images/srchTxtBox.gif') no-repeat left top;
	height: 16px;
	padding: 2px 5px 0;
	width: 154px !important;
	font-size: 11px;
	color: #d3d3d3;
}
.SearchBtn {
	background: transparent url('../images/searchBtn.gif') no-repeat;
	border: 0px;
	width: 44px;
	height: 21px;
	margin-left: 5px;
	cursor: pointer;
}
.Search_inputs {
	width:218px;
	float:left;
	margin-left:5px
}
.date {
	float: left;
	margin: 0 0 0 10px;
	color: #4e4e4e;
	font-size:10px;
	width:150px
}
.Edit_Content{
	position:relative;
	overflow:hidden;
	float:left;
	width:828px;
	margin-left:1px;
	clear:both
}
.Edit_Content *{
	font-family:Tahoma !important
}

/*******************/
.Welcome {
	clear: both;
	padding: 0;
	border-bottom: 1px #bbb dotted;
	position: relative;
	overflow: hidden;
	margin: 2px 8px 0;
}
.Welcome_img {
	float: left;
	clear: both;
	overflow: hidden;
}
.welcome_text {
	margin: 0;
	padding: 15px 2px 23px 5px;
	border-right: 1px #bbb dotted;
	background: transparent url('../images/welcome_bg.gif') no-repeat 99% bottom;
	width: 471px;
	float: left;
	clear: both;
}
.more {
	margin: -3px 5px 2px 0;
	text-align: right;
	position:relative
}
.Presedent_home {
	float: right;
	width: 335px;
	padding-bottom:5px
}
.presedent_img {
	float: right;
	margin:0 0 3px 5px
}
.presedent_text {
	padding: 0 5px 0 0;
}
.presedent_text p{
	padding: 1px;
	margin:0
}
.presedent_links {
	width: 178px;
	/*background: #ebebeb;*/
	padding: 5px 0;
	margin-top: 3px;
	float: right;
	text-align: center;
}
.presedent_links a {
	color: #fff;
	text-decoration: none;
	float:left;
	margin:0 0 0 1px;
	text-align:center;
	background:#5e863c url('../images/presedent_links.gif') no-repeat center center;
	height:18px;
	width:56px;
	padding-top:3px;
	font-size:10px
}
.presedent_linksLarge{
	background:#5e863c url('../images/presedent_linksLarge.gif') no-repeat center center !important;
	width:94px !important;
	margin:0px !important;
}
.presedent_links a:hover {
	color: #efc01f;
}
.pres_top{
	background:url('../images/pres_top.gif') no-repeat center top;
}
.pres_bot{
	background:url('../images/pres_bot.gif') no-repeat center bottom;
	padding:30px 0 8px;
	overflow:hidden;
	height:100%
}
.inner_pres{
	border-left:1px #cb9f0f solid;
	border-right:1px #cb9f0f solid;
	padding:0 8px;
	margin:3px 1px 2px 1px;
	overflow:hidden;
	height:100%
}

/*****************   InnerContent   *********************/
.InnerContent {
	padding: 5px 0;
	overflow: hidden;
	clear: both;
	/*background: url('../images/innerContent_bg.gif') repeat-y center center*/
}
.InnerContent_JobSystem {
	padding: 5px 0;
	overflow: hidden;
	clear: both;
	/*background: url('../images/innerContent_bg_JobSystem.gif') repeat-y center center*/
}
.InnerContent_home {
	padding: 2px 0 5px 0;
	overflow: hidden;
	clear: both;
	background: url('../images/innerContent_bg.gif') repeat-y center center;
	height:100%;
}

/*****************  right content  ***********************/
.Right_content {
	float: left;
	width: 166px;
	margin-left:1px
}
/******  VERTICAL MENU  ********/
.bottom_curv_brown {
	background: #a38213 url('../images/bottom_curv_brown.gif') no-repeat right;
	width: 166px;
	float: right;
	overflow: hidden;
	margin-bottom: 8px;
	height: 11px;
}
.top_curv_brown {
	background: #a38213 url('../images/top_curv_brown.gif') no-repeat right top;
	width: 166px;
	float: right;
	height: 11px;
}
.white_Vert_Nav {
	background: #fff url('../images/white_vert_nav.gif') repeat-y;
	margin: 1px 0;
	padding: 0 0 0 6px;
	overflow: hidden;
	width:160px
}
.leftNav{
	width:100%;
	font-size:11px
}
.leftNav1 td{
	border-bottom: 1px #e5d100 dotted;
}
.leftNav2 td{
	border-bottom: 1px #e5d100 dotted;
}
.leftNav a {
	background: #fff url('../images/green_bullet.gif') no-repeat 3% center;
	/*color: #7d6207;*/
	color:#3f3103;
	text-decoration: none;
	float:left;
	padding: 5px 0 5px 20px;
	display: block;
	margin: 1px 0px;
	width: 150px;
}
.leftNav a:hover{
	color: #fff;
	background: #2e6101 url('../images/white_bullet.gif') no-repeat 4% center;
	text-decoration: none;
	float:left;
	padding: 5px 0 5px 20px;
	display: block;
	margin: 1px 0px;
}
.leftNavSelected a{
	color: #fff;
	background: #2e6101 url('../images/white_bullet.gif') no-repeat 4% center;
	text-decoration: none;
	float:left;
	padding: 5px 0 5px 20px;
	display: block;
	margin: 1px 0px;
}

/****  right tabs  *******/
.Right_tabs {
	clear: both;
	margin: 5px 0 0 5px;
}
.adds {
	margin: 5px 0 8px 5px;
}
.separator {
	position: absolute;
	border-left: 1px gray dotted;
	width: 2px;
	margin: 10px 2px;
	right: 180px;
	min-height: 100%;
}
.Center_content {
	float: right;
	margin: 5px;
	height: 100%;
	width: 645px;
	padding:0 5px 5px 0;
}
.Left_content {
	float: right;
	width: 180px;
	padding:0 0 5px 5px;
}
.video_top {
	background: url('../images/video_top.gif') no-repeat;
	height: 20px;
}
.videos {
	width: 176px;
	border-left: 1px #cb9f0e solid;
	border-right: 1px #cb9f0e solid;
	margin-right: 2px;
	text-align: center;
}
.video_disc {
	margin: 2px;
	color: #415e07;
}
.more_videos {
	margin: 2px 0 0;
}
.link-item2{
	text-align:center
}
.link-item{
	text-align:center
}
.SiteMapDottedBorder .link-item{
	overflow:hidden;
	clear:both;
	background-position:2% center !important
}
.link-item2{
	margin:1px auto
}
.item2 img{
	width:181px;
	height:71px
}
.link-itemPage{
	margin:1px auto;
	text-align:center
}
.marquee22{
	width:180px;
	margin:auto;
	text-align:center
}
.wanted_item_img {
	border: 1px #ccc solid;
	background: #eeeaea;
	width: 62px;
	height: 69px;
	float: right;
	margin-left: 2px;
	text-align: center;
}
.wanted_img {
	border: 1px #a3a3a3 solid;
}
.wanted_det {
	margin: 10px 8px;
	color: #4b4b4b;
	line-height: 150%;
}
.wanted_botom {
	height: 6px;
	background: url('../images/wanted_botom.gif') no-repeat;
	margin-top: 0px;
	overflow: hidden;
}
.container_bottom {
	background: url('../images/container_bottom.gif') no-repeat;
	height: 11px;
}
/***********  middle content ****************/
.middle_content {
	float: left;
	width: 452px;
	margin:0 5px 0 3px;
}
.HomeNews {
	border-bottom: 1px #bbbbbb dotted;
}
.RSS {
	float: right;
}
.TitleImage{
	float:left
}
.news_list {
	margin: 2px 0;
	clear:both;
	height:100%;
	overflow:hidden
}
.news_item {
	/*border-bottom: 1px #bbbbbb dotted;
	position: relative;
	height: 100%;
	overflow: hidden;
	padding: 5px 0;*/
	border-bottom: 1px #bbbbbb dotted;
	position: relative;
	/*height: 92px;*/
	overflow: hidden;
	padding: 3px 5px;
	background: #fff url('../images/news_page_item.gif') no-repeat center 90%;
}
.news_item:hover {
	background:#eeeeee
}

.news_img {
	background: url('../images/news_img_bg.gif') no-repeat center center;
	width: 125px;
	height: 71px;
	margin-right: 8px;
	float: left;
	padding: 4px;
}
.news_desc {
}
.otherHomeNews {
	margin: 3px;
}
.otherHomeNews ul {
	margin: 0 0 0 18px;
	padding: 0;
	list-style-type: square;
	color: #335900;
	line-height: 130%;
	font-weight:normal
}
.otherHomeNews ul a {
	color: #335900;
	text-decoration: none;
	font-weight:normal
}
.otherHomeNews ul a:hover {
	color: #000;
	text-decoration: underline;
}
.outerhomeAdd {
	border-top: 1px #b3911c solid;
	margin-top: 1px;
	padding-top: 1px;
}
.Green_HomeAdd {
	border-top: 5px #b3911c solid;
	padding-top: 3px;
}
/************************* Pages *******************/
.PagesLeft_content {
	float: right;
	width: 180px;
	padding: 0 5px 0 0;
}
.PagesCenter_content {
	float: left;
	padding: 0 0 0 5px;
	width: 450px;
}
.PagesCenter_content_media {
	float: right;
	padding: 5px 0 5px 5px;
	/*width: 630px;*/
}

.PagesCenter_content_JobSystem{
	float: left;
	padding: 5px 0 5px 5px;
	width: 815px;
}
.LatestNews_top {
	background: url('../images/LatestNews_top.gif') no-repeat;
	height: 20px;
}
/******************************************************/
.Scrollingnews_img {
	background: url('../images/news_img_bg.gif') no-repeat center center;
	width: 125px;
	height: 71px;
	margin: 5px auto;
	padding: 4px;
}
.LatestNews {
	border-left: 1px #cc9f0e solid;
	border-right: 1px #cc9f0e solid;
	padding:5px 8px;
	margin-right:2px
}
#newsticker-demo {
	/*width: 158px;
	padding: 3px 5px 0;
	margin: 0px 5px;
	height: 204px;*/
	overflow: hidden;
}
#newsticker-demo a {
	text-decoration: none;
}
.newsticker-jcarousellite {
	height: 204px!important;
	overflow: hidden;
	margin:0px !important
}
.newsticker-jcarousellite ul li {
	list-style: none;
	display: block;
	height: 204px;
}
.newsticker-jcarousellite .info {
	width: 158px;
	text-align: left;
}
.Newsmenu{
	float:left !important;
}
.moreNews {
	margin: 2px 5px 2px 0;
	float:right
}
.moreNews a {
	color: #ab870f;
	text-decoration: none;
}
.moreNews a:hover {
	color: #000;
	text-decoration: none;
}
.add_area {
	padding: 5px;
	text-align: center;
}
/***** News page *******/
.news_page_item {
	border-bottom: 1px #bbbbbb dotted;
	position: relative;
	height: 92px;
	overflow: hidden;
	padding: 8px 5px;
	background: #fff url('../images/news_page_item.gif') no-repeat center 50%;
}
.news_page_item:hover {
	background:#f4f4f4
}
.cbq-layout-main{
	width:100% !important
}
.news_page_bottom {
	position: relative;
	/*height: 41px;*/
	overflow: hidden;
	background: #fff url('../images/news_page_bottom.gif') no-repeat center;
	float:right;
	width:100%
}
.PrintSend {
	border-top: 1px #bbbbbb dotted;
	height: 100%;
	overflow: hidden;
	padding: 8px 5px 8px 0;
	margin:10px 0 0;
	color:#7c6307;
}
.FAQ {
	position: relative;
	height: 100%;
	overflow: hidden;
	padding: 8px 5px;
	background: #fff url('../images/FAQ_bg.gif') no-repeat center bottom;
	margin-bottom:8px;
	min-height:100px;
	width:454px
}
.FAQ_Tittel{
	background: url('../images/FAQ_title.gif') no-repeat left center;
	padding:5px 5px 5px 17px;
	color:#7d6207;
	font-weight:bold
}
.FAQ_Desc{
	background: url('../images/FAQ_desc.gif') no-repeat left 7px;
	padding:5px 5px 5px 17px;
	color:#424242;
	font-weight:normal
}

.PrintPage{
	margin:0;
	padding:0 5px;
	float:left
}
.SendToFriend{
	padding:0;
	margin:0 0 0 30px;
	float:left
}
.PrintSend img {
	vertical-align:middle;
	margin:2px 5px
}

/*********** PAGER ***************/
.Grid {
	background: #f5faf9;
	border: 1px solid #c4dfd7;
	width: 100%;
	/*font: 12px tahoma;*/
}
.Grid th {
	border: 0px;
	text-align: left;
	padding: 5px 8px;
	white-space:nowrap
}
.Grid td {
	text-align: left;
	padding: 5px 8px;
	white-space:nowrap;
	border: 1px #f0f0f0 solid;
}
.Grid th {
	border-bottom: 1px solid #d3e7e1 !important;
}
.Grid a {
	text-decoration: none;
	color: #00573d;
}
.Grid a:hover {
	text-decoration: underline;
}
.Grid_Header {
	background: url('images/Grid_Header.gif') repeat-x;
	height: 25px;
	color: #00573d;
	font-weight: bold;
}
.Grid_Alter_Row {
	background: #fff;
}
.Grid_Row {
	/*font: 12px tahoma;*/
}
.GridPager td {
	padding: 1px 0 5px;
	text-align:left
}
.PagingTBL {
	margin:10px auto;
}
.PagingTBL td{
	margin:0px;
	padding:0px;
	border:0px !important;
}
.PageLinksTD {
	background: #abaaa4 url('../images/PageLinksTD_bg.gif') repeat-x;
	height: 25px;
	padding:0 !important
}
.PageLinksTD a {
	text-align: center;
	padding: 3px 10px;
	text-decoration: none;
	color: #a38113;
	float: left;
	font-weight: bold;
}
.PageLinksTD a:hover {
	text-align: center;
	text-decoration: none;
	color: #fffbfb;
	float: left;
	background: #abaaa4;
}
.SelectedLink {
	text-align: center;
	padding: 3px 10px;
	text-decoration: none;
	color: #fff;
	float: left;
	font-weight: bold;
	clear:none;
	background: #abaaa4;
	margin:0 2px
}
.PageLinksTD p {
	text-align: center;
	padding: 3px 10px;
	text-decoration: none;
	color: #fff;
	float: left;
	font-weight: bold;
	clear:none;
	background: #abaaa4;
	margin:0 2px
}
.PrevTD {
	padding: 0 !important;
}
.NextTD {
	padding: 0 !important;
}
.PrevousTD {
	padding: 0 !important;
}
.NextBtn {
	width: 39px;
	height: 25px;
	background: url('../images/Next_Btn.gif') no-repeat right;
	border: 0px;
	cursor: pointer;
}
.PrevBtn {
	width: 52px;
	height: 25px;
	background: transparent url('../images/Prev_Btn.gif') no-repeat;
	border: 0px;
	cursor: pointer;
}
.PagerResultsSummary {
	display: none;
}
.SelectedPageButton {
	float: right;
	margin: 0 2px;
	display: block;
}
.LinkButtonPages {
	float: right;
	margin: 0 2px;
	display: block;
}
.ms-pagebreadcrumb{
	height: 20px;
	width: 427px;
	float: left;
	margin-left:3px;
	background:#fff url('../images/BreadCrumbs_bg.gif') repeat-x !important;
	padding:6px 0 0 !important
}
.BreadCrumbs_rit{
	float:left;
	vertical-align:middle;
	margin-right:10px
}
.BreadCrumbs_text{
	margin:5px 20px 5px 5px;
	color:#7f7f7f
}
.ms-pagebreadcrumb a{
	color:#7b6208;
	text-decoration:none;
	font-weight:bold;
	background:transparent !important
}
.ms-pagebreadcrumb a:hover{
	color:#000;
	text-decoration:none;
	font-weight:bold
}

.Contact_us {
	clear: both;
	padding: 5px 5px 8px;
	border-bottom: 1px #bbb dotted;
	overflow: hidden;
	margin-left:5px
}
.Contact_form {
	clear: both;
	padding: 5px 5px 8px;
	border-bottom: 1px #bbb dotted;
	overflow: hidden;
	color: #6d6d6d;
}
.red {
	color: #ff0000;
	font-weight: normal;
}
.ErrorTitle {
	text-align: center;
	font-weight: bold;
	color: #ff0000;
	margin: 2px 0 5px;
	padding: 0 5px;
}
.tr ul {
	font-weight: normal;
	color: #ff0000;
	margin: 5px 5px 5px 15px;
	padding: 0px;
}
.Hint {
	float: left;
	margin: 0px 0 10px 5px;
	clear: both;
	color:#6d6d6d;
	clear:both;
	overflow:hidden
}
.ErrorSummery {
	padding: 1px;
	clear: both;
	overflow: hidden;
	margin: 5px;
}
.bl {
	background: url('../images/bl.gif') 0 100% no-repeat;
}
.br {
	background: url('../images/br.gif') 100% 100% no-repeat;
}
.tl {
	background: url('../images/tl.gif') 0 0 no-repeat;
}
.tr {
	background: url('../images/tr.gif') 100% 0 no-repeat;
	padding: 8px;
}
.t {
	background: #fffaa9 url('../images/dot.gif') 0 0 repeat-x;
	margin:0 15px 
}
.b {
	background: url('../images/dot.gif') 0 100% repeat-x;
}
.l {
	background: url('../images/dot.gif') 0 0 repeat-y;
}
.r {
	background: url('../images/dot.gif') 100% 0 repeat-y;
}
.textBox {
	border: 1px #bebaae solid;
	height: 15px;
	background: #fff url('../images/textBox.gif') repeat-x;
	font-size: 11px;
	color: #6d6d6d;
	width: 162px;
	padding: 2px 5px 1px;
	float:left
}
.BottomButtons{
	padding: 5px;
	background: #e8e8e8;
	text-align:right
}
.Buttons {
	padding: 5px;
	background: #e8e8e8;
}

.Nobr{
	float:left
}
.validation-text{
	float:left;
	clear:none
}
.inputTDtxtArea textarea {
	border: 1px #bebaae solid;
	height: 78px;
	background: #fff url('../images/textArea.gif') repeat-x bottom;
	color: #6d6d6d;
	width: 182px;
	padding: 2px 5px 1px;
	font-family: Tahoma;
}
.MultiLine {
	border: 1px #bebaae solid;
	height: 78px;
	background: #fff url('../images/textArea.gif') repeat-x bottom;
	font-size: 11px;
	color: #6d6d6d;
	width: 182px;
	padding: 2px 5px 1px;
	font-family: Tahoma;
}
.MultiLineNomargin {
	border: 1px #bebaae solid;
	height: 78px;
	background: #fff url('../images/textArea.gif') repeat-x bottom;
	font-size: 11px;
	color: #6d6d6d;
	width: 182px;
	padding: 2px 5px 1px;
	font-family: Tahoma;
}
.textArea {
	border: 1px #bebaae solid;
	height: 78px;
	background: #fff url('../images/textArea.gif') repeat-x bottom;
	font-size: 11px;
	color: #6d6d6d;
	width: 182px;
	padding: 2px 5px 1px;
	font-family: Tahoma;
	display:block;
	clear:both
}
.RestChars {
	margin:2px 0 0;
	white-space:nowrap;
	display:block;
	clear:both
}
.RestChars * {
	float:left;
	vertical-align:middle;
}
.RestChars input {
	width:20px;
	color:#ff0000;
	border:0px;
	font-size:10px;
	margin:0 0 0 5px;
	background:none
}

.Buttons {
	padding: 5px;
	background: #e8e8e8;
}
.Butt-format-vote-mail {
	background: #bd9921 url('../images/Btn.gif') repeat-x;
	border-bottom: 1px #ac8816 solid;
	border-top: 1px #ac8816 solid;
	border-left: 1px #ae8c1e solid;
	border-right: 1px #ae8c1e solid;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-left: 8px;
	padding: 4px 8px;
	cursor: pointer;
}
.Btn {
	background: #bd9921 url('../images/Btn.gif') repeat-x;
	border-bottom: 1px #ac8816 solid;
	border-top: 1px #ac8816 solid;
	border-left: 1px #ae8c1e solid;
	border-right: 1px #ae8c1e solid;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-left: 8px;
	padding: 4px 8px;
	cursor: pointer;
}
.LabelTD {
	color: #2a5601;
	font-weight: bold;
	/*text-align: right;*/
	padding: 3px;
	vertical-align: middle;
	white-space: nowrap;
	width:25%
}
.LabelTDLarge {
	color: #2a5601;
	font-weight: bold;
	/*text-align: right;*/
	padding:7px 3px 3px 3px;
	vertical-align: top;
	white-space: nowrap;
}
.inputTD {
	/*text-align: left;*/
	padding: 3px 1px;
	vertical-align: middle;
	white-space: nowrap;
	color:#6d6d6d;
	width:75%
}
.inputTD select {
	margin: 0 5px;
}

.inputTD input[type="password"] {
	margin-right: 5px;
}

.inputTD input[type="text"] {
	margin-right: 5px;
}
.NewsLetterTBL .inputTD span,.NewsLetterTBL .inputTDLarge span{
	font-size:10px;
	content:"";
}
.inputTDLarge {
	/*text-align: left;*/
	padding: 3px;
	vertical-align: top;
	white-space: nowrap;
}

.inputTD input[type="password"]{
	margin-left: 5px;
}

.inputTD input[type="text"]{
	margin-left: 5px;
}

/********************/
.pageTitleImage{
	float:right
}
h1{
	color:#497f00;
	font-size:16px;
	font-family:verdana;
}
.SendToFriendTitle{
	color:#497f00;
	font-size:14px;
	font-family:verdana;
	margin-top:10px;
	font-weight:bold;
	background:url('../images/TitleBG.gif') no-repeat left center;
	width:100%;
	height:25px;
	padding:5px 0 0 12px !important;
}

h2{
	color:#497f00;
	font-size:13px;
	font-family:verdana;
}

.pageTitleImageTD{
	width:90%;
	text-align:right
}
/************************* Core Style ***********************************/
.ms-WPTitle{
	font-size:6px !important;
}
.ms-sbtable-ex{
	width:auto !important;
	margin:0px !important;
}
.ms-sbtable{
	margin:0px
}
.ms-sbcell{
	padding:0px !important;
	border:0px !important
}
.link-item{
	background:#fff url('../images/green_bullet.gif') no-repeat left center !important;
	padding:2px 0 7px 18px !important;
	text-align:left;
	border-bottom:1px #ebebeb dotted
}
.link-item a{
	color:#7d6207 !important;
	text-decoration:none
}
.link-item a:hover{
	color:#000 !important;
}
.slm-layout-main{
	width:100%;
	overflow:hidden;
}
.slm-layout-main a{
	display:block;
	clear:both
}


/***********************************************************************/
.NewsTitleTable{
	width:100%;
}
.NewsTitleTable td{
	padding:0 3px
}
.NewsDetails_logo{
	background:transparent url('../images/NewsDetails_logo.gif') no-repeat center 100%;
	overflow:hidden;
	height:100%
}
.innerPageContent{
	margin:10px 5px 0;
}
.pageContent ul{
	clear:none !important
}
.pageContent *{
	font-weight:normal !important;
	font-family:Verdana !important;
	line-height:130% !important;
}

.NewsTitleTable img{
	margin:0 5px
}

#subjecttd{
	width:100%
}

/**********************  Sent to friend  ************************************/
.modalPopup{
	position: absolute;
	visibility: hidden;
	display: none;
}
.SendTBL{
	text-align:left
}
.text-D-2{
	color:#497f00
}
.TitleBG{
	background:url('../images/TitleBG.gif') no-repeat left center;
	width:100%;
	height:24px;
	vertical-align:middle;
	padding:0 0 0 12px !important;
}
h1,h2{
	padding:0px;
	margin:0px
}

.innerTBLmodal td{
	padding:2px 0
}
.SiteMapTBL{
	width:95%;
	margin:10px 0 10px auto
}
.SiteMapTBL a{
	color:#7d6207 !important;
	text-decoration:none !important;
	font-weight:normal !important;
	line-height:18px;
	float:left;
	padding:1px 2px 1px 8px;
	display:block;
	clear:both;
	background:transparent url('../images/Site-Map_rit_bg.gif') no-repeat left 12px
}
.SiteMapTBL a:hover{
	color:#000 !important;
	text-decoration:underline !important;
}

.SiteMapDottedBorder{
	border-left:1px #7d6207 dotted;
	margin-left:8px;
}
.SiteMapHome{
	width:104px;
	border-bottom:1px #7d6207 dotted;
	font-weight:bold !important;
	padding:3px 2px;
	clear:both;
	overflow:hidden;
	height:100%
}
.SiteMapHome a{
	font-weight:bold !important;
	background:none;
	white-space:nowrap;
	padding:2px 0
}

.level-header{
	padding: 0 !important;
}
.NewsLetterTBL{
	margin:10px;
	width:450px;
}
.NewsletterHeader{
	background:#03590e;
	padding:5px 10px;
	color:#fff
}
.Arrow_green{
	vertical-align:middle;
	margin:0 5px;
	background:transparent url('../images/Arrow_green.gif') no-repeat;
	width:15px
}
.SendB{
	width:180px
}
.Message div{
	text-align:center !important;
	padding:5px;
	margin:auto;
	overflow:hidden;
	width:90%;
	float:left;
	clear:both;
	display:block
}
.Message span{
	font-weight:bold;
	width:90%;
	padding:5px;
	text-align:center !important;
	background:#E2E2E2;
	border:1px #BFBFBF solid;
	float:left;
	margin:auto
}
.SuccessMessage {
	color:#008200
}
.ErrorMessage {
	color:#ff0000;
	clear:both !important;
	float:none !important;
	width:100%;
	text-align:center
}
.WarningMessage {
	color:#0000ff
}
.CaptchaControl{
	border:1px #bebaae solid;
	text-align:center;
	overflow:hidden;
	margin:0 3px 5px 7px
}
.CaptchaControl img{
	border:0px !important;
	margin:0;
	float:none
}

.un1{
	width:90%;
	text-align:left;
	line-height:150%
}
.un2{
	width:10%;
	text-align:left;
}
/********************* international GIP ************************/
.GovLink{
	text-align:center;
	padding:8px
}
.GovImage{
	text-align:center;
	padding:8px
}
.GovLink a{
	color:#a48313;
	text-decoration:none
}
.GovLink a:hover{
	color:#000;
	text-decoration:underline
}
.InputSpan{
	color:#6d6d6d;
	padding-left:5px;
	float:left
}
.ContactUsTBL{
	clear:both;
	height:100%;
	margin:5px;
	width:100%
}
#MSOTlPn_WebPartPageDiv{
	overflow:inherit !important;
	height:auto !important
}
/******************** vote ***********/
.voteTBL{
	width:100%;
	margin:5px
}
.voteResultTBL{
	width:90%;
	margin:5px
}

.PollQuestions{
	color:#487d00;
	font-weight:bold;
	padding-left:15px
}
.PollAnswers{
	position: relative;
	height: 100%;
	overflow: hidden;
	padding: 8px 5px;
	background: #fff url('../images/FAQ_bg.gif') no-repeat center bottom;
	margin-bottom:8px;
	min-height:100px;
	width:454px
}
.PollButtons{
	background:#e8e8e8;
	padding:5px;
	text-align:left;
	padding-left:50px;
	margin-top:3px;
	border-bottom:1px #959595 dotted
}
.PollBtn{
	background: #bd9921 url('../images/Btn.gif') repeat-x;
	border-bottom: 1px #ac8816 solid;
	border-top: 1px #ac8816 solid;
	border-left: 1px #ae8c1e solid;
	border-right: 1px #ae8c1e solid;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-right: 8px;
	padding: 5px 8px;
	cursor: pointer;
	vertical-align:middle;
	display:inline-block;
	height:14px
}
.PollBtn:hover{
	color:#fff;
	text-decoration:none
}
.PercentageBackground{
	border:1px #a38113 solid;
	padding:2px;
	overflow:hidden;
	height:100%
}
.innerPercent{
	background:#a38113;
	padding:2px
}
.Questiontxt{
	color:#454545;
	font-weight:bold
}
.Percentage{
	color:#ab870f;
	font-weight:bold
}
.validEmail *{
	text-align:center;
	width:auto !important
}
.SiteMapTBL .groupheader{
	background:#eaeaea;
	padding:5px 8px;
	font-weight:bold;
	color:#7d6207 !important
}
.HelpData{
	border:1px #a38213 solid;
	padding:10px;
	margin:auto;
	color:#666666;
	width:97%;
	line-height:160%;
	margin:auto
}
.HelpData a{
	color:#3a8080
}
.wanted_container {
	margin: 5px 0;
}
.wanted_list {
	clear: both;
	margin: 0;
	height: 100px;
	overflow: hidden;
	width:178px;
	border-width:0 1px;
	border-color:#cb9f0e;
	border-style:solid;
	text-align:center !important;
	padding-top:8px
}
.itemPage{
	clear:both;
	margin:3px;
}

.itemPage img{
	border: 1px #ccc solid;
	background: #eeeaea;
	float: left;
	margin-right: 2px;
}

.wanted_item_img {
	border: 1px #ccc solid;
	background: #eeeaea;
	width: 62px;
	height: 69px;
	float: left;
	margin-left: 2px;
	text-align: center;
	position:relative
}
.wanted_item_detailsPage {
	width: 270px;
	height: 107px;
	background: #f9f8f8;
	border: 1px #ccc solid;
	float: left;
	padding:15px;
	font-size:14px
}
.wanted_item_detailsPage .wanted_det{
	font-size:13px !important
}

.wanted_item_detailsPage .boldtxt{
	font-size:16px !important
}

.wanted_item_details {
	width: 100px;
	height: 69px;
	background: #f9f8f8;
	border: 1px #ccc solid;
	float: left;
	padding-left:5px
}
.Most_item {
	width: 181px;
	float: left;
	margin:0 0 0 2px;
	padding-top:25px
}
.wanted_list table{
	width:170px !important;
	margin:auto !important;
}
.Wantedimage{
	width: 62px;
	height: 69px;
}
.WantedListPage table.cbq-layout-main{
	margin:auto !important;
}


#content {
	margin: 0px auto 10px;
}
#contentframe {
	overflow: hidden;
	text-align: left;
	z-index: 300000;
	position:relative
}
#navigation {
	background: url('../images/wanted_botom_bar.gif') no-repeat;
	margin: 0px;
	width:100%;
	height:23px
}
#navigation a{
	color:#cc9f0e;
	float:left;
	margin-left:5px
}
#navigation span{
	float:left;
	margin:0 0 0 3px;
	color:#cc9f0e;
}
.WListAll{
	float:right !important;
	bottom:2px;
	position:absolute;
	right:5px;
	color:#cc9f0e;
	text-decoration:none
}
#loading {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 30000;
	width: 24px;
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}
#supersize {
	position: relative;
}
#supersize img, #supersize a {
	position: absolute;
	z-index: 0;
	top:0px;
	left:0px
}
#supersize a:hover {
	text-decoration:none
}

#supersize .prevslide, #supersize .prevslide img {
	z-index: 10000;
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 20000;
}
.wanted_det{
	text-align:left;
	font-size:10px
}
/*.groupheader{
height:1px!important;
overflow:hidden;
}*/
