/* Color Palette

rgb(66,8,0); /* dark red
rgb(253,242,208); /* beige
rgb(250,184,137) /* tan
rgb(99,51,9) /* brown 
rgb(78,40,8) /* medium brown 
rgb(62,32,6) /* dark brown
rgb(26,14,2) /* very dark brown
rgb(190,179,179); /* grey
rgb(255,255,255); /* white 
rgb(0,0,0); /* black 

*/

html, body {
	margin: 0em;
	padding: 0em;
	font-size: 12px;
	text-align:center;
	background: #000000 url(../images/bg.jpg) repeat; /* black */
	color: rgb(250,184,137) /* tan */
	}
	
/* This sets the font-types */
body, h1, h2, h3, h4, h5, h6, td, p, li, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

img { /* This turns off borders around images */
	border: 0;
	}

/* Ordinary paragraphs and list-items */
p, ul, ol {
	margin: 0em;
	padding: 0em;
	margin-bottom: 1.2em;
	font-size: 1.0em;
	}
	
ul.navigation
{
	padding: 0 0 0 40px;
}
	


ul li {
	font-size: 1.0em;
	margin-bottom:0.4em;
	}

/* General font sizing -- for IE */
input, textarea, select, td, th {
	font-size: 1.0em;
	}

/* General link colors */
a, a:link, a:visited, a:active {
	color: rgb(255,255,255); /* white */
	text-decoration:none;
	}

a:hover {
	color: rgb(240, 240, 240); /* dark red */
	text-decoration:underline;
	}

acronym, abbr {
	border-bottom: 1px dotted black;
	cursor: help;
	}

sup {
	font-size: 0.9em;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}	

	
/* ================================ Headers ================================ */

/*
 	h1 - logo 
	h2 - page titles
	h3 - page subtitles
	h4 - sidebar titles
	h5 - sidebar subtitles
*/

	
h1 {
	margin:0; 
	padding:0;
	position:relative;
	width:890px; 
	height:51px;
	overflow:hidden;
	font-family: Georgia,'Times New Roman',Times,'Lucida Sans','Lucida Sans Unicode',serif;
	color:rgb(0,0,0); /* black */
	}
	  
h1 span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:890px; 
	height:51px;
	margin:0; 
	padding:0;
	background:url(../images/glast-phillips-murray.gif) top left no-repeat;
	}	
	
h2 {
	font-family: Georgia,'Times New Roman',Times,'Lucida Sans','Lucida Sans Unicode',serif;
	font-size: 1.3em;
	font-weight:normal;
	font-variant: small-caps;
	letter-spacing:1px;
	margin: 0 0 1.0em 0;	
	color: rgb(190,179,179); /* grey */
	}

h3 {
	font-size:1.2em;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: rgb(255,255,255); /* white */	
	}
	
h4 {
	font-family: Georgia,'Times New Roman',Times,'Lucida Sans','Lucida Sans Unicode',serif;
	font-size: 1.2em;
	font-weight:normal;
	padding: 10px 0 6px 5px;
	margin: 0;
	color: rgb(255,255,255); /* white */	
	background: rgb(78,40,8); /* medium brown */
	display:block;
	text-transform:uppercase;
	}	

h5 {
	font-size: 1.0em;
	padding: 0;
	margin: 0 0 0.8em 0;
	color: rgb(190,179,179); /* grey */	
	}	
	
h5 em {
	font-style:normal;
	display:block;
	}		
	
/* ================================ Layout Containers ================================ */	

div#page {
	width:890px;
	margin: 0 auto 10px auto;
	text-align:left;
	position:relative;
	background:url(../images/background.gif) repeat-y;
	
	}
		
div#container {
	width:890px;
	margin: 0;
	position:relative;
	}

div#content {
	float: left;
	width: 588px;
	position: relative;
	margin-right:3px;
	}
	 
div#sidebar {
	width:299px;
	float:left;
	background:#4e2808 none repeat scroll 0 0;
	}

div#footer {
	background-color:#000000;
	width:890px;
	padding-top:1.0em;
	font-size:0.9em;
	text-align:center;
	position:relative;
	color: rgb(190,179,179); /* grey */
	}

/* ================================ Header ================================ */

div#header {
	background: url(../images/header-bg.jpg) no-repeat;
	padding-top:18px;
	}

div#navigation {
	background:rgb(99,51,9); /* brown */
	clear:both;
	width:100%;
	height:34px;
	padding-top:1px;
	margin:0;
	border-bottom:1px solid rgb(190,179,179); /* grey */
	}

div#navigation ul {
	list-style-type:none;
	}

div#navigation ul li {
	float:left;
	margin:0;
	margin-right:25px;
	padding:0;
	width:135px;
	height:33px;	
	position:relative;
	overflow:hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:rgb(255,255,255); /* white */
	}
	  
div#navigation ul li span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	height:33px;
	width:135px;
	margin:0; 
	padding:0;
	background: top left no-repeat;
	cursor:pointer;
	cursor:hand;	
	}	

div#navigation ul li#home { width:52px; }
div#navigation ul li#firm { width:79px; }
div#navigation ul li#practices { width:140px; }
div#navigation ul li#attorneys { width:93px; }
div#navigation ul li#technology { width:107px; }
div#navigation ul li#news { width:51px; }
div#navigation ul li#events { width:143px; }
div#navigation ul li#newsletter { width:106px; }

div#navigation ul li#home span { width:52px; background:url(../images/home.gif)}
div#navigation ul li#firm span { width:79px; background:url(../images/firm.gif)}
div#navigation ul li#practices span { width:140px; background:url(../images/practices.gif)}
div#navigation ul li#attorneys span { width:93px; background:url(../images/attorneys.gif)}
div#navigation ul li#technology span { width:107px; background:url(../images/technology.gif) }	
div#navigation ul li#news span { width:51px; background:url(../images/news.gif)}
div#navigation ul li#events span { width:143px; background:url(../images/events.gif)}
div#navigation ul li#newsletter span { width:106px; background:url(../images/newsletter.gif)}
		
	
	
/* ================================ Content ================================ */

div#content {
	line-height:1.6em;
	}
	
div#copy {
	padding:20px;
	background: rgb(99,51,9); /* brown */
	/*border-top:3px solid rgb(0,0,0); /* black */	
	}	
	
div#banner {
	margin:0;
	padding:0;
	}		
	
	
/* Attorneys */

div.bio {
	position:relative;
	clear:both;
	margin-bottom:2.0em;
	width:100%;
	}
	
div.bio p, div.bio h3 {	
	margin-left:140px;
	}

div.bio div.bio-image {
	position:absolute;
	top:0;
	left:0;
	border: 3px solid rgb(66,8,0); /* dark red */
	}	
	
div.bio div.bio-image a {
	border: 7px solid rgb(0,0,0); /* black */
	position:relative;
	display:block;
	}		
	
div.bio div.bio-image img {
	border: 7px solid rgb(255,255,255); /* white */
	margin:0;
	padding:0;

	}		
	
/* ================================ Sidebar ================================ */

div#sidebar div.box {
	background: rgb(26,14,2) url(../images/box-bg.jpg) repeat-x; /* very dark brown */
	padding:10px 5px 0 5px;
	color: rgb(190,179,179); /* grey */
	font-size:0.9em;
	min-height:173px;
	position:relative;
	line-height:1.4em;
	}
	
div#sidebar div.box input, div#sidebar div.box textarea, div#sidebar div.box select { 
	color:#ffffff; background-color:#111111; width:190px; 
}

div#sidebar div.box p {
	clear:both;
	}
	
div#sidebar div.box p.sidebar-image {
	float:left;
	margin: 0 5px 5px 0;
	}	

div#sidebar div.box p.more {
	text-align:right;
	}
	
div#sidebar h4  {
	border-top:3px solid rgb(99,51,9);
	border-bottom:1px solid #000000;
}

/* ================================ Footer ================================ */	

#footer {
	width:98%;
	margin: 0 auto;
	padding-bottom:1.0em;
	clear: both;
	}
	
	
/* ================================ Form ================================ */	

form#attorney-search {
	margin-bottom:3.0em;
	}
	
form#attorney-search select {
	font-size:0.8em;
	background-color:rgb(253,242,208); /* beige */
	border: 1px solid rgb(62,32,6) /* dark brown */
	}
	
form#attorney-search input {
	background-color:rgb(253,242,208); /* beige */
	border: 1px solid rgb(62,32,6) /* dark brown */
	}	
	

/* ================================ Misc ================================ */		
	

small {
	font-size: 0.9em;
	line-height: 1.5em;
}


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	


	
/* ================================ Horizontal Rules ================================ */

hr { /* For Internet Explorer */
	clear:both;
	height: 1px;
	color: rgb(204,204,204); /* light grey */
	border: none;
	margin-bottom:1.0em;
	}

html>body hr { /* For Gecko-based browsers */
	clear:both;
	height: 1px;
	background-color: rgb(204,204,2046); /* light grey */
	border: none;
	margin-bottom:1.0em;
	}

html>body hr { /* For Opera and Gecko-based browsers */
	clear:both;
	height: 1px;
	background-color: rgb(204,204,204); /* light grey */
	border: 0px solid rgb(204,204,204); /* light grey */
	margin-bottom:1.0em;
	}

	
