

/* Wealthgaurd Wills*/

body {
	margin: 0;
	padding: 0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
	background: #29343a;
}
img {
	border: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	padding: 0;
	color: #deeff4; 
	font-size: 150%;
	font-weight: normal;
	line-height: 1.3em;
	display: block;
	padding: 11px 4px 9px 0px;
}
h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 40px;
	font-size: 180%;
	font-weight: normal;
	color: #9fafb4;
	background: transparent url(../images/catBtmBorder.gif) repeat-x bottom left;
}
h4 {
	margin: 0;
	padding: 0;
	margin-top:35px;
	margin-bottom: 5px;
	font-size: 135%;
	font-weight: normal;
	color: #2a363a;	
}
a {
	text-decoration: none;
}
em {
	display: block;
	font-weight: bold;
	font-style: normal;
	line-height: 21px;
	font-size: 90%;
}

/* Layout --------------------- */

.wrapper {
	width: 720px;
	margin: 0 auto;
	text-align:left;
}
.gutterTop {
	position: relative;
	padding: 20px;
	background: #e3ecf0 url(../_images/gutterTop.gif) no-repeat top left;
}

.gutterBottom {
	position: relative;
	height: 7px;
	padding:  0 0 0 0;
	background: #e3ecf0 url(../_images/gutterBottom.gif) no-repeat top left;
}

/* Header ------------------------ */

#header {
	height:97px;
	position:relative;
	margin: 0 auto;
	overflow:hidden;
	padding:0;
	margin:0;
	background: #fff url(../_images/headerBG.gif) repeat-x top left;	
}
#header strong {
	float:left;
	padding:10px 0 0 23px;
}
#header strong a {
	display:block;
	width:284px;
	height:75px;
	background:url(../_images/wealthguard-wills.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#header em {
	float:right;
	padding:30px 23px 0 0;
}
#header em a {
	display:block;
	width:250px;
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../_images/wealthguard-wills-tel.gif) top right no-repeat;
}
.email {
	float:right;
	margin:0px 27px 0 0;
	clear:right;
}
.email a {
	color:#666666;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.email a:hover {
	border-bottom: 1px dotted #666666;
}
/* Main Nav ---------------------- */
#mainNav {
	width: 100%;
	display: block;
	float: left;
	height: 40px;
	padding: 0 0 0 0;
	background: #333e46 url(../_images/mainNavBG.gif) repeat-x center left;
}

/* Content ----------------------- */
#content {
	padding: 10px 0 0 0;
	clear: both;
	background: #c7d1d4 url(../images/contentBG.gif) repeat-x top left;
}
#content li{
	margin:0 0 3px 40px;
	padding:0;
	list-style:disc;
	width:100%;
}
#recent {
	margin: 10px 0 0 0;
	width: 706px;
	margin-left: 7px;
	background: #e3ecf0;
	margin-bottom: 35px;
}

#recent a:link, #recent a:visited {
	color: #666666;
}
#recent a:hover, #recent a:active {
	border-bottom: 1px dotted #666666;
}
/* hide ugly dotted lines */
* html #recent a:hover {
	border-bottom: 1px solid #666666;
}

#recent p {
	margin-top: 11px;
	line-height: 1.2em;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}

/* Footer ------------------------ */
#footer {
	display: block;
	clear: both;
	color: #999;
	background: #111;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	margin: 0;
	padding: 20px 15px 50px 15px;
	text-align: left;
}
#footer em {
	float:right;
	padding:10px 0 0 0;
	margin: 0 0 0 23px;
}
#footer em a {
	display:block;
	width:107px;
	height:80px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../_images/IPW-member.gif) top right no-repeat;
}
#footer span {
	color: #fff;
}

#footer a {
	color:#999;

}
#footer a:hover {
	border-bottom: 1px dotted #999;
}

/* other ------------------------ */
.clear {
	clear: both;
}
