@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ebebeb;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	margin-top: 8px;
	text-align:center;
}
#CompleteBody{
	text-align:left;
	margin:0px auto;
	width:991px;
}
#MainBodyHolder {
	text-align:left;
	width: 991px;
}
#HeaderBackground{
	background-image:url(/images/headerbanner.jpg);
	width:991px;
	height:205px;
}
#CompleteBody{
	text-align:center;
}
#HeaderSpace{
	height:170px;
	width:991px;
}
#PrintButt a {
	font-size:12px;
	color:#8A9DF9;
}
#PrintButt{
	text-align:right;
	padding:15px;
}
#MainMenu{
	width:981;
	padding:5px;
	padding-top:8px;
	padding-left:10px;
	height:22px;
}
#MainMenu a{
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#MainMenu a:hover{
	color:#F00;
	font-size:12px;
	text-decoration:underline;
}
#MainBodyBorder{
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
#MainBody{
	padding:4px;
	background-color:#FFF;
	background-image:url(/images/mainbodybg.jpg);
	background-repeat:repeat-x;
}
#MainBodyLeft{
	width:212px;
	float:left;
}
#MainBodyRight{
	width:769px;
	float:right;
}
#MainBodyTextLeft{
	width:585px;
	margin:15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#646464;
}
#BannerRight{
	margin-top:15px;
	float:right;
	width:150px;
}
#NewsBody{
	background-image:url(/images/newsbg.jpg);
	background-repeat:repeat-y;
	padding:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#646464;
}
#NewsBody a:hover{
	color:#F00;
	text-decoration:underline;
	font-weight:bold;
}
a{
	color:#1e3777;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#1e3777;
	text-decoration:underline;
	font-weight:bold;
}
#FooterBodyHolder{
	margin-top:15px;
}
#FooterBody{
	font-size: 10px;
	background-image:url(/images/footerbg.jpg);
	background-repeat:repeat-x;
	height:44px;
	text-align: right;
	color: #FFF;
	padding-top:25px;
	padding-right: 10px;
}
#FooterLinksLeft a{
	color:#FFF;
	text-decoration:none;
	float:left;
	margin-top:25px;
	margin-left:30px;
}
#FooterLinksRight a {
	color: #FFF;
	text-decoration:none;
}
.PageHeading{
color:#1e3777;
font-weight:bold;
font-size:18px;
}
.Morone{
color:#1e3777;
font-size:12px;
}
.DivClear{
	clear:both;
}
/*----------------------------------------------------member homepage-------------------------------------*/
.DirectoryGoogleMap{
	width:450px;
	height:300px;
}
#MemberHomeBizAddress{
	float:left;
}
#MemberDirectoryGoogleMap
{
	padding-left:40px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.error{
	font-size: 11px;
	padding: 20px 8px 20px 70px;
	margin-bottom: 6px;
	color:#ed1b2f;
	background: #fffcdc url(/wd_admin/images/icon_error.gif) no-repeat 5px;
	border: 1px solid #dfd061;
}
.notification{
	font-size: 18px;
	font-weight: bold;
	padding: 20px 8px 20px 70px;
	margin-bottom: 6px;
	color:#8bbb39;
	background: #f2fde0 url(/wd_admin/images/icon_confirm.gif) no-repeat 5px;
	border:1px solid #8bbb39;
}
