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

/* Layout

jumptocontent
page
	header
		banner
	frame
		mainmenu
	content
	footer
*/

#jumptocontent { display: none; }

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

#banner {
	position:relative;
	height: 180px;
}

#date {
	position:absolute;
	left:2px;
	top:2px;
	font: 8pt Arial, sans-serif; 
	color: #fff;
}

#news {
	position:absolute;
	left:2px;
	top:20px;
	width:300px;
	height:146px;
/*	border-width: 1px;
	border-style: solid;
	border-color: #808080; 
*/
	font: 10pt Arial, sans-serif; 
	color: #fff;
	overflow: auto;
}
/* RSS News */

#news a:link{
	color: #fff;
	text-decoration: none;
}

#news a:visited{
	color: #fff;
	text-decoration: none;
}

#news a:hover{
	text-decoration: none;	
}

#content {
	position: relative;
	z-index: 0;
}

#footer {
	text-align:center;
	padding-top: 15px;
	position:relative;
}

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:#f7f7f7;
}

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

p {
	margin: 0px 10px 0px 10px;
	color: #000000;
}
pre {
	margin: 0px 10px 0px 10px;
	color: #000000;
}

#footer p {
	font-size : 8pt;
	color: #808080;
}

ol {
	list-style-position: inside;
}

ul {
	list-style-position: outside;
	list-style-image: url("images/ul.jpg");
	/*list-style-type: disc; */
}

li {
	margin: 0px 20px 0px 20px;
	color: #000;
}

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

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

a {
	color:#FF0099;
	text-decoration:none;
}

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

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

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

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

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

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

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

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

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

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

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: Arial, sans-serif; 
	color: #000000;
	background: #f7f7f7; 
	width: 550px; 
	border-width:2px;
	border-style:solid;
	border-color:#808080;
	padding: 10px;
}
.myform legend {
	font-size : 12pt;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	color: #808080;
	background: #F4EFD2; 
	border-width:2px;
	border-style:solid;
	border-color:#808080;
	padding: 4px;
}

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

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

input.errmsg  {
	font: 10pt 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 Arial, sans-serif; 
	border-width: 1px;
	border-style: solid;
	border-color: #808080; 
	color: #000000;
	background-color: #EAE2B2;
	margin-top: 2px;
}

textarea  {
	font: 10pt Arial, sans-serif; 
	border-width: 1px;
	border-style: solid;
	border-color: #808080; 
	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; }

div.chk{
	font-size:8pt;
	color: #000;
}

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: #BA036F url("/images/menu.png") 0 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 33px;
	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: 33px;
	z-index: 3;
}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 175px;
	list-style: none;
	display: none;
	position: absolute;
	top: 33px;
	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 {
	padding: 0 5px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #fff;
	font: bold 10pt/33px Arial,sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	z-index: 3;
}

ul#navmenu a.sel {
/*
	border-left: 1px solid #808080; 
	border-right: 1px solid #808080; 
*/	
	padding: 0 5px;
	color: #FFC0FF;
	background: #808080 url("/images/menu.png") 0 -100px;
	z-index: 3;
}

ul#navmenu a.selmain {
/*
	border-left: 1px solid #808080; 
	border-right: 1px solid #808080; 
*/
	padding: 0 5px;
	color: #FFC0FF; 
	background: #808080 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
 {
/*
	border-left: 1px solid #808080; 
	border-right: 1px solid #808080; 
*/
	padding: 0 5px;
	color: #FFC0FF;
	background: #808080 url("/images/menu.png") 0 -50px;
	z-index: 3;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	color: #FFF;
	background: #000 url("/images/menu.png") 0 0px;
	float: none;
	z-index: 3;
}
ul#navmenu li li a.sel {
	color: #FFC0FF; 
	background: #808080 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 {
	color: #FFC0FF;
	background: #808080 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;
}


