html{
	height:100%;
	margin:0;
}
body {
	margin:0;
	font:12px/22px Arial, Helvetica, sans-serif;
	color:#111;
	height:100%;
}
img{
	border:0;
}
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
	min-height:100%;
}
* html #wrapper{
	height: 100%;
	overflow:visible;
}
.bg{
	position:absolute;
	top:0;
	left:0;
	display:none;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#header .holder{
	background:none;
	width:100%;	
}
#header .frame{
	height:77px;
	padding:5px 0 0;
	position:relative;
	width:100%;
	z-index:1;
}
.logo-print {
	position:static;
	left:0;
	text-align:center;
}
.logo-print img{margin:0 auto; display:block;}
.logo{
	display:none;
}
.menu-top{
	display:none;
}
#main{
	width:100%;
	padding:123px 0 100px;
	position:relative;
}
.two-column{
	background:none;
}
.two-column h1{
	margin:0 0 8px 0;
	color:#223006;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
}
* html .two-column h1{
	margin:0 0 15px;
}
#content {
	width:100%;
}
#content .t{
	display:none;
}
#content .b{
	display:none;
}
#content .c{
	width:100%;
}
#content h2{
	margin:0 0 11px;
	color:#a67c52;
	font-size:15px;
	line-height:19px;
	text-transform:uppercase;
}
#content .post {
	margin:0 0 65px;
}
#content .container .last{
	margin:0 0 15px;
}
#content .post p{
	margin:0;
}
#content .text{
	height:1%;
	overflow:hidden;
}
.visual-right,
.visual-left {
	text-align:center;
	width:205px;
	float:right;
	margin:35px 0 0 15px;
}
.visual-right p,
.visual-left p{
	margin:0;
	font-size:11px;
	color:#33460c;
}
.visual-left{
	width:150px;
	float:left;
	margin:14px 43px 0 0;
}
.nav-text{
	height:1%;
	padding:0 0 0 17px;
	margin:20px 0 0;
	list-style:none;
}
.nav-text li{
	background:url(../images/bullet1.gif) no-repeat 0 10px;
	text-indent:10px;
}
#sidebar{
	display:none;
}
#footer{
	color:#252525;
	font-size:10px;
	line-height:12px;
	margin:-109px 0 0;
	height:109px;
	position:relative;
	background:none;
	width:100%;
}
#footer .holder{
	overflow:hidden;
}
#footer .nav-holder{
	height:1%;
	padding:8px 0 7px;
	overflow:hidden;
}
#footer .nav-left{
	display:none;
}
#footer .nav-right{
	display:none;
}
#footer .slogan{
	display:block;
	text-align:center;
	color:#e7d2ad;
	font-weight:normal;
	font-size:14px;
}
.contact-box{
	float:left;
	width:450px;
	padding:4px 0 0;
}
.contact-box .phone{
	font-size:14px;
	height:1%;
	overflow:hidden;
	padding:0 0 8px;
}
.contact-box .phone strong{
	float:left;
}
.contact-box a{color:#252525;}
.contact-box a:hover{
	text-decoration:none;
}
.nav-phone{
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.nav-phone li{
	background:url(../images/bullet1.gif) no-repeat 0 5px;
	margin:0 8px 0 -3px;
	padding:0 0 0 5px;
	font-weight:bold;
	float:left;
}
.contact-box address{
	font-style:normal;
}
.contact-box address span{
	display:block;
}
.copyright{
	display:none;
}
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash .two-column h1 span{
	visibility: hidden;
	font-size:18px;
	display:block;
	line-height:normal;
}
.sIFR-hasFlash #footer .slogan span{
	visibility: hidden;
	font-size:15px;
	line-height:normal;
}