@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	}
body {
	background-color: #ffffff;
	margin:0px;
	background: url(../images/mainBG.jpg) no-repeat center bottom;
	
	}
#shell{}
#header{
	background: url(../images/headerBG.png) no-repeat top;
	height:485px;
	
	}
#headerContainer{
	margin:auto;
	width:900px;
	background:url(../images/headBG.jpg) no-repeat center top;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	height:485px;
	border:#000 1px solid;
	}
	

	
}
#content{}
#contentContainer{
	margin: auto;
	width:850px;
	padding:25px;
	border:#000 1px solid;
	background:#FFF ;
	}
#contentText{
	width:850px;
	display:inline-block;
}
#quoteButton{
	border: #666 2px dashed;
	background:#CCC;
	text-align:center;
	padding: 10px;
	
	}
	#quoteButton a, #quoteButton a:visited{
	font-size:1.5em;
	color:#30C;
	font-weight:bold;
	text-decoration:none;
	}
	#quoteButton a:hover{
		text-decoration:underline;
	}
.nicelist {
    margin-left: 15px;
    padding-left: 0;
    list-style: none;
    }
	
.nicelist li {	
    padding-left: 35px;
	line-height: 22px;
    background-image: url(../images/sersBullet.gif);
    background-repeat: no-repeat;
    background-position: 0px;
    }
#footer{}
#footerContainer{
	margin:auto;
	width:900px;
	height:125px;
	background:#e5e5e7 url(../images/footerBG.jpg) repeat-x bottom;
	border:#000 1px solid;
	}
	#footerMain{
		width:900px;
		}
	#footerMainLeft{
		float:left;
		width:450px;
		}
	#footerMainRight{
		float:right;
		width:400px;
		font-weight:bold;
		text-align:right;
		font-size: 0.8em;
		padding-top:15px;
		padding-right:10px;
		}
	
		#bottomLogo{
			width:130px;
			margin:15px 10px 5px 15px;
			float:left;}
	#clear{
		clear:both;
		}
	.vcard{
		margin:15px 10px 5px 5px;
		font-weight:bold;
		font-size: 0.8em;
		line-height: 1.4em;
		width: 280px;
		float:right;
		}
#sidebarInsert{
	float:right;
	width:265px;
	background:#FFF;
	border:#b3b5b7 solid 3px;
	margin-left: 25px;
	margin-bottom: 25px;
	padding:20px;
	font-size: 0.9em;
	}
	.quote{
	background:#fff;
	border:#999 solid 1px;
	padding:5px;
	font-size: 0.9em;
	}

	/* Main Navigation Setup */
#menu{
	padding-top:125px;
	width:900px;
	margin:auto;
	margin-bottom:24px}
	
.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color:#fff;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #079adf; /*bottom border is 3px*/
font-size: 1.5em;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #cc0021;
}
#imageBar{
	width:900px;
	margin:auto;}
#s3slider { 

   width: 898px; /* important to be same as image width */ 
   height: 300px; /* important to be same as image height */
   position: relative;  /*important */
   overflow: hidden; /* important */
   margin:auto;
   
}

#s3sliderContent {
   width: 898px; /* 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;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 898px;
   background-color: #000;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: 0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0; /* here you can set the opacity of box with text */
   opacity: 0; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       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;
} 