
/* - - - - - - - - - - - - - - - - - - - - -

Title :    O'Reilly & Jensen
URL :      http://www.ojlawyers.com/

Created :  03.25.2009
Modified : 04.01.2009

- - - - - - - - - - - - - - - - - - - - - */
/* G L O B A L - R E S E T
- - - - - - - - - - - - - - - - - - - - - */
/*
	v1.0 | 20080212 
	http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* remember to define focus styles! */
:focus { outline: 0; }


/* - - - - - - - - - - - - - - - - - - - - -
	H T M L - E L E M E N T S										
- - - - - - - - - - - - - - - - - - - - - */

body {
	font: 64.5% "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	background: #333;
	color: #2A251E;
}

html>body { font-size: 11px; }

/* Anchor Links */
a:link { color: #393234; text-decoration: underline; }
a:visited { color: #393234; text-decoration: underline; }
a:hover {  color: #393234; text-decoration: none; }
a:active {  color: #393234; text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 { margin-bottom: 0.25em; font-weight: bold; clear: both; }
h1 { margin: 0 0 0.75em; font-size: 2em; color: #01451D; }
h2 { margin: 0 0 0.75em; font-size: 1.9em; font-weight: normal; }
body.subpage #secondary-content h2 {
	color: #393234;
	margin-bottom: 0.25em;
	font-size: 1.9em;
}
body.homepage #main-content h2 {
	font-size: 1.6em;
}

h3 { margin: 0 0 0.2em; font-size: 1.5em; color: #01451D; }
body.homepage #main-content h3 {
	margin: 0 0 0.75em;
}

h4 { margin: 0 0 1.5em; font-size: 1em; }
h5 { margin: 0 0 1.8em; font-size: .834em; }
h6 { margin: 0 0 2em; font-size: .75em; }

h1 strong { color: #36803A; }

/* Text Elements */
p, ul, ol, dl, blockquote, pre { font-size: 1.2em; margin: 0 0 1.75em; line-height: 1.5em; }
blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }
strong { color: #27462D; font-weight: bold; }

ul, ol { margin: 0 0 2em 1em; }
ul li, ol li { margin-left: 1em; line-height: 1.6em; }

ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ul ul ul ul { list-style-type: square; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: lower-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: .9em; line-height: 1em; vertical-align: sub; }
sup { font-size: .9em; line-height: 1em; vertical-align: super; }

/* Tables */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: .25em .5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }

/* Images */
img { padding: 2px; border: 1px solid #999; }

/* - - - - - - - - - - - - - - - - - - - - -
	M A I N - L A Y O U T
- - - - - - - - - - - - - - - - - - - - - */

.clear { clear: both; }

#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header {
	width: 960px;
	height: 241px;
	background: url(../images/header_bg.jpg) no-repeat right top;
}

#header div#logo {
	width: 330px;
	height: 155px;
	border:0px;
}

#header div#logo a {
	border:0px;
	text-decoration:none;
}

#header div#logo img {
	border:0px;
	text-decoration:none;
	padding:0px;
}

#content {
	clear: both;
	width: 960px;
	position: relative;
	z-index: 40;
	background: #fff url(../images/content_bg.jpg) no-repeat 30px 0;
}

body.homepage #main-content {
	float: left;
	width: 540px;
	min-height: 458px;
	padding: 25px 20px 0 10px;
}

div.breadcrumb {
	float: left;
	width: 4em;
	padding: 0 0 18px 16px;
	background: url(../images/arrow_back.gif) no-repeat 0 6px;
}

body.subpage div.breadcrumb { float: right; }

div.breadcrumb a {
	float: right;
	position: relative;
	z-index: 99;
	display: block;
	width: 2.8em;
	font-size: 1.6em;
	line-height: 1.4em;
	text-decoration: none;
	border-bottom: 1px solid #BFD0C6;
	color: #01451D;
}

body.homepage #main-content .inner { padding-left: 30px; }

body.homepage #secondary-content {
	position: absolute;
	top: 0;
	bottom: 2px;
	right: 0;
	width: 390px;
	min-height: 458px;
	background: url(../images/oreilly_jensen_people.jpg) no-repeat right bottom;
}

h2.tagline {
	width: 350px;
	height: 55px;
	margin: 0 0 0 40px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/oreilly_jensen_tagline.gif) no-repeat right top;
}

p.about {
	position: absolute;
	top: 55px;
	right: 0;
	bottom: 400px;
	display: block;
	text-align: center;
	width: 337px;
	margin: 0;
	padding: 4px;
	line-height: 1.3em;
	background: #D8CFA5;
}

body.subpage #main-content {
	float: right;
	width: 480px;
	padding: 25px 20px 0 10px;
	min-height: 478px;
}

body.subpage #main-content .inner { 
	width: 450px; 
	padding-right: 30px;
	position: relative; 
}

body.subpage #main-content-full {
	width: 940px;
	padding: 25px 10px 0 10px;
	min-height: 478px;
}

body.subpage #main-content-full .inner { 
	width: 940px; 
	padding-right: 0px;
	position: relative; 
}

body.subpage #secondary-content {
	position: absolute;
	top: 0;
	bottom: 18px;
	left: 0;
	width: 295px;
	min-height: 478px;
	margin: 32px 0 -32px 0;
	padding: 0 0 0 100px;
	background: url(../images/sidebar_bg.jpg) no-repeat left bottom;
	z-index: 20;
}

body.subpage #secondary-content h2 {
	color: #393234;
	margin-bottom: 0.25em;
	font-size: 1.9em;
}

body.subpage #secondary-content ul { margin: 0; font-size: 1.4em; }

#footer {
	clear: both;
	position: relative;
	z-index: 10;
	width: 960px;
	height: 118px;
	background: url(../images/footer_bg.jpg) no-repeat 0 0;
}

body.homepage #footer p.people {
	position: absolute;
	top: 16px;
	right: 6px;
	width: 383px;
	height: 22px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/home_people_text.jpg) no-repeat 0 0;
}

body.subpage #footer p.people { display: none; }

#footer p#phone {
	height: 1px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	overflow: hidden;
}

#footer p#copyright {
	margin: 0;
	padding: 98px 0 0 0;
	text-align: center;
	color: #fff;
}

#footer p#copyright a {
	color: #C1DAA4;
	text-decoration: none;
}

#footer p#copyright a:hover {
	text-decoration: underline;
}


/* - - - - - - - - - - - - - - - - - - - - -
	N A V I G A T I O N
- - - - - - - - - - - - - - - - - - - - - */

ul.nav, ul.nav li { margin: 0; list-style: none; }

/* Global Navigation */
ul.global {
	width: 960px;
	height: 82px;
	padding: 4px 0 0 0;
	float: left;
	background: url(../images/nav_global_bg.jpg) no-repeat 0 0;
}

ul.global li {
	float: left;
	display: inline;
	list-style: none;
	margin-bottom: 5px;
}

ul.global li a {
	float: left;
	display: inline-block;
	display: block;
	height: 35px;
	text-indent: -9999em;
	overflow: hidden;
	text-decoration: none;
	background-image: url(../images/nav_global_sprite.jpg);
}

/* First Row */
ul.global li.business a { width: 146px; background-position: 0 0; }
ul.global li.business a:hover { background-position: 0 -70px; }

ul.global li.construction a { width: 144px; background-position: -146px 0; }
ul.global li.construction a:hover { background-position: -146px -70px; }

ul.global li.employment a { width: 142px; background-position: -290px 0; }
ul.global li.employment a:hover { background-position: -290px -70px; }

ul.global li.estates a { width: 135px; background-position: -432px 0; }
ul.global li.estates a:hover { background-position: -432px -70px; }

ul.global li.landlord a { width: 152px; background-position: -567px 0; }
ul.global li.landlord a:hover { background-position: -567px -70px; }

ul.global li.product-liability a { width: 196px; background-position: -719px 0; }
ul.global li.product-liability a:hover { background-position: -719px -70px; }

/* Second Row */
ul.global li.real-estate a { width: 99px; background-position: 0 -35px; }
ul.global li.real-estate a:hover { background-position: 0 -105px; }

ul.global li.personal a { width: 127px; background-position: -99px -35px; }
ul.global li.personal a:hover { background-position: -99px -105px; }

ul.global li.insurance a { width: 153px; background-position: -226px -35px; }
ul.global li.insurance a:hover { background-position: -226px -105px; }

ul.global li.workers-comp a { width: 186px; background-position: -379px -35px; }
ul.global li.workers-comp a:hover { background-position: -379px -105px; }

ul.global li.meet a { width: 156px; background-position: -565px -35px; }
ul.global li.meet a:hover { background-position: -565px -105px; }

ul.global li.philosophy a { width: 99px; background-position: -721px -35px; }
ul.global li.philosophy a:hover { background-position: -721px -105px; }

ul.global li.contact a { width: 103px; background-position: -820px -35px; }
ul.global li.contact a:hover { background-position: -820px -105px; }



/*** SUPERFISH DROP DOWNS ***/
ul.global ul {
	position:		absolute;
	top:			-999em;
	width:			208px; /* left offset of submenus need to match (see below) */
margin: 0 0 0 12px;
border: 1px solid #fff;
border-bottom: none;
background-color: #27462D;
}

ul.global ul li {
	width:			100%;
margin: 0;
}

ul.global ul li a,
 ul.global ul li a:visited {
text-indent: 0;
background-image: none;
width: 194px !important;
height: inherit !important;
padding: 7px;
border-bottom: 1px solid #fff;
color: #fff;
font-size: 0.9em;
line-height: 1.2em;
text-decoration: none;
}

ul.global li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
ul.global li {
	float:			left;
	position:		relative;
z-index: 60;
}
ul.global a {
	display:		block;
	position:		relative;
}
ul.global li:hover ul,
ul.global li.sfHover ul {
	left:			0;
	top:			35px; /* match top ul list item height */
	z-index:		99;
}


/* - - - - - - - - - - - - - - - - - - - - -
	P A G E - D E T A I L S
- - - - - - - - - - - - - - - - - - - - - */
/* CONTACT PAGE */
body.contact iframe {
	border: 1px solid #333;
}

body.contact form {
	margin-bottom: 4em;
}

body.contact form .field,
 body.contact form .message {
	clear: both;
	margin: 0 0 10px 0;
}

body.contact form label {
	float: left;
	width: 115px;
	padding-right: 5px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}

body.contact form .field input {
	width: 222px;
}

body.contact form .message textarea {
	width: 300px;
}

body.contact form .button input {
	margin-left: 120px;
}

/* MEET OUR ATTORNEYS PAGE */
div.bio {
	float: left;
	margin-right:30px;
	width:440px;
}
 
div.bio p {
	margin: 0 0 1em 0;
}

div.hr { clear: both; height: 1px; margin: 0 0 2em 0; background-color: #ccc; }


img.left {float: left; margin: 0 15px 8px 0; }
img.right { float: right; margin: 0 0 8px 8px; }

.bioimage {
	width:148px;
}

.alert {
	font-size:1.2em;
	font-weight:bold;
	color:#ff0000;
}

.smalltext {
	font-size:.8em;
}