html,
body {
	margin:0;
	padding:0;
	width: 100%;
	height:100%; /* 100 % height */
	color:#000;
	background: #B98645;
}
body {font:76%/1.5 Verdana, Arial, Helvetica, sans-serif;}
p {margin:1em;}
img {margin:0; padding:0;}
#wrap {
	width:90%;
	height:100%;
}
#header {
	height:130px;
	width: 90%;
}
#mainnav {
	width: 198px;
	margin-top: 130px;
	float: left;
	position: fixed;
	padding:0;
	overflow:hidden;
	z-index:25;
}

html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
#content-wrap {
	height:100%; /* 100 % height */	
	background: url("images/columns.gif") left repeat-y;
	}
#content {
	border-top: 1px solid #851413;
	border-right: 1px solid #851413;
	position: absolute;
	padding: 10px;
	top: 130px;
	left: 198px;
	right: 10%;
	bottom: 73px;
	overflow-y: auto;
	}
#footer {
	height:73px;
	width: 90%;
	background: #B98645;
	text-align: center;
	text-indent: 198px;
	font-size: .76em;
	border-top: 1px solid #851413;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}
#footer p {
	margin: .5em 0 0;
	line-height: .9;
	color: #F3EDDA;
	font-style: italic;
}
#footer p a {
	color: #851413;
	
}
.answer {
	margin: 0 auto;
	border: 1px solid #851413;
	width: 75%;
	padding: 1em;
	text-align:left;
}

.info {
	position:relative;
	padding:0.5em;
	border:2px solid #999;
	background:#fff;
}
a:link,
a:visited
	{
	color:#851413;
	text-decoration:underline;
}
a:focus,
a:hover {
	color:#B98645;
	text-decoration:underline;
}
#content-wrap {background:#FFF url("images/columns.gif") left repeat-y;}
#content {background:#F3EDDA;}

/* Niceties from Sarah's stylesheet */

/* main navigation */
#mainnav ul {
	list-style:none;
	margin: 0;
	padding: 0;
	}
#mainnav li {
	width: 198px;
	margin: 0;
	padding: 0;
	}
#mainnav li a {
	display:block;
	padding: 40px 0 0 0;
	margin:0;
	height: 0px !important; 
	width: 198px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	text-decoration: none;
	font-size:0px;
	color:#FFF;
	line-height:0px;
	}
#mainnav li#about a {
	background-image:  url(images/about.png);
	}
#mainnav li#programs a {
	background-image:  url(images/programs.png);
	}
#mainnav li#resources a {
	background-image:  url(images/resources.png);
	}
#mainnav li#questions a {
	background-image:  url(images/questions.png);
	}
#mainnav li#contact a {
	background-image:  url(images/contact.png);
	}
#mainnav li a:hover {
	background-position: 0 -40px;
	}
#mainnav li.active a {
	background-position: 0 -40px;
	}
/* end main navigation */

#cornerbox {
	height:274px;
	width:197px;
	border-right:1px solid #851413;
	padding:0;
	margin: 0;
	position:absolute;
	bottom:0;
	left:0;
	z-index:20;
	overflow:hidden;
	}
#logo {
	height:130px;
	width:403px;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	z-index:24;
	background:#FFF url(images/logo-left.gif) top left no-repeat;
	}
#upperbox {
	height:130px;
	width:247px;
	padding:0;
	position:absolute;
	top:0;
	right:9.9%;
	margin: 0;
	z-index:3;
	}
ul.subnav{
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style:none;
	color:#851413;
	font-size:1.1em;
	font-weight:100;
	text-decoration:none;
	text-align:center;
	margin:0em auto;
	padding:10px 15px 10px 0;
	}
ul.subnav li{
	display:inline;
	padding:0 10px 0 10px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	text-align:center;
	}
ul.subnav li a {
	color:#B98645;
	text-decoration:none;
	}
ul.subnav li a:hover {
	text-decoration:underline;
	}
ul.subnav li.active a {
	text-decoration:underline;
	}
div.answer ul, ol{
	text-align:left;
	}
	
ul.bullets {
	position:relative;
	margin:0em auto;
	width:70%;
	list-style: none;
	padding: 2px 10px 2px 10px;
	font-size:0.9em;
	text-indent:0;
	text-align:left;
	border:1px solid #851413;
	}
ul.bullets li {
	padding:3px 10px 7px 23px;
	background:url(images/miniheart.png) left top no-repeat;
	}
#emailform td{
	border:0;
	font-size:0.9em;
	vertical-align:top;
	}
.category {
	vertical-align:top;
	text-align:right;
	border:0;
	width:20%;
	}
.input {
	vertical-align:top;
	text-align:left;
	border:0;
	}
#choosing {
	font-size:0.9em;
	}
#choosing h3 {
	padding:3px;
	margin:0;
	}
	
h1, h2, h3 {
	padding: 10px 0 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:200;
}
	
h1 {
	font-size:1.8em;
	color:#851413;
	}
	
h2 {
	font-size:1.4em;
	color:#5E5E60;
	}

h3 {
	font-size:1.2em;
	color:#851413;
	}
