body {
	background: #476935 url(/images/body.png) repeat-x;
	font: 11px Arial, sans-serif;
	margin: 0;
}
a{
	text-decoration:none;
	font-weight: bold;
	color: #663300;}
a:hover{text-decoration:underline;}
img{border:none;}


.container {
	background: url(/images/body-center.png) no-repeat center 0;
}
.content-container {
	background: #bebe98 url(/images/content.png) repeat-x;
	min-width: 889px;
}
.innercontent-container {
	background: #bebe98 url(/images/content-inner.png) repeat-x;
	min-width: 889px;
}
.footer-container {
	background: url(/images/footer.png) repeat-x;
	min-width: 889px;
}


/* header and navigation styles */
#header {
	background: url(/images/header.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
	width: 889px;
	height: 334px;
}
#header strong, #inner-header strong {
	background: url(/images/logo.png) no-repeat;
	display: block;
	position: absolute;
	top: 38px;
	width: 223px;
	height: 74px;
}
#header strong a, #inner-header strong a {
	text-indent: -3000px;
	overflow: hidden;
	display: block;
	width: 223px;
	height: 74px;
}

#header ul.navigation {
	background: url(/images/nav-bg.png) no-repeat;
	width: 214px;
	height: 214px;
	position: absolute;
	left: 9px;
	top: 120px;
	padding: 15px 0 0 0;	
	margin: 0;
}
#header ul.navigation li {
	list-style: none;
	width: 100%;
}
#header ul.navigation li a{
	display: block;
	height: 100%;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 2px 20px;
	color: #fff;
}
#header ul.navigation li a:hover{
	text-decoration: none;
	background-color:#fff;
	color: #765a35;
}
#header span.callus {
	background: url(/images/callus.png) no-repeat;
	text-indent: -3000px;
	position: absolute;
	overflow: hidden;
	width: 504px;
	height: 72px;
	right: 0;
	bottom: 22px;
}


/* inner header and navigation styles */
#inner-content {
	background: #bebe98 url(/images/content-inner.png) repeat-x;
	padding: 30px 40px 60px 38px;
	overflow: hidden;
	margin: 0 auto;
	color: #663300;
	width: 811px;
}
#inner-content p{
	line-height: 21px;
	margin: 0 0 30px 0;
}
#inner-content h1 {
	margin: 10px 0 33px 0;
	font-size: 24px;
}
#inner-content h2 {
	margin: 20px 0 0 0;
	font-size: 12px;
}

#inner-header {
	background: #fff url(/images/header-inner.png) no-repeat;
	position: relative;
	margin: 0 auto;
	width: 889px;
	height: 145px;
}
#inner-header  ul.navigation {
	position: absolute;
	padding: 0 0 0 0px;
	margin: 0;
	bottom: -1px;
}
* html #inner-header  ul.navigation {
	bottom: -2px;
}
#inner-header  ul.navigation li {
	list-style: none;
	display: inline;
}
#inner-header  ul.navigation li a{
	background-color: #fff;
	padding: 10px 13px 0 13px;
	font-size: 12px;
	font-weight: bold;
	color: #0c1157;
	height: 24px;
	float: left;
}
#inner-header  ul.navigation li a:hover{
	text-decoration: none;
	background-color: #91190c;
	color: #fff;
}
#inner-header span.callus {
	background: url(/images/callus-inner.png) no-repeat;
	text-indent: -3000px;
	position: absolute;
	overflow: hidden;
	width: 175px;
	height: 46px;
	bottom: 40px;
	right: 15px;
}


/* main content page styles */
#content {
	background: url(/images/column1-tilebg.gif) repeat-y 606px 0;
	position: relative;
	width: 889px;
	margin: 0 auto;
}
.mainpage {
	background: url(/images/mainbg.png) no-repeat;
	width: 839px;
	padding: 0 20px 0 30px;
}
.mainpage:after {
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}

#main {
	color: #663300;
	padding-bottom: 60px;
	width: 560px;
	float: left;
}
#main h1, #main h2 {
	margin: 40px 0 5px 0;
	font-size: 24px;
}
#main p {
	margin: 10px 0;
	line-height: 21px;
}

a.readmore {
	background: url(/images/readmore.gif) no-repeat 0 10px;
	text-transform: uppercase;
	padding-left: 8px;
	font-weight: bold;
	color: #663300;
}
#main ul.samples {
	position: relative;
	margin-top: -10px;
	padding: 0;
	float: right;
	list-style: none;
}
#main ul.samples li {
	background: url(/images/sample-bg.png) no-repeat;
	float: left;
	margin: 0 2px;
	display:block;
	width: 101px;
	height: 75px;
	padding: 1px 0 0 2px;
}
#main ul.samples li a{
	outline: none;
}
#main ul.samples img {
	display: block;
}


#column1 {
	background: #4a6c37 url(/images/column1-bg.png) no-repeat;
	padding: 8px 0 60px 0;
	position: relative;
	margin-top: -10px;
	width: 263px;
	float: right;
}
#column1 div.imgcontainer {
	border: 1px solid #769863;
	background-color: #000;
	margin: 0 auto;
	width: 247px;
	height: 164px;
}
#column1 a.big-button {
	background-color: #385c27;
	border: 1px solid #769863;
	display: block;
	margin: 5px auto;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 18px 10px 0 0;
	width: 237px;
	height: 30px;
}
#column1 a.big-button:hover {
	text-decoration: none;
}

/* footer styles */
#footer {
	background: url(/images/footer.png) repeat-x;
	color: #9f290d;
	width: 889px;
	margin: 0 auto;
	height: 135px;
	position: relative;
	font-size: 11px;
}
#footer div {
	width: 950px;
	margin: 0 auto;	
}
#footer p.copyright {
	position: absolute;
	width: 500px;
	margin: 0;
	top: -22px;
	left: 30px;
	color: #000;
}
#footer ul {
	position: relative;
	width: 700px;
	left: 25px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	background: url(/images/separator2.gif) no-repeat 0 3px;
	margin: 10px 0 0 -1px;
	padding: 0 7px 0 6px;
	float: left;
}
#footer ul li a {
	color: #fff;
	font-weight:normal;
}
#footer a.bbb-logo {
	background: url(/images/bbb-logo.png) no-repeat;
	text-indent: -3000px;
	position: absolute;
	overflow: hidden;
	width: 40px;
	height: 65px;
	right: 35px;
	top: -30px;
}
#footer a.lmg {
	background: url(/images/lmg1.png) no-repeat;
	text-indent: -3000px;
	position: absolute;
	overflow: hidden;
	width: 128px;
	height: 36px;
	left: 25px;
	top: 35px;
}
.subimgcontainer {
background-color:#000000;
height:164px;
width:247px;
}