body {
	background: url(/i/bg.gif);
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}
h3 {
	font-size: 14px;
	color: #000000;
}

/* --- */

.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 13px;
}

/* --- */

#wrapper {
	width: 780px;
	margin: 0px auto 0px auto;
	background: url(/i/shadow_bg.gif) repeat-y;
	text-align: center;
}
#container {
	width: 760px;
	min-height: 700px;
	margin: 0px auto 0px auto;
	background: #9b9a9a;
}
*html #container {
	height: 700px;
}

/* --- */

#header {
}

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

.firm_overview {
	width: 128px;
	background-image: url(/i/menu_firm_overview.gif);
}
.attorney_profile {
	width: 147px;
	background-image: url(/i/menu_attorney_profile.gif);
}
.practice_areas {
	width: 129px;
	background-image: url(/i/menu_practice_areas.gif);
}
.why_choose_andrew {
	width: 175px;
	background-image: url(/i/menu_why_choose_andrew.gif);
}
.resources {
	width: 97px;
	background-image: url(/i/menu_resources.gif);
}
.contact {
	width: 84px;
	background-image: url(/i/menu_contact.gif);
}

/* --- */

#content {
	clear: both;
	background: #FFFFFF;
	min-height: 300px;
	padding: 30px 150px 50px 150px;
	text-align: left;
}
#content_secondary {
	float: left;
	width: 500px;
	min-height: 300px;
	padding: 25px;
	background: #FFFFFF;
	text-align: left;
}
#sidebar {
	float: left;
	min-height: 300px;
	width: 210px;
}
*html #content {
	height: 300px;
}
*html #content_secondary {
	height: 300px;
}
*html #sidebar {
	height: 300px;
}

/* --- */

#sidebar {
	text-align: left;
	color:#111111;
}
#sidebar h4 {
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 10px;
}
#sidebar .form_wrapper {
	text-align: center;
}
#sidebar .form {
	text-align: left;
	width: 190px;
	margin: 0px auto 0px auto;
}
#sidebar .form .standard {
	margin-bottom: 7px;
}
#sidebar .standard input,
#sidebar .standard textarea {
	width: 190px;
	background: #cecbcb;
	border: 1px solid #666666;
}
#sidebar .legend,
#sidebar .errors {
	display: none;
}
#disclaimer {
	width: 30px;
}

/* --- */

#footer {
	clear: both;
	background: #600303;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
}
#footer_space {
	background: #000000;
	height: 50px;
}
