@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}
body {
	background-color: #222e11;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #d8ddd1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D8DDD1;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #D8DDD1;
}
img
{
	border:0px;
}
p
{
	margin:0px;
	padding:0px 0px 20px 0px;
}

.header-bg
{
	background-image:url("../images/header-bg.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#364a1a;
}

.menu ul
{
	margin:0px;
	padding:0px 0px 0px 10px;
}
.menu li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	padding:20px 0px 10px 0px;
	float:left;
	list-style-type:none;
	text-decoration:none;
	font-weight:bold;
}
.menu a
{
	text-decoration:none;
	color:#fff;
	padding:5px;
	margin:0px 8px;
}
.menu a:hover
{
	background-image:url("../images/hover.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
	color:#fff;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px; 
border-radius: 4px;
 behavior: url("ie-css3.htc");/* This lets IE know to call the script on all elements which get the 'box' class */


/* gradients */
background:#000;
	padding:5px;
	margin:0px 8px;
}
a.menu-current
{
	background-image:url("../images/hover.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
	color:#fff;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px; 
border-radius: 4px;
 behavior: url("ie-css3.htc");/* This lets IE know to call the script on all elements which get the 'box' class */


/* gradients */
background:#000;
	padding:5px;
	margin:0px 5px;
}
a.menu-current:hover
{
	background-image:url("../images/hover.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
	color:#fff;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px; 
border-radius: 4px;
 behavior: url("ie-css3.htc");/* This lets IE know to call the script on all elements which get the 'box' class */


/* gradients */
background:#000;
	padding:5px;
	margin:0px 5px;
}
.banner-bg
{
	background-image:url("../images/banner-bg.png");
	background-repeat:repeat-y;
	border-bottom:#4c6925 solid 4px;
}
.banner-border
{
	border-left:#4c6925 4px solid;
	border-top:#4c6925 4px solid;
	border-right:#4c6925 4px solid;

}
.banner-count
{
	background-color:#2d3d16;
	border-right:#4c6925 4px solid;
}
.panel-head
{
	background-image:url("../images/panel-head.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	text-transform:uppercase;
	color:#FFF;
}
.panel-midle
{
	background-image:url("../images/panel-middle-bg.png");
	background-repeat:repeat-y;
}

.panel-bullet ul
{
	margin:0px;
	padding:0px;
}
.panel-bullet li
{
	list-style-type:none;
	color:#afb8a2;
	background-image:url("../images/panel-bullet.png");
	background-repeat:no-repeat;
	background-position:10px 10px;
	padding:6px 0px 6px 25px;
	border-bottom:#717d63 dashed 1px;
	font-size:12px;
}
.panel-bullet li:hover
{
	list-style-type:none;
	color:#fff;
	background-image:url("../images/panel-bullet.png");
	background-repeat:no-repeat;
	background-position:10px 10px;
	padding:6px 0px 6px 25px;
	border-bottom:#717d63 dashed 1px;
	font-size:12px;
	cursor:pointer;
}
.panel-bullet a
{
	text-decoration:none;
	color:#afb8a2;
}
.panel-bullet a:hover
{
	text-decoration:none;
	color:#fff;
}
.body-box
{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
	behavior: url("ie-css3.htc");
	background-color:#bdd699;
	padding:10px;
}
.page-head
{
	font-family:'Conv_AGENCYR',Sans-Serif;
	font-size:24px;
	color:#000;
	text-transform:uppercase;
}
.body-content
{
	color:#222e11;
	text-align:justify;
	line-height:18px;
}

.footer-bg
{
	background-image:url("../images/footer-bg.png");
	background-repeat:repeat-x;
}
.copy-right
{
	color:#bba8a8;
}
.copy-right a
{
	text-decoration:none;
	color:#bba8a8;
}
.copy-right a:hover
{
	text-decoration:none;
	color:#fff;
}
.footer-con
{
	font-size:11px;
	color:#999;
	line-height:17px;
	padding:10px 5px;
}
.text-fields
{
	width:100%;

	border:#d9dcde solid 1px;
}
.clearfix::after{content:"";display:table;clear:both}
