/* Arizona's Finest Lawyers -- temporary homepage CSS Repository */
/* Developed by Robert Palmer (http://rp-network.com) for Tullio-Hawkins Design & Communications (http://tulliohawkins.com/) */

/* page structure */

body {
	width: 100%;
	min-width: 950px;
	font: normal 11px/15px Helvetica, Arial, sans-serif;
	color: #333333;
}

h1 {
	font: normal 20px/20px Georgia, "Times New Roman", serif;
}

h2 {
	font: normal bold 11px/15px Helvetica, Arial, sans-serif;
}

a {
	color: #5e85ab;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ids */

#nav {
	background: #5e85aa;
	width: 100%;
	height: 24px;
	clear: both;
}

#header {
	width: 100%;
	height: 128px;
	margin-bottom: 3px;
	clear: both;
	background: url(dictionary_bg.jpg) top right no-repeat;
}

#banner {
	width: 100%;
	height: 151px;
	background: url(gavel_bg.png) center left no-repeat;
	clear: both;
	border-top: 1px solid #918f8f;
	border-bottom: 1px solid #918f8f;
}

#banner div.text {
	float: left;
	clear: left;
	margin-left: 210px;
	width: 40%;
}

*html #banner div.text { /* for IE6 */
	margin-left: 120px;
	margin-top: 7px;
}

#banner div.text h1 {
	padding-top: 7px;
	color: #d76a30;
}

#banner div.text p {
	padding-top: 15px;
	font: normal 14px/18px Georgia, "Times New Roman", serif;
	color: #666666;
}

#banner div.search {
	width: 145px;
	height: 111px;
	padding: 20px 55px;
	background: url(orange_bg.png) center repeat-y;
	margin-right: 90px;
	color: white;
	float: right;
	clear: right;
}

*html #banner div.search { /* for IE6 */
	background: url(orange_bg.gif) center repeat-y;
	margin-right: 23px;
}

#banner div.search hr {
	border: none;
	border-top: 1px solid white;
}

#content {
	width: 100%;
	margin: 3px 0 20px 0;
}

#content div.text h1 {
	color: #5e85ab;
	margin-bottom: 10px;
}

#content div.text h2,
#content div.text h2 a {
	color: #d76a30;
}

#content div.text {
	width: 50%;
	padding-left: 135px;
	padding-top: 20px;
}

#content div.text div.cluster {
	width: 45%;
	height: 120px;
	display: block;
	float: left;
	overflow: hidden;
}

*html #content div.text div.cluster { /* for IE6 */
	width: 45%;
}

#content div.news {
	width: 165px;
	background: #cccccc;
	float: right;
	clear: right;
	margin-right: 135px;
	padding-bottom: 10px;
}

*html #content div.news { /* for IE6 */
	margin-right: 45px;
}

#content div.news h1 {
	background: #5e85aa;
	padding: 10px;
	color: white;
}

#content div.news ul {
	margin-left: 10px;
	margin-top: 10px;
	line-height: 15px;
}

#content div.news ul li {
	padding: 0 10px 0 20px;
	margin-bottom: 5px;
	background: url(arrrow.png) top left no-repeat;
}

#content div.news ul li a {
	color: #333333;
}

#content div.news p {
	padding-right: 10px;
}

#footer {
	border-top: 1px solid #acadb0;
	padding: 10px;
	color: #acadb0;
	height: 75px;
}

/* classes */

.r {
	border-left: 1px solid #918f8f;
	padding: 2% 0 2% 2%;
}

.t {
	border-bottom: 1px solid #918f8f;
}

.b {}

.l {
	padding: 2% 2% 2% 0;
}

.logo {
	float: left;
	margin-left: 20px;
	margin-top: 25px;
}

.find {
	background: #5e85aa;
	float: right;
	clear: right;
	margin-top: 88px;
	margin-right: 135px;
	padding: 10px;
	width: 145px;
}

*html .find { /* for IE6 */
	margin-right: 45px; 
}

.find h1 {
	color: white;
}

.left {
	float: left;
	clear: left;
}

.right {
	float: right;
	clear: right;
}