@charset "utf-8";
/* CSS Document */
*,body{
	margin:0px;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
}
img{
	border:none;
}
body{
	background:lightgrey;
}
#container{
	width:950px;
	height:auto;
	margin:auto;
	margin-top:5px;
	margin-bottom:15px;
	border: solid 1px #666;
	-moz-box-shadow: 1px 1px 10px #FFC;
	-webkit-box-shadow: 1px 1px 10px #FFC;
     box-shadow: 1px 1px 10px #FFC;
	 background:#E8F8FF url(../images/icon-satisfaction.gif) right bottom no-repeat;

}
#header{
	width:950px;
	height:250px;
	clear:both;	
	background:url(../images/header_new.jpg) no-repeat center;
	border-bottom: 5px;


}
#menubar{
	width:400px;
	padding-top:213px;
	padding-left:545px;
	height:37px;
	clear:both;
}
#border_top{
	width:950px;
	height:9px;
	background:#808000;
  background-color: rgba(128, 128, 0, 0.8);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(128, 128, 0, 0.8)), to(rgba(102, 102, 0, .9)));
  border-top-color: #808000;  
  border-bottom-color: #660;

  -webkit-box-shadow: rgba(128, 128, 0, 0.5) 0px 5px 5px;
  -moz-box-shadow: rgba(128, 128, 0, 0.5) 0px 5px 5px; /* FF 3.5+ */


}
#dynamic{
	width:800px;
	height:auto;
	margin:auto;
	clear:both;
	text-align:left;

}
#footer{
	width:950px;
	height:20px;
	margin:auto;
	clear:both;
	padding-top:10px;
	color:#484800;
	}
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808000;
	text-decoration:none;
	margin: 0px 5px 0px 5px;
}
h1{
	font-size:28px;
	text-shadow: 3px 3px 3px #ccc;
	color:#282800;
	line-height:32px;
	margin-bottom:5px;
}

.blue_head{
		font-size:23px;
	text-shadow: 3px 3px 3px #D9ECFF;
	color:#0063C6;
	line-height:32px;
	margin-bottom:5px;
}
.big_strong{
	font-size:18px;
	color:#800080;
	margin:20px;
	line-height:25px;
}
.btn_link:hover img{
		-moz-box-shadow: 1px 1px 15px #FFC;
	-webkit-box-shadow: 1px 1px 15px #FFC;
     box-shadow: 1px 1px 10px #FFC;
	
}
h3{
	font-size:16px;
	line-height:20px;
	margin-bottom:10px;
}
p{
	margin-bottom:10px;
	word-wrap:normal;
}
.purple{
	list-style:none;
	margin-bottom:10px;
	margin:auto;
	margin:0px;
	padding:0px;
}
.purple li{
	margin-bottom:5px;
	padding: 5px 5px 5px 30px;
	background:url(../images/icon-right.png) no-repeat left center;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
	margin:0px;
	padding:20px 0px 25px 30px;
}
.under-pruple
{
	font-weight:normal;
	margin:auto;
	padding:auto;
	list-style:outside;
	text-decoration:none;
	
}
.under-pruple li
{
	font-weight:normal;
	margin:0px;
	padding:10px;
	background:none;
	text-decoration:none;
	font-size:12px;
}
.top_border{
	height: 10px;
	line-height:2px;
	/*background: #E8F8FF url(../images/bg_top.png) no-repeat;*/

	
}
.both_border{
	background: #E8F8FF url(../images/blue_06.png) repeat-y center top;
}
.bottom_border{
	/*background:#E8F8FF;*/

}
.yellowTbl{
	/*background:#FFB;*/
}
.yellowMid{
	background:url(../images/yellow_06.png);
}
.footer
{
	width:950px;
	margin:auto;
	font-size:11px;
}
.copyright
{
	float:left;
	font-size:11px;
}
#nav
{
		font-size:11px;
}
#nav a
{
	text-decoration:none;
	color:#000000;
	font-size:11px;
}
/*MESSAGE BOX CLEAN	serie	  		 */
	.clean-gray{
		border:solid 1px #DEDEDE; 
		background:#666;
		color:#FFFFFF;
		padding:4px;
		text-align:center;
		font-size:11px;
		width:660px;
		margin-left:40px;
		font-weight:bold;
	}
	.clean-yellow{
		border:solid 1px #DEDEDE; 
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.clean-ok{
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
	.clean-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}

/* --------------------------------- */
