/* CSS Document */

* {	margin:0; padding:0; font-size:100%;}

body{background:url(/images/body-bg.gif) top center; text-align:center;}
.top-tail{ background:url(/images/top-tail.gif) top repeat-x;}
.top-bg{ background:url(/images/top-bg.jpg) top center no-repeat;}

img {vertical-align:top;}
a img { border:0;}
ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

html{ font-family:Arial, Helvetica, sans-serif; font-size:0.75em; line-height:1.25em; color:#807d75; min-width:868px;}
input, select, textarea { vertical-align: middle; font-weight: normal; font-size: 100%; font-family: arial;}

a, a:visited, a:active, a:link
{
	color: #014713;
	outline: none;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

p {padding-top:15px;}
h2 { font-size:2.333em; line-height:1.5em; color: #b6b6b6; text-transform:uppercase;}
h2 strong{ margin-top:-16px; color:#fff;}
h3{ font-size:1.417em; text-transform:uppercase; color:#19140d; line-height:1.471em; padding-bottom:15px;}
h3.green { font-size:1.2em; text-transform:uppercase; color: #014713; line-height:1.2em; padding-bottom: 0px; padding-top: 10px;}
strong{ display:block; color:#565143;}
cite{ font-style:normal; display:block;}
object{ vertical-align:top; outline:none;}

.date-header
{
	font-style: italic;
}

/* ============================= main layout ====================== */
.imgindent {margin:0 15px 0 0; float:left;}
.phone{ float:right; padding-right:35px;}
.phone2{ float:right; padding-right:100px;}
.space1{ margin-left:22px;}
.margin1{ margin-top:10px !important;}
.padding1{ padding-top:5px;}
.padding2{ padding-top:19px;}
.padding3{ padding-top:15px;}

/* ============================= content ====================== */
#content{ background:url(/images/content-left-corner.gif) left bottom no-repeat #fff;}
#content .right-corner{ background:url(/images/content-right-corner.gif) right bottom no-repeat; padding:14px 15px 16px 15px;}
#content .indent{ padding:23px 15px 0 0;}
#content .indent1{ padding:23px 15px 30px 0;}

.link{ font-weight:bold; display:inline-block; color:#ff5a00; margin-top:22px;}
.link1{line-height: 2.083em; background: url('/images/list-marker.gif') no-repeat 0 8px; font-weight: bold; display:inline-block; color:#ff5a00; padding-left: 15px;}
.unline{ background:url(/images/unline.gif) bottom repeat-x; padding-bottom:28px; margin-bottom:21px;}

.list{ margin:-4px 0;}
.list li{ line-height:2.083em; background:url(/images/list-marker.gif) no-repeat 0 8px; padding-left:15px;}

.list1{ margin:-4px 0;}
.list1 li{ background:url(/images/list1-unline.gif) bottom repeat-x;  margin-top: 10px;}
.list1 .last{ background:none;}
.list1 a
{
	color: #014713;
	text-decoration: none;
	background: url(/images/list1-marker.gif) no-repeat 0 4px;
	padding-left: 24px; 
	display: inline-block;
}
.list1 a:hover{ color:#ff5a00;}

.list1 img
{
	display: none;
}

.box{ background:url(/images/box-corner-left-top.gif) left top no-repeat #f3f2ee;}
.box .right-top{ background:url(/images/box-corner-right-top.gif) right top no-repeat;}
.box .left-bot{ background:url(/images/box-corner-left-bot.gif) left bottom no-repeat;}
.box .right-bot{ background:url(/images/box-corner-right-bot.gif) right bottom no-repeat;}
#content .box .indent{ padding:23px 16px 29px 15px;}
.box .unline{ background:url(/images/unline2.gif) bottom repeat-x; padding-bottom:27px; margin-bottom:19px;}

/* ============================= footer ====================== */
#footer .menu{ width:100%; overflow:hidden;}
#footer .menu ul{ padding:20px 0 0 7px;}
#footer .menu li{ float:left; color:#33312d; font-size:8pt; padding-left:8px;}
#footer .menu a{ color:#cbc8be; display:inline-block; margin-right:8px;}
#footer p{ padding:18px 0 0 15px;}
#footer p a{ color:#807d75; text-decoration:none;}
#footer p a:hover{ color:#ff5a00;}

/* ============================= forms ============================= */
#ContactForm{ padding:3px 0 7px 0;}
#ContactForm label{ display:block; height:26px;}
#ContactForm input{ border:solid 1px #c9c6bc; background:none; font-family:Tahoma, Geneva, sans-serif; font-size:0.917em; color:#807d75; padding:2px 2px 3px 3px; width:260px;}
#ContactForm textarea{ border:solid 1px #c9c6bc; background:none; font-family:Tahoma, Geneva, sans-serif; font-size:0.917em; color:#807d75; padding:2px 2px 3px 3px; width:260px; height:141px; overflow:auto;}
#ContactForm .link{ float:right; margin:22px 2px 0 22px;}

.err
{
	color: #ff0000;
}

