html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
}

body, td, p, div
{
	font-family: Lucida Grande, Trebuchet MS, Arial;
	font-size: 13px;
	line-height: 18px;
	color: #222222;
}

img
{
	border: 0px;
}

a {text-decoration: underline; color: #800000;}
a:hover {text-decoration: underline; color: #000000;}

h1
{
	font-family: Lucida Grande, Trebuchet MS, Arial;
	font-size: 22px;
	color: #175665;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 30px;
}

h2
{
	font-family: Lucida Grande, Trebuchet MS, Arial;
	font-size: 18px;
	color: #175665;
	font-weight: normal;
	margin-bottom: 10px;
}

form
{
	margin: 0px;
}

.imageleft
{
      float: left; 
      border: 1px solid #666666; 
      margin-right: 16px;
      margin-top: 5px; 
      margin-bottom: 3px;
}
.imageright 
{
      float: right; 
      border: 1px solid #666666; 
      margin-left: 16px; 
      margin-top: 5px; 
      margin-bottom: 3px;
}

#main
{
	width: 100%;
	height: 100%;
	text-align: center;
}

#container
{
	width: 960px;
	min-height:100%;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding-top: 10px;
}

#header
{
	width: 960px;
	height: 150px;
	background-image: url('/images/earthstone-2011-header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#header-logo
{
	position: absolute;
	z-index: 99;
	margin-top: 38px;
	margin-left: -50px;
}

#header-title
{
	float: right;;
	padding-top: 35px;
}

#page-main
{
	clear: both;
	width: 960px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#left-banner
{
	width: 200px;
	height: 429px;
	margin-left: 52px;
	position: absolute;
}

#content-top-bg
{
	width: 400px;
	height: 429px;
	margin-left: 560px;
	position: absolute;
	padding: 0px;
	z-index: 50;
}

#content-top
{
	width: 370px;
	height: 399px;
	position: relative;
	display: block;
	padding-left: 575px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 70;
}

#content-top p, #content-top li, #content-top div, #content-top td
{
	color: #ffffff;
}

#content-top h1
{
	font-family: Lucida Grande, Trebuchet MS, Arial;
	font-size: 22px;
	color: #ffffff;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}

#content-top h2
{
	font-family: Lucida Grande, Trebuchet MS, Arial;
	font-size: 18px;
	color: #cccccc;
	font-weight: normal;
	margin-bottom: 10px;
}

#content
{
	clear: both;
	width: 800px;
	padding-top: 10px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 50px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url('/images/earthstone-2011-content-bg.jpg');
}

#content-admin
{
	clear: both;
	width: 910px;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	min-height: 420px;
}

#footer
{
	clear: both;
	width: 960px;
	height: 90px;
	padding-top: 10px;
	margin-top: 30px;
	border-top: 1px solid #376b85;
}

#copyright
{
	float: left;
	text-align: left;
	width: 400px;
	font-size: 12px;
}

#address
{
	float: right;
	text-align: right;
	width: 500px;
	font-size: 12px;
}

.opacity100 {opacity: 1.0; filter: alpha(opacity=100);}
.opacity95 {opacity: 0.95; filter: alpha(opacity=95);}
.opacity90 {opacity: 0.9; filter: alpha(opacity=90);}
.opacity80 {opacity: 0.8; filter: alpha(opacity=80);}
.opacity70 {opacity: 0.7; filter: alpha(opacity=70);}
.opacity60 {opacity: 0.6; filter: alpha(opacity=60);}
.opacity50 {opacity: 0.5; filter: alpha(opacity=50);}
.opacity40 {opacity: 0.4; filter: alpha(opacity=40);}
.opacity30 {opacity: 0.3; filter: alpha(opacity=30);}
.opacity20 {opacity: 0.2; filter: alpha(opacity=20);}
.opacity10 {opacity: 0.1; filter: alpha(opacity=10);}
.opacity0 {opacity: 0.0; filter: alpha(opacity=0);}


