@charset "utf-8";
/* CSS Document */


@import "reset.css";
/* wrapper */
#wrapper {
	width:100%;
	position:relative;
}
#header {
	width:1000px;
	margin:0 auto;
	position:relative;
	padding:0 0 0 0;
	z-index:99;
}

/*Blue Button */

/* container */
#container {
	width:968px;
	margin:0 auto 0;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	padding:15px;
	background:url(../../outer_images/centerbg.jpg) repeat-x #f0f0f0;
	border:1px solid #e0e0e0;
}
/* banner */


#body {
	width:100%;
	position:relative;
}


.fixed_container {
	width:996px;
	margin:0 auto;
}
.radius_container {
	-o-border-radius:10px;
	-icab-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	position:relative;
	padding:0px;
	background: url(../../outer_images/bgr_gradi_body.jpg) repeat-x 0 0 #f0f0f0;
	border:1px solid #e0e0e0;
	display:block;
	float:left;
}
.header_graphic {
	padding:14px;
}

/*---------------------------found------------------*/

.foundDiv {
	float:left;
	width:966px; margin:5px 0 0 20px; padding:0 0 20px 0;
}
.foundDiv h3{
	 font-family: 'MyriadProRegular';
	font-size:22px;
	color:#7bab31;
}
.foundDiv ul{ list-style:none; padding:0px; margin:10px 0 0 0;
}
.foundDiv li{
	background:url(../../outer_images/greenerror.jpg) no-repeat left; float:left; width:150px;
}
.foundDiv li a{ color: #000;
	font-size:15px; padding:2px 10px 2px 15px; line-height:22px;
}
.foundDiv li a:hover{ color: #7bab31;
	
}