/*
	Stylesheet 
	Created by R J McIntosh 
	http://www.rjmit.net/
*/

/* Layout

jumptocontent
headerspace
page
	header
		banner
	frame
		mainmenu
	content
	footer
*/

#jumptocontent { display: none; }

#page { 
	width:760px;
	margin:auto;
	padding:0px;
	background-color:#fff;
	text-align:left;
	background:#F4EFD2;
}

#headerspace {
	position:relative;
	height: 10px;
}

#header {
	position:relative;
}

#banner {
	position:relative;
	border: 1px solid #AE8347;
}

#frame {
	position:relative;
	border-left: 1px solid #AE8347;
	border-right: 1px solid #AE8347;
	z-index: 1;
}

#mainmenu {
	z-index: 2;
}

#content {
	position: relative;
	border: 1px solid #AE8347;
	z-index: 0;
}

#footer {
	padding-top: 10px;
	position:relative;
	border-left: 1px solid #AE8347;
	border-right: 1px solid #AE8347;
	border-bottom: 1px solid #AE8347;
}

#footerspace {
	position:relative;
	height: 10px;
}

div.chapter{
	position: relative;
	overflow: auto;
}

#contact {
	position:relative;
}

#contact-left {
    width: 250px;
	overflow:auto;
}

#contact-right {
    width: 250px;
	position:absolute;
	top:0px;
	left:260px;
	overflow:auto;
}

html {overflow-y: scroll;} 

body, html {
	margin:0;
	padding:0;
	font-size : 10pt;
	font-family: Arial, sans-serif;
}

body {
	margin:0;
	padding:0;
	background:#EAE2B2 url("/images/bg.png") repeat;
}

body.showpic {
	margin:0;
	padding:0;
	background:#F4EFD2;
}

p {
	margin: 0px 10px 0px 10px;
	color: #000000;
}
#footer p {
	font-size : 8pt;
}

ol {
	list-style-position: inside;
}

ul {
	list-style-position: outside;
	list-style-type: disc; 
}

li {
	margin: 0px 0px 0px 0px;
	color: #000000;
}

a {
	color:#005FA9;
	text-decoration:none;
}

#content a:link {
	color: #005FA9;
	text-decoration: none;
}

#content a:visited {
	color: #005FA9;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

h1{
 font: bold 200% Arial, sans-serif;
 color: #AE8347;
 margin: 10px 0px 10px 10px;
 padding: 0px;
}

h2{
 font: bold 175% Arial, sans-serif;
 color: #AE8347;
 margin: 10px 0px 10px 10px;
 padding: 0px;
}

h3{
 font: bold 150% Arial, sans-serif;
 color: #AE8347;
 margin: 10px 0px 10px 10px;
 padding: 0px;
}

h4{
 font: bold 125% Arial, sans-serif;
 color: #AE8347;
 margin: 10px 0px 10px 10px;
 padding: 0px;
}

h5{
 font: bold 100% Arial, sans-serif;
 color: #AE8347;
 margin: 10px 0px 10px 10px;
 padding: 0px;
}

h6 {
	font: 100% Arial, sans-serif;
	color: #AE8347;
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

hr  {
	margin-bottom: 10px;
	border: 0px; 
	height: 1px;
	color: #AE8347;
	background:#AE8347;
}
hr.admin {
	width: 20px;
	border: 0px; 
	height: 1px;
	color: #AE8347;
	background:#AE8347;
}

a img { border: 0 none; }

img.float { float: left; margin: 0px 10px 10px 0px; }

img.floatright { float: right; margin: 0px 10px 10px 10px; }

table { margin: 10px; }

table h2, table p {margin-left: 0px; }

td {
	font-family: Arial,sans-serif;
	font-size: 10pt;
}

/* form stuff */

.myform fieldset {
	margin: 10px;
	font-size : 10pt;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	color: #000000;
	background: #F4EFD2; 
	/* width: 570px; */
	border-width:2px;
	border-style:solid;
	border-color:#AE8347;
	padding: 10px;
}
.myform legend {
	font-size : 12pt;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-weight: bold;
	color: #AE8347;
	background: #F4EFD2; 
	border-width:2px;
	border-style:solid;
	border-color:#AE8347;
	padding: 4px;
}

.myform div {
  width: 100%;
  clear: both;
}
label {
	display: inline;
	float:left;
	font-size:80%;
	color: #AE8347;
	margin: 10px 10px 0px 0px;
}

input  {
	font: 10pt Tahoma, Verdana, Arial, sans-serif; 
	border-width: 1px;
	border-style: solid;
	border-color: #AE8347; 
	color: #000000;
	background-color: #fff;
	margin-top: 2px;
	padding: 1px;
}
input.button {
	padding: .2em;
	color: #000;
	border: solid thin #AE8347;
	background-color: #EAE2B2;
}

input.errmsg  {
	font: 10pt Tahoma, Verdana, Arial, sans-serif; 
	border-width: 0px;
	border-style: none;
	color: #FF0000;
	background-color: #F4EFD2;
	margin-top: 2px;
	padding: 1px;
	font-weight: bold;
}

select {
	font: 10pt Tahoma, Verdana, Arial, sans-serif; 
	border-width: 1px;
	border-style: solid;
	border-color: #AE8347; 
	color: #000000;
	background-color: #EAE2B2;
	margin-top: 2px;
}

textarea  {
	font: 10pt Tahoma, Verdana, Arial, sans-serif; 
	border-width: 1px;
	border-style: solid;
	border-color: #AE8347; 
	color: #000000;
	background-color: #fff;
	margin-top: 2px;
	padding: 1px;
	height: 100px;
}


label.c1 input { width:  80px; }
label.c2 input { width: 174px; }
label.c3 input { width: 268px; }
label.c4 input { width: 364px; }
label.c5 input { width: 456px; }
label.c6 input,textarea { width: 550px; }

label.cc input { width: 150px; } /* for the calendar control */
label.cf input { width: 555px; } /* for the file control */

label.c2 select { width: 177px; }





ul#sitemap {
	margin: 0px 10px 0px 30px;
	list-style-position: inside;
	list-style-type: disc;
}
ul#sitemap2 {
	margin: 0px 10px 0px 30px;
	list-style-position: inside;
	list-style-type: circle;
}

/* Menu Stuff */

ul#navmenu {
	background: #F4EFD2 url("/images/menu.png") 0 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 23px;
	z-index: 3;
}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 23px;
	z-index: 3;
}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 175px;
	list-style: none;
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 3;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	z-index: 3;
  }

ul#navmenu ul li {
	width: 190px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	z-index: 3;
}

/* Root Menu */
ul#navmenu a {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #AE8347; 
	border-bottom: 0px solid #AE8347; 
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #F4EFD2 url("/images/menu.png") 0 0px;
	color: #AE8347;
	font: bold 10pt/22px Arial,sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	z-index: 3;
}

ul#navmenu a.sel {
	color: #F4EFD2; 
	/*color: #C2D0F4; */
	background: #AE8347 url("/images/menu.png") 0 -100px;
	z-index: 3;
}

ul#navmenu a.selmain {
	color: #F4EFD2; 
	background: #AE8347 url("/images/menu.png") 0 -100px;
	text-decoration: underline;
	z-index: 3;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a,
ul#navmenu a:focus,
ul#navmenu li:focus a
 {
	color: #000000;
	background: #AE8347 url("/images/menu.png") 0 -50px;
	z-index: 3;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #AE8347; 
	border-bottom: 1px solid #AE8347; 
	color: #AE8347;
	background: #F4EFD2 url("/images/menu.png") 0 0px;
	/* border-bottom: 1px solid #AE8347;  */
	float: none;
	z-index: 3;
}
ul#navmenu li li a.sel {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #AE8347; 
	border-bottom: 1px solid #AE8347; 
	color: #F4EFD2; 
	background: #AE8347 url("/images/menu.png") 0 -100px;
	z-index: 3;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #AE8347; 
	border-bottom: 1px solid #AE8347; 
	color: #000000;
	background: #AE8347 url("/images/menu.png") 0 -50px;
	z-index: 3;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 190px;
	z-index: 3;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	z-index: 3;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	z-index: 3;
}

