/* CSS Document */

html{
	background: #94c1b7 url(images/grad.jpg) top repeat-x;
}

body{
	position: relative;
	margin: 0 auto;
	padding-bottom: 40px;
	font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, Sans-serif;
	color: #64807a;
	background: transparent;

}
a{
	text-decoration: none;
	color: #87afa7;
	font-weight: bold;
	overflow: hidden;
}

a:hover{color: #962700;}
/* Basic Elements -> Headings */
	h1{width: 243px;}

	h1 a{
		display: block;
		height: 70px;
		text-indent: -9000px;
		background: url(images/logo.png) top;
	}

#starburst{
	top: -20px;
	z-index: -1;
	background: url(images/starburst.png) center -100px no-repeat;
}

#ebsalign {width: 1000px; margin: 0 auto;}

#header{
	position: relative;
	width: 890px; margin: 0 auto;
	padding: 14px 0;
}

	/* Layout -> Navigation */
	#header ul{
		position: absolute;
		top: 38px;
		right: 0;
		list-style-type:none;
	}

	#header ul li{
		margin-left: 15px;
		float: left;
	}

	#header ul li a{
		display: block;
		padding: 5px 10px;
		color: #87afa7;
	
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	#header ul li a:hover{
		background: #FFF url(images/hover-nav-grad.jpg) top repeat-x;
		color: #962700;
	}

	#header ul li.current_page_item a, #header ul li.current_page_parent a{
		background: #90bbb8 url(images/active-nav-grad.jpg) top repeat-x;
		color: #FFF;
	}
	
		/* Layout -> Navigation -> Sub Navigation */
		#header ul li ul{
			display: none;
		}
	
		#header ul li.current_page_item ul, #header ul li.current_page_parent ul{
			display: block;
			position: absolute;
			top: 34px;
			left: 5px;
		}
		
		#header ul li ul li{
			margin: 5px 0;
			padding: 0 20px;
			border-right: 1px solid #9dd1c5;
			font-size: 10px;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
		
			#header ul li ul li:last-child{
				border: 0;
			}
	
		#header ul li.current_page_parent ul li a, #header ul li.current_page_item ul li a{
			padding: 0;
			background: transparent;
			color: #64807a;
		}
		
		#header ul li ul li.current_page_item a{
			background: transparent;
			color: #87afa7;
		}
#footer{
	float: left;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	background: #FFF url(images/hover-nav-grad.jpg) top repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#wrapper_container{
	width:890px;
	min-height:400px;
	height:auto !important;
	height:400px;
	background-color:#ffffff;
	margin-bottom:0px;
	background-image:url(images/wrapper_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	}
	
#wrapper{
	width:870px;
	padding: 35px 10px 15px 10px;
	min-height:400px;
	height:auto !important;
	height:400px;
	}
	
#wrapper_bottom{
	width:890px;
	height:11px;
	background-color:#ffffff;
	margin-bottom:15px;
	background-image:url(images/wrapper_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
#index_wrapper{
	width:570px;
	height:550px;
	background-color:#ffffff;
	margin-bottom:0px;
	background-image:url(images/index_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
	
#index_wrapper_bottom{
	width:570px;
	height:17px;
	background-color:#ffffff;
	margin-bottom:15px;
	background-image:url(images/index_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
#index_wrapper p{
	color:#64807A;
	font-size:12px;
	font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
	padding-left:35px;
	}
	
#index_wrapper h1{
	color:#64807A;
	font-size:13px;
	font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
	padding-left:35px;
	}
	
#index_image{
	width:500px;
	height:265px;
	background-image:url(images/index_image.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding: 80px 35px 0 35px;
	}
	

	
#footer p{
	margin: 0;
}

#ebswrapper_container{
	width: 1000px; float: left;
	min-height: 500px; height: auto !important; height: 500px;
	background-color: #fff;
	background: url(images/ebswrapper_top.gif) no-repeat #fff;
	margin: 0 auto;
}

	#ebswrapper {
		width: 980px; min-height: 550px; height: auto !important; height: 550px;
		padding: 35px 10px 15px 10px;
		text-align: center; font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;; font-size: 12px; color: #64807a; text-decoration: none;
	}
	#ebswrapper p {font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;; font-size: 12px; color: #64807a; line-height: 15px; margin: 0px; padding: 0px;}
	#ebswrapper a {font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;; font-size: 12px; color: #87afa7; text-decoration: underline;}
	#ebswrapper a:hover {font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;; font-size: 12px; color: #962700; text-decoration: underline;}
	#ebswrapper table {margin: 0 auto; text-align: center;}

#ebswrapper_bottom{
	float: left; margin: 0 auto;
	width:1000px;
	height:11px;
	margin-bottom:15px;
	background: url(images/ebswrapper_bottom.gif) bottom no-repeat #fff;
	}
