@import url("css/reset.css");
@import url("css/grid844-12-52-20.css");

/* Grid Modifications & Additions
----------------------------------------------- */
.prepend-top {margin-top:2.0em;}
.append-bottom {margin-bottom:2.0em;}

.prepend-top1 {margin-top:1.5em;}
.append-bottom1 {margin-bottom:1.5em;}

div.border{padding-right:9px;margin-right:10px;border-right:1px solid #e3e0d1;}
div.colborder { padding-right:43px;margin-right:42px;border-right:1px solid #e3e0d1;}

hr {background:#e3e0d1;color:#e3e0d1;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}


body { 
	background: #e3e0d1 url(/css/e3e0d1_gradient.png) top left repeat-x;
	/* background: #e3e0d1 url(/css/body-bg-tile.png); */
	background: #e3e0d1 url(/css/body-bg-tile.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#333; /* Juliette thought this was too light */
	color:#000;
	min-width: 900px;
	text-align: center;
	}
	

/* Links 
------------------------------------------------ */

a:link, a:visited, a:hover, a:active,
p a:link, p a:visited, p a:hover, p a:active {
	color: #7A1010;
	text-decoration: none;
	background-color: transparent;
	}

a:hover, p a:hover {
	text-decoration: underline;
	background-color: #F2ECEC;
	}

p a:link, p a:visited, p a:hover, p a:active {
	text-decoration: underline;
	}
	
	/* Further link definitions in the Footer and BottomInfo sections. */


/* Nav Menu
----------------------------------------------- */

ul#navmenu {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	overflow: hidden;
	border-top: 1px solid #736357;
	border-bottom: 1px solid #736357;
	background: #736357 url('images/block_default_736357.gif') repeat-x top left;
	}

ul#navmenu li {
	font: normal 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #e3e0d1;
	}

ul#navmenu li a {
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 5px 15px 6px 15px;
	text-decoration: none;
	border: 0;
	}

ul#navmenu li a:visited {
	color: #FFFFFF;
	}

ul#navmenu li a:hover {
	color: #FFFFFF;
	background: transparent url('images/block_active_7A1010.gif') repeat-x top left;
	}

body.index ul#navmenu li a.index,
body.about ul#navmenu li a.about,
body.attorneys_staff ul#navmenu li a.attorneys_staff,
body.practiceareas ul#navmenu li a.practiceareas,
body.forms_links ul#navmenu li a.forms_links,
body.directions ul#navmenu li a.directions,
body.contact ul#navmenu li a.contact
	{
	color: #FFFFFF;
	background: transparent url('images/block_active_7A1010.gif') repeat-x top left;
	}


/* Layout
----------------------------------------------- */

#wrapper {
	font-size: 62.5%; /* 0.625 x 16px = 10px base font size */
	line-height:1.6em;
	position: relative;
	}
	
#pagewrap {
	margin: 0 auto;
	width: 902px;
	background-color: #FFFFFF;
	border: 1px solid #818181;
	position: relative;
	}
	
#skipnav {
	display: none;
	}

#contact {
	width: 900px;
	background: transparent;
	text-align: right;
	margin: 0 auto;
	padding: 0;
	/* display: none; */
	}
#contact p {
	font-family: Georgia, serif;
	font-weight:normal;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.4em;
	color: #7A1010;
	color: #222;
	margin: 7px 5px 5px;
	text-align: right;
	}
#contact p span {
	/*text-transform: uppercase;
	font-size: smaller;*/
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 1px;
	}

#contact {
	display: none;
	}
	
body.index #contact, body.contact #contact {
	display: block;
	}

#topbar {
	height: 15px;
	width: 100%;
	background: rgb(168,22,21);
	background: #962b25 url('images/topbar.png') repeat-x top left;
	}

#contentwrap {
	width: 100%;
	position: relative;
	text-align: left;
	}
	
#contentwrap ul {
	list-style: none;
	margin: .5em 0;
	padding-left: 0;
	}

#contentwrap ul li {
	line-height: 1.4em;
	padding: 0;
	list-style-type: none;
	}
	
.left {float: left;}
.right {float: right;}

.clear	{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

/*	slightly enhanced, universal clearfix hack 
	http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/
*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Header
----------------------------------------------- */	
#header {
	position: relative;
	background-color: #FFFFFF;
	height: 110px;
	position: relative;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	}
	
#header #CompanyName {
	position: absolute;
	/* LEFT side of header 
	top: 27px;
	left: 37px;
	---------------------- */

	/* RIGHT side of header */
	top: 27px;
	left: 174px;
	
	width: 650px;
	z-index: 1;
	}
#header #CompanyName p {
	margin: 5px 0 0 0;
	padding-top: 3px;
	border: 2px #7A1010 solid;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 1.2em; /* 12px */
	color: #333;
	text-align: left;
	z-index: 2;
	}
#header #CompanyName p strong {
	color: #7A1010;
	font-weight: bold;
	}
#header #CompanyName p span {
	color: #444;
	}

#header #CompanyLogo {
	position: absolute;
	z-index: 100;
	
	/* RIGHT side of header
	top: 10px;
	right: 75px;
	---------------------- */

	/* LEFT side of header */
	top: 10px;
	left: 37px;
	
	}


/* Footer
----------------------------------------------- */
#footer { 
	clear: both;
	background-color: #736357;
	text-align: left;
	position: relative;
	}
#footer p {
	color: #FFF;
	font-size: 1.1em;
	margin: 0;
	padding: 1em 30px 1em 30px;
	}
	
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFF;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	}

#footer a:hover {
	color: silver;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	}


/* Bottom Info
----------------------------------------------- */
#bottominfo { 
	color: #736357;
	margin: 1em 0 2em 0;
	padding-bottom: 2em;
	position: relative;
	}
#bottominfo p {
	margin: 0;
	padding: 0;
	}
	
#bottominfo a:link, #bottominfo a:visited, #bottominfo a:hover, #bottominfo a:active {
	color: #7A1010;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px #7A1010 dotted;
	}

#bottominfo a:hover {
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px #736357 solid;
	}


/* Headings
----------------------------------------------- */
h1, 
h2, 
h3,
h4 {
	font-family: Georgia, serif;
	font-weight:normal;
	line-height:1.5em;
	}

h2, h3 {
	font-size: 2.8em;
	letter-spacing: 0px;
	margin:0;
	padding: 0;
	color: #7A1010;
	color: #332C27;
	}
	
h3 {
	color:#333;
	font-size: 1.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	}
h3+p {
	margin-top: 0em;
	}
h3, h3.role {
	color:#333;
	font-family: Georgia, serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight:normal;
	padding: 0;
	}
h3.role {
	margin-bottom: .5em;
	}

h4 {
	color:#333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0;
	}

h1.ir, h1.irc { /* Langridge Image Replacement (www.kryogenix.org/code/browser/lir/) */
	padding: 30px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:30px; /* for IE5.5's bad box model */
	}
h1.irc {
	background-position: center;
	}

h1.ir#arcr {
	background-image: url(images/arcrname_650x30.gif); 
	}

/* Typography
----------------------------------------------- */
input, select, th, td {font-size:1em}
li li, li p, td p, blockquote p {font-size:1em}

p, ul li, ol li, dl dt, dt dd, th, td {
	font-size: 1.3em; /* 13px */
	line-height:1.6em;
	margin: 0 0 1em 0; 
	}
	
li ul, li ol {margin:0 1.6em;}
ul, ol {margin:0 1.6em 1.6em 1.6em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.6em 0;}
dl dt {font-weight:normal;}
dd {margin-left:1.6em;}

.address p {
	font-size: 1.2em;
	line-height: 1.5em;
	}
	
.boxes p {
	font-size: 1.2em;
	line-height: 1.5em;
	}
	
ul.employees li,
ul.practiceareas li {
	margin: .5em 0;
	padding: 0;
	list-style: none;
	}
	

/* LISTS ------------------------------------------ */

#x-contentwrap ul {
	list-style: none;
	padding-left: 1em;
	}

#x-contentwrap ul li {
	list-style-type: square;
	}
	
#x-contentwrap ol {
	padding-left: 1em;
	}
	
#x-contentwrap ol li {
	}

/* Misc
----------------------------------------------- */
abbr {
	cursor: help;
	}

.box {
	padding:1em;
	margin-bottom:1.5em;
	background: #f1efe8;
	background: #f4f3ed;  /* 40% opacity of #e3e0d1 in Photoshop */
	border-top: 1px solid #e3e0d1;
	border-bottom: 1px solid #e3e0d1;
	margin-top: 1em;
	}
.tiledbackground {
	background: #f1efe8 url(css/body-bg-tile-opacity75.png) repeat top left; 
	}

.center {
	text-align: center;
	}

.middle {
	vertical-align: middle;
	}
	
/* Images
----------------------------------------------- */
img {display:inline; border:0;}
img.rb,img.lb,img.sb, div.map {border:1px silver solid; border-right-color:#444; border-bottom-color:#444; padding:5px; background:#fff; display:inline;}
img.rb {float:right; margin-left:10px; margin-bottom:5px;}
img.lb {float:left; margin-right:10px; margin-bottom:5px;}
img.sb {margin:0;}
img.rnb, img.lnb {border:none; margin-bottom:5px;}
img.lnb {float:left; margin-right:10px;}
img.rnb {float:right; margin-left:10px;}
.textmiddle {vertical-align:middle;} 

/* SLIDESHOW
----------------------------------------------- */
div.pics {
	height: 172px;
	width: 842px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
div.pics img {
	padding: 5px;
	border: 1px silver solid;
	border-right-color: #444; 
	border-bottom-color: #444;
	background-color: #fff;
	width: 830px;
	height: 160px;
	top: 0;
	left: 0;
	}

/* Tables
----------------------------------------------- */
table {border-collapse:collapse;  }

table {
	background-color:transparent;
	border-collapse: collapse;
	border-spacing:0;
	clear: left;
	}

th, td {
	text-align: left;
	vertical-align: middle;
	padding: 0;
	padding-left: 0.5em;
	}

/* rather than give the table a font size, use contextual selectors to target the th and td elements within */
th {
	font-weight: bold;
	padding: .5em;
	border-bottom: 1px solid #ccc;
	}

td {
	font-size: 1.2em;
	font-weight: normal;
	padding: .5em;
	border-bottom: 1px solid #ccc;
	line-height: 1em;
	}
td span {
	font-size: 0.9em;
	}
table.contact td {
	color: #000;
	}
table.contact td strong {
	font-weight: normal;
	}

tr.shade1, td.shade1 {
	background-color: #FFF;
	}

tr.shade2, td.shade2 {
	background-color: #F1EFE8;
	}
	