/* CSS Document */

/* Basic stuff */

html, body {
	background-color: #fff6e7;
	color: #514b60;
	font-size: 100%;
	line-height: 100%;
	width: 100%;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	min-width: 800px;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre {
	margin: 0;
	padding: 0; 
	font-size: 100%;
	line-height: 100%;
} 

table {
	border-collapse: collapse;
}

ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

ul, ol, dl {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
}	

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	padding: 0;
	margin-bottom: 0px;
}

label {
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {	
	margin: 0px;
}

input, textarea, select {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
}

input[type="submit"], input.submit {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: auto;
	font-size: 80%;
}

input[type="text"], textarea, select {
	border: 0px;
}


	
/* Default link styles */

a {
	text-decoration: underline;
}

a:link {
	color: #ff524e;
	outline: none;
	text-decoration: underline;
}

a:active {
	color: #fd8c86;
}

a:visited {
	color: #ff524e;
	outline: none;
}

a:hover {
	color: #50a86a;
}

a img, a img:visited {
	border: none;
	outline: none;
}


/* Text styles */

.body_copy {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 120%;
}

h1 {
	margin: 0;
	padding: 0; 
	font-size: 120%;
	line-height: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
} 


/* Layout */

div#pagecontainer {
	text-align: center;
	width: 100%;
	height: 100%;
	border: none;
}

div#pagecontent {
	position: absolute;
	left: 50%;
	margin-left: -410px;
	margin-top: 10px;
	width: 820px;
	min-height: 650px;
	height: 100%;
	text-align: left;
}

img.floatright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}


#footer {
	width: 100%;
	margin-top: 20px;
}

#footer p {
	font-size: 100%;
	line-height: 130%;
	text-align: center;
}

div#border {
	position: relative;
	text-align: center;
	top: 10px;
	width: 820px;
	height: 620px;
	background: url(images/honeysuckle_border.jpg);
	border: none;
}

div#name {
	position: relative;
	text-align: center;
	top: 180px;
	width: 820px;
	height: 48px;
	border: none;
}

div#esmeinfo {
	position: absolute;
	top: 254px;
	left: 149px;
	width: 510px;
	height: 205px;
	overflow: auto;
	padding: 10px;
	text-align: left;
}

div#indexnav {
	position: absolute;
	top: 254px;
	left: 149px;
	width: 510px;
	height: 100px;
	padding: 10px;
	text-align: center;
}

div#indexnav2 {
	position: absolute;
	top: 344px;
	left: 149px;
	width: 510px;
	height: 100px;
	padding: 10px;
	padding-left: 90px;
	text-align: center;
}

span.indexbutton {
	height: 40px;
	width: 120px;
	display: block;
	float: left;
	margin: 8px;
	padding: 10px;
	background-color: #e3e1e6;
	border: 4px double #fff6e7;
}


.indexbutton a {
	font-size: 28px;
	font-style: italic;
	text-decoration: none;
	line-height: 40px;

	

	
	
}


