/* CSS Document */
html * { padding: 0; margin: 0; }
html { height: 100%; }
body {
	background-color: #fff8e3;
	color: #33332d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	height: 100%;
}
h1, h2, h3 { 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: #db4105; 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;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 0;
	overflow: hidden;
}
#main { 
	background: url('../img/mainback.2.jpg') top right repeat-y;
	position: relative;
	padding: 45px 0 45px 20px; 
	min-height: 400px;
}
p, ul, ol, table { margin: 10px 0 25px 0; }
li { margin-left: 25px; }
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; }
.clear { clear: both; height: 1px; }


/* HEADER **************************************/
#header {
	position: relative;
	height: 210px;
	background: url('../img/headertop.2.jpg') top left no-repeat;
}
#header #logo {
	margin: 0;
	position: absolute;
	/*
	top: 24px; left: 45px;
	width: 196px; height: 87px;
	*/
	top: 19px; left: 60px;
	width: 167px; height: 102px;
	background: url('../img/logo.2.jpg') top left no-repeat;
}
#header #logo a { 
	display: block; 
	width: 167px; height: 102px;
}
#header h1 {
	margin: 0;
	position: absolute;
	top: 125px; left: 25px;
	width: 247px; height: 22px;
	background: url('../img/title.2.jpg') top left no-repeat;
}
#header h1 a { display: block; width: 247px; height: 22px; }
#header h1 a span { display: none; }
#header #tagline {
	margin: 0;
	position: absolute;
	top: 170px; left: 0;
	height: 40px; width: 750px;
	background: url('../img/headerbottom.2.jpg') top left no-repeat;
	line-height: 40px;
	text-align: right;
	color: #fff8e3;
	font-style: italic; 
	font-size: 18pt;
	font-family: "Times New Roman", Times, serif;
}


/* SIDEBAR **************************************/
#topnav {
	position: absolute;
	width: 210px;
	top: 270px; left: 540px;
	padding: 18px 0;
	background: url('../img/sidebarbottom.2.gif') #fff8e3 bottom left no-repeat;
	color: #7d8da0;
	font-weight: bold;
}
#topnav a, #topnav a:visited { color: #7d8da0; }
#topnav ul { list-style: none; margin: 0; }
#topnav li {
	padding: 5px 0;
	border-top-width: 1px; border-top-style: dashed; border-color: #cccc9f;
}
#topnav li.first { border-top-width: 0; border-top-style: none; }
#topnav #tl {
	position: absolute;
	width: 18px; height: 18px;
	top: 0; left: 0;
	background: url('../img/sidebartop.2.gif') top left no-repeat;
}
#topnav .childlist { 
	list-style: circle inside; 
	color: #9fb4cc;
	font-weight: normal;
}
#topnav .childlist li { 
	border-top-width: 0; border-top-style: none; 
	font-size: 9pt; 
	margin-left: 25px;
	text-indent: -35px;
	padding-left: 25px;
}
#topnav .childlist a, #topnav .childlist a:visited { color: #9fb4cc; }



/* FOOTER ***************************************/
#footer { 
	clear: both;
	float: right;
	text-align: right;
	width: 320px;
	background: url('../img/footercorner.2.gif') #810c8e bottom left no-repeat;
}
#footer p {
	padding: 5px 10px;
	margin: 0;
	font-size: 9pt;
	line-height: 18px;
	color: #fff8e3;
}
#adminfooter {
	position: absolute;
	top: 10px; left: 0; 
	width: 750px;
	text-align: center;
	margin: 0;
}



/* GENERAL ******************************************/
#main p, #main ul, #main ol, #main table, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6 { margin-left: 15px; width: 480px; }
#main li { margin: 10px 10px 15px 45px; }
#main .pagetitle {
	font-size: 2.0em;
	color: #fff8e3;
	background-color: #75b2dd;
	padding: 5px 250px 5px 15px;
	margin-left: 0;
	margin-right: 0;
}
.editdata { width: 480px; }
.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: 400px; height: 400px; }
.editdata textarea.smallta { width: 300px; height: 200px; }

.adminlink { font-size: 10pt; }
.adminlink a, #topnav .adminlink a, #topnav .childlist .adminlink a,
.adminlink a:visited, #topnav .adminlink a:visited, #topnav .childlist .adminlink a:visited { 
	color: #db4105;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
}
#main #flashMessage { 
	font-size: 11pt; 
	padding: 2px; 
	color: #fff; 
	background-color: #db4105; 
	position: absolute; 
	top: 10px; 
}




/* EDITOR *****************************************/
body.mceContentBody {
	text-align: left;
	padding: 5px;
}



/* ADMIN ******************************************/






#contactform { margin: 25px 0; }

