/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2007, JudyBuswell.com */ 
/* Created Date: Aug 21th, 2007 */

body {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background: url(../originals/GIF/bg1.gif) repeat;
}

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		color:#008000;
	}
	
a {text-decoration: none;}
a:link {color: #2D5C5C;}
a:visited {color: #C36; }
a:hover { color: #C36; }

#container {
	width: 780px;
	margin: 8px auto 0;
	padding: 0;
	position: relative;
	text-align: center;
}


/* body element */
#pageHeader {
	background: url(../images/JBusSig3.gif) no-repeat 25px 0px;
	height: 67px;
	width: auto;
}
#pageHeader h1 span {visibility: hidden;}
#pageHeader h2 {display: none;}

#quickSummary span { display: none; }

#wrapper {
	background: url(../originals/GIF/bg_container_header.png);
	height: 80px;
}

#preamble, #supportingText {background: url(../originals/GIF/bg_container_body.png) repeat-y; }

#wrapper, #preamble, #supportingText {
	padding-left: 330px;
	padding-right: 40px;
}

#preamble p, #supportingText p {
	margin: 0em;
	text-align: left;
	padding: 0.5em;
	font: 0.82em/1.5em "Times New Roman", Times, serif;
}
#supportingText h3  { padding-top: 25px; }
#wrapper h3, #preamble h3, #supportingText h3 {
	font: normal 1.3em/1.8em Georgia, "Times New Roman", Times, serif;
	color: #930;
	margin: 0em;
	text-align: left;
	padding-top: 40px;
	padding-left: 10px;
	letter-spacing: 1px;
}

#wrapFooter {
	background: url(../originals/GIF/bg_container_footer.png) no-repeat; 
	height: 35px; }

#whoImage {
	position: absolute;
	left: 30px;
	top: 140px;
	width: 290px;
	background: url(../originals/GIF/who.png) no-repeat;
	height: 250px;
}
#orderinfoImage {
	position: absolute;
	left: 30px;
	top: 140px;
	width: 290px;
	background: url(../originals/GIF/orderinfo.jpg) no-repeat;
	height: 390px;
}
#wrapFooter span, #whoImage span, #orderinfoImage span { display: none; }

/* elements for Simple Viewer */
#swWrapper {
	width: 790px;
	margin: 0px;
}

#simpleViewer {
	width: 780px;
	margin: 0px;
	height: 430px;
	padding-top: 1px;
}
#swWrapper2 {
	width: 780px;
	margin: 0px;
	padding: 0px;
}
#simpleViewer2 {
	width: 770px;
	margin: 0px;
	height: 450px;
	padding-right: 35px;
	padding-top: 5px;
}

/* ends elements for Simple Viewer */

#footer { text-align: center; }
#footer p {
	text-align: center;
	color: #000;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	font: 10px/18px "Lucida Grande", verdana, lucida, sans-serif;
}

#footer a {
	color: #F7F1F1;
	font: normal 10px/16px "Lucida Grande", verdana, lucida, sans-serif;
} 
	
/* horizontal  menu for image gallery */
#navcontainer  {
	position: relative;
	width: 680px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul  {
	list-style-type: none;
	text-align: center;
	margin: 0px 10px;
	padding: 0px 0 0 0;
	height: 30px;
	width: 680px;
}

#navcontainer ul li  {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}

#navcontainer ul li a  {
	background: #ffffff;
	width: 60px;
	height: 18px;
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 11px/17px "Lucida Grande", verdana, lucida, sans-serif;
	border-right: 0px solid #6A9F9F;
	border-top: 0px dotted #FFFFFF;
	border-bottom: 0px dotted #FFFFFF;
	border-left: 0px none;
}

#navcontainer ul li a:hover {
color: #ffffff; 
background: #ffffff; 
}

#navcontainer a:active {
background: #ffffff; 
color: #fff; 
}

#navcontainer li#active a{
background: #ffffff;
color: #fff; 
}

