html, body { height: 100%; }

body { margin: 0; padding: 0;
	background: #1fa345; /*footer color*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; color: #736347; }
	
a { color: #1fa345; }

a:hover { text-decoration: none; }

h1, h2, h3 {
	margin: 0 0 10px 0;
	/*text-transform: lowercase; Just doing this on h2 now */
	font-weight: normal;
	color: #31240C;
}

h1 {
	letter-spacing: -2px;
	line-height: 1;
	font-size: 40px;
}

h1.h1-style1 {
	margin: 0;
}

h2 
{
    text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 28px;
}

h2.h2-style1 {
	font-size: 20px;
	color: #FF7200;
}

h3 {
	font-size: 18px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 22px;
}

ul.ul-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 30px;
	font-size: 11px;
}



a img { border: 0; }

a.more {
	padding-left: 19px;
	background: url(images/homepage06.gif) no-repeat left center;
	font-size: 11px;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/* WRAPPER */

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/* HEADER */

#header-bg { background: url(images/bg01.png) repeat-x left top; }

#header { height: 166px; position: relative; background: url(images/bg02.png) no-repeat 0 9px; }

/* LOGO */
#header h2 { text-indent:-9999px; float: left; }

#header h1 { position: absolute; top: 0; left: 0; text-indent:-9999px; }
#header h1 a { overflow: hidden; display: block; width: 375px; height: 155px; }

/* MENU */

#menu {
	width: 1000px;
	height: 157px;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 99px 30px 0 0;
	line-height: normal;
	list-style: none;
}

#menu li {
	float: left;
	border-left: 1px solid #1fa345;
}

#menu li.first {
	border: none;
}

#menu a {
	padding: 0px 20px;
	text-decoration: none;
	text-transform: lowercase;
	color: white;
}

#menu a:hover {
	text-decoration: underline;
}

/* PAGE */

#page-bg {
	background: #F0E5CE url(images/bg01.png) repeat-x 0px -166px;
}

/* subpage background */

#page,
#box1 {	background: url(images/bg04.png) repeat-y right top; }

.homepage #page {
	background-image: url(images/bg03.png);
}

/** CONTENT */

#content {
	float: right;
	width: 750px;
}

#content-bgtop {
	padding: 6px 50px 0px 72px;
	background: url(images/bg05.jpg) no-repeat left top;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
}

/** SEARCH */

#search {
	height: 30px;
	padding: 30px 0px 0px 0px;
	background: url(images/homepage10.gif) no-repeat 0px 30px;
}

#search-box { font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #A99877; display: block;
overflow: hidden; padding: 7px 0 0 41px; text-decoration: none; height: 23px; }

/** FOOTER */

#footer {
	padding-bottom: 50px;
	background: url(images/bg09.png) repeat-x left top;
	font-size: 11px;
	color: white;
}

#footer p {
	padding: 80px 0px 0px 0px;
	text-align: center;
}

#footer p {
	background: url(images/subpage-footer.png) no-repeat right top;
}

.homepage #footer p { background-image: url(images/bg08.png); }

#footer a {	color: white; }

/** BOX STYLE 1 */

.box-style1 {
	padding: 30px 0px 0px 0px;
}

.box-style1 .title {
	padding: 0px 0px 0px 25px;
	background: url(images/homepage08.gif) no-repeat 5px 50%;
	font-size: 18px;
}

.box-style1 .content {
	padding: 15px 25px;
	background: url(images/homepage09.gif) repeat-x left top;
}

.box-style1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	font-size: 11px;
}

.box-style1 li {
	padding: 10px 0px;
	border-top: 1px solid #DDD2BA;
}

.box-style1 li.first {
	border: none;
}

.box-style1 a {
	text-decoration: none;
	color: #736347;
}

.box-style1 a:hover {
	text-decoration: underline;
}

/** BOX STYLE 2 */

.box-style2 {
	padding-top: 20px;
}

/** BOX1 */

#box1 .bgtop {
	background: url(images/bg05.jpg) no-repeat left top;
}

#box1 .bgbtm {
	padding: 6px 50px 30px 72px;
	background: url(images/bg06.png) no-repeat right bottom;
}

#box1 .banner {
	padding: 0px 0px 30px 0px;
}

#box1 .column1 {
	float: left;
	width: 400px;
}

#box1 .column2 {
	float: right;
	width: 170px;
	padding: 0px 0px 0px 30px;
	border-left: 1px solid #D6D3CE;
}

/** BOX2 */

#box2 {
	padding: 50px 50px 30px 72px;
	background: url(images/bg07.png) no-repeat right top;
}

#box2 .column {
	float: left;
	width: 190px;
}

#box2 .column1 {
	padding-left: 0px;
}

#box2 .column2 {
	padding-left: 28px;
}

#box2 .column3 {
	padding-left: 27px;
}
