/* CSS Document */
body{
	background-image:url(../Images/bgwater3.gif);
	
}
#wrapper {
 margin: auto;
 width: 1280px;
 
 }
 #major_links {
 width: 100%;
 
 text-align:center;
 }
 a:link {
	color: #FF0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0;
}
a:hover {
	text-decoration: underline;
	color: #6F0;
}
a:active {
	text-decoration: none;
	font-size: 18pt;
	color: #FF0;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0;
}
 #banner {
 width: 100%;
 
 text-align:center;
 font-size:18px;
 
 }
 #sidebar {
 float: right;
 width: 400px;
 height: 875px;
 padding:10px;
 color: yellow;
 text-height: 18pt;
 text-align:center;
 
 }
 #nav_menu_2 {
 float: left;
 width: 400px;
 height: 875px;
 font-size:24px;
 padding:10px;
 }

 #main_cont_1 {	 
 float: center;
 margin: 0 360px 0 400px;
 height: 875px;
 width: 480px;
 font-size: 24px;
 text-align: center;
 }
 
 .table {
	 display: table;   /* Allow the centering to work */
	margin: 0 auto;
	text-align:center;
}
ul#horizontal-list {
	min-width: 1280px;
	text-align:center;
	list-style: none;
	padding: 25px;
	
	
	
	}
	ul#horizontal-list li {
		display: inline;
	}
	
#footer {
 width: 100%;
 
 text-align:center;
 height: 100px;
 
 
 }




/* SLIMBOX CSS START */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../Images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../Images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../Images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* SLIMBOX CSS END */


