@charset "utf-8";
/* CSS Document */
body
{
	background-color:#9BB500;
	margin:0px;
}

.main
{
	width:980px;
	margin:0px auto;
	margin-bottom:25px;
}

.switcher
{
	width:980px;
	height:5px;
	margin-top:0px;
	padding:0px;
}

#nav
{
	padding:0;
	margin:0px; 
	list-style:none; 
	border:0; 
	float: right; 
}

#nav li 
{
	margin:0;
	padding:0;
	display:inline;
}

#nav li a 
{
	padding:0px 10px; 	
	color:#607401; 
	font:normal 11px Arial, Helvetica, sans-serif; 
	text-decoration:none;
	font-weight:bold;
	display:inline;
}

#nav li a:hover 
{
	text-decoration:underline;
}

/*** db-body **/
.db-body-top
{
	width:980px;
	height:20px;
	margin-top:5px;
	background-image:url(images/body_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.db-body-bot
{
	width:980px;
	height:20px;
	background-image:url(images/body_bot.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.db-body
{
	width:980px;
	background-image:url(images/cont_bg.gif);
	background-position:top;
	background-repeat:repeat-y;
}

.db-body .top
{
	width:940px;
	height:100px;
	margin:0px 20px;
}

/** New Menu **/
.menu
{
	width:940px;
	height:40px;
	margin:0px 20px;
	background-image:url(images/green_menu_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

/* remove the list style */
#newmenu 
{
	margin:0; 
	padding:0; 
	list-style:none;
}	
	
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#newmenu li 
{
	float:left;
	width:88px; 
	display:block; 
	position:relative;
	z-index:100; 
	margin:0px;
	background:url(images/green_menu_sep.gif) 100% no-repeat;	
}
		
/* this is the parent menu */
#newmenu li a 
{
	display:block; 
	padding:10px 0px 14px 0px; 	
	height:16px; 
	text-decoration:none; 
	color:#fff;
	text-align:center; 
	font:normal 13px Arial, Helvetica, sans-serif; 
}

#newmenu li a:hover 
{
	background-color:#333333;
}

#newmenu li.first a:hover 
{
	background-color:#333333;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;	
}

#newmenu li:hover a
{ 
	background-color:#333333;
}	
	
/* you can make a different style for default selected value */
#newmenu a.selected 
{
	color:#92B100;
	background-color:#333333;
}

#newmenu li.first a.selected
{
	color:#92B100;
	background-color:#333333;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;	
}
	
/* submenu, it's hidden by default */
#newmenu ul 
{
	position:absolute; 
	left:0; 
	display:none; 
	margin:0px; 
	padding:0; 
	list-style:none;
	background-color:#333333;
}

#newmenu ul li 
{
	width:180px; 
	float:left; 
	background:none;
}
		
/* display block will make the link fill the whole area of LI */
#newmenu ul a 
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#eeeeee;
	font-weight:lighter;
	background:none;
	padding:5px 6px;
	border-bottom:1px #222 solid;
	font-weight:bold;
	text-align:left;
	display:block;
}
	
#newmenu ul a:hover 
{
	text-decoration:none;
	color:#7E7E7E;
	background:none;	
}

/*** db-content ***/
.db-content
{
	margin:0px;
}

.db-content p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#505059;
	text-align:justify;
	margin-bottom:5px;
}

.db-content div
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#505059;
	text-align:justify;
}

.db-content a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF8A00;
	margin:0px;
	text-decoration:none;
}

.db-content a:hover
{
	text-decoration:underline;
}

.db-content h2
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	font-weight:lighter;
	margin:0px;
	background-image:url(images/orange_h2_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FF8B00;
	padding:3px;
	padding-left:10px;
	border-bottom:1px #FF6900 solid;
}

.db-content h4
{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	padding:3px;
	border-bottom:1px #ccc solid;
}

.db-content .link_more
{
	float:right;
	font-family:"Arial";
	font-size:12px;
	background-color:#728D00;
	padding:2px 5px;
	color:#fff;
	font-weight:lighter;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.db-content .link_more:hover
{
	text-decoration:none;
	background-color:#333333;
	color:#fff;
}

/*** table design ***/
.db-content table
{
	margin:15px 0px;
	padding:15px 0px;
	color:#555555;
	font-family:"Arial";
	font-size:12px;
	font-weight:lighter;
}

.odd
{
	background-color: #E3E3E3;
}

.db-content table .oddover
{
	background-color: #D6D6D6;
}

.db-content table td,th,tr
{
	height:22px;
	border:1px solid #cccccc;
	border-bottom:none;
	border-right:none;
	padding:3px;
}

.db-content table td a
{
	color:#FF8A00;
	font-family:"Arial";
	font-size:12px;
	font-weight:lighter;	
}

/*****************/

.db-cont-body
{
	width:940px;
	padding:20px;
	margin:0px;
	padding-bottom:0px;
}

.db-left
{
	float:left;
	width:208px;
	margin-right:20px;
	border:1px #D9D9D9 solid;
	padding:10px;
}

.db-left .db-row1
{
	margin-bottom:20px;
}

.db-left .db-row2
{
	border-top:1px #C7C7C7 dotted;
	padding-top:20px;
}

.db-middle
{
	float:left;
	width:470px;
	margin-right:20px;
	padding:9px;
	border:1px #D9D9D9 solid;
}

.db-middle .db-row1
{
	border-bottom:none;
	padding-bottom:10px;
}

.db-middle .db-row2
{
	border-top:1px #C6C6C6 solid;
	padding-top:15px;
	margin-top:15px;
}

.db-middle-wide
{
	float:left;
	width:720px;
	padding:9px;
	border:1px #D9D9D9 solid;
	margin-right:20px;
}

.db-middle-wide .db-row1
{
	border-bottom:none;
	padding-bottom:10px;
}

.db-middle-wide .db-row2
{
	border-top:1px #C6C6C6 dotted;
	padding-top:15px;
	margin-top:15px;
}

.db-right-side
{
	float:left;
	width:208px;
	margin-left:20px;
	border:1px #D9D9D9 solid;
	padding:10px;
}

.db-right-side .db-row1
{
	margin-bottom:20px;
}

.db-right-side .db-row2
{
	border-top:1px #C7C7C7 dotted;
	padding-top:20px;
}

.db-right
{
	float:left;
	width:160px;
	padding:9px;
	min-height:200px;
	border:1px #D9D9D9 solid;
}

.db-content .view-all
{
	float:right;
	font-family:"Arial";
	font-size:12px;
	color:#465B00;
	font-weight:bold;
	text-decoration:none;
}

.db-content .view-all:hover
{
	text-decoration:none;
	color:#353535;
}

/*** listing ***/

#listing
{
	padding:0;
	margin:0px; 
	list-style:none; 
	border:0;
	margin-bottom:10px;
	margin-top:10px;
}

#listing li
{
	margin:0;
	padding:0;
}

.arrows 
{
	background-image:url(images/listing_arrow.gif);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	margin-top:11px;
	height:5px;
	width:8px;
}

#listing li a 
{
	color:#85A201;
	font:normal 13px Arial, Helvetica, sans-serif; 
	text-decoration:none;
	padding:5px 10px 5px 10px;
	border-bottom:1px #D9D9D9 dashed;
	margin:0px;
	display:block;
	background-image:url(images/listing_arrow.gif);
	background-position:left 10px;
	background-repeat:no-repeat;

}

#listing li.last a 
{
	border-bottom:1px #D9D9D9 dashed;
}

#listing li a:hover 
{ 
	color:#FF8A00;
}

/**********/


/*** db-footer ***/

.db-footer
{
	width:940px;
	margin:0px 20px 0px 20px;
	padding-top:5px;
}

.db-footer h2
{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#85A201;
	text-decoration:none;
	background-image:url(images/grey_h2_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#E3E3E3;
	border-top:1px #ECECEC solid;
	border-bottom:1px #D8D8D8 solid;
	padding:3px;
	padding-left:10px;	
	font-weight:lighter;
	margin:0px;
}

.db-footer a 
{
	color:#9D9D9B;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:0 1px;
	text-decoration:none;
 }

.db-footer a:hover 
{
	color:#FFD10E;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:0 1px;
	text-decoration:underline;
}
 
.db-footer span
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#FF8A00;
	text-decoration:none;
}

.db-footer-left
{
	float:left;
	width:280px;
	min-height:50px;
	padding:10px;
}

.db-footer-right
{
	float:left;
	width:280px;
	min-height:50px;
	padding:10px;
	margin-left:20px;
}

.gallery
{
	margin-top:10px;
}

.gallery-1
{
	float:left;
	width:75px;
	height:75px;
	padding:5px;
	background-color:#dbdbdb;
	margin-bottom:10px;
}

.gallery-2
{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	width:75px;
	height:75px;
	padding:5px;
	background-color:#dbdbdb;
}

.footer_row
{
	margin-top:10px;
	border-bottom:1px #D9D9D9 dashed;
	padding-bottom:15px;
}

.footer_row1
{
	margin-top:10px;
	border-bottom:none;
	padding-bottom:15px;
}

.footer-text 
{
	color:#fff;
	font:normal 13px Arial, Helvetica, sans-serif;
	margin-top:10px;
	text-align:center;
}

.footer-text a 
{
	color:#3E3E3E;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:0 1px;
	text-decoration:none;
 }

.footer-text a:hover 
{
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:0 1px;
	text-decoration:underline;
}



.clear
{
	clear:both;
}


/*** db-slides ***/
.db-slides
{
	width:940px;
	height:300px;
	z-index:99;
	position:relative;
	margin-bottom:15px;

}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:940px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:940px;
	height:300px;
	display:block;
}


/*
	Pagination
*/

.pagination {
	position:absolute;
	top:320px;
	left:390px;
	margin:0px auto 0;
	width:100px;
	z-index:501;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.gif);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;

	width:920px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	text-shadow:none;	
	background:#000;
	background:rgba(0,0,0,.3);
	filter:alpha(opacity=50);
}

.caption p
{
	font-size:15px;
	line-height:0px;
	color:#fff;
}

/************ contact form (Contact Us) ****************/

.form-row
{
	display:block;
	clear:both;
	min-height:25px;
	padding:4px 0;
}

.form-row .form-row-label
{

	float:left;
	clear:left;
	font:normal 12.5px Arial, Helvetica, sans-serif; 
	color:#FFE3A8; 	
	display:block;
}

#contact-form textarea
{
	width:600px;
}

.input-field,textarea
{
	background:#503700;
	border:1px solid #452F00;
	color:#FFE3A8;
	font-size:12px;
	outline:0px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 5px;
}

.bold
{
	font-weight:700;
}

.black
{
	background:#724E01;
	border:none;
	font-size:12px;color:#FFF;
	cursor:pointer;
	font-family:Arial, Helvetica;
	padding:12px 12px;
}