
@charset "utf-8";
@import url("/styles/tags.css");
@import url("/styles/panels.css");
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A8A292;
	text-decoration: none;
	margin: 0;
	overflow-x:hidden;
}
ul {
	list-style:none;
	margin:0;
	padding:0px;
}
li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
a, a:visited {
	outline:none;
	text-decoration:none;
	color:#A6BF27;
}
a:hover {
	text-decoration:underline;
	color:#A8A292;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0px 0px 1px;
	z-index:1;
}

h1 {
	font-size:35px;
	font-weight:normal;
	color:#A8A292;
}

h3 {
	font-size:20px;
	font-weight:normal;
	color:#a6bf27;
}

p {
	margin:0px;
}
.clear {
	clear:both;
}
#container {
	width: 956px;
	margin: 0px auto;
	background:#fff;
	border-top:4px solid #a19d94;
	position:relative;
}


#header {
	display:block;
	height:46px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:10px;
	left:0px;
	text-align:right;
	float:left;
	width:246px;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:80px;
	display: block;
}
#logo a {
	width:200px;
	height:80px;
	display: block;
}
#hdr_nav {
	display:block;
	height:45px;
	margin:0px;
	padding:0;
	position:relative;
	text-align:right;
	width:700px;
	float:right;
}
#sub_nav {
	float:right;
	height: 22px;
	width: 710px;
	margin:10px 0px 0px 0px;
	position:relative;
}
#sub_nav ul {
	height:22px;
}
#sub_nav li {
	float:right;
	display:block;
	height:22px;
}
#sub_nav li a {
	padding:0px 2px;
}
#nav {
	font-size:12px;
	color:#A8A292;
	font-weight: normal;
	height:22px;
	margin:25px 0 10px;
	padding:2px 0px 2px 202px;
	position:relative;
	width:754px;
	float:right;
}
#nav li.padd {
	margin:0px;
	padding-right:6px;
	/*width:6px;*/
	height:22px;
	/*float:left;*/
	display:block;
	background-image: url(/images/layout/padd.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#sub_nav li.padd {
	margin:0px;
	padding-right:6px;
	/*width:6px;*/
	height:22px;
	/*float:left;*/
	display:block;
	background-image: url(/images/layout/padd.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}

#searchbox {
	float:right;
height:22px;
margin:0;
padding:0;
}
.search, #search .txt {
	background:#FFF;
	border:1px solid #C1BCB1;
	color:#A19D94;
	height:15px;
	width:180px;
	margin: 0px;
	padding:2px 4px;
	float: left;
}

/* Footer nav */
.ContactFooter {
	display:block;
	float:left;
	width:666px;
	height:82px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #56923c;
}
.ContactFooterLeft {
	display:block;
	float:left;
	width:142px;
	height:66px;
	padding:16px 10px 0px 15px;
	margin: 0px 0px 0px 0px;
}
.ContactFooterRight {
	display:block;
	float:left;
	width:419px;
	height:47px;
	padding:30px 0px 0px 80px;
	margin: 0px 0px 0px 0px;
}
.ContactFooter a:link, .ContactFooter a:visited {
	padding:0px 8px 0px 8px;
	color:#fff;
	background-color:transparent;
	text-decoration:none;
	font-weight:bold;
}
.ContactFooter a:hover, .ContactFooter a:visited:hover {
	padding:0px 8px 0px 8px;
	color: #fff;
	text-decoration: none;
	background-color:#a6bf27;
	font-weight:bold;
}
#footer {
	width: 916px;
	height: 20px;
	line-height:15px;
	font-size:11px;
	display:block;
	background:#a19d94;
	text-align:right;
	color:#fff;
	clear: both;
	padding:4px 20px;
	margin:0px;
}
#footer span {
	display:block;
	float:right;
	padding:0px 8px 0px 8px;
}
#footer a:link, #footer a:visited {
	display:block;
	float:right;
	padding:0px 8px 0px 8px;
	color:#fff;
	background-color:transparent;
}
#footer a:hover, #footer a:visited:hover {
	color: #fff;
	text-decoration: none;
	background-color:#a6bf27;
}
/* sub Footer */
#sub_foot {
	width:100%;
	background:#454545 url(/images/layout/sub_bg.gif) repeat-x top left;
}
#sub_foot .wrapper {
	width: 940px;
	margin: 0px auto;
	position:relative;
	color: #fff;
	padding: 10px 5px;
}

#sub_foot .col {
	width:290px;
	margin:10px 20px 10px 0px;
	float:left;
	padding:0px 5px;
}
#sub_foot .col_end {
	width:290px;
	margin:10px 0px;
	float:left;
	padding:0px 5px;
}
#sub_foot ul {
	margin:10px;
	font-size:11px;
}
#sub_foot li {
	float:none;
	height:22px;
	line-height:22px;
	padding:2px 0px 3px;
	border-bottom:1px dotted #f7f7f7;
}

#sub_foot li a {
	display:block;
	font-weight:bold;
	color:#f7f7f7;
	padding-left:10px;
	border:1px dashed #454545;
}
#sub_foot li.feeds a {
	padding-left:10px;
}
#sub_foot li.feeds a span {
	width:16px;
	height:16px;
	display:block;
	margin:4px 2px 0px 0px;
	float:left;
	background: url(/images/icons/icon_001.png) -36px -128px;
}
#sub_foot li a:hover {
	color:#f7f7f7;
	background:#505050;
	border:1px dashed #a6bf27;
	text-decoration:none;
}
#sub_foot li.feeds a:hover span {
	background: url(/images/icons/icon_001.png) -54px -128px;
}
#sub_foot li.feeds a:hover {
	/*color:#F27125;*/
}
