/* CSS Document */

html {min-height:100%; padding-bottom:1px;}

body   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: 1.5em;
	background-image: url(images/bkgrd_grad.png);
	background-repeat: repeat-x;
	background-color: #ffffcc;

}

#wrapper {
	position: relative;
	width: 50em;
	margin-left: auto;
	margin-right: auto;
	margin-top: .75em;
	min-height:24em;
	
}
#lcorner {
	width:2em;
	height:35px;
	background-image: url(images/lcorner.png);
	background-repeat: no-repeat;
	float:left;
	background-position: right;
}

#rcorner {
	width:2em;
	height:35px;
	background-image: url(images/rcorner.png);
	background-repeat: no-repeat;	
	float:left;
}

#masthead {
	width: 46em;
	height: 35px;
	float:left;
	background-image: url(images/mastbkgrnd.png);
	background-repeat: repeat-x;
	

}

#leftpanel  {
	width: 2em;
	min-height:24em;
	float:left;
	background-image: url(images/leftbkgrnd.png);
	background-repeat: repeat-y;
	background-position: right;
}

#centerpanel  {
	width:46em;
	min-height:24em;
	float:left;
	background-color: #ffffcc;
}

#rightpanel  {
	width: 2.0em;
	min-height:24em;
	float:left;
	background-image: url(images/rightgrnd.png);
	background-repeat: repeat-y;
	background-position: left;
}
#sector1 {
	width: 23.0em;
	height:17em;
	float: left;
	background-color: #ffffcc;
	position:relative;
}
#sector2 {
	width: 22.75em;
	height:17em;
	float: left;
	background-color: #ffffcc;
	background-image: url(images/alans_house_pic.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#sector3 {
	width: 45.5em;
	min-height: 1em;
	float:left;
	background-color: #ffffcc;
	padding-left: 0.5em;
	padding-top: 0.5em;
}

#sector4 {
	width: 46em;
	height: 25em;
	background-image: url(images/mountains_blurred_edges1.jpg);
	background-repeat: no-repeat;
	float:left;
	background-color: #ffffcc;
	background-position: center;
}


h1 {
                font-size: 1.0em;
                margin-top: 10px;
                margin-right: 0;
                margin-bottom: 1px;
                margin-left: 1px;
                padding-top: 5px;
                padding-bottom: 5px;
}

h1 a {
                color:#ffffff;
                text-decoration: none;
}
h2 {
	color:#000000;
	font-size: 9px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
	font-weight: normal;
}
h3 {
                font-size: 0.75em;
                font-weight: bold;
                color:#000000;
                margin-top: 7px;
                margin-right: 0;
                margin-bottom: 0px;
                margin-left: 0px;
                padding-left:10px;
                text-align: left;
                line-height: 1.25em;

                
}
h4 {
                color:#000000;
                font-weight: bold;
                font-size: 1.0em;
                margin: 10px 0 0 0;
                padding-bottom:10px;
                padding-top:0px;
                padding-right:0px;
                padding-left:0px;
                
}
h5 {
	color:#000000;
	font-weight: normal;
	font-size: 0.70em;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100px;
}

h6 {
	color:#000000;
	font-weight: normal;
	font-size: 0.70em;
	margin:0;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 0;
}

body p {
	font-size:0.85em;
	padding:0px;
	margin-top:0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 1.5em;                                
}

#footer {
	width: 48em;
	height:2em;
	float: left;
	background-image: url(images/footprints.png);
	background-repeat: no-repeat;
	background-position: 37.75em;
}

.menu  {
	width: 375px;
	height: 20px;
	padding-top: 11px;
	float: right;
	position: relative;
	padding-left: 0px;
	padding-right:0px;
	margin-right:0px;
}

.menufoot  {
	width:300px;
	float: left;
	padding-left: 2.9em;
	
}

.menufoot a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-right:5px;
}

.menufoot a:hover  {
	color: #CC9900;
	
}

.sector1a {
	width: 22.5em;
	height:8.0em;
	background-image: url(images/honeybear_logo2.png);
	background-repeat: no-repeat;
	positon:relative;
	float:right;
}
.sector1a a {
	position:absolute;
	top: 0;
	left: 0;
	width: 22.5em;
	height:7.0em;
	float:left;
}

.sector1a a h1 {
	display:none
}

.sector1b {
	width: 22.5em;
	height:9.0em;
	list-style-position: outside;
	list-style-type: circle;
	float:right;
}

.sector2a {

}

.sector3a  {
	width: 23em;
	min-height:0em;
	float: left;

}

.sector3b	{
	width: 22.5em;
	min-height:0em;
	float: left;

}

.sector3c	{
	width: 45.5em;
	float: left;
	padding-top: 4em;
}
a {
	color: #cc9966;
}

p {
	
}
/* "holds" everything... in this case it just determines the overall width*/
 .holder {
	width: auto;
	float: left;
	
    }

ul {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: circle;
	line-height: 1.75em;
}
.insert {
	font-size: 0.85em;
	font-weight: normal;
	
}
.emessage {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;	
}
.req {
	color: #FF0000;	
}
legend {
	font-size: .8em;
}
/* The "status bar" at the top -- no error for messages */
    span.message {
    display: block;
	background-color: #cc9933;
	border: 2px solid #996633;
	color: #333;
	padding: 7px;
	text-align: left;
	font-size: .85em;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
    }

/* Make the submit button push to the right side of the form */
    input#submit {
      margin: 0 0 0 96px;
    }
