/* Graham and Dunn CSS
portentinteractive.com
*/

/* housekeeping */

body,form {margin:0;padding:0;}
a img {border:0;}

/* global items */
body {
	background:#fff;
	font-family:'trebuchet ms' Arial, sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
	}

a, a:active {
	color:#993300;
	text-decoration:none;
	}
	
	a:hover {
		color:#FF6600;
		text-decoration:underline;
		}
	
	a:visited {
		color:#CC3300;
		}

h1 {
	color:#445d00;
	font-size:18px;
	letter-spacing:1px;
	margin: 0;
	padding: 18px 0;
	}
	
h2 {
	color:#000;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	}
	
h3 {
	color: #000;
	font-size: 14px;
	padding: 15px 0 10px 0;
	margin: 0;
	font-weight: bold;	
}
	
	 
p {
	margin: 0;
	padding: 0 0 17px 0;
}
	
input.textbox {
	height:14px;
	border:1px solid #aebeae;
	width:115px;
	padding:0;
	color:#666666;
	font-size:9px;
	}
	
input.textbox-submit {
	width:15px;
	height:14px;
	}
	
#wrapper {
	margin:0 auto;
	text-align:center;
	width:747px;
	}
	
dl {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0 0 0px 0;
}

dt {
	width: 50px;
	float: left;
	font-weight: bold;
	display: block;
	font-size: 13px;
	clear: left;
	padding: 0 0 3px 0;
	margin: 0;
	height: 20px;
}

dd {
	width: 250px;
	float: left;
	display: block;
	padding: 0 0 3px 0;
	margin: 0;
	height: 20px;
}

.browse-section dd, .browse-section dt {
	height: 16px;
}

dd img {
	display: block;
}

#internal-body-left img.attorney-pic {
	float: left;
	padding:0 10px 0 0;
}

div.hr hr {
	display: none;
}

div.hr {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #c5cba0;
	margin-bottom: 17px;
	clear: both;
}

div.clear {
	clear: both;
}



/* text styling */
.quote {
	color:#666666;
	font-size:11px;
	}

/* top slug items */
#slug-top {
	position:relative;
	height:35px;
	width:747px;
	margin:30px auto 20px auto;
	}
	
	img#logo-top {
		position:absolute;
		width:297px;
		height:30px;
		left:0;
		bottom:0;
		}
	
	#top-links ul {
		margin:0;
		padding:0;
		position:absolute;
		list-style:none;
		width:110px;
		left: 470px;
		bottom:0;
		}
		
		#top-links ul li {
			display:block;
			float:left;
			}
		
		#top-links ul li a {
			text-decoration:none;
			color:#003300;
			}
			
			#top-links ul li a:hover {
				text-decoration:underline;
				}
				
	input#search-box {
		height:14px;
		border:1px solid #aebeae;
		width:115px;
		padding:0;
		color:#666666;
		font-size:9px;
		position:absolute;
		left: 611px;
		bottom:0;
		}
		
	input#search-box-submit {
		position:absolute;
		width:15px;
		height:14px;
		bottom:0;
		right:0;
		}
		
	input#search-results-box {
		height:12px;
		border:1px solid #aebeae;
		width:115px;
		padding:0;
		color:#666666;
		font-size:10px;
		display: block;
		float: left;
		}
		
	input#search-results-box-submit {
		width:15px;
		height:14px;
		display: block;
		float: left;
		border-left: 4px solid #fff;
		}
		
	form#search-results {
		height: 50px;
	}
	
	a.read-more {
		white-space: nowrap;
	}

/* header items */

#header-home {
	width:747px;
	height:279px;
	position:relative;	
}
#header-home-hero {
	position:absolute;
	top:0;
	left:0;
}
	
	img#SlideShow {
		position:absolute;
		right:1px;
		top:0;
		z-index:1;
		}
	
	ul#nav {
		position:absolute;
		margin:0;
		padding:0;
		list-style:none;
		left:304px;
		z-index:2;
		top: 263px;
		}
		
		ul#nav li {
			display:block;
			float:left;
			}
			
			ul#nav li a span {
				display:none;
				}
				
		a#nav-about, a#nav-services, a#nav-professionals, a#nav-articles, a#nav-careers {
			display:block;
			height:13px;
			}
			
			a#nav-about {
				width:65px;
				background:url(../wsimages/nav-about.jpg) top left no-repeat;
				border-right:1px solid #aebeae;
				}
				
				a#nav-about.focus, a#nav-about:hover {
					background:url(../wsimages/nav-about-focus.jpg) top left no-repeat;
					}
			
			a#nav-services {
				width:79px;
				background:url(../wsimages/nav-services.jpg) top left no-repeat;
				border-right:1px solid #aebeae;
				}
				
				a#nav-services.focus, a#nav-services:hover {
					background:url(../wsimages/nav-services-focus.jpg) top left no-repeat;
					}

			a#nav-professionals {
				width:110px;
				background:url(../wsimages/nav-professionals.jpg) top left no-repeat;
				border-right:1px solid #aebeae;
				}
				
				a#nav-professionals.focus, a#nav-professionals:hover {
					background:url(../wsimages/nav-professionals-focus.jpg) top left no-repeat;
					}

			a#nav-articles {
				width:78px;
				background:url(../wsimages/nav-articles.jpg) top left no-repeat;
				border-right:1px solid #aebeae;
				}
				
				a#nav-articles.focus, a#nav-articles:hover {
					background:url(../wsimages/nav-articles-focus.jpg) top left no-repeat;
					}

			a#nav-careers {
				width:78px;
				background:url(../wsimages/nav-careers.jpg) top left no-repeat;
				}
				
				a#nav-careers.focus, a#nav-careers:hover {
					background:url(../wsimages/nav-careers-focus.jpg) top left no-repeat;
					}

#header-internal {
	width:746px;
	height:82px;
	position:relative;
	background:#fff url(../wsimages/header-bg-internal.jpg) top left no-repeat;
	}
	
	#photo-credit {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.header-about {
		background-image: url(../wsimages/header-about.jpg) !important;
		height: 142px !important;
		border-top: 1px solid #c5cba0;
	}
	
	.header-services {
		background-image: url(../wsimages/header-services.jpg) !important;
		height: 142px !important;
		border-top: 1px solid #c5cba0;
	}
	
	.header-professionals {
		background-image: url(../wsimages/header-professionals.jpg) !important;
		height: 142px !important;
		border-top: 1px solid #c5cba0;
	}
	
	.header-articles {
		background-image: url(../wsimages/header-articles.jpg) !important;
		height: 142px !important;
		border-top: 1px solid #c5cba0;
	}
	
	.header-careers {
		background-image: url(../wsimages/header-careers.jpg) !important;
		height: 142px !important;
		border-top: 1px solid #c5cba0;
	}
	
	
	.header-professionals ul#nav-internal,
	.header-services ul#nav-internal,
	.header-about ul#nav-internal,
	.header-articles ul#nav-internal,
	.header-careers ul#nav-internal {
		top: 133px;
	}

	ul#nav-internal {
		position:absolute;
		margin:0;
		padding:0;
		list-style:none;
		left:304px;
		z-index:2;
		top: 65px;
		}

		ul#nav-internal li {
			display:block;
			float:left;
			}
			
			ul#nav-internal li a span {
				display:none;
				}
				
/* footer items */
#footer {
	clear:both;
	margin:25px auto 0 auto;
	padding:15px 0 0 5px;
	width:742px;
	height:100px;
	background:url(../wsimages/footer-rule.gif) top left no-repeat;
	font-size:11px;
	}
	
	#footer a, #footer a:visited, #footer a:active {
		color:#999999;
		text-decoration:none;
		}
	
	#footer a:hover {
		text-decoration:underline;
		}
		
	#slugleft {
		color:#999999;
		float:left;
		width:330px;
		text-align:left;
		}
	
	#slugright {
		color:#333333;
		float:right;
		width:235px;
		text-align:right;
		}
		
		#slugright p {
			margin:0;
			}

		

/* home page items */

#home-body {
	width:747px;
	background:url(../wsimages/home-body-bg.jpg) top left no-repeat;
	margin:18px auto 10px auto;
	}
	
	#home-body div.clear {
		clear: both;	
	}
	
	#home-body-left {
		width:425px;
		float:left;
		text-align:left;
		padding:30px 20px 0 20px;
		background:transparent url(../wsimages/home-body-g.gif) top left no-repeat;
		}
	
	#home-body-right {
		width:260px;
		float:left;
		padding:30px 0 0 0;
		position:relative;
		text-align:left;
		}
	
	#home-body-feature {
		margin:24px 0 0 0;
		width:396px;
		}
		
	#home-cybergrahams {
		width:145px;
		text-align:left;
		position:relative;
		margin:0 0 0 35px;
		height: 81px;
		}
		
		#home-cybergrahams p {
			margin:5px 0;
			padding: 0;
			}
	
#home-industrynav,
#home-practicenav
{
	width:255px;
	margin-left: 23px;
	margin-top: 44px;
}
#home-industrynav img,
#home-practicenav img
{
	display: block;
}
#home-industrynav ul,
#home-practicenav ul
{
	list-style:none;
	margin:0;
	padding:0;
	z-index:2;
	border-top: 1px solid #fff;
}
#home-industrynav ul li,
#home-practicenav ul li
{
	background:#e8eddd;
	width:223px;
	border-top:1px solid #ffffff;
	border-right:0;
	border-bottom:1px solid #ffffff;
	border-left:0;
	line-height:16px;
	padding: 5px 18px;
}
				
				

	#companyhighlights {
		background:url(../wsimages/home-bottom-header.gif) top left no-repeat;
		width:747px;
		height:61px;
		position:relative;
		clear:both;
		margin:0;
		z-index:1;
		}
		
		* html #companyhighlights { /* adjustment for IE */
			margin-top:-20px;
			}
		
		#companyhighlights .rsslink {
			position:absolute;
			width:73px;
			height:26px;
			left: 495px;
			top: 20px;
			}
			
		#companyhighlights .podcastlink {
			position:absolute;
			height:25px;
			width:79px;
			left: 580px;
			top: 21px;
			}
			
		#companyhighlights .printlink {
			position:absolute;
			height:25px;
			width:58px;
			left: 580px;
			top: 21px;
			}
			
		#companyhighlights .careerslink {
			position:absolute;
			height:21px;
			width:65px;
			top: 22px;
			right: 10px;
			}

	#home-bottom-left {
		float:left;
		width:405px;
		text-align:left;
		padding:20px 0 0 20px;
		}
		
		#home-bottom-left p {
			margin:0 0 20px 0;
			}
		
	#home-bottom-right {
		float:right;
		text-align:left;
		width:224px;
		background:#e8eddd;
		padding:18px;
		margin:5px 0 10px 0;
		}	

/* internal page items */
#internal-focus-header {
	background:url(../wsimages/internal-focus-header.jpg) repeat-x;
	height:14px;
	width:747px;
	border:0;
	clear:both;
	margin:10px 0;
	}
			
#internal-body-left {
	float:left;
	width:480px;
	padding:5px;
	text-align:left;
	margin:0 0 20px 0;
	}

#internal-body-left ul {
	font-size: 12px;
	margin: 0;
	padding: 8px 0 17px 45px;
}

#internal-body-left ul.flat {
	padding: 0 0 17px 0;
	list-style-type: none;
}

#internal-body-left ul li {
	padding-bottom: 10px;
}

#internal-body-left ul.flat li {
	padding-bottom: 0px;
}

#internal-body-left img {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

#internal-body-left img.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 35px;
	margin-top: 20px;
	margin-left: 0;
}

#internal-body-left dd img {
	float: none;
	padding: 0;
}
	
#internal-body-right {
	float:right;
	width:220px;
	text-align:left;
	margin:0 0 20px 0;
	}
	#internal-body-right img {
		display: block;
	}
	
		#right-nav-heading {
			display: block;
		}
		
		#internal-body-right ul {
			list-style:none;
			margin:0px 0 0 0;
			padding:0;
			border-bottom: 0px solid #fff;
			}
			
			#internal-body-right ul li {
				background:#d9e4b4;
				font-size: 12px;
				line-height: 17px;
				width:217px;
				border-right:0;
				border-top:1px solid #fff;
				border-left:0;
				padding:0px 0 0px 0px;
				background-image: url(../wsimages/arrow-red.gif);
				background-repeat: no-repeat;
				background-position: 12px 10px;
				margin: 0;
				float: left;
				}
				
				#internal-body-right ul li a {
					padding: 4px 0 3px 25px;
					_padding-top: 5px;
					display: block;
					}
				#internal-body-right ul ul {
					margin: 0;
					padding: 0;
				}
				
				#internal-body-right ul ul li {
					background-image: url(../wsimages/arrow-green.gif);
					background-repeat: no-repeat;
					background-position: 24px 10px;
					margin: 0;
					padding: 0;
				}
				
				#internal-body-right ul ul li a {
					color: #336600;
					padding-left: 37px;
				}
		
		#internal-body-right #cybergrahams {
			width:217px;
			background:#e8eddd;
			margin:1px 0 0 0;
			position:relative;
			}
			
			
		
		#internal-rss-box {
			background:#e8ecef;
			width:204px;
			position:relative;
			margin:10px 0;
			padding-top: 2px;
			padding-left: 13px;
			padding-bottom: 2px;
		}
		#related-links {
			background-color: #fbfcfd;
			padding: 10px 15px;
			width: 185px;
			border: 1px solid #E8ECEF;
		}
		
		#related-links h2 {
			font-size: 12px;
		}
		
		#related-links a {
			display: block;
		}
			
			
form.attorney-search {
	overflow:auto;
	margin-bottom: 15px;
}

.att-search-box {
	display: block;
	float: left;
	height: 19px; /* to change this for non-safari browsers, go to the bottom */
	border: 1px solid #aebeae;
	width: 215px;
	padding: 0;
	color: #666666;
}

input.att-search-box {
	width: 212px;
	padding-left: 3px;
}
		
.att-search-box-submit {
	display: block;
	float: left;
	width:20px;
	height:19px;
	border-left: 5px solid #fff;
}

/* Misc Rules */
#search-browse-box {
	background-color: #e8ecef;
	padding: 9px 30px;
}

#search-browse-box a {
	display: block;
	float: left;
	width: 49%;
}

table#practice-areas td {
	padding: 0 10px 15px 0;
}

#practice-areas td a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#practice-areas td img {
	float: left;
	padding: 0 10px 0 0;
}

#practice-industry-services td {
	vertical-align: top;
}

#practice-industry-services ul {
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 0px;
}

.practice-emphasis {
	background-color: #E8EDDD;
	padding: 8px 12px;
	margin-bottom: 17px;
}

.practice-emphasis p {
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 0;
	font-size: 14px;
}

.practice-emphasis p strong {
	font-size: 16px;
}

.practice-emphasis p img {
	vertical-align: middle;
	padding-left: 15px;
}

#attorney-card {
	border: 1px solid #C5CBA0;
	padding: 10px;
	margin-bottom: 17px;
	height: 120px;
}

#attorney-card p,
#attorney-card-indivisual p {
	font-style: italic;
	padding: 0 0 8px 0;
	margin: 0;
	font-size: 14px;
	
}


#attorney-card-indivisual {
	border: 1px solid #C5CBA0;
	padding: 10px;
	margin-bottom: 17px;
	height: 105px;
}

#attorney-card-indivisual dl {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0 0 0px 0;
	line-height: 14px;
}

#attorney-card-indivisual dt {
	width: 50px;
	float: left;
	font-weight: bold;
	display: block;
	font-size: 13px;
	clear: left;
	padding: 0 0 0px 0;
	margin: 0;
	height: 20px;
}

#attorney-card-indivisual dd {
	width: 160px;
	float: left;
	display: block;
	padding: 0 0 0px 0;
	margin: 0;
	height: 20px;
}



.browse-section {
	height: 142px;
	width: 480px;
}
.browse-section p {	
	padding: 0 0 0 0;
	margin: 0;
}


.read-bio {
	font-size: 16px;
	float: right;
	font-weight: bold;
	position: relative;
	top: 40px;
	width: 128px;
}

.read-bio-img {
	font-size: 16px;
	float: right;
	font-weight: bold;
	position: relative;
	top: 5px;
	width: 150px;
	text-align: center;
}

.read-bio-img img {
	padding-bottom: 5px;
}

img#triangle-hosp {
	border: 0;
	padding: 5px 0 15px 0 !important;
	margin: 0 !important;	
	float: none;
}

#cyberpage form {
				font-size: 14px;
				padding: 0;
				margin: 0;
			}
			
			#cyberpage form ul {
				margin: 5px 0 0 0 !important;
				padding: 0 !important;
				list-style-type: none !important;
			}
			
			#cyberpage form li {
				background-color: #e8eddd;
				background-image: none;
				border: 0;
				margin: 0;
				padding: 4px 10px;
				font-size: 14px;
				overflow:auto;
			}
			
			#cyberpage form li input {
				width: 15px;
				float: left;
			}
			
			#cyberpage form li span {
				float: left;
				display: block;
				padding-left: 3px;
			}		
			
			
			#cyberpage form li.odd {
				background-color: #fff;
			}
			
		#cyberpage fieldset {
			border: 0;
			margin: 10px 0 0 0;
			padding: 10px;
			border-top: 2px solid #9EB66A;
			background-color: #e8eddd;
		}
		
		#cyberpage input.textbox {
			position: relative;
			left: 0px;
			top: 0px;
			display: block;
			float: left;
			height:20px;
			border:1px solid #aebeae;
			width:215px;
			padding:0;
			color:#666666;
			font-size:15px;
			padding: 1px 3px;
		}
		
		#cyberpage input.textbox-submit {
			position: relative;
			left: 4px;
			display: block;
			top: 1px;
			float: left;
			width:24px;
			height:22px;
		}
		


/* SAFARI HACKS */
input.textbox {height:12px;	font-size:11px;#}
input.search-box {height:12px; font-size: 10px;}
.att-search-box {height:17px; font-size: 11px;}
