/* Screen Stylesheet by RJM Information Technologies */

html {overflow-y: scroll;} 

body {
	font: normal 14px Arial, FreeSans, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	/*background-color:#aaabd3;*/
	background:#aaabd3 url("/images/wistaston_from_the_air.jpg") no-repeat center center fixed;
	background-size:cover;
}
div#page {
	min-width: 960px; 
	max-width: 960px; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	padding-top: 10px;
}

/* Block Styles */

#block-all {
	position: relative;
	margin: 20px 0 20px;
	border: 10px solid #5958a2;
	box-shadow: 0 0 20px rgba(89, 88, 162, .99);
	border-radius: 20px;
	background:#FFF;
	padding: 15px;
}

p.pfooter {
	text-align:center;
	color:#5958a2; 
	background-color:#fff;
}
#headerlogo {
	/* background-color: #5958a2; */
	margin: 0;
	padding: 0;
}


#block-menu {
	font: normal 14px/30px Arial, FreeSans, Helvetica, sans-serif;
	position: relative;
	margin: 0px 0 20px 0;
	padding: 0 15px;
	background-color: #5958a2;
	/*background: linear-gradient(#ef522d,#550701);*/
	/* border-radius: 15px;  */
}
/* HTML Elements */

h1 { 
	font: normal bold 22px Arial, FreeSans, Helvetica, sans-serif;
	font-style:italic;	color: #5958a2;
	text-shadow: 2px 2px 2px #bbb;
}

h2 { 
	font: normal 20px Arial, FreeSans, Helvetica, sans-serif;
	font-style:italic; color: #5958a2; 
	text-shadow: 2px 2px 2px #bbb;
}
h3 { 
	font: normal 18px Arial, FreeSans, Helvetica, sans-serif;
	font-style:italic;	color: #5958a2; 
	text-shadow: 2px 2px 2px #bbb;
}
h4 { 
	font: normal 16px Arial, FreeSans, Helvetica, sans-serif;
	font-style:italic;	color: #5958a2; 
	text-shadow: 2px 2px 2px #bbb;
}
h5 { 
	font: normal 14px Arial, FreeSans, Helvetica, sans-serif;
	font-style:italic;	color: #5958a2; 
	text-shadow: 2px 2px 2px #bbb;
}
h6 { 
	font: normal 12px Arial, FreeSans, Helvetica, sans-serif;
	font-style:italic;	color: #5958a2; 
	text-shadow: 2px 2px 2px #bbb;
}
#tagline { 
	font: bold 42px Arial, FreeSans, Helvetica, sans-serif;
	font-style:italic;	color: #5958a2; 
	text-shadow: 2px 2px 2px #bbb;	/*padding-left:40px; */
	padding-right:100px;
	margin-top:30px;
	text-align:center;
	height: 180px;
}

b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}

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

img.logo { 
	text-align:center;
	height: 100px;
}
img.collage { 
	position:absolute;
	right:15px;
	top:15px;
	margin: 0;
	
}

a img { border: 0 none; }

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	text-shadow: 2px 2px 2px #bbb;
}

hr {
	color: #5958a2; 
}

ol {
	list-style-position: outside;
}

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

div.chapter{
	position: relative;
	overflow: auto;
	padding-bottom: 5px;
}


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

td {
	font: normal 14px Arial, FreeSans, Helvetica, sans-serif;
}

table.box {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #5958a2;
	border-collapse: collapse;
}
table.box th {
	border-width: 1px;
	padding: 4px 0px;
	border-style: solid;
	border-color: #5958a2;
	font: normal bold 16px Arial, Helvetica, FreeSans, sans-serif;

}
table.box td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #5958a2;
}
table.noborder {
	margin: 10px 10px 10px 10px;
	border-width: 0px;
}
table.noborder th {
	border-width: 0px;
	padding: 4px 4px 4px 0px;

}
table.noborder td {
	border-width: 0px;
	padding: 4px 4px 4px 0px;
}

.highlight { background-color: yellow; color: black }

/* HTML Elements for specific Block */

/* Form Styles */

.myform fieldset {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: none;
}
.myform div {
  width: 100%;
  clear: both;
}
input.errmsg  {
	font: normal 16px Arial, Helvetica, FreeSans, sans-serif;
	border-width: 0px;
	border-style: none;
	color: #fff;
	background-color: #5958a2;
	margin-top: 2px;
	padding: 1px;
}
input.okmsg  {
	font: normal 16px Arial, Helvetica, FreeSans, sans-serif;
	border-width: 0px;
	border-style: none;
	color: #fff;
	background-color: #080;
	margin-top: 2px;
	padding: 1px;
}
div.form {margin-bottom: 10px;}

input {
	font: normal 14px Arial, FreeSans, Helvetica, sans-serif;
	border-width: 1px; border-style: solid; border-color: #5958a2; 
	color: #000; background-color: #fff; 
	margin: 2px 0 0 2px;
	padding: 1px; width: 250px;
}
input.txturl {width:400px;}
textarea  {
	font: normal 14px Arial, FreeSans, Helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #5958a2; 
	color: #000000;
	background-color: #fff;
	margin: 2px 0 0 2px;
	padding: 1px;
	height: 200px;
}
label {
	font: normal 16px Arial, Helvetica, FreeSans, sans-serif;
	display: inline;
	float:left;
	color: #5958a2;
	margin: 10px 10px 0px 0px;
}
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,label.c6 textarea { width: 540px; }

.button {
	background-color: #5958a2;
	/*background: linear-gradient(#ef522d,#550701);*/
	border-width: 0px;
/*	border-style: solid;
	border-color: #ef522d; */
    border-radius:12px;
	color: #fff;
	font: normal 16px Arial, Helvetica, FreeSans, sans-serif;
    cursor: pointer;
	padding:1px;
	box-shadow: 3px 3px 3px #777;
	text-shadow: 1px 1px 1px #000;
	width:80px;
}
.buttonsmall {
	background-color: #5958a2;
	/*background: linear-gradient(#ef522d,#550701);*/
	border-width: 0px;
/*	border-style: solid;
	border-color: #ef522d; */
    border-radius:12px;
	color: #fff;
	font: normal 16px Arial, Helvetica, FreeSans, sans-serif;
    cursor: pointer;
	padding:1px;
	box-shadow: 3px 3px 3px #777;
	text-shadow: 1px 1px 1px #000;
	width:30px;
}

.button:hover, .buttonsmall:hover {
    box-shadow: 3px 3px 3px #444;
	text-shadow: 2px 2px 2px #000;
}

/* Menu Styles */

div#menu, div#submenu {
	overflow:hidden;
	position:relative;
	padding: 0px; 
	color: #000;
}
div#submenu {
	border-top: 2px solid #000;
}
ul#mainmenu, ul#submenu {
	margin: 0; 
	padding: 0; 
	list-style: none;
	/*height: 30px;*/
	clear:left;
	float:left;
	position:relative;
}
ul#mainmenu li, ul#submenu li {
	float: left;
	list-style: none;
}
ul#mainmenu a, ul#submenu a {
	padding: 0 5px;
	display: block;
	color: #fff;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
	min-width: 40px;
}
ul#mainmenu a.sel, ul#submenu a.sel {
	text-shadow: 1px 1px 1px #000;
	text-decoration: underline;
}
ul#mainmenu li:hover a, ul#submenu li:hover a {
	text-shadow: 2px 2px 2px #000;
	text-decoration: underline;
}

ul.gallery.clearfix {list-style: none;clear:left;margin:0; padding:0px 0px 0px 20px; }
ul.gallery li { display: inline; }
#fullResImage {margin:0;}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
	border: 1px solid #5958a2;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #fff;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #5958a2;
	display: table-cell;
	padding: 10px 10px;
	border-collapse: collapse;
}
.divTableHeading {
	background-color: #fff;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #fff;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* Skip Navigation styles */
#skip a:link, #skip a:visited, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-2500px;
	width:1px;
	height:1px;
	overflow:hidden;
	border-bottom: 1px solid #cacaca;
}
#skip a:active, #skip a:focus {
	position:absolute;
	left: 10px;
	top: 10px;
	width:auto;
	height:auto;
	margin-bottom: 10px;
	color: #fff;
	background-color: transparent;
	border-bottom: 1px solid #fff;
}
