/*
	CSS file for Christian & Barton L.L.P. created 06/2007 by Chris Kimmelshue @ COMSYS
*/

@import url("nav.css");
@import url("content.css");
@import url("search.css");

/* GLOBAL STYLES */
p, h1, h2, h3, h4, h5, ul, li, ol, td, tr, img, a, form, input, label, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: none
}
#content li .hitarea{
width: 30px;
position: none;
top: 0;
left: 0;
_position: none;
}



/* LAYOUT */
body {
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	font: 62.5% Arial, Helvetica, sans-serif;
	z-index: 1
}
.asearchresults h6{
font-size: 16px;
font-weight: bold;
margin: 0 0 10px 0;
padding: 0;
color: #333333;
/*background: #ccc;*/
border-bottom: #000;
}
#container {
	width: 760px;
	margin: 10px auto;
	height: auto
}

/* HEADER */
#header {
	width: 100%;
	height: 95px;
	position: relative
}

h1 {
	width: 255px;
	text-indent: -1000em; /* to hide text */
	height: 95px
}
h4{
	margin: 10px 0 4px 0;
}
h4 a{
	font-size: 1.2em;
	color: #000;
}
#navbar{
	margin-top: 10px;
}
#navbar a{
	color: #000;
}
#analytics {
	width: 185px;
	position: absolute;
	right: 195px;
	top: 35px
}

#searchbox {
	width: 185px;
	position: absolute;
	right: 0px;
	top: 35px
}

div#search {
	width: 185px;
	height: 18px;
	position: absolute;
	right: 0px;
	top: 35px;
}

#search input#ctl00_txtSearchText {
	border: 1px solid #000;
	background: #fff;
	width: 120px;
	height: 18px;
   float: left;
}

#search input#ctl00_btnSearch { 
	background: none;
	color: #000000;
	font: bold 99% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
   float: right;
	margin: 3px 0 0 0;
 }
 
 html>body #search input#ct100_btnSearch {
 	margin: 3px 5px 0 0;
 }

/* BANNER */
#banner_photo {
	float: left;
	width: 100%;
	margin: 2px 0 -1px 0;
	padding: 0;
	height: 118px;
}

html>body div#banner_photo {
	margin: 2px 0;
}

#banner_photo a {
	display: none
}

#divider {
	float: left;
	width: 100%;
	background: url(../images/nav_banner_bg.jpg) repeat-x;
	color: #FFFFFF;
	text-indent: 5px;
	height: 30px;
	font-weight: bold;
	font-size: 1.1em;
}

/* BREADCRUMBS */
#divider span {
	margin-left: 2px;
	list-style: none
}

#divider span a, #divider a {
	padding-left: 0px;
	padding-bottom: 1px;
	display: inline;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: bold;
}

#divider ul li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;	
}

#divider ul li.first, li.first a {
	padding-left: 0;
	background: none
}

#divider ul li a:hover {
	text-decoration: underline
}

/* CONTENT */
#content_container {
	float: left;
	width: 760px;
	margin-top: 24px;
}

/* FOOTER */
#footer {
   margin: 24px 0;
	float: left;
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif
}

/*CMS Styles*/
.map{
	height: 500px
}
