@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../../images/bg.png);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #888;
}
.oneColFixCtrHdr #container {
	width: 1350px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
//	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:46px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent #eventSection{

	background-image:url(../../images/eventsbg.png);
	background-repeat:no-repeat;
	width:350px;
	height:320px;
	color:#888;
	font-size:11px;
	font-weight:bold;
	letter-spacing:.04em;

}
.oneColFixCtrHdr #mainContent input.text{

	width:150px;
	font-size:11px;
	letter-spacing:.04em;
}

.oneColFixCtrHdr #mainContent h3{
	margin-bottom:0px;
	padding:0;
	font-size:15px;
	letter-spacing:.04em;
	line-height:0px;
	color:#FFF;
}

.oneColFixCtrHdr #mainContent td{
	margin-bottom:0px;
	padding:0;
	font-size:11px;
	line-height:16px;
	letter-spacing:.05em;
}

.oneColFixCtrHdr #mainContent textarea{

	width:150px;
	font-size:11px;
	letter-spacing:.04em;
}

.oneColFixCtrHdr #mainContent #rightContainer{

	background-image:url(../../images/gallerybg.jpg);
	background-repeat:no-repeat;
	width:283px;
	height:300px;
	color:#888;
	font-size:11px;
	font-weight:bold;

}

.oneColFixCtrHdr #mainContent #leftSide{
	padding-left:6px;
	padding-right:6px;
	background-color:#000;
	height:470px;
}
.oneColFixCtrHdr #mainContent #rightSide{
	padding-left:6px;
	
	background-color:#000;	
	height:470px;
	width:276px;
}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:16px;
	margin-top:10px;
}

a{text-decoration:none; color:#666;}
a:hover{text-decoration:underline; color:#fff;}

.oneColFixCtrHdr .mainContent #galleryFrame {
 /* remember that padding is the space inside the div box and margin is the space outside the div box */
 	position:relative;
	width:515px;
	height:366px;
	top:-370px;
	left:330px;
	padding-left:15px;
	padding-top:15px;
	background-color:#000;
	border: 1px solid #666;	
	color:#999;
	font-family:;
	font-size:10px;
	line-height:1.7em;
	z-index:5;
	font-family:Verdana;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}


.oneColFixCtrHdr #siteMenu ul {  width:665px; list-style-type:none; margin:0px; text-decoration: none; }
.oneColFixCtrHdr #siteMenu ul li { display:inline;  margin:0px;}
.oneColFixCtrHdr #siteMenu ul li a {text-decoration: none;}
.oneColFixCtrHdr #siteMenu ul li a:visited{color: #fff; text-decoration: none; }
.oneColFixCtrHdr #siteMenu ul li a:hover{}
.oneColFixCtrHdr #selected { paddind-top:0px; height:42px; color: #fff; background: #69c; text-decoration: none; }

.oneColFixCtrHdr #footer {
	margin-top:20px;
	margin-left:5px;
	background-image:url(../../images/footer_bg.png);
	background-repeat:no-repeat;
	width:1371px;
	height:162px;
	padding-left:69px;
	padding-top:50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.stepcarousel{
position: relative; /*leave this value alone*/
/*border: 10px solid black; */
overflow: scroll; /*leave this value alone*/
width: 1175px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/

}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: -2px; /*margin around each panel*/
 /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}