@charset "utf-8";
/* ==================== Allied Local Directory Main Layout CSS Styles ==================== */

/*	Table Of Contents
	 1.Defaults
*/

/* ==================== 1.Defaults ==================== */

* {
	margin:0px;
	padding:0px;
}

html{
background: #fff url(../images/html-back.jpg) repeat-x top left;
}

body {
	background:url(../images/bodyback.jpg) no-repeat top center;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}
h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.3em;
}
h1, h2, h3 {
	margin-bottom:6px;
	font-weight:normal;
	color:#000;
}
a, a:hover, a:active, a:focus {
	text-decoration:none;
	outline:none;
}
a {
	color:#EB8517;
}
a:hover {
	color:#666;
	text-decoration:underline;
}

p{
line-height: 160%;
margin: 0 0 10px 0;
}

img {
	border:none;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
	font-size:0px;
}
.err {
	color: #F00;
	font-weight: bold;
}


.rfloat{
	float: right;
	margin: 0 0 10px 10px;
}

.lfloat{
	float: left;
	margin: 0 10px 10px 0;
}

img{
	padding: 6px;
	background: #EFEFEF;
	border: 1px solid #F1CD2F;
}

.bdpTitle img {
	background: none;
}

.bdpPopUp {
	border: none;
	background: none;
}

#wrapper {
	width:953px;
	margin:0px auto;
	background: url(../images/family.png) no-repeat 230px 34px;
	behavior: url(iepngfix.htc);
}