a.hidden {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	cursor: text;
}

a.thispage, .required { font-weight: bold; }
.thispage {
	color: yellow;
	background-color: transparent;
	font-weight:bold;
}

acronym { border-bottom: 1px dashed #c0c0c0; cursor: help; }

body {
	background-color: #c1cce0;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(tile.jpg);
	margin: 0;
}

div.centertext, p.imgcenter { text-align: center; }

div.imgcenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ff0000;
}

fieldset { }

form br { clear: left; }

form label.completed {
	background-image: url(complete.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

form label.completed {
	background-image: url(complete.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	color: #2e8b57;
}

form label.problem, form legend.problem {
	background-image: url(caution.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	color: #ff0000;
}

h1, h2, h3, h4, h5, h6, #nav, #nav2 { text-transform: capitalize; }

img { border: 0; }

img.imgleft, div.imgleft { float: left; margin-right: .5em; margin-bottom: .5em; }

img.imgright, div.imgright { float: right; margin-left: .5em; margin-bottom: .5em; }

label {
	display: block;
	float: left;
	width: 7em;
	text-align: right;
	padding-right: .5em;
}

/*label input:invalid {
	background: #ff0000;
	color: #ffffff;
}
*/
td {
	vertical-align: top;
	border: 1px solid #c0c0c0;
	padding: 0 1em 0 .5em;
}

tr.greenrow { background-color: #e0f8e1; color: #000; }

tr.whiterow { background-color: #ffffff; color: #000; }

.deleted {
	text-decoration: line-through;
	color: #000;
	background-color: #ffff00;
}

.highlight { background-color: #fafad2; color: #000; }

.img-shadow {
	float: left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.img-shadow-right img {
	display: block;
	position: relative;
	background-color: #fdf5e6;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.printOnly /*.hide, #nav ul li ul.hide*/ { display: none; }

.required:before { content: "*"; }

.skipnav { position: absolute; left: -1000px; visibility: hidden; }

.thumbnail span{
	position: absolute; /*CSS for enlarged image*/
	background-color: #ffffe0;
	padding: 5px;
	left: -1000px;
	border: 1px solid #c0c0c0;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
}

.thumbnail span img{
	border-width: 0; /*CSS for enlarged image*/
	padding: 2px;
}

.thumbnail:hover{ background-color: transparent; z-index: 50; }

.thumbnail:hover span{
	position: absolute; /*CSS for enlarged image on hover*/
	visibility: visible;
	left: 17em; /*position where enlarged image should offset horizontally */
	width: 40%;
	text-align: left;
}

#audio { vertical-align: top; }

#breadcrumb {
	margin:2em 0 1em 1em;
}
#breadcrumb ul {
	margin:0;
	padding:0;
	list-style-type: none;
	display: inline;
}
#breadcrumb ul li {
	display:inline;
	padding:0 .25em 0 .25em;
	
}

#breadcrumb ul li:before {
	content:" > ";
}

#breadcrumb .thispage {
	color:black;
	background-color: transparent;
	text-decoration: none;
}

#breadcrumb a {
	color: blue;
	background-color: transparent;
}
#captcha { padding-right: 10px; float: left; }

#captchadiv {
	width: 430px;
	float: left;
	height: 55px;
	margin-left: 7em;
}

#captchadiv br { clear: none!important; }

#container {
	min-width: 605px;
	max-width: 700px;
	float: left;
	background-image: url(railverticle.php.png);
	background-repeat: repeat-y;
	padding-left: 27px;
}

#content { padding: 1em 1em 0 1em; margin-bottom: 1em; }

#content a.doc {
	background-image: url(icon_doc.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 20px;
}

#content a.email {
	background-image: url(email.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 20px;
}

#content a.ext {
	background-image: url(icon_external.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 12px;
}

#content a.exttarget {
	background-image: url(external.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 12px;
}

#content a.pdf {
	background-image: url(icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

#content a.thispage, #footer a.thispage {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#content a.txt {
	background-image: url(icon_txt.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 20px;
}

#content img {
	padding: 1em;
	border: 1px dashed #c0c0c0;
	background-image: url(pushpin.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;
	padding: 25px 10px 10px 10px;
	outline: 1px solid #000000;
}

#footer {
	font-size: 80%;
	text-align: center;
	clear: left;
	width: 80%;
	margin: 1em auto 0 auto;
	padding: 1em 0 0 0;
}

#footer hr {
	width: 80%;
	border-top: 1px solid #c0c0c0;
	/*color:transparent;*/
	background-color: transparent;
}

#footer ul { list-style-type: none; margin: 0; padding: 0; }

#footer ul li { display: inline; padding: 0 1em 0 0; }

#header { margin: 0 auto 0 1em; background-repeat: no-repeat;}

#header h1 {
	margin: .5em 0 0 0;
	padding: .25em;
	color: #848c98;
	overflow: hidden;
}

#header h1 span { visibility: hidden; }

#message { color: #ff0000; font-weight: bold; text-align: center; }

#nav {
	border-right: 1px solid #c0c0c0;
	float: left;
	width: 20%;
	background-image: url(railhorizontal.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 40px;
	font-family: "Comic Sans MS","Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	background-color:#000;
	color: #fffff0;
}

#nav ul { list-style-type: none; 
margin: 0;
list-style-position: inside;
padding:0 0 0 1em; }

#nav ul li {
	border-bottom: 1px solid #c0c0c0;
	margin: .5em 1em 0 0em;
	padding: 0 0 1em 0;
}

#nav ul li a { 
	text-decoration: none; 
	font-weight: bold;
	display: block; 
	height: 20px; 
}
#nav ul li a:link, #nav ul li a:visited {
	color: #d4e2f7;
	background-color: transparent;
}
#nav ul li a:hover {
	color:#000;
	background-color:#d4e2f7;
}
#nav ul li a.thispage { color: yellow; }

#nav ul li ul {
	list-style-type: disc;
	background-color: #6495ed;
	background-image: url(spanetile.jpg);
	}


#nav ul li ul li {
	margin: 0 0 .0 .25em;
	font-size: 90%;
	font-weight: normal;
	padding:.5em 0 .25em 0;
	border:0;
	list-style-position: inside;
}

#nav ul li ul li a { display: block; font-weight: normal; }

#nav ul li ul li a.thispage { background-image: none; font-weight: bold; }

#nav ul li ul.hide { display: none; }

#nav ul li ul.show { display: block; margin: .25em 0; 
background-image: url(spanetile.jpg);
background-color: #6495ed;  }

#nav ul li:hover > ul.hide { display: block; }

#navcontainer {
	background-image: url(logosmall.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 150px;
	float: left;
	width: 20%;
	min-width: 170px;
}
#paging ul {
	margin:0;
	list-style-type:none;
	padding:0;
}
#paging ul li {
	display:inline;
	padding-left:.25em;
}
#paging a:link, #paging a:visited {
	color:#fff;
	background-color: transparent;
}
#paging a:hover {
	color:#000;
	background-color: #fafad2;
}
#thumbs {
	background-color:#000;
	color:#fff;
	width:15%;
	float:right;
	text-align:center;
	margin-right:.1em;
}
#thumbs h2 {
	font-size:80%;
	font-family: font-family: "Comic Sans MS","Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
#thumbs ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#thumbs ul li {
	margin:0;
	padding:0;
}
#thumbs ul li a img {
	padding:.25em;
	background-color:#fff;
}
#thumbs ul li a img.thispic {
	background-color:yellow;
}