/* CSS Document */

* {
	margin:0;
	padding:0px;
	font-size:100%;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

body{
	text-align:center;
}

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

ul { list-style:none;}

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


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

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

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

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

.link {
	padding:3px 0 3px 29px;
	color:#44494f;
	font-size:1.083em;
	display:block;
	float:right;
	margin-top:9px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(images/arrow.jpg);
}

.list li a {line-height:1.667em;}

.imgindent {margin:0 20px 0 0; float:left;}
.title {margin-bottom:10px;}
.title2 {padding-bottom:4px; border-bottom:1px solid #dfdfd9; margin-bottom:15px;}
.title3 {margin-bottom:20px;}

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

.border1 {border:1px solid #dfdfd9;}
.border1 .left {
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 22px;
}
.border1 .right {padding:6px 9px 0 0;}

.submenu li {display:inline; font-size:0.833em; text-transform:uppercase; background:url(images/submenu-line.gif) no-repeat 0 0; padding:0 5px 0 8px; margin-left:-1px;}
.submenu li a {color:#7a7a6e; text-decoration:none;}
.submenu li a:hover {text-decoration:underline;}
.submenu .active a {text-decoration:underline;}
.submenu .first {background:none;}

.row2 .left {padding:19px 0 14px 1px;}
.row2 .right {padding:40px 18px 0 0;}
.row2 a {color:#a85323;}

.menu {padding-right:1px;}
.menu ul {width:100%; overflow:hidden; border-bottom:3px solid #692f1b;}
.menu li {float:left; font-size:0.833em; text-transform:uppercase;}
.menu li a {
	display:block;
	color:#44494f;
	padding:10px 18px 8px 20px;
	border-top:1px solid #e9e9e0;
	border-bottom:1px solid #e9e9e0;
	border-right:1px solid #e9e9e0;
	text-decoration:none;
	background-color: #F7F3EA;
}
.menu li a:hover {
	background:#692f1b;
	border-top:1px solid #692f1b;
	border-bottom:1px solid #692f1b;
	border-right:1px solid #692f1b;
	color:#fee1b4;
	text-decoration:none;
}
.menu .active a {background:#692f1b; border-top:1px solid #692f1b; border-bottom:1px solid #692f1b; border-right:1px solid #692f1b; color:#fff;}
.menu .first a  {border-left:1px solid #e9e9e0;}
.menu .first a:hover  {border-left:1px solid #692f1b;}

.row3 {padding:4px 0; border-bottom:3px solid #ffffff;}

.header-box {
	background-image: url(images/header-box-bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header-box .title {padding:11px 0 0 40px; margin:0;}


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

.main-box {
	border:1px solid #c7c7c2;
	background:#fff;
	padding-top: 15px;
	padding-right: 11px;
	padding-bottom: 14px;
	padding-left: 14px;
}

.col-pad1 {padding:0 6px 0 1px;}
.col-pad2 {padding-right:18px;}
.box1 {
	background-repeat: no-repeat;
}
.box1 .tail-right {background:url(images/box1-tail.gif) right repeat-y;}
.box1 .tail-left {background:url(images/box1-tail.gif) left repeat-y;}
.box1 .tail-top {background:url(images/box1-tail.gif) top repeat-x; width:100%;}
.box1 .indent {padding:18px 19px 23px 20px;}
.box1 p {padding:10px 0 0 0;}

.box2 {
	border:1px solid #dfdfd9;
	padding:6px 5px 6px 5px;
	background-color: #ffffff;
}

.box3 {border:1px solid #dfdfd9; padding:17px 18px 22px 19px;}

.date {color:#692f1b; font-size:0.917em;}

.lined-row .col-1, .lined-row .col-2 {
	font-size:0.1em;
	line-height:1em;
	height:12px;
	background-repeat: no-repeat;
}
.lined-row .col-line {
	height:12px;
}

.line-hor1 {border-bottom:3px solid #f4f4ec; padding-bottom:6px; margin-bottom:4px;}
.line-hor2 {border-bottom:3px solid #f4f4ec; padding-bottom:3px; margin-bottom:4px;}

.tabs {
	background-repeat: no-repeat;
	background-position: 0px;
}
.tabs ul {width:100%; overflow:hidden;}
.tabs li {
	float:left;
	width:300px;
	margin-right:1px;
}
.tabs li a {border-left:1px solid #e1e1db; border-top:1px solid #e1e1db; border-right:1px solid #e1e1db; background:#e1e1db; display:block; text-align:center; text-transform:uppercase; font-size:0.917em; line-height:1.091em; color:#000000; text-decoration:none; padding:7px 0 1px 0;}
.tabs li a:hover {background:#fff; color:#692f1b;}
.tabs .active a {background:#fff; color:#692f1b;}

.table {
	padding:0 1px;
	background-color: #F9F5E3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: ##e1e1db;
	border-right-color: ##e1e1db;
	border-bottom-color: ##e1e1db;
	border-left-color: ##e1e1db;
}
.table .row-1 {color:#9b9b94;}
.table .col-1 {padding:12px 0 2px 9px;}
.table .col-2 {padding:12px 0 2px 13px;}
.table .col-3 {padding:12px 0 2px 11px;}

.table li {display:inline;}
.table li a {width:100%; text-decoration:none; display:block; overflow:hidden; cursor:pointer;}
.table li a strong { padding:8px 0 4px 0; display:block; width:100%; overflow:hidden; font-weight:normal;}
.table li b {
	width:40px;
	font-weight:normal;
	display:block;
	float:left;
	color:#692f1b;
	text-align:center;
}
.table li span {
	width:210px;
	display:block;
	float:left;
	color:#692f1b;
	padding-left:13px;
}
.table li i {width:56px; font-style:normal; display:block; float:left; color:#9b9b94; text-align:center;}
.table .li1 a {background:#fff url(images/line.gif) repeat-y 238px 0;}
.table .li2 a {
	background-color: #f4f4ec;
	background-repeat: no-repeat;
	background-position: 0px 0;
}
.table .li1 a strong {
	padding:9px 0 5px 0;
	background-repeat: no-repeat;
	background-position: 0px 0;
}
.table .li2 a strong {

}
.table .li1 a:hover {
	background-color: #692f1b;
	background-repeat: no-repeat;
	background-position: 0px 0;
}
.table .li2 a:hover {
	background-repeat: no-repeat;
	background-position: 0px 0;
}
.table .li1 a:hover strong {
	background-repeat: no-repeat;
	background-position: 0px 0;
}
.table .li2 a:hover strong {
	background-repeat: no-repeat;
	background-position: 0px 0;
	background-color: F9F5E3;
}
.table li a:hover b {
	color:#692f1b;
}
.table li a:hover i {color:#000;}
.table li a:hover span {
	color:#000;
	background-color: F9F5E3;
}

.special {color:#44494f; font-size:0.917em; display:block; padding:10px 0 2px 2px;}
.extra {color:#000; text-transform:uppercase; font-size:0.917em;}
.line-height20 {line-height:1.667em; color:#44494f; padding:12px 0 10px 0;}
.mail {color:#44494f; font-size:1.0833em; padding:10px 0 0 0;}
.mail a {color:#44494f;}

.indent2 {padding:18px 14px 34px 15px;}
.indent3 {padding:18px 14px 24px 15px;}
.margin1 {margin-top:10px;}
.margin2 {margin-right:30px;}
.padding1 {padding-top:20px;}
.padding2 {padding-bottom:0;}

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

#footer {text-align:center; color:#6e6759; padding:21px 74px 0 0;}
#footer a {color:#6e6759; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

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


#ContactForm .rowi {height:33px;}

#SearchForm .search-button {background:#cf3a00; border:1px solid #d1420a; font-size:0.833em; color:#fff; text-decoration:none; text-transform:uppercase; display:block; float:left; padding:2px 9px 1px 8px;}
#SearchForm .search-button:hover {background:#ae2a00;}
#SearchForm span {display:block; float:left;}
#SearchForm .input {width:163px; height:18px; border:1px solid #dfdfd3; background:#f4f4ec; padding:0 0 0 5px; font-size:1em; float:left; margin:0 8px 0 6px;}

#SearchForm2 {
	padding:20px 10px 0 40px;
	color:#f4f4ec;
}
#SearchForm2 .input {width:226px; height:19px; border:1px solid #789641; background:#afc96a; padding:0 0 0 5px; font-size:1em; float:left; color:#547422;}
#SearchForm2 .select {width:231px; border:1px solid #789641; background:#afc96a; font-size:1em; float:left; color:#547422; line-height:1.7em; padding:2px 0;}
#SearchForm2 .rowi {height:45px;}
#SearchForm2 .rowl {height:33px;}
#SearchForm2 a {color:#202910; text-transform:uppercase; font-size:0.833em; margin-right:15px;}
#SearchForm2 .link4 {color:#eeff5b;}

textarea {
	width:193px;
	height:122px;
	border:1px solid #A6B3BF;
	padding:0 0 0 5px;
	overflow:auto;
	font-size:1em;
	background-image: none;
}
