body {
	margin: 8px 0px 0px 0px; /*make top margin an even number*/
	padding: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(/i/bg.gif);
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	line-height: 28px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #306294;
}
h3 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 18px;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
a {
	cursor: pointer;
	text-decoration: underline;
	color: #306294;
}

/* --- */

.blue {
	color: #306294
}
.txt {
	position: absolute;
	left: -789em;
}
.float_right {
	float: right;
	margin: 0px 0px 15px 15px;
}

/* --- */

#container {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 6px 0px 6px;
	text-align: left;
	background: url(/i/container_bg.gif) repeat-y;
}
#container_top {
	width: 812px;
	height: 6px;
	margin: 0px auto 0px auto;
	background: url(/i/container_top.gif) no-repeat bottom;
}
#container_btm {
	width: 812px;
	height: 6px;
	margin: 0px auto 0px auto;
	background: url(/i/container_btm.gif) no-repeat top;
}

/* --- */

#header {
	height: 188px;
	background: url(/i/header.gif) no-repeat;
}

/* --- */

#nav_wrapper {

}
#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav li a {
	display: block;
	height: 30px;
	text-indent: -789em;
	text-decoration: none;
	background-position: top left;
	background-repeat: no-repeat;
}
#nav li a:hover {
	background-position: bottom left;	
}

#articles a { width: 70px; background-image: url(/i/nav_articles.jpg); }
#resources a { width: 79px; background-image: url(/i/nav_resources.jpg); }
#attorney_profile a { width: 125px; background-image: url(/i/nav_attorney_profile.jpg); }
#contact a { width: 148px; background-image: url(/i/nav_contact.jpg); }
#faq a { width: 153px; background-image: url(/i/nav_faq.jpg); }
#home a { width: 60px; background-image: url(/i/nav_home.jpg); }
#services a { width: 75px; background-image: url(/i/nav_services.jpg); }
#why_choose_ard a { width: 160px; background-image: url(/i/nav_why_choose_ard.jpg); }

/* --- */

#sidebar {
	float: left;
	width: 188px;
}

/* --- */

#content {
	float: left;
	width: 542px;
	padding: 35px;
}

/* --- */

#footer {
	clear: both;
	height: 47px;
	padding-top: 11px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000 url(/i/footer_bg.gif) repeat-x top;
}

/* --- */

#abs_footer {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}
#abs_footer a {
	color: #FFFFFF;
}

/* --- */

#faq {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#faq li {
	padding-bottom: 15px;
}
#faq .q {
	display: block;
	padding: 13px 0px 16px 45px;
	background: url(/i/q.gif) top left no-repeat;
	font-weight: bold;
	color: #003265;
}
#faq .a {
	display: block;
	padding: 2px 0px 10px 45px;
	background: url(/i/a.gif) no-repeat;
	background-position: 0px 18px;
}

/* --- */

#contact_form {
	float: right;
	width: 260px;
}

#form .standard input,
#form .standard textarea {
	width: 250px;
}

#form .standard {
	margin-bottom: 8px;
}

@media print {
	.txt { position: relative; color: #000000; left: 0px; }
	#header { background: none; text-indent: 0px; }
	#nav_wrapper, #sidebar { display: none; }
}
