﻿/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	background-color:#FFFFFF;
	text-align: center;
}

/* links */
a {
	color: #B93A41;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #518C5E;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Calibri, Verdana, Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; } 
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 10px 0 30px;
	padding: 0 10px 0 20px;
	color: #B93A41;
}
ul span, ol span {
	color: #666666; 
}
.menuSections {
color:#666666;
text-transform: uppercase;
}
/* images */
img {
	border: 2px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
/*  border: 2px solid #CCC !important;*/
/*  border: 2px solid #568EB6;*/
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #B93A41; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #518C5E;   
	color: #518C5E;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input, select {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:420px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.btn, a.btn { 
	margin: 0;
	font-family:Calibri, Verdana, Arial, Sans-serif;
	font-size:1em;
	font-weight:bold;
	border: 1px solid #B93A41;
	background: #FFF; 
	padding: 2px 3px; 
	color: #B93A41;	
}
input.btnhov, input.btnhov, a.btn:hover{ 
	margin: 0; 
	border: 1px solid #518C5E;
	background: #FFF; 
	padding: 2px 3px; 
	color: #518C5E;	
}
/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
#login input.textbox, form.searchform input.textbox { 
	margin: 0; 
	width: 140px;
	border-color:#ccc;
	border-style:solid;
	border-width:1px; 
	background-color: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 970px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(../images/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Calibri, Verdana, Arial, Sans-serif;
	letter-spacing: -2px;
	/*text-transform:lowercase;*/
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;
	top:45px;
	left: 76px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
	width: 329px;
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 56%;
	min-height:300px;	
}
.readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.loginmore {
	background: url(../images/login.gif) no-repeat right;
	padding-right: 20px; margin: 0 10px 0 5px;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 20%;
	margin: 0;	
	padding: 0; 
	display: inline;		
}
ul.sidemenu {
	list-style:none;
	margin-left:10px;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
	padding:0;	
}
	
ul.sidemenu li {
margin:0 0 0 0;
}
ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:4px solid #CCC;		
	min-height:20px;
}

* html body ul.sidemenu a { height: 18px; }

ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-color:#B93A41;
}
#sidebar img {
border:none;
}
#sidebar img:hover  {  
  border:none;
}
/* rightbar */
#rightbar {
	float: right;
	width: 20%;
	padding: 0;
	margin:0 10px 0 0;		
}
/* login */
#login {
	float: right;
	width: 20%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #B93A41; 
	border-top: 5px solid #518C5E;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 70%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0; 
	padding: 0;
	list-style:none;
	right: 0; 
	bottom: 5px;
	font-weight:bold;
	font-size:14px;
	font-family:Calibri, Verdana, Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; 
   padding:0;
}
#header a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -43px;
}
#header a:hover span {
   background-position:100% -43px;
}
#header #current a {
   background-position:0% -43px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -43px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left;}
.float-right {float: right;}
.align-left  {text-align: left;}
.align-right {text-align: right;}

/* additional classes */
.clear {clear: both;}
.green {color: #518C5E;}
.red {color: #B93A41;}
.gray  {color: #BFBFBF;}

.Option
{
width: 100%; 
height: 24px; 
padding:2 5 3 16; 
border: 1 1 1 1 solid #ffffff; 
background-color: #f5f5f5; 
cursor:hand;
}
.Options {
padding:1 1 1 1
}
/* added to support revised menu
.menu, 
.menu ul { 
margin:0 0 0 15px;; 
padding:0; 
list-style:none; 
} 
.menu {width:200px;} 
.menu li 
{ 
margin:0; 
padding:0; 
margin-bottom:1px; 
} 
.menu a 
{ 
display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	min-height:18px;
} 
.menu a:hover 
{
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #B93A41;
} 
.menu ul li 
{
	padding-left:5px;
} 
.menu ul a 
{
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;
	min-height:18px;
} */
.hidden {display:none;} 
.linkinfo span{ /*CSS for enlarged image*/
position: absolute;
background-color: #f2f2f2;
padding: 5px;
border: 1px solid #B93A41;
visibility: hidden;
color: #518C5E;
text-decoration: none;
}
.linkinfo:hover span{ /*CSS for enlarged image*/
visibility: visible;
/*top: -66;
left: -100px; position where enlarged image should offset horizontally 
z-index:50;*/
}
.gallerycontainer{
text-align:justify;
/*position: relative;
Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img{
display: block;
border-width:1px;
border-style:solid;
border-color:#ffffff;
margin: 0 5px 5px 0;
}
.thumbnail:hover{
background-color:transparent;
}

.thumbnail:hover img{
border: 1px solid #B93A41;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
border: 1px solid #B93A41;
visibility: hidden;
color:#B93A41;
background-color:#518C5E;
text-decoration: none;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
background-color:#B9D7BF;
/*top: -200;
left: 50px; position where enlarged image should offset horizontally*/
z-index:50;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #cccccc; }

.aspmaker {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}
/* main table */
.ewTable {
	width: 100%; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.ewBasicSearch {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.aspmakerlist td {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	background-color: #f2f2f2; /* header color */
	color: #333333; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #ECC4C7; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #D7E8DB; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;
}

/* classes for report */
.ewReportTable {
    border: 0px;
    border-collapse: collapse;
}

.ewReportTable td {
    padding: 3px;
}

.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

/* Ajax */
.ewAstList {
	border: 1px solid black;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
}

.ewAstListBase {
	position: absolute;
	padding: 1;
}

.ewAstListItem {
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}