/* CSS Document */
html * { padding: 0; margin: 0; }
html { height: 100%; }
body {
	background: url('../img/simpleback.jpg') #496949 top center repeat-y;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	height: 100%;
}
h1, h2, h3, h4, h5 { font-family: Georgia, "Times New Roman", Times, serif; }
h1 { font-size: 4.8em; }
h2 { font-size: 3.0em; }
h3 { font-size: 2.0em; }
h4 { font-size: 1.6em; }
p,td,th,li { font-size: 1.4em; }

a, a:visited { color: #87b387; text-decoration: none; }
a:hover { text-decoration: underline; }

th { padding: 1px 3px; vertical-align: bottom; }
td { padding: 1px 3px; vertical-align: top; }



/* LAYOUT *************************************/
#hug {
	position: relative;
	background: url('../img/woodgrain.jpg') top left repeat-y;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
}
#main { padding: 0 20px; }
p, ul, ol, table { margin: 10px 0 25px 0; }
li { margin-left: 20px; }
h3, h4 { margin: 25px 0 10px 0; }
hr { 
	clear: both;
	margin: 15px 0 25px 0; 
	color: #ee8843;
	background-color: #ee8843;
	height: 1px;
}
.leftcol { float: left; width: 280px; }
.rightcol { float: right; width: 395px; padding-top: 40px; }
.center { text-align: center; }


/* HEADER **************************************/
#header {
	height: 160px;
}
#logo {
	position: absolute;
	width: 113px; height: 119px;
	top: 12px; left: 20px;
}
#header h1 {
	position: absolute;
	top: 22px; left: 133px;
	width: 446px; height: 45px;
	background: url('../img/title.jpg') top left no-repeat;
	text-indent: -9999px;
}
#header h5 {
	position: absolute;
	top: 18px; left: 600px;
	width: 140px; height: 45px;
	font-size: 14pt;
	color: #ccc4ad;
	font-style: italic;
	overflow: visible;
}


#topnav {
	position: absolute;
	width: 720px; left: 0;
	height: 75px; top: 85px;
	text-align: right;
}
#topnav p { font-size: 1.4em; margin-bottom: 8px; }
.navgroupA a, .navgroupA a:visited { color: #ee8843; }



/* FOOTER ***************************************/
#footer { 
	clear: both;
	text-align: center; 
	font-style: italic;
	padding: 60px 0 20px 0;
}
#adminfooter {
	text-align: center;
}



/* GENERAL ******************************************/
.pagetitle {
	font-weight: normal;
	border-bottom-width: 1px; border-bottom-style: solid; border-color: #ee8843;
	padding-bottom: 4px;
}
.clear { clear: both; }
.editdata p { 
	clear: both; 
	float: right; 
	width: 100%; 
	margin: 8px 0 8px -100px;
}
.editdata .item, .editdata .error_message {
	display: block;
	margin-left: 100px;
}
.editdata .label {
	float: left; 
	width: 95px;
	text-align: right;
	padding-top: 3px;
}
.editdata .long { width: 240px; }
.editdata .short { margin-left: 245px; }
.editdata textarea { width: 700px; height: 400px; }
.editdata textarea.smallta { width: 450px; height: 200px; }
.editdata em { font-size: 10pt; }

.adminlink { font-size: 10pt; }
.adminlink a, .navgroupA .adminlink a { 
	color: #fbe23b;
	font-size: 10pt;
	font-style: italic;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
}
.flash { font-size: 12pt; color: #000; background-color: #fff; }


/* THUMBS *****************************************/
.thumbs img { border-width: 0; border-style: none; margin-right: 6px; margin-bottom: 6px; }
.caption { display: block; padding-top: 6px; color: #ddd5be; font-size: 10pt; }



/* EDITOR *****************************************/
body.mceContentBody {
	text-align: left;
	padding: 5px;
	background: url('../img/woodgrain.jpg') top left repeat-y;
}



/* ADMIN ******************************************/
#imagelist { border-collapse: collapse; }
#imagelist td { 
	border-top-width: 1px; border-top-style: solid; 
	padding: 8px 5px;
}