/* Prange CSS */

* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	color:#033;
}
	

body {
	background:#ebebeb url(../images/bg.jpg) repeat-x;
	font:12px arial,helvetica,sans-serif;
}

h1 {
	font-size:21px;
	font-weight:normal;
}

h2 {
	font:22px/18px georgia, times, serif;
}

h3 {
	color:#FFF;
	font-size:19px;
	font-weight:normal;	
}

p {
	padding-bottom:10px;
	font-size:13px;
}

blockquote {
	background:url(../images/blockquote_blue.gif) top no-repeat;
	margin:15px 0;
	padding-top:15px;	
}

blockquote.orange {
	background:url(../images/blockquote_orange.gif) top no-repeat;	
}

#bio blockquote p {
	background:url(../images/blockquote_blue.gif) bottom no-repeat;
	color:#030;
	font-size:14px;
	font-style:italic;
	padding:0 30px 15px;
	font-family:georgia,times,serif;	
}

#bio blockquote.orange p {
	background:url(../images/blockquote_orange.gif) bottom no-repeat;
	color:#FFF;	
}
 
#wrapper {
	width:798px;
	background:#FFF;
	margin:0 auto;
	padding:0 26px 26px;
}

#banner {
	height:113px;
	width:799px;
	background:url(../images/banner.jpg) no-repeat;
}

#content {
	background:url(../images/subMainBg.jpg) bottom repeat-x;
	width:799px;
	position:relative;
	z-index:0;
}

/* Navigation Bar */

#nav {
	width:799px;
	height:47px;
	background:url(../images/prange_nav_bg.gif) no-repeat;
	position:relative;
	z-index:10;
}

#nav li {
	float:left;
}

#nav_home a {
	width:108px;
	height:47px;
	display:block;
}

#nav_home a:hover,#nav_home_selected a {
	width:108px;
	height:47px;
	background:url(../images/home_over.jpg) no-repeat;
	display:block;
}

#nav_aboutUs a {
	width:99px;
	height:47px;
	display:block;
}

#nav_aboutUs a:hover,#nav_aboutUs_selected a {
	width:99px;
	height:47px;
	background:url(../images/aboutUs_over.jpg) no-repeat;
	display:block;
}

#nav_practiceAreas a {
	width:146px;
	height:47px;
	display:block;
}

#nav_practiceAreas a:hover,#nav_practiceAreas_selected a {
	width:146px;
	height:47px;
	background:url(../images/practiceAreas_over.jpg) no-repeat;
	display:block;
}

#nav_ourPeople a {
	width:118px;
	height:47px;
	display:block;
}

#nav_ourPeople a:hover,#nav_ourPeople_selected a {
	width:118px;
	height:47px;
	background:url(../images/ourPeople_over.jpg) no-repeat;
	display:block;
}

#nav_publications a {
	width:131px;
	height:47px;
	display:block;
}

#nav_publications a:hover,#nav_publications_selected a {
	width:131px;
	height:47px;
	background:url(../images/publications_over.jpg) no-repeat;
	display:block;
}

#nav_contact a {
	width:93px;
	height:47px;
	display:block;
}

#nav_contact a:hover,#nav_contact_selected a {
	width:93px;
	height:47px;
	background:url(../images/contact_over.jpg) no-repeat;
	display:block;
}

#nav_news a {
	width:104px;
	height:47px;
	display:block;
}

#nav_news a:hover,#nav_news_selected a {
	width:104px;
	height:47px;
	background:url(../images/news_over.jpg) no-repeat;
	display:block;
}

#subNav {
	width:774px;
	height:26px;
	background:#f2f2eb;
	text-align:right;
	padding-right:25px;
}

#subNav p {
	font-weight:bold;
	font-size:11px;
	line-height:26px;
	padding:0;
	margin:0;
}

/* Home Page */

#homeLeft {
	width:398px;
	height:152px;
	background:#f2f2eb;
	float:left;
	padding:45px 30px 0;	
}

#homeLeft p {
	color:#000;
	line-height:19px;
	font-size:13px;
}

.hr_green {
	background:url(../images/hr_green.gif) repeat-x;
	height:15px;
	margin-top:15px;	
}

#homeRight {
	width:310px;
	height:74px;
	background:url(../images/nature_bg.jpg) no-repeat;
	float:left;
	padding:123px 15px 0;
}

#homeRight h3 {
	font-size:18px;
}

.hr_white {
	background:url(../images/hr_white.gif) repeat-x;
	height:5px;
	margin-top:5px;	
}

#homeRight p {
	color:#FFF;
	font-size:11px;
	line-height:17px;
}

#homeBottom {
	clear:both;
	background:#d4eded url(../images/subMainBg.jpg) repeat-x;	
}

.homeBottomThird {
	width:226px;
	padding:20px 20px 0;
	float:left;
	background:url(../images/hr_vertical.gif) right no-repeat;
}

.homeBottomThird h2, .mail {
	padding-bottom:15px;	
}

.homeBottomThird p {
	line-height:16px;	
}

.learnMore {
	text-align:right;
	width:206px;
	padding:0 12px 0 0;
	margin-bottom:20px;
	background:url(../images/learn_more.gif) right 3px no-repeat;	
}

/* Sub Pages */

#subMain {
	width:538px;
	float:left;	
	background:url(../images/hr_vertical_brown.gif) right 25px no-repeat;
	padding:25px 20px 20px 25px;
	margin-right:20px;
}

#subMain p, li {
	color:#366;
}

#bio {
	padding-top:5px;
}

#bio p {
	color:#000;
	line-height:1.6em;
}

#bio img {
	float:left;
	padding:0 10px 0 0;
	position:relative;
	left:-8px;
	top:-5px;	
}

#bio a {	
	text-decoration:underline;
	color:#366;	
	padding-top:8px;	
	font-weight:bold;
	font-size:0.95em;
}

#bio strong {
	color:#F60;	
}

#bio li {
	margin-bottom:8px;	
}

#bio li ul {
	padding:10px 0 0 10px;
}

#resume_bar {
	background:#f2f2eb url(../images/downArrow.jpg) 535px no-repeat;
	display:block;
	width:538px;
	padding:10px 0 10px 30px;
	margin:20px 0 10px;
	margin-right:-30px; /* IE Hack */
	position:relative;	
	left:-30px;
}

#subMainColumn {
	padding-top:25px;
	background:url(../images/downArrow.jpg) 760px 25px no-repeat;
	width:195px;	
	float:left;
}

#subMainColumn a {
	color:#366;
	font-size:13px;	
}

#subMainColumn p {
	line-height:1.5em;	
}

#subMainColumn h2, .mail {
	font-size:16px;	
}

#subMainColumn h2 {
	margin-bottom:0;
	padding-bottom:0;
	margin-top:15px;	
}

#subMainColumn ul {
	padding-top:20px;
}

#subMainColumn li {
	padding-bottom:10px;
	padding-left:15px;
	font-size:10px;
}

/* #subMainColumn li {
	background:url(../images/nameArrow.jpg) 0 1px no-repeat;
	padding-left:18px;	
} */

.hr_brown {
	background:url(../images/hr_brown.gif) repeat-x;
	height:8px;
	margin-top:8px;	
}

h4 {
	padding:10px 0 5px;	
	font-size:13px;
}

#news {
}

#news li {
	list-style:disc;
	margin-bottom:5px;
	margin-left:12px;
}

#rep li {
	margin-bottom:6px;
}

/* Mail Form */

label {
	font-size:14px;
}

form p {
	padding-bottom:5px;
}

#submit {
	position:relative;
}

.clear {
	clear:both;
}

/* Footer */

#footer {
	margin:0 auto;
	background:#FFF;
	padding:15px;
	width:400px;
	font:9px georgia,times,serif;
	font-weight:bold;
	text-align:center;
	position:relative;
	top:-20px;
}

#footer li {
	display:inline;
	padding:0 10px;
	border-right:1px solid #033;
	color:#033;
}