@charset "utf-8";
/* CSS Document */

body{
	background-color:#44293b;
	text-align:center;
	padding-top:20px;
	background-image: url(landingswirl.jpg);
	background-position: center -50px;
	background-repeat: no-repeat;
}

h1{
	color:#fff;
	font-family:"Times New Roman", Arial;
	font-size:24px;
	font-weight:normal;
	text-align:center;
}

h2{
	color:#fff;
	font-family:"Times New Roman", Arial;
	font-size:18px;
	text-align:center;
	line-height:0px;
}

p{
	color:#fff;
	font-family:"Times New Roman", Arial;
	font-size:18px;
	text-align:center;
}

#shadowWrapper{
	width:939px;
	margin:0 auto;
	
}

#wrapper{
	
	padding-top:22px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:2px;
	background-color:#9abab5;
	
	
}

#header{
	width:895px;
	height:133px;
	background-color: #9abab5;
	background-image: url(thetreeheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#title{
	background: #9abab5 url(titleBar.jpg) no-repeat;
	margin-bottom:5px;
	height:55px;
	width:895px;
}

#content{
	background: #9abab5;
	width:895px;
	height:410px;
	padding-top:15px;
	
}

/*  ################################################################### 
                             S H A D O W S
    ###################################################################  */

#shadow{
	width:995px;
	height:10px;
	margin: 0 auto;
}

#LC{
	width:10px;
	float:left;
	background: url(horShadLC.jpg) no-repeat;
		height:10px;
}

#RC{
	width:10px;
	float:left;
	background: url(horShadRC.jpg) no-repeat;
		height:10px;
}

#Mid{
	width:975px;
	float:left;
	background: url(horShadMid.jpg) repeat-x;
		height:10px;
}

/*  ################################################################### 
                             P A N E L S
    ###################################################################  */
.contentbg{background-image: url(enteriffley.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	width:445px;
	height:400px;
	display:block;
	float:left;
	}
	.rightbg{	width:450px;
	height:400px;
	float:left;
	background-image: url(entercadmore.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;}
.ContentPane{
	padding-top:287px;
	padding-left:282px;
	padding-right:18px;
	
	text-align:left;
	
	
}

.RightPane{

	padding-top:287px;
	padding-left:295px;
	padding-right:18px;
	
}

.ContentLinkPane{
	width:359px;
	height:22px;
	background: #e9ebc4;
	float:left;
	margin-left:102px;
	font-family:"Times New Roman", Arial;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-align:center;

}

.RightLinkPane {
	width:359px;
	height:22px;
	background: #e9ebc4;
	float:left;
	margin-left:20px;
	font-family:"Times New Roman", Arial;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-align:center;

}

a:link, a:visited, a:hover	{
	font-family:"Times New Roman", Arial;
	font-size:10px;
	color:#b6bacc;;
	text-decoration:none;
}
.footer {
	font-family:"Times New Roman", Arial;
	font-size:10px;
	color:#5b5b5b;
}
a.footer:link
{
	color:#5b5b5b;
}



a.footer:visited
{
	color:#5b5b5b;
}a.footer:hover
{
	color:#b6bacc;
		text-decoration: underline;
}
/* enter button*/
.ebutton,a.ebutton:visited,a.ebutton:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#232323;
	line-height: 60px;
	background-image: url(enterbutton.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	display: block;
	height: 60px;
	width: 135px;
}



a.ebutton:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	line-height: 64px;
	background-image: url(enterbutton.jpg);
	background-repeat: no-repeat;
	background-position: left -60px;
	text-align: center;
	display: block;
	height: 60px;
	width: 135px;
	text-indent:2px;
}
.rightfoot{float:right}
.leftfoot{float:left}
