/* CSS file for Christian & Barton L.L.P. 2007 by Chris Kimmelshue @ COMSYS */

/* IMPORTS */
@import url("nav.css");
@import url("search.css");

/* GLOBAL STYLES */
p, h1, h2, h3, h4, h5, ul, li, ol, td, tr, img, a, form, input, label {
	margin: 0;
	padding: 0;
	border: none; /* resets all default browser styling */
}

/* LAYOUT */
body {
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	font: 62.5% Arial, Helvetica, sans-serif; /* sets the font size to 10px */
}

#container {
	width: 760px;
	margin: 10px auto;
	height: auto;
}

html>body div#container {
	min-height: 500px;
}

/* HEADER */
#header {
	float: left;
	width: 100%;
	height: 95px;
	position: relative
}

h1 {
	text-indent: -1000em /* to hide text */
}

#analytics{
	width: 185px;
	position: absolute;
	right: 195px;
	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;
 }

/* PRIMARY NAVIGATION */
#mainnav {
	float: left;
	width: 100%;
	/*margin-top: 2px;*/
	clear: both;
	background: url(../images/nav_banner_bg.jpg) repeat-x;
	height: 30px;
	z-index: 99
}

/* BANNER */
#home_photo {
	float: left;
	width: 760px;
	margin-top: 2px;
	height: 249px
}

#home_photo p, #home_photo p img {
	margin: 0px;
	padding: 0px;
	display: block
}

#divider {
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/nav_banner_bg.jpg) repeat-x;
	height: 30px
}

html>body div#divider {
	margin-top: 2px;
}

/* SPOTLIGHT */
#spotlight {
	float: left;
	clear: both;
	width: 50%;
	margin-top: 18px;
	margin-left: 24px;
	background: url(../images/spotlight_bg.jpg) no-repeat left bottom;
	min-height: 120px;
	_height: 120px;
}

#spotlight h2 {
	width: 230px;
	margin: 0 auto;
	padding-top: 18px;
	font: 1.9em/120% "Gill Sans MT", "Gill Sans", "Times New Roman", serif;
	letter-spacing: -1px;
	font-weight: bold;
	color: #333
}

#spotlight p {
	margin: 18px 8px 8px 100px;
	padding: 0;
	width: 180px;
	color: #333333;
	font-size: 1.2em;
	line-height: 120%;
}

#spotlight a {
	color: #003970;
	font-weight: bold;
	text-decoration: none;
}

#spotlight a:hover {
	text-decoration: underline;
}

#spotlight a:hover {
	color: #FFFFFF
}

/* FOOTER */
#footer {
	float: left;
	clear: both;
	width: 100%;
	margin: 24px 0;
}

