@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 22px;
	background: #f2e2c1;
	color:	#737245;
	z-index:1;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	height:0;
	font-size: 0;
	display:block;
	clear: both;
	line-height:0;
	margin:0;
	padding:0;
}
.zeroSize {
        height:0;
	font-size: 0;
	line-height:0;
	margin:0;
	padding:0;
}
p, form, div {
	margin:0;
	padding: 0;
	border: 0;
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 25px;
	font-weight: normal;
	color:	#802319;
}
h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	color:	#737245;
}
#pageLayout{
        padding: 0;
        margin: 0;
        margin:auto;
        width: 950px;
	border: 0;
}
#pageContainer {
        position: relative;
        margin: auto;
        width: 950px;
        z-index:1;
	background: #fbf5eb; 
}
#leftShadow {
        position: absolute;
        height: 100%;
        width: 21px;
	background: url(http://www.treewininc.com/images/leftShadow.png) repeat-y;
        top: 0;
        left: -21px;
        z-index: 5;
}
#rightShadow {
        position: absolute;
        height: 100%;
        width: 21px;
        background: url(http://www.treewininc.com/images/rightShadow.png) repeat-y;
        top: 0;
        right: -21px;
        z-index: 5;
}
#bottomRightShadow {
        position: absolute;
        height: 44px;
        width: 45px;
        background: url(http://www.treewininc.com/images/bottomRightShadow.gif) no-repeat;
        bottom: -22px;
        right: -22px;
        z-index: 25;
}
#bottomLeftShadow {
        position: absolute;
        height: 44px;
        width: 45px;
        background: url(http://www.treewininc.com/images/bottomLeftShadow.gif) no-repeat;
        bottom: -21px;
        left: -21px;
        z-index: 25;
}
#bottomShadow {
        position: absolute;
        height: 22px;
        width: 100%;
        bottom: -22px;
        left: 0;
        z-index: 5;
        background: url(http://www.treewininc.com/images/bottomShadow.png) repeat-x;
}
#headerImage {
	position: relative;
	padding: 0px;
	border: 0;
	width: 950px;
	height: 178px;
}
table#navigationContainer {
        position: relative;
	top: 0;
	font-size: 18px;
	line-height: 20px;
        width: 950px;
        background: url(http://www.treewininc.com/images/hori_NavBar.png) repeat-x;
        height: 57px;
        margin: 0;
        padding: 0;
}
#navigationContainer tr {
        padding: 0;
        margin: 0;
}
#navigationContainer td {
	text-align: center;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align:middle;
}
#navigationContainer a,
#navigationContainer a:link,
#navigationContainer a:visited {
         text-decoration: none;
	 color: #ffffff;
}
#navigationContainer a:hover, 
#navigationContainer a:active {
	text-decoration: none;
	color: #e6c47f;
}
#pageCenterLayout {
	border: 0;
	padding: 0;
	margin: 0;
	width: 880px; 
	padding-top: 40px;
	padding-left: 70px;
	background: url(http://www.treewininc.com/images/tree_BG.png) no-repeat;
	background-position: bottom right;
}
#leftPageImage {
	float: left;
	margin-right: 25px;
	position: relative;
	width: 373px;
	height: 332px;
	background: url(http://www.treewininc.com/images/shadowBG.png) no-repeat;
}
#leftPageContent {
	float: left;
	margin-right: 25px;
	width: 340px;
	padding-top: 10px;
	padding-right:33px;
}
#rightPageLayout {
	position: relative;
	padding: 10px 70px 20px 10px;
}
#rightPageLayoutColumn {
	float: left;
	position: relative;
	width: 425px;
	padding-top: 10px;
}
#leafSpacer {
	position: relative;
	float: left;
	height: 376px;
	width: 1px;
	line-height: 0;
	font-size: 0;
}
#sideBoxBotImage {
	border: 0;
	padding: 0;
        position: absolute;
        left: 10px;
        top: 10px;
        width:373px;
        height:332px;
	z-index:10;
}
#sideBoxTopImage {
	border: 0;
	padding: 0;
	position: absolute;
	width: 341px;
	height: 301px;
	top: 14px;
	left: 15px;
}
#footerContainer {
	position: relative;
	bottom: 0px;
	margin:15px auto 0 auto;
        width: 950px;
	height: 50px; 
	background: #f2e2c1;
	color:	#802319;
}
#footerContainer a,
#footerContainer a:hover,
#footerContainer a:link,
#footerContainer a:active,
#footerContainer a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#pageFooter {
	padding-top: 10px;
	font-size: 12px;
	margin: auto;
	text-align: center;
	position: relative;	
	padding-bottom: 10px;
	font-weight: normal;
}
a,
a:link,
a:visited,
a:active {
	color:	#737245;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#lockboxLock {
	border: 0;
	padding: 0;
        position: absolute;
        right: 0;
        top: 10px;
        width:18px;
        height:27px;
}

