* { 
  margin:0; 
  padding:0;
}
body { 
  background: #f0f0f0; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100%; 
  line-height: 1em; 
  color: #787674; 
  min-width: 987px;
}

input, textarea, select { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 1em;
}

object { 
  vertical-align: top; 
  outline: none;
}

.fleft { 
  float: left;
}

.fright { 
  float: right;
}

.clear { 
  clear: both;
}

.alignright { 
  text-align: right;
}

.aligncenter { 
  text-align: center;
}

.wrapper { 
  width: 100%; 
  overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background:url(images/tail-top.gif) left top repeat-x #fff;
	z-index: 200;
}
.container { 
  width: 100%;
}

.wrapper2 { 
  width: 100%; 
  overflow: hidden;
  }

#container2 {
  width: 960px;
  margin: 0 auto;
}

p { 
  margin:0; 
  padding:0;
}

.tail-top { 
  background:url(images/tail-top.gif) left top repeat-x #fff;
}

.tail-bottom { 
  background:url(images/tail-bottom.gif) left bottom repeat-x;
}


/*==================forms====================*/
input, select { 
  vertical-align:middle; 
  font-weight:normal;
}

img {
  border:0; 
  vertical-align:top; 
  text-align:left;
}

#form .wrapper { 
  height:35px;
}

#form span { 
  display:block; 
  width:188px; 
  height:27px; 
  background:url(images/input-bg.gif) no-repeat left 3px; 
  float:left; 
  margin-right:8px;
}

#form input { 
  width:160px; 
  background:none; 
  border:0; 
  color:#979592; 
  font-size:.79em; 
  margin-left:12px; 
  vertical-align:top; 
  line-height:1.08em; 
  padding-top:8px;
}

#form1 { 
  width:278px;
}

#form1 .form { 
  height:34px;
}

#form1 .form span { 
  display:block; 
  width:278px; 
  height:24px; 
  background:url(images/input-bg1.gif) no-repeat left top;
}

#form1 input { 
  width:80px; 
  background:none; 
  border:0; 
  color:#979592; 
  font-size:.79em; 
  margin-left:12px; 
  vertical-align:top; 
  line-height:1.08em; 
  padding-top:5px;
}

#form1 .form1 span { 
  display:block; 
  width:278px; 
  height:176px; 
  background:url(images/textarea-bg.gif) no-repeat left top; 
  margin-bottom:17px;
}

#form1 textarea { 
  width:266px; 
  height:171px; 
  overflow:auto; 
  background:none; 
  border:0; 
  color:#979592; 
  font-size:.79em; 
  padding:5px 0 0 12px; 
}

#form1 a { 
  float:right; 
  margin-left:17px;
}

#submit { 
  float:right; 
  display:block; 
  width:80px; 
  height:27px; 
  background:url(images/submit.jpg) no-repeat;
  color:#979592;
}

#clear { 
  float:right; 
  display:block; 
  width:80px; 
  height:27px; 
  background:url(images/clear.jpg) no-repeat;}


/*==================list====================*/
ul { list-style:none;}

.site-nav li { 
  font-size:19px; 
  line-height:1.2em; 
  float:left; 
  margin-left:10px;
}

.site-nav li a { 
  display:block; 
  text-decoration:none; 
  color:#4a2725;
}

.site-nav li a em { 
  display:block;
}

.site-nav li a b { 
  display:block; 
  font-style:normal; 
  font-weight:normal; 
  padding:12px 21px 13px 21px;
}

.site-nav li a:hover,
.site-nav li a.act { 
	color:#fff; 
	background:url(images/nav-tail.gif) repeat-x left top;
}

.site-nav li a:hover em,
.site-nav li a.act em { 
	background:url(images/nav-left.gif) no-repeat left top;
}

.site-nav li a:hover b,
.site-nav li a.act b { 
	background:url(images/nav-right.gif) no-repeat right top;
}

.list { 
  padding-bottom:22px;
}

.list li { 
  padding-left:28px; 
  background:url(images/marker.gif) no-repeat left 7px; 
  line-height:1.93em;
}

.list1 li { 
  width:100%; 
  overflow:hidden; 
  vertical-align:top; 
  padding-bottom:37px;
}

.list1 li p { 
  padding-bottom:10px;
}

.list1 li .link2 { 
  float:right;
}

.list1 li.last { 
  padding-bottom:0;
}

.list2 { 
  margin-top:-35px;
}

.list2 li { 
  padding-top:35px;
}

.list2 li p { 
  margin-bottom:7px;
}

.list2 li span { 
  line-height:1.29em; 
  display:block; 
  margin-bottom:18px;
}


/*==================other====================*/
.p1 { 
  margin-bottom:20px;
}

.p2 { 
  margin-bottom:45px;
}

.phone { 
  float:right; 
  margin-right:76px;
}


/*==================txt, links, lines, titles====================*/
a {
  color:#787674; 
  outline:none;
}

a:hover{
  text-decoration:none;
}

h2 { 
  line-height:1em; 
  color:#3d2b2a; 
  font-weight:normal; 
  letter-spacing:-1px;
}

h2 span { 
  display:block; 
  margin-top:-30px;
}

h2 em { 
  font-style:normal; 
  font-size:65px;
}

h2 b { 
  font-weight:normal; 
  font-size:57px;
}

h3 { 
  font-size:24px; 
  line-height:1.2em; 
  color:#534241; 
  font-weight:normal; 
  border-bottom:2px solid #f0f0f0; 
  margin:0 0 25px -12px; 
  padding:0 0 6px 12px;
}

h3 span { 
  display:block; 
  margin-top:-2px;
}

h3.style1 { 
  font-size:24px; 
  font-weight:normal; 
  padding-bottom:4px; 
  margin-bottom:20px;
}

h3.style2 { 
  letter-spacing:-2px;
}

h4 { 
  color:#7dbc07; 
  font-size:1em; 
  font-weight:normal; 
  line-height:1.29em; 
  margin-bottom:20px;
}

h5 { 
  color:#7dbc07; 
  font-size:1em; 
  font-weight:normal; 
  line-height:1.29em;
}

h6 { 
  font-size:1em; 
  color:#ff761c; 
  font-weight:normal; 
  font-style:italic; 
  margin-bottom:8px;
}

h7 { 
  font-size:16px; 
  color:#534241; 
  font-weight:normal; 
  line-height:1.2em; 
  margin-bottom:30px;
  text-decoration: underline;
  cursor: pointer;
}


.txt1 { 
  color:#3d2b2a; 
  font-size:.93em; 
  font-weight:bold;
}

.txt2 { 
  color:#7dbc07;
}

.txt3 { 
  color:#7dbc07; 
  font-size:.93em;
}

.link1 { 
  display:block; 
  float:left; 
  background:url(images/link1-tail.gif) repeat-x left top; 
  color:#fff; 
  text-decoration:none; 
  line-height:1.5em; 
  font-size:16px;
}

.link1 em { 
  display:block; 
  background:url(images/link1-left.gif) no-repeat left top;
}

.link1 b { 
  display:block; 
  background:url(images/link1-right.gif) no-repeat right top; 
  padding:2px 9px 3px 9px; 
  font-style:normal; 
  font-weight:normal;
}

.link1:hover { 
  color:#50240a;
}

.link2 { 
  font-size:14px; 
  line-height:1.5em; 
  }
  
.link2 a { 
  color:#ff761c; 
  text-decoration:none;
}

.link2 a:hover { 
  border-bottom:1px solid #ff761c;
}

.link3 { 
  display:block; 
  float:left; 
  background:url(images/link3-tail.gif) repeat-x left top; 
  color:#fff; 
  text-decoration:none; 
  line-height:1.5em; 
  font-size:16px;
}

.link3 em { 
  display:block; 
  background:url(images/link3-left.gif) no-repeat left top;
}

.link3 b { 
  display:block; 
  background:url(images/link3-right.gif) no-repeat right top; 
  padding:2px 18px 3px 18px; 
  font-style:normal; 
  font-weight:normal;
}

.link3:hover { 
  color:#b0f926;
}

.line-ver1 { 
  background:url(images/line-ver.gif) repeat-y 311px 0;
}

.line-ver2 { 
  background:url(images/line-ver.gif) repeat-y 662px 0;
}


/*header*/
#header .row-1 { 
  height:112px;
}

#header .row-1 .fleft { 
  padding:10px 0 0 30px;
}

#header .row-1 .fright { 
  padding-top:37px;
}

#header .row-2 .fleft,
#header .row-2 .fright { 
	padding-top:120px;
}

#header .row-2 .fleft a, 
#header .row-2 .fleft h2 { 
	float:left;
}
#header .row-2 .fright a,
#header .row-2 .fright h2 { 
	float:right;
}
#header .row-2 .fright h2 { 
  color:#77b700; 
  font-size:65px;
}

/*content*/
#content { 
  padding-bottom:82px;
  z-index:100;
}

#content p { 
  line-height:1.29em;
}

#content .indent { 
  padding-bottom:30px;
}

/*footer*/

#footer p { 
  text-align:right; 
  font-size:12px;
}

#footer ul {
  list-style: none;
}

#footer ul li.columns {
  float: left;
  display: inline;
  width: 300px;
  margin: 10px;
}

#footer h4 {
color: #979592;
font-size: 16px;
font-weight: normal;
}

#footer ul li.columns ul{
margin: 10px 0;
}

#footer ul li.columns ul li{
font-size: 12px;
color: #979592;
line-height: 22px;
}

#footer ul li.columns ul li a{
color: #979592;
}

#footer ul li.columns ul li a:hover{
color: #FF6600;
text-decoration: underline;
}

#footer ul li.columns ul.posts{
list-style: disc inside;
}

#footer ul li.columns ul.posts li{
color:#979592;

/*================= index.html ===================*/
#page1 h2 { 
  font-size:80px; 
  padding-left:40px;
}

#page1 #header .row-2 .fleft h2 { 
  padding-top:10px;
}

#page1 #header .row-2 .fright h2 { 
  padding-right:50px;
}

#page1 #header { 
  background:url(images/header-bg1.jpg) no-repeat 147px 128px;
}

/*================= index-1.html ===================*/
#page2 h2 { 
  font-size:70px; 
  padding:18px 0 0 22px;
}

#page2 #header .row-2 .fright h2 { 
  padding-right:28px; 
  font-size:70px;
}

#page2 #header { 
  background:url(images/header-bg2.jpg) no-repeat 311px 149px;
}

/*================= index-2.html ===================*/
#page3 h2 { 
  font-size:80px; 
  padding-left:40px;
}

#page3 #header .row-2 .fleft h2 { 
  padding-top:5px;
}

#page3 #header .row-2 .fright h2 { 
  padding:18px 50px 0 0;
}

#page3 #header { 
  background:url(images/header-bg4.jpg) no-repeat 297px 120px;
}

/*================= index-3.html ===================*/
#page4 h2 { 
  font-size:80px; 
  padding-left:40px;
}

#page4 #header .row-2 .fleft h2 { 
  padding-top:5px;
}

#page4 #header .row-2 .fright h2 { 
  padding:0 10px 0 0;
}

#page4 #header { 
  background:url(images/header-bg3.jpg) no-repeat 266px 110px;
}

/*================= index-4.html ===================*/
#page5 h2 { 
  font-size:70px; 
  padding:18px 0 0 22px;
}

#page5 #header .row-2 .fright h2 { 
  padding-right:28px; 
  font-size:70px;
}

#page5 #header { 
  background:url(images/header-bg5.jpg) no-repeat 311px 149px;
}

/*======= index-5.html =======*/
#page6 h2 { 
  font-size:70px; 
  padding:18px 0 0 22px;
}

#page6 #header .row-2 .fright h2 { 
  padding-right:28px; 
  font-size:70px;
}

#page6 #header { 
  background:url(images/header-bg1.jpg) no-repeat 147px 128px
}