@charset "utf-8";
/*start reset code*/
body, div, dl, dt, dd, form, fieldset, input, textarea { 
	padding: 0;
	margin: 0;
	}

fieldset, img { 
	border: 0;
	}
q:before, q:after {
	content: '';
	}
#mainwrapper {
	text-align: center;
}
#mainwrapper #headerwrapper {
	width: 100%;
	background-color: #010040;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#mainwrapper #subheaderwrapper {
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ADBCE7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9F9DFF;
	border-left-color: #9F9DFF;
}
#mainwrapper #subheaderwrapper #nav{
	background-color: #ADBCE7;
	float: left;
	width: 170px;
}
#mainwrapper #subheaderwrapper #photobanner{
	background-color: #ADBCE7;
	float: right;
	width: 606px;
	text-align: left;
	height: 121px; /* important to be same as image height */
}
#mainwrapper #subheaderwrapper #photobanner ul, #mainwrapper #subheaderwrapper #photobanner li { 
	padding: 0;
	margin: 0;
	}
#mainwrapper #bodywrapper {
	background-color: #FFFFFF;
	width: 747px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: left;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9F9DFF;
	border-left-color: #9F9DFF;
}
#mainwrapper #footerwrapper_outer {
	width: 100%;
	background-color: #010040;
	background-image: url(/images/footerback.jpg);
	background-repeat: repeat-x;
	height: 50px;
}
#mainwrapper #footerwrapper {
	width: 767px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding: 5px;
}
#spacercell {
	background-image: url(/images/spacergrey.gif);
	background-repeat: repeat-y;
}
body {
	background-color: #CFCEFF;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#s3slider {
	width: 606px; /* important to be same as image width */
	height: 121px; /* important to be same as image height */
	position: relative; /* important */
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#s3sliderContent {
   width: 606px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	padding: 8px;
	width: 590px;
	background-color: #000000;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #ffffff;
	display: none; /* important */
	top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 
