@charset "utf-8";
/* CSS Document */
body{
	background-color: #FFF;
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#mainContainer{
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	padding-left: 10px;
	background-color: #fafac0;
	background-image: url(../img/mainContainerBG.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
/*	border-right-style: solid;
	border-right-color: #FFF;
	border-right-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;*/
}
#slices {
	padding-top:20px;	
	width:980px;
	height:275px;
	margin-left:auto;
	margin-right:auto;	
} 
.SlideBox{
	margin: 5px;
	background-color: #cb8d35;
	width: 301px;
	height: 250px;
	float: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.slideText{
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;	
}
#mainHeader{
	height:102px;
	top:-50px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:relative;
	z-index:1;		
}
#mainNav{
	height: 100px;
}
#dropSlider{
	height:80px;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding-top:40px;
	overflow:hidden;
}
#firstImg{
	width:850px;
	height:80px;
	position:relative;
	z-index:1;
}
#secondImg{
	width:850px;
	height:300px;
	//display:none;
/*	position:relative;
	z-index:-1;	*/
}


#ourmission p{
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	font-style: italic;
}

/* navigation area  */

		#nav{
	border: 1px solid #ccc;
	border-width: 1px 0;
	list-style: none;
	margin-left: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
		}
		#nav li{
			display:inline;
		}
		#nav a{
			display:inline-block;
			padding:10px;
		}
		a{
			color:#c00;
			text-decoration:none;
			font-weight:bold;
		}
		a:hover{
			text-decoration:underline;
		}