/* CSS Document */
html, body {
	background-image:url(images/bground.jpg);
}

/* --------------------------------------------------- */
/*left column */
#left-col {
	float:left;
	width:240px;
	height:600px;
	background-image:url(images/nav_2.png);
}
/* --------------------------------------------------- */
/* navigations home about us */
.nav {
	margin-top:290px;
	margin-left:10px;
	width:121px;
	height:367px;
}	

.listnav {
	font-family:Arial;
	font-size:12px;
	line-height:25px;
	list-style-type:none;
	font-weight:bold;
}
.navList {
	text-decoration:none;
	color:#333333;
}

.navList:hover {
	color:#FFCC00;
}

/*announcements */
#announcements {
	margin-top:-170px;
	margin-left:45px;
	line-height:10px;
	font-size:12px;
	width:217px;
	height:100px;
	font-family:Arial;
}

/* --------------------------------------------------- */
/* right-col */
#right-col {
	float:left;
	width:660px;
	height:auto;
}
/* --------------------------------------------------- */
/* slideshow */
.slideshow {
   margin-top:25px;
   padding: 20px;
   margin: 10px;
   background:#132dc9;
   border: 2px dashed #fff;
   border-radius: 10px;
   box-shadow: 0 0 0 4px #0000CC, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   text-shadow: -1px -1px #aa3030;
   font-weight: normal;
   height:200px;
}

#slidesContent {
	height:200px;
	width:600px;
	border-radius:10px;
	background-color:#FFFFFF;
}

.picSlide {
	border-radius:10px;
	box-shadow: 0 0 0 4px #0000CC, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
}

/* new/ updates */
.news {
   padding: 20px;
   margin: 25px 10px 10px 10px;
   background: #eb0303;
   border: 2px dashed #fff;
   border-radius: 10px;
   box-shadow: 0 0 0 4px #eb0303, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   height:auto;
   min-height:265px;
   font-family:Arial;
   font-size:12px;
   line-height:15px;
}

/* about us */
.aboutUs {
   padding: 20px;
   margin: 25px 10px 10px 10px;
   background: #FFFFFF;
   border: 2px dashed #fff;
   border-radius: 10px;
   box-shadow: 0 0 0 4px #FFFFFF, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   height:auto;
   min-height:520px;
   font-family:Arial;
   font-size:12px;
   line-height:15px;
}

.aboutUs:hover {
	 box-shadow: 0 0 0 4px #22f4de, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
}
/* --------------------------------------------------- */
/* footer */

#footer {
	font-family:Arial;
	font-size:12px;
	margin-left:450px;
}

.footer {
	clear:both;
}


/* light box */
		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 200%;
			background-image:url(images/bground.jpg);
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 10%;
			left: 10%;
			width: 75%;
			height: 100%;
			padding: 16px;
			border: 16px solid #3cf9e9;
			background-color: white;
			z-index:1002;
			border-radius:10px;
			overflow: auto;
		}