/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%; 
	color:#a8b189;
	min-width:1000px;
	background:#25241b;
}

.bg {width:100%; background:#323125;}

.main {
	padding:0;
	font-size:0.75em;
	line-height:1.583em;
}

a {color:#a2c429; outline:none;}
a:hover {text-decoration:none;}

.clear {clear:both; width:100%; line-height:0; font-size:0;}

.col-1, .col-2, .col-3, .col-4 {float:left;}
.column-1, .column-2, .column-3 {float:left;}  

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
.container {width:996px; margin:0 auto; position:relative;}

p {width:100%; margin-bottom:15px; font-size: 20px; line-height: 26px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:45px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}
.bold {font-weight:normal;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#a8b189;}
.color-3 {color:#8ba729;}
.color-4 {color:#3f3e2f;}
.color-5 {color:#a2a08d;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}
.spacing2 {margin-right:45px;}
.spacing3 {margin-right:60px;}

.spacing-bot {margin-bottom:25px;}

.indent {padding:32px 0;}
.indent1 {padding:15px 0 0 0;}
.indent2 {padding:0 5px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:2px 20px 0px 0;}
.img-indent1 {float:left; margin:3px 23px 0px 0;}
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent3 {float:left; margin:0 8px 0px 0;}	
.img-indent4 {float:left; margin:4px 24px 0px 0;}
.img-indent5 {float:left; margin:7px 20px 0px 0;}
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.img-box {float:left; margin-bottom:20px;}	

.prev-indent-bot {margin-bottom:10px;}
.prev-indent {float:left; margin:0 17px 0px 0;}	
.prev-box {float:left; margin-bottom:8px;}	

.border {border:3px solid #000;}
.border2 {border:1px solid #000;}

.buttons a:hover {cursor:pointer;}

.sf-menu li a,
.list li a,
.list-2 li a,
.link, .link-1, 
.link-2, .link-3,
.link-4, .link-5,
.link-6,
.logo {text-decoration:none;}	

/*********************************header*************************************/
header {width:100%; background:url(../images/header-tail.gif) 0 0 repeat-x;}

.row-1 {height:135px; width:100%;}
h1 {padding:0px 0 0 0; position:relative; font-weight:normal;}
.logo {display:inline-block; font-size:24px; text-transform:uppercase; letter-spacing:-2px; color:#fff; line-height:1em; position:absolute; left:-5px; top:48px;}
.logo strong {font-weight:normal; color:#a2c429; display:inline-block; line-height:1em;}
h1 span {font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:18px; color:#acab98; display:inline-block; position:absolute; left:77px; top:90px;}

.sf-menu {font-size:16px; position:absolute; top:69px; right:-4px; z-index:100; text-align:center;}
.sf-menu li {float:left; line-height:1.2em; padding-right:39px;}
.sf-menu li.item {padding-right:50px;}
.sf-menu .last-item {padding:0px;}
.sf-menu li a {color:#fff; text-transform:uppercase; padding:0;}
.sf-menu li a.active, .sf-menu li.sfHover > a, .sf-menu li a:hover {color:#a2c429;}
.sf-menu ul {
	position:				absolute;
	top:					-999em;
	width:					150px; /* left offset of submenus need to match (see below) */
	padding:				10px 0 0 0;
	background:				url(../images/submenu-bg.png) center 0 no-repeat;
}
.sf-menu ul ul {
	width:					170px;
	background:				none;
}
.sf-menu li {
	position:		relative;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-15px;
	top:			45px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			151px; /* match ul width */
	top:			-10px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			151px; /* match ul width */
	top:			-10px;
}

.sf-menu li li {
	width:					100%;
	float:					none;
	line-height:			36px;
	height:					36px;
	padding:				0;
	margin:					0 0 1px 0;
	background:				url(../images/sub-menu-li-tail.png) 0 0 repeat;
}
.sf-menu li .last-item {margin:0px;}

.sf-menu li li a {
	padding:		0 0 0 25px;
	text-align:		left;
	color:			#fff !important;
}

.sf-menu li li > a:hover, .sf-menu li li.sfHover > a {
	background:		#2a2920;
}

.row-2 {height:123px; width:100%; background:#d0d0bb; position:relative;}
.list {position:absolute; left:23px; top:18px;}
.list li {float:left; padding-right:10px;}
.list li.last {padding:0;}

#page1 .row-2 {height:412px; padding:18px 0 0 0;}


/*********************************content*************************************/
#content {width:100%; padding:0px 0px 0px 0px;}
#content .padding {padding:45px 0 60px 0;}
#content .padding2 {padding:34px 0 0px 0;}
#page1 #content .padding {padding:34px 0 30px 0;}

.spacer-1 {width:100%; background:url(../images/pic-1.gif) 217px 0 repeat-y;}
.spacer-2 {width:100%; background:url(../images/pic-1.gif) 460px 0 repeat-y;}

h2 {font-size:30px; line-height:1.2em; margin:0 0 18px 0; color:#333225; text-transform:uppercase;}
h3 {font-size:21px; line-height:1.2em; margin:0 0 19px 0; color:#fff;}
h4 {font-size:24px; line-height:1.2em; margin:0 0 30px 0; color:#fff; text-transform:uppercase;}
h5 {font-size:16px; font-weight:normal; line-height:19px; color:#fff;}
h6 {font-size:12px; font-weight:normal; line-height:19px; color:#a8b189;}

.scroll {overflow:auto; height:180px; position:relative;}
.scroll .padding-right {height:1%; padding-right:50px;}

.border-bot {width:100%; height:1px; margin-bottom:25px; background:#343326;}
.border-bot2 {width:100%; height:1px; background:#3c3b2f;}
.border-bot3 {width:100%; height:2px; background:#48483a;}

.box {width:996px; margin:0 auto; padding:13px 0 47px 0; background:url(../images/box-tail.gif) 0 0 repeat-x #d3cfbe;}
.box .padding {padding:50px 65px 30px 68px;}

.block-2 {font-size:16px; font-weight:bold; line-height:24px; color:#d0cfbb; padding:15px 10px 24px 20px; width:280px; background:url(../images/page3-img1.jpg) 0 0 no-repeat;}
.block-news {border:1px solid #525143; padding:3px; position:relative; z-index:1;}
.block-news2 {font-size:20px; line-height:26px; color:#595852; border-top:1px solid #525143; border-left:1px solid #525143; border-right:1px solid #525143; padding:3px 3px 0 3px; position:relative; z-index:1;}
.block-news-content {background:#25241b; padding:26px 5px 20px 20px;}
.block-news-content2 {background:#25241b; padding:12px 10px 30px 18px;}
.block-arrow {width:100%; background:url(../images/block-arrow.png) center 0px no-repeat; position:relative; z-index:2;}

.button {display:inline-block; font-size:12px; line-height:32px; padding:0px 14px 0 13px; color:#25241b; text-decoration:none; text-transform:uppercase; background:url(../images/button-tail.gif) 0 0 repeat-x #8ca829;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.button:hover {color:#fff; background:#25241b;}

.btn a {margin-left:5px;}

.button1 {display:inline-block; font-size:12px; padding-left:9px; color:#fff; background:url(../images/button-left.png) 0 0 no-repeat;}
.button1 span {display:inline-block; cursor:pointer; padding-right:9px; background:url(../images/button-right.png) right 0 no-repeat;}
.button1 span span {padding:2px 3px 3px; background:url(../images/button-tail.png) 0 0 repeat-x;}
.button1 strong {padding:0 0 0 8px; background:url(../images/marker-1.gif) 0 6px no-repeat;}
.button1:hover {color:#24a3ce;}

.list-1 li {font-size:16px; line-height:28px; padding-left:23px; background:url(../images/marker.png) 0 9px no-repeat;}
.list-1 li a {display:inline-block; color:#a2a08d; text-decoration:none;}
.list-1 li a:hover {color:#fff;}

.list-2 li {font-size:18px; line-height:51px; padding-bottom:1px;}
.list-2 li a {display:inline-block; color:#fff; padding-left:16px; width:294px; background:#25241b;}
.list-2 li a:hover {color:#353528; background:#a2c429;}
.list-2 .last-item {padding:0;}

.list-3 li {font-size:12px; line-height:18px; color:#a8b189; padding-left:10px; background:url(../images/marker-2.gif) 0 8px no-repeat;}

.link {font-size:16px; text-decoration:none;}
.link:hover {text-decoration:none;} 

.link-1 {font-size:16px; text-transform:uppercase; color:#8ba729;}
.link-1:hover {text-decoration:none;} 

.link-2 {font-size:20px; line-height:24px; font-style:italic; color:#fff;}
.link-2:hover {text-decoration:none;} 

.link-3 {font-size:14px; line-height:1.2em; color:#333225;}
.link-3:hover {color:#839937;} 

.link-4 {font-size:18px; font-style:italic; line-height:24px; color:#fff; cursor:pointer;}
.link-4:hover {text-decoration:none;} 

.link-5 {font-size:16px; color:#a2a08d;}
.link-5:hover {text-decoration:none;} 

.link-6 {color:#fff;}
.link-6:hover {text-decoration:none;} 

.text-1 {font-size:16px; line-height:20px; margin:0; text-transform:uppercase; color:#fff;} 
.text-2 {font-size:14px; line-height:26px; color:#595852; margin:0 0 26px 0;}  
.text-3 {font-size:18px; line-height:26px; font-weight:bold; letter-spacing:-1px; color:#fff;}
.text-4 {display:inline-block; font-size:16px; line-height:19px; color:#a2a08d;}
.text-5 {display:inline-block; font-size:12px; line-height:24px; color:#a8b189;}
.text-6 {font-size:20px; line-height:18px; color:#fff; text-transform:uppercase; margin:7px 0 5px 0; display:block;} 
.text-7 {font-size:16px; line-height:28px; color:#fff; margin:0 0 6px 0; display:inline-block;}

dl span {float:left; width:90px;}
dl dt {font-size:16px; line-height:19px; margin-bottom:20px; color:#fff;}
dl dd {font-size:16px;}

/* ============================= forms ============================= */

#contact-form { padding-top:2px;}
#contact-form .button{ float: right; margin-left:20px;}
#contact-form input {
	width:290px; 
	font-size:12px; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#a2a08d; 
	padding:8px 10px; 
	margin:0; 
	border:none; 
	background:#25241b;
}
#contact-form textarea {
	height:138px; 
	overflow:auto; 
	width:290px; 
	font-size:12px; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#a2a08d; 
	padding:13px 10px; 
	margin:0; 
	border:none; 
	background:#25241b;
}
#contact-form fieldset {border:none; width:100%; overflow:hidden;}
#contact-form .rowElem {display:block;position:relative; width:100%; overflow:hidden; min-height:52px}
#contact-form .textarea-box {position:relative;}
#contact-form .textarea-box label {
    left: 0px;
    position: absolute;
    top: 165px;
}
#contact-form label {padding:0; display: none; font-size:10px; font-family:Arial, Helvetica, sans-serif;}
#contact-form .error {color:#f00;}
#contact-form fieldset {border:none;}
.buttons-wrapper {padding-top:25px; text-align:right;}
.buttons-wrapper a {margin-left:35px;}
div#contact_form .download-box p{position: relative;}


.tag {padding:10px 0 0 25px;}

time {display:block; color:#fff;}

iframe {width:290px; height:330px;}

/****************************footer************************/
footer {width:100%; padding:30px 0 48px 0px; color:#575648;}
footer .container {width:950px;}
footer .main {font-size:18px; line-height:24px; margin:0 auto; width:940px; padding:0 5px;}
footer a {color:#575648;text-decoration:none;}

