/*adoptAhighway stylesheet*/

/* to get window height */
html, body, #container, #content, #homeContent {
	min-height: 100%;
	width: 100%;
	height: 100%;
	}

html>body, html>body #container,  html>body #container #content, html>body #container #content #homeContent {
	height: auto;}

body {
	margin: 0px; 
	background-color: #ffffff;
	font: 76%, Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	}
   
	/*safe fonts: Arial, 'Arial Black', 'Comic Sans MS', 'Courier New', Georgia, Impact, 'Times New Roman', 'Trebuchet MS', Verdana*/
	/*font: 76% is best cross-browser solution; font: 62.5%  equals 10px*/
	
#container {
   position:absolute;
   top: 0;
   left: 0;
   voice-family: "\"}\"";
   voice-family: inherit;
   height: auto;
   padding-bottom:70px;    /*Height of the footer */
   }

#header {
	position: relative;
	height: 125px;
	background-color: #060A63;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: bold;
	border-bottom: 5px solid #ffcc33;
	}

#header img {
	height: 100px;
	}

#logo {
	height: 125px;
	}

#tagline {
	font: bold italic 1.15em Georgia, 'Times New Roman', serif;
	color: #ffcc33;
	margin-top: -4px;
	padding: -5%;
	}

#content {
	width: 76%;
	position: relative;
	float: right;
	background-color: #ffffff;
	padding-bottom: 70px;
	}

#homeContent {
	margin-top: 10px;
	padding-right: 10px;
	}

/*navigation box and list styling*/
#navBox {
	width: 20%;
	position: relative;	
	float: left;
	margin: 10 10;
	font-weight: bold;
	color: #060A63;
	background-color: #ffffff;
	z-index: 100;
	}


dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#menu {
	position: relative;
	top: .5em;
	left: .5em;
	width: 95%;
	}

#menu dt {
	cursor: pointer;
	background: #A9BFCB;
	height: auto;
	line-height: 20px;
	margin: 2px 0;
	border: 1px solid gray;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 8em;
	margin-top: -1.6em;
	width: 15em;
	background: #A9BFCB;
	border: 1px solid gray;
	}

#menu ul {
	padding: 2px;
	}

#menu li {
	text-align: left;
	padding-left: 5px;
	}

#menu li a, #menu dt a {
	color: #060A63;
	text-decoration: none;
	display: block;
	}

#menu li a:hover {
	text-decoration: underline;
	}

#membersNav {
	list-style-type: none;
	text-align: left;
	margin-top: 15px;
	}

#membersNav li {
	display: inline;
	background: #A9BFCB;
	border: 1px solid gray;
	margin-right: 2px;
	padding: 5px;
	}

#membersNav li a {
	color: #060A63;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	}

#membersNav li a:hover {
	text-decoration: underline;
	}

/*image gallery styling*/
#imageGallery {
	width: 350px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	background-color: #fff;
	}
	
/*preload classes*/ 
.svw {
	width: 350px;
	height: 200px;
	background: #fff;
	}
	 
.svw ul {
	position: relative; 
	left: -999em;
	width: 350px;
	} 
 
/*core classes*/ 
.stripViewer {  
	position: relative; 
	overflow: hidden; 
	width: 350px;
	border: solid thin #ffcc33;   
	margin: 0 0 1px 0; 
	} 

.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 350px; 
	list-style-type: none; 
	} 

.stripViewer ul li {  
	float:left; 
	} 

.stripTransmitter { 
	position: absolute;
	top: 235px;
	left: 0px;
	overflow: auto; 
	width: 350px; 
	height: 45px;
	} 

.stripTransmitter ul { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	width: 350px;
	list-style-type: none; 
	} 

.stripTransmitter ul li{ 
	width: 20px; 
	float:left; 
	margin: 0 1px 1px 0; 
	} 

.stripTransmitter a{ 
	font: bold 10px Verdana, Arial; 
	text-align: center; 
	line-height: 22px; 
	background: #060A63; 
	color: #fff; 
	text-decoration: none; 
	display: block; 
	} 

.stripTransmitter a:hover, a.current{ 
	background: #ffcc33;
	color: #060A63; 
	} 
 
/*tooltips formatting*/ 
#tooltip { 
	background: #fff; 
	color: #000; 
	opacity: 0.85; 
	border: 5px solid #dedede; 
	} 

#tooltip h3 {  
	font: normal 10px Verdana;  
	margin: 0;  
	padding: 6px 2px;  
	border: 0; 
	} 

h1 {
	text-align: left;
	margin-bottom: -10px;
	}

h1 a {
	text-decoration: none;
	}

a { 
	outline: none;
	}

p {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 1em;
	}

p.center {
	text-align: center;
	}

p.admin {
	font-size: 1em;
	}

p.error {
	color: red;
	}

p.adminTitle {
	text-align: center;
	font-weight: bold;
	margin: 5px auto;
	padding-top: 5px;
	}

#txtHint {
	width: 300px;
	float: left; 
	height: auto;
	overflow: auto;
	text-align: left;
	overflow: visible;
	}


p.searchResults {	
	position: relative;	
	top: 10px; 
	margin-left: 15px;	
	float: left;
	text-align: left;
	}

p.searchResults a {
	text-decoration: none;
	}

#byline {
	width: 40%;
	margin: 0 auto;
	font-weight: bold;
	background-color: #ffcc33;
	color: navy;
	border: solid thin navy;
	text-align: center;
	}

#payPal {
	border: none;
	}

table.nav {	
	width: 20%;
	float: right;
	table-layout: fixed;
	margin-top: 10px; 
	margin-right: 10px;
	border-collapse: collapse;
	}

table.admin {
	width: 100%;
	margin: 0 auto;
	}

table.searchResults {	
	border-collapse: collapse;
	empty-cells: hide; padding: 0;
	}

tr.left {
	float: left;
	margin-right: 15px;
	}

table.searchResults td {
	text-align: left;	
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	}

td {
	padding-bottom: 5px;
	}

table.adminTable {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	border-collapse: collapse;
	}

#footer {
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%;
	height: 65px;
	padding-bottom: 2px;	
	background-color: #060A63;
	color: #ffcc33;
	border-top: solid 5px #ffcc33;
	}

#footer p {
	text-align: center;
	}

#footer a, #footer a:visited {
	color: #ffcc33;
	}

/*html>body #footer {position: fixed;}*/




