/* CSS Document */
html * { margin: 0; padding: 0; }
body {
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #0d3756;
	padding: 15px 0;
}


/* FONT **************************/
h1 { font-size: 1.8em;  }
h2 { font-size: 3.2em;  }
h3 { font-size: 1.8em;  }
h4 { font-size: 1.2em; }
p,li,td,blockquote { font-size: 1.2em; }
td p, li p, p td { font-size: 1.0em; }
/*.layouttable td { font-size: 1.0em; }*/
legend { font-size: 1.2em; margin-bottom: 15px; color: #999; }


/* SPACING ***********************/
h1, h2, h3, h4 { margin-bottom: 10px; }
p, ul, ol, table { margin-bottom: 20px; }
blockquote { margin: 0 15px 20px 15px; }
li { margin-left: 20px; margin-bottom: 8px; }
th { padding: 1px 3px; vertical-align: bottom; }
td { padding: 1px 3px; vertical-align: top; }
.layouttable td { padding: 10px 5px; }
fieldset { 
	padding: 10px; margin-bottom: 25px;
	border-width: 1px;
	border-color: #999;
	border-style: solid; 
}

ul { list-style: dot; }
hr { width: 100%; height: 2px; color: #1064a4; background-color: #1064a4; margin: 5px 0 20px 0; border-width: 0; }


/* COLOR *************************/
a, a:visited { color: #1064a4; }

.clear { clear: both; height: 1px; }




#hug {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}


/* HEADER ***********************************************/
#header {
	height: 133px;
	background: url('../img/logo.jpg') top right no-repeat;
	padding-right: 550px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	color: #1064a4;
}
#header p {
	margin-bottom: 8px;
	font-size: 10pt;
}
#header p.title { 
	font-size: 14pt; 
	padding-top: 20px;
}


/* MAIN ***************************************************/
#mainwrap {
	background: url('../img/sidebar.back.gif') top left repeat-y;
}

#content {
	float: right;
	width: 512px;
	padding: 25px 0;
}

#sidebar {
	float: left;
	width: 228px;
}
#sidebar .innertube { padding: 20px; }

#topnav {
	background-color: #1064a4;
	color: #fff;
}
#topnav a { color: #fff; text-decoration: none; }
#topnav a:hover { text-decoration: underline; }

#topnav ul {
	list-style: none;
}
#topnav li {
	font-size: 11pt;
	margin-left: 0;
	margin-bottom: 4px;
	padding-left: 36px;
	text-indent: -24px;
	background: url('../img/topnav.bullet.gif') no-repeat;
	background-position: 0 6px;
}

#footer {
	text-align: center;
	padding-top: 15px;
	font-size: 1.0em;
}

#adminfooter {
	text-align: center;
	margin: 0;
	padding: 10px 0 10px 0;
	clear: both;
	font-size: 7pt;
}


/* GENERAL DETAIL ********************************/
.editdata p { 
	clear: both; 
	float: right; 
	width: 100%;
	margin: 8px 0 8px -135px;
}
.editdata .item {
	display: block;
	margin-left: 135px;
}
.editdata .label {
	float: left; 
	width: 130px;
	text-align: right;
	padding-top: 3px;
}
.editdata .long { width: 240px; }
.editdata .short { margin-left: 245px; }
.editdata textarea { width: 510px; height: 300px; }
.editdata textarea.smallta { width: 300px; height: 150px; }
.editdata fieldset { clear: both; }

.editdatawide p { margin-left: -150px; }
.editdatawide .item { margin-left: 150px; }
.editdatawide .label { width: 145px; }


#imageuploadinstr ol { margin-bottom: 0; }

.adminlink { color: #e69914; }
.adminlink a, .adminlink a:visited, #sidebar .adminlink a, #sidebar .adminlink a:visited  { 
	font-size: 10pt;
	color: #e69914;
	font-weight: normal;
	text-transform: lowercase;
}
.linkthispage {
	padding-left: 15px;
	color: #8fc3ae;
	font-size: 10pt;
}
#flashMessage { 
	font-size: 10pt; 
	padding: 2px 5px; 
	color: #fff; 
	background-color: #e69914;
	text-align: center; 
	margin-bottom: 10px;
}
div.error_message { 
	display: block;
	margin-left: 100px;
	font-size: 1.2em; 
	color: #e69914; 
	font-weight: bold;
	font-style: italic;
}


#sitemapframe {
	background-color: #fff;
	color: #333;
	padding: 30px;
	margin: 0 20px;
}
#sitemapframe table { border-collapse: collapse; }
#sitemapframe tr:hover {
	background-color: #cfe2d4;
}
#sitemapframe th, #sitemapframe td {
	padding: 2px 3px;
}
#sitemapframe th { 
	font-size: 1.3em; 
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #0d6c28;
}
#sitemapframe .linkurl { color: #aaa; }



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


#imagelist { border-collapse: collapse; }
#imagelist td {
	padding: 5px;
	border-top-width: 1px; border-top-style: solid; border-color: #fff;
}

