@charset "utf-8";
/* CSS Document */

body{
	margin:0px auto;
	width:946px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#465065;
	border:1px solid #ced3d7;
	background-image: url(../images/shade-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}
#container{
	width:946px;
	background-color:#FFFFFF
}
/*body{
	margin:0px auto;
	width:966px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#465065
}
#container{
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	padding:0px 10px;
	width:946px;
}*/
#main-area{
	padding:14px 18px;
}
#footer{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	height:40px;
	clear:both;
	color:#FFFFFF;
	text-align:right;
}



#mynews .white-text{
	text-decoration:none;
	color:#FFFFFF;
}
#mynews a.white-text:hover{
	text-decoration:underline;
	color:#e9691e;
}
.white-text{
	color:#FFFFFF;
}
.white-text-bold{
	color:#FFFFFF;
	font-weight:bold
}
.blue-text{
	color:#335e9f;
}
a.blue-text:hover{
	color:#e9691e;
}
#main-area a{
	color:#e9691e;
}
#main-area a:hover{
	color:#295575;
}






h1{
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	font-size:20px;
	color:#335e9f;
	font-weight:normal;
}
h2{
	padding:0px;
	margin:0px;
	padding-bottom:4px;
	font-size:16px;
	color:#66a540;
	font-weight:bold;
}
p{
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}
ul{
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}
li{
	background-image: url(../images/blue-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	padding-bottom:3px;
	list-style-type: none;
}
ul li ul {
	padding:0px;
	margin:0px;
	margin-bottom:6px;
	padding-left:5px;
}
ul li ul li{
	background-image: url(../images/green-small-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
	padding-bottom:3px;
	list-style-type: none;
}




a img {
	border:none
}
.h-dashed-line{
	background-image: url(../images/h-dashed-line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.blue-border{
	border:1px solid #6693b6;
}
#services a{
	display:block;
	padding:3px 0px;
	color:#465065;
	text-decoration:none;
	background-image: url(../images/green-arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#services a:hover{
	display:block;
	padding:3px 0px;
	color:#3b9544;
	text-decoration:none;
	background-image: url(../images/green-arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}




.add-left{
	float:left;
	width:100px;
	padding:5px 15px;
	font-weight:bold;
}
.add-right{
	float:left;
	width:150px;
	padding:5px 15px;
}
.form-left{
	float:left;
	width:100px;
	padding:5px 15px 5px 30px;
	font-weight:bold;
}
.form-right{
	float:left;
	width:250px;
	padding:5px 15px;
}
.box{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#295575;
	width:250px;
	border:1px solid #accbe2
}