/* ex-eca-stylesheet.css */

#Gothic {
  font-family: "Copperplate Gothic Bold", "Century Schoolbook", "Bookman Old Style", Georgia, "Book Antiqua", "Times New Roman", Serif;
  font-variant: small-caps;
}
#NavInPage {
  font-family: "Copperplate Gothic Bold", "Century Schoolbook", "Bookman Old Style", Georgia, "Book Antiqua", "Times New Roman", Serif;
  font-variant: small-caps;
  font-size: medium;
}
#NavInPageR {
  text-align: right;
  font-family: Copperplate Gothic Bold;
}
#NavInPageL {
  text-align: left;
  font-family: Copperplate Gothic Bold;
}
#NavInPageC {
  text-align: center;
}
.NavArrow {
	font-weight: bold;
	font-size: x-large;
	}
/* END ex-eca-stylesheet.css */

/* ex-Dayneswood.css */

body {
/*	color: #333333; */
}

/*** Full page ***/
#container{
	width: 90%;
    width: 975px;
	margin: 10px auto;
/*	border: 1px solid gray; */
	color: #333333;
	background-color: #FFF;
	font-size: 90%;
	line-height: 130%;
	text-align: left; /* to undo text-align:center set in body */
	}

/*** Header ***/
#header {
	height: 167px;
    color: white;
	background-color: rgb(204, 102, 0);
	background-image: url(SVH_Logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family:  "Century Schoolbook", "Bookman Old Style", Georgia, "Book Antiqua", "Times New Roman", Serif;
	font-variant: normal;
	}
#header h1, #header h2 {
	margin-left: 150px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1.5px;
	}
#header h1 {
	padding-top: 60px;
	font-size: 3.0em;
	}
#header h2 {
	font-size: 2.0em;
	}
h3 {
	font-size: 2.0em;
	font-weight: bold;
	}
/*
h2, h3, p, ul, ol {
  margin-left: 30px;
}
h1, h2, h3, p, ol {
  width: 30em;
}
ul, ol {
  padding-left: 30px;
}
.clearboth {
  clear: both;
}
h2 {
  clear: both;
  font-size: 140%;
  color: #518951;
}
h3 {
  clear: both;
  font-size: 110%;
  color: #518951;
}
*/

hr.w30 {
	text-align: center;
	margin-left: 35%;
	height: 1px;
	color: silver;
	width: 30%;
	}
hr.w90 {
	text-align: center;
	margin-left: 5%;
	height: 1px;
	color: silver;
	width: 90%;
	}
hr.menu {
	text-align: left;
	margin-left: 0;
	height: 1px;
	color: silver;
	width: 90%;
	}
hr.w100 {
	height: 1px;
	color: silver;
	width: 100%;
	}
	
/*** Left sidebar ***/
#sidebar_left{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
/*    background: #E4F7FA; */
	}
/* Main menu within sidebar */
#nav_main {
	text-align: left;
	padding: 0 0 0 10px;
	}
#nav_main ul {
	margin: 0;
	padding: 0;
    list-style: none;
	}	
#nav_main li {
	line-height: 100%;
	margin: 1.0em 0 0 0;
	}	
#nav_main a:hover {
	display: block;
	}	
/* Menu styles - main & inline */
.menu {
	color: black;
	font-family: "Copperplate Gothic Bold", "Century Schoolbook", "Bookman Old Style", Georgia, "Book Antiqua", "Times New Roman", Serif;
	font-variant: normal;
	font-size: 1.2em;
	text-decoration: none;
	}
.menu a {
	color: #000;
    text-decoration: none;
	}	
.menu a.active {
	color: #cc6600;
	font-weight: bold;
	text-decoration: none;
	}	
.menu a:hover {
	color: #cc6600;
	background-color: #FFF;
    text-decoration: underline;
	padding: 0;
	top: 0;
	left: 0;
	}
.arrow {
	font-weight: bold;
	}


#sidebar_left p {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0.5em 0em 0.5em 0em;
	}
/* Validation icons within sidebar */
#val_icons {
	padding: 20px 0;
	text-align: center;}
#val_icons img {
	margin: 5px 0;
    border: 0;
    }


#content-wide {
	margin-left: 150px;
	margin-right: 0px;
/*	padding: 10px;
	border: 0; */
	padding: 10px;
/*	border: 1px solid red; */
	}
#content-mid {
	margin-left: 150px;
	margin-right: 300px;
/*	padding: 10px;
	border: 0; */
	padding: 8px;
/*	border: 1px solid blue; */
	}
#content-right {
	float: right;
	margin-left: 0px;
	width: 280px;
/*	padding: 10px;
	border: 0; */
	padding: 8px;
/*	border: 1px solid green; */
	}

#news {
	text-align: center;
	}
#news p {
	line-height: 1.2em;
	}

.txblock-mid {
/*	clear: all; */
	margin-left: 0;
	margin-right: 300px;
/*	padding: 10px;
	border: 0; */
	padding: 8px;
/*	border: 1px solid purple; */
	}
.txblock-right {
	float: right;
	margin-left: 0;
	width: 280px;
/*	padding: 10px;
	border: 0; */
	padding: 8px;
/*	border: 1px solid maroon; */
	}
.txblock-right a img{
	text-align: center;
	margin: 5px 0 5px 0;
	border: 0;
	}
	
/* Notes above images */
p.img_note {
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
	line-height: 130%;
	margin: 0.2em 0 0.2em 0;
	}
.img_note hr {
	width: 100px;
	}
	
#sidebar1 {
  float: left;
  width: 170px;
  margin: 10px;
  padding: 10px;
  background: #d8e4d8 none repeat scroll 0% 50%;
}
#sidebar2 {
  float: right;
  width: 170px;
  margin: 10px;
  padding: 10px;
  background: #d8e4d8 none repeat scroll 0% 50%;
}
#sidebar1 p, #sidebar2 p {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0.5em 0em 0.5em 0em;
}

#navcontainer {
	margin: 4px;
}	
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}	
#navcontainer li {
	margin: 0;
}	
#navcontainer a {
	display: block;
	padding: 5px 10px;
	width: 140px;
	color: #000;
	background-color: #ADC1AD;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: 0.8em;
	background-image: url(navbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}	
#navcontainer a.active {
/*	display: block;
	padding: 5px 10px;
	width: 140px;
	color: #000;*/
	background-color: #78ab78;
/*	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: 0.8em;
	 url(navbutton.jpg);*/
	background-image: url();
/*	background-repeat: no-repeat;
	background-position: 0 0;*/
}	
#navcontainer a:hover {
	color: #000;
	background-color: #889E88;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(navbuttonhover.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}	
#navcontainer ul ul li {
	margin: 0;
}	
#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 125px;
	color: #000;
	background-color: #C5D8C5;
	text-decoration: none;
	font-weight: normal;
}
#navcontainer ul ul a:active {
	background-color: #78ab78;
	background-image: url();
}	
#navcontainer ul ul a:hover {
	color: #000;
	background-color: #889E88;
	text-decoration: none;
}
.image {
	float: right;
/*	max-width: 300px; */
	margin: 1.5em 0 1.5em 1.5em;
	padding: 0;
	text-align: center;
	}
.image img {
	margin: 0;
	border: 0;
	}
.image p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 0 0 1.5em 0;
	padding-top: 0;
	}

img.file_icon {
	border: 0px solid;
	width: 17px;
	height: 17px;
	}
/*	style="border: 0px solid ; width: 17px; height: 17px;" alt="PDF file" src="../images/pdficon_small.gif" */

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#rightnav
{
float: right;
width: 160px;
margin: 0;
padding: 1em;
}
#nav {
  margin: 0;
  padding: 2px 0 2px 2px;
  font-size: 90%;
  background-color: #78ab78;
  text-align: center
}
#nav li {
  display: inline;
  list-style-type: none;
  padding-left: 30px;
}
#nav a:link, #nav a:visited {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}
#nav a:hover, #nav a:active {
  color: #ffffff;
  background-color: #333333;
}
.mainmenu {
  margin-left: 30px;
  padding-left: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
/*
CSS
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
*/
#nav2 ul {
  width: 100%;
  margin: 0;
/*  padding: 1px 0; */
  font-size: 90%;
  background-color: #aeccae;
  text-align: center;
}
#nav2 ul li {
  display: inline;
  list-style-type: none;
/*  padding-left: 0; */
}
#nav2 ul li a {
	padding: 0.2em 1em;
	background-color: #aeccae;
	color: #000;
	text-decoration: none;
/*	float: left; */
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}
#nav2 ul li a:hover {
	background-color: #78ab78;
	color: #fff;
	}
/*
	#nav2 a:link, #nav2 a:visited {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}
#nav2 a:hover, #nav2 a:active {
  color: #ffffff;
  background-color: #333333;
}
*/
.mainmenu li {
  background: transparent url(/listamatic/images/arrow.gif) no-repeat scroll 0 0.3em;
  padding-left: 10px;
}

.links p {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0.5em 0;
	}
.links p.group {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 1.2em;
	}
.small {
	font-size: 0.8em;
/*	line-height: 1.875em; */
/*	margin-bottom: 1.875em; */
}
.compact {
	line-height: 1.2em;
	}
.ack_notes {
/*	font-family: "Trebuchet MS", Tahoma, "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, "Nimbus Sans L ", sans-serif; */
	font-size: 0.6em;
	font-weight: lighter;
	color: #808080; /* gray */
	text-align: center;
	}
.ack_notes_left {
/*	font-family: "Trebuchet MS", Tahoma, "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, "Nimbus Sans L ", sans-serif; */
	font-size: 0.6em;
	font-weight: lighter;
	color: #808080; /* gray */
	text-align: left;
	}

/*
a:link {
  color: #333399;
  background-color: transparent;
}
a:visited {
  color: #888888;
  background-color: transparent;
}
a:hover, a:active {
  color: #660000;
  background-color: transparent;
}
*/
table {
  margin: 0 0 2em 30px ;
  color: #333333;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
/*  border="5" cellpadding="5" cellspacing="5" */
}
th, td {
	border-color: #333333;
	border-style: none solid solid solid;
	border-width: 1px;
	padding: 5px 10px;
	text-align: right;
	}
td.dot {
	border-bottom-style: dotted;
	}
td.none {
	border-bottom-style: none;
	}
/*
th {
	text-align: left;
	color: #333333;
	background-color: #a3c6a3; 
	font-weight: bold;
	}
tbody th {
  background-color: #ffffff;
  font-weight: normal;
}
tbody .row2 th {
  background-color: #e4eee4;
}
.row2 {
  background-color: #e4eee4;
}
.foo {
  background-color: #98bae0;
}
caption {
  padding: 20px 0 5px;
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  color: #666666;
  background-color: transparent;
}
.submitlist li {
  margin-bottom: 1em;
}
*/
#content h2, #content h3, #content p, #content ul, #content ol {
  margin-left: 0;
}
#content p, #content ol {
  width: auto;
}
#content ul, #content ol {
  padding-left: 0;
}
#sidebar h2 {
  margin: 0;
}
#sidebar h2, #sidebar h3, #sidebar p, #sidebar ul, #sidebar ol {
  margin-left: 0;
}
#sidebar p, #sidebar ol {
  width: auto;
}
#sidebar ul, #sidebar ol {
  padding-left: 0;
}
#footer {
  border-top: 1px solid #a3c6a3;
  margin: 20px 10px 20px 10px;
  clear: both;
  font-style: normal;
  font-size: 90%;
  padding-top: 5px;
  color: gray;
}
#footer p {
  margin-left: 0;
}

h5 {
	margin-left: 10px
}
h5+p {
	margin-left: 10px
}
h6 {
	margin-left: 20px
}
h6+p {
	margin-left: 20px
}
