body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	border-top: 2px solid #00926B;
	padding: 0;
	margin: 0;
}

body, p, td, li {
	font-size: 11px;
}

a img {border: 0;}

h2 {
	margin: 0 0 8px 0;
}

h5 {
	font-size: 110%;
	font-weight: bold;
}

#main {
	position: relative;
	width: 971px;
}

#header, #upper, #lower {
	margin: 0 10px;
}

#header #corp_logo {
	position: absolute;
	top: 25px;
	right: 10px;
}
#header h1 {
	margin: 0;
	padding: 25px 0;
}

#upper {
	background: url(images/grad_bg.gif) top right no-repeat;
	height: 412px;
	padding-left: 20px;
}

#fake_h3 {
	float: right;
	width: 270px;
	margin: 0 8px 0 0;
}

#flashcontent {
	width: 638px;
	height: 375px;
	float: left;
}
#flashcontent ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 167px;
	float: left;
}
#flashcontent li a{
	display: block;
	border-top: 1px solid #ccc;
	background-color: #eee;
	color: black;
	text-decoration: none;
	padding: 6px 25px;
	margin-bottom: 3px;
}
#flashcontent li a:hover{
	background-color: #94c752;
}
#noflash {
	margin-left: 183px;
	width: 453px;
	display: block;
}

#maincontent {
	width: 280px;
	height: 320px;
	float: right;
	margin-right: 0px; /* and also jScrollPaneContainer */
	overflow: auto;
/*	text-align: justify;*/
}
#maincontent p, #maincontent h3, #maincontent h5 {
	margin: 0 16px 1em 8px;
}

#sample_print, #sample_print p {
	font-size: 90%;
}

#three_prints {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#wtb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#wtb ul li {
	margin: 10px;
	padding: 0;
	display: inline;
	float: left;
}

#lower {
	clear: both;
}

#awards {
	float: left;
	padding-left: 45px;
}

#gallery {
	background: url(images/grad_bg.gif) top right no-repeat;
	padding: 0 0 0 9px;
	margin: 4px 0 20px 45px;
	width: 525px;
	float: left;
}
#banners {
	width: 205px;
	float: right;
}
#banners ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#banners li {
	margin: 0 0 6px 0;
	padding: 0;
}

#footer {
	padding: 10px 10px 20px 18px;
	background: url(images/foot_bg.gif) bottom repeat-x;
	height: 20px;
	clear: both;
}

#copyright, #utility a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000;
}

#copyright {
	float: left;
	margin:	0 0 -20px -20px;
	width: 357px;
	height: 40px;
	padding: 0 0 0 18px;
	background: url(images/foot_identity.gif) bottom left no-repeat;
}

#utility {
	width: 450px;
	text-align: right;
	float: left;
	left: 150px;
	position: relative;
	margin: 0;
	padding: 0;
}

#utility li {
	list-style: none;
	display: inline;

}

#utility li a {
	vertical-align: middle;
	padding: 0 1em 0 0.7em;
	background: url(images/gsg_arrow.gif) 0 0.1em no-repeat;
	text-decoration: none;
	font-weight: normal;
}

#utility li a:hover {
	text-decoration: underline;
}

/* ############# form ############## */

.formentry label {
	display: block;
	width: 75px;
	margin-right: 10px;
	float: left;
	text-align: right;
}

#btn_submit {
	margin: 5px 0 10px 85px;
}

.formErrors {
	border: 1px solid;
	color: #f00;
	background: #fee;
	padding: 10px;
	margin-bottom: 1em;
	display: none;
}

/* ############# carousel ############## */

#jCarouselLiteDemo .carousel  {
    padding: 0 0px;
    margin: 0;
    position: relative;     
}

#jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
	display: block;
	float: left;
	width: 22px;
	height: 65px;
	text-decoration: none;
	background: url("images/btn_left.gif") left 35px no-repeat;
}
#jCarouselLiteDemo .carousel a.next {
	background: url("images/btn_right.gif") right 35px no-repeat;
}
/*
#jCarouselLiteDemo .carousel a.next:hover {
	background-image: url("/image/imageNavRightHover.gif");
}
#jCarouselLiteDemo .carousel a.prev:hover {
	background-image: url("/image/imageNavLeftHover.gif");
}    
 */
#jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
	border: none;
	outline: none;
}                 
#jCarouselLiteDemo .carousel .jCarouselLite {
	float: left;
	width: 470px;
	
	/* Needed for rendering without flicker, but screws noscript!
	position: relative;
	visibility: hidden;
	left: -5000px; */
}
#jCarouselLiteDemo .carousel ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}
#jCarouselLiteDemo .carousel li {
	display: inline;
	float: left;
	overflow: hidden;
	background-color: #fff;
	width: 102px;
	margin: 7px;
}
#jCarouselLiteDemo .carousel li img {
	margin-bottom: 4px;
}

/* ############# scrollpane ############## */

.jScrollPaneContainer {
	position: relative;
	float: right;
	overflow: hidden;
	z-index: 1;
	margin-right: 8px;
	width: 280px !important;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #eee;
	border: 1px solid #ccc;
}
.jScrollPaneDrag {
	position: absolute;
	background: #91c851 url(images/slider.png) top center no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* ############# simpleModal ############## */

#modalOverlay {
	background-color:#000;
	cursor:wait;
}

#modalContainer {
	height:420px;
	width:505px;
	left:500px;
	top:15%;
	margin-left:-252px; /* half the width, to center*/
	background-color:#fff;
	border:1px solid #ccc;
}

#modalContainer a.modalCloseImg {
	background:url("images/btn_close.png") no-repeat;
	width:70px;
	height:19px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:5px;
	right:4px;
	cursor:pointer;
} 

#basicModalContent {
	display: none;
	padding: 10px;
}

#preview {
	background: url(images/grad_bg.gif) top right no-repeat;
	padding: 20px;

}
#preview p{
	margin: 10px 0 0 0;
	padding: 0;
}
