/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#dddddb url(images/body-tail.jpg) top repeat-x;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial;
		font-size:0.75em;
		line-height:1.333em;
		color:#3e3f3b;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#658300;}
a:hover{text-decoration:none;}
p {padding-top:15px;}
strong {color:#658300;}
strong a {text-decoration:none;}
strong a:hover {text-decoration:underline;}

/* ============================= main layout ====================== */

.link {display:block; float:right; background:url(images/link-tail-bg.gif) top repeat-x; color:#456805; font-size:1.083em; line-height:1em; text-decoration:none;}
.link span {display:block; background:url(images/link-right-bg.gif) top right no-repeat;}
.link span span {background:url(images/link-left-bg.gif) top left no-repeat; padding:3px 12px 7px 12px;}
.link:hover {text-decoration:underline;}
.box .link span {background:url(images/link-right-bg2.gif) top right no-repeat;}
.box .link span span {background:url(images/link-left-bg2.gif) top left no-repeat;}


li { background:url(images/list-bg.gif) no-repeat 0 6px; padding-left:18px; line-height:1.667em;}
li a { font-weight:bold;}

.marked {background:url(images/list-bg.gif) no-repeat 0 3px; padding-left:15px; color:#658300; text-decoration:underline;}

h2 {color:#412d21; font-size:2em; font-weight:normal; line-height:1em; background:url(images/line1.gif) bottom left repeat-x; padding:4px 0 7px 13px; margin-bottom:34px;}
h3 {color:#412d21; font-size:2em; font-weight:normal; line-height:1em; text-transform:uppercase; margin-bottom:31px;}
h3 span {color:#639012;}
h4 {font-weight:normal; text-transform:uppercase; text-decoration:underline; margin-bottom:7px;}
h5 {color:#497300; font-weight:normal; font-size:1.25em; line-height:1.333em;}

.rss {float:right; margin:-4px 9px 0 0; position:relative;}

cite {font-size:1.083em;}

.imgindent {margin:0 20px 0 0; float:left;}
.extra {float:left; position:relative; margin:0 0 0 -26px;}

/* ============================= header ====================== */

.logo {margin:95px 0 97px 60px;}
#header .menu {padding:14px 0 15px 61px; background:url(images/menu-bg.jpg) top left no-repeat;}

/* ============================= content ====================== */

#content {background:url(images/content-right-bg.jpg) top right no-repeat;}
#content .left-bg {background:url(images/content-left-bg.jpg) top left no-repeat; width:100%;}
.indent {background:#fff; margin:0 27px 0 33px; padding:36px 34px 40px 32px;}

.col-pad {padding-right:42px;}

.box {background:#e9ebe3 url(images/box-tail-top.gif) top repeat-x;}
.box .corner-bottom-right {background:url(images/box-corner-bottom-right.gif) bottom right no-repeat;}
.box .corner-bottom-left {background:url(images/box-corner-bottom-left.gif) bottom left no-repeat;}
.box .corner-top-right {background:url(images/box-corner-top-right.gif) top right no-repeat;}
.box .corner-top-left {background:url(images/box-corner-top-left.gif) top left no-repeat; width:100%;}
.box .indent {background:none; padding:32px 34px 20px 32px; margin:0;}

.box2 {background:url(images/box2-tail-bg.gif) top repeat-x #574b45; color:#fff; margin:0 1px 0 2px;}
.box2 .corner-bottom-right {background:url(images/box2-corner-bottom-right.gif) bottom right no-repeat;}
.box2 .corner-bottom-left {background:url(images/box2-corner-bottom-left.gif) bottom left no-repeat;}
.box2 .corner-top-right {background:url(images/box2-corner-top-right.gif) top right no-repeat;}
.box2 .corner-top-left {background:url(images/box2-corner-top-left.gif) top left no-repeat; width:100%;}
.box2 .indent {background:none; padding:26px 28px 28px 20px; margin:0;}
.box2 strong {text-transform:uppercase; float:right; display:block; margin-bottom:18px; color:#fff;}
.box2 a {color:#8db600; float:right; display:block; margin-top:11px;}


.indent2 {padding:37px 0 0 20px;}
.indent3 {padding:0 10px 0 15px;}
.indent4 {padding:0 0 0 12px;}
.padding1 {padding-top:17px;}
.padding2 {padding-bottom:40px;}
.padding3 {padding-top:22px;}
.padding4 {padding-top:32px;}
.padding5 {padding-bottom:22px;}
.margin1 {margin-top:28px;}
.margin2 {margin-top:18px;}

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

/* ============================= footer ====================== */

#footer .right-bg {background:url(images/footer-right-bg.gif) top right no-repeat;}
#footer .left-bg {background:url(images/footer-left-bg.gif) top left no-repeat; color:#151514; width:100%;}
#footer .menu {padding:25px 0 46px 0;}
#footer .menu li {display:inline; background:none; border-left:1px solid #8db600; padding:0 30px 0 29px;}
#footer .menu li a {font-weight:normal; color:#d0d2c8; text-decoration:none;}
#footer .menu li a:hover {text-decoration:underline;}
#footer .menu .first {border:none;}
#footer a {color:#151514;}

/* ============================= forms ============================= */


#ContactForm {padding:20px 0 0 0;}
#ContactForm .rowi {height:29px;}
#ContactForm .link {margin:20px 0 0 10px;}

.input {width:237px; height:22px; border:1px solid #4b4b4b; background:#fff; padding:0 0 0 5px; font-size:1em;}
textarea {width:227px; height:110px; border:1px solid #4b4b4b; background:#fff; padding:0 0 0 5px; overflow:auto; font-size:1em;}
