/****************************************************************************
 * Prophet.com Stylesheet - Copyright 2006 by Prophet - All rights reserved *
 ****************************************************************************/

/* basic elements */

html, body {
	background-color: #f0f0f0;
	margin: 0;
	padding: 0;
}

body, td {
	color: #666;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

a:link { color: #6c7a8c; }
a:visited { color: #505d6e; }
a:hover { color: #f99d3e; }
a:active { color: #f99d3e; }

form {
	margin: 0;
	padding: 0;
}

/* structural elements */

#page {
	background-color: #fff;
	border-right: #bbb 1px solid;
	border-bottom: #bbb 1px solid;
	margin-bottom: 10px;
	width: 790px;
}

#header {
	padding: 15px 10px;
}

#logo {
	float: left;
	font-style: oblique;
}

#links {
	float: right;
	padding-top: 13px;
	padding-right: 5px;
}

#search {
	float: right;
	padding-top: 12px;
}
#searchboxtextwrap {
	background: transparent url(/images/misc/searchbox.gif) 0 0 no-repeat;
	height: 19px;
	padding: 1px 10px 0 20px;
}
#searchboxtext {
	background: transparent;
	color: #666;
	border-width: 0;
	font-size: 13px;
	line-height: 14px;
	padding: 0;
	width: 120px;
}

#homebanner {
	background: #244d8a url(/images/headers/home.jpg) left top no-repeat;
	border-bottom: #bbb 1px solid;
	height: 260px;
	padding: 0 0 0 290px;
}

#pagebanner {
	background: #6d6e71 url(/images/headers/blank.jpg) left -10px no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	height: 40px;
	line-height: 36px;
	padding: 100px 0 0 180px;
}

#main {
	background: url(/images/misc/leftcolumn.gif) top left repeat-y;
	padding-top: 15px;
}

#leftside {
	float: left;
	line-height: 150%;
	padding: 0 10px;
	width: 140px;
}

#leftside a.currpage {
	font-weight: bold;
	text-decoration: none;
}

#content {
	float: left;
	padding: 0 20px;
	width: 390px;
}
#content.wide {
	width: 590px;
}

#rightside {
	float: left;
	padding: 0 20px 0 0;
	width: 180px;
}

#rightsidefloat {
	float: right;
	margin: 0 0 0 20px;
	width: 180px;
}

#footer {
	clear: left;
	font-size: 10px;
	line-height: 15px;
	padding: 10px 20px 10px 180px;
}
#footer hr {
	border: none;
	border-top: #bbb 1px solid;
	height: 1px;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#footer a:link, #footer a:visited {
	color: #666;
}

/* display elements for the left-side column */

#leftside dl {
	margin: -1em 0 0 0;
	padding: 0;
}
#leftside dt {
	margin: 1em 0 1px 0;
}
#leftside dd {
	display: block;
	background: url(/images/misc/chevron.gif) 0 4px no-repeat;
	line-height: 110%;
	margin: 0 0 5px 0;
	padding: 0 0 0 8px;
}
#leftside a, #leftside a:link, #leftside a:visited {
	color: #666;
}

/* display elements for the main middle column */

#content h1 {
	color: #f99d3e;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 120%;
	margin: 0 0 14px 0;
	padding: 0;
}

#content h2 {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h1 + h2 {
	margin-top: -5px;
}

#content p {
	line-height: 150%;
	margin: 0 0 0.75em 0;
	padding: 0;
}

#content p.centered {
	text-align: center;
}

#content p.hometext {
	font-size: 14px;
	line-height: 175%;
	margin-top: -5px;
}

#content blockquote {
	border-left: #ccc 4px solid;
	margin: 0 0.75em 0.75em 1em;
	padding: 0 0 0 1em;
}

#content ul, #content ol {
	margin-top: 0;
	margin-bottom: 0.75em;
}

#content ul ul, #content ol ol {
	margin-top: 0.5em;
}

#content li {
	margin-bottom: 0.5em;
}

/* standard rounded-corner box */

.bluebox180, .graybox180, .yellowbox180 {
	margin: 5px 0 2em 0;
	padding: 10px 0 0 0;
	width: 180px;
}
.boxcontent {
	margin: 0;
	padding: 0 10px 10px 10px;
}
.bluebox180 { background-color: #fffed4; border-bottom: #ff6 1px solid; }
.graybox180 { background-color: #e6e6e6; border-bottom: #bbb 1px solid; }
.yellowbox180 { background-color: #fffed4; border-bottom: #ff6 1px solid; }

.leftsidebox {
	margin: 5px 0 2em 0;
	padding: 10px 0 0 0;
	width: 140px;
}
.leftsidebox { background: url(/images/misc/leftbox-white-top.gif) top left no-repeat; }
.leftsidebox .boxcontent { background: #e6e6e6 url(/images/misc/leftbox-white-bottom.gif) bottom left no-repeat; }


/* management team lists */

ul.teamlist {
	list-style: none;
	margin: 1.5em 0 0 0;
	padding: 0;
}
ul.teamlist li {
	display: block;
	float: left;
	height: 55px;
	margin: 5px 5px 0 0;
	width: 190px;
}
ul.teamlist img {
	float: left;
	margin: 0 5px 0 0;
}
#content ul.teamlist h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 3px 0;
}

/* bio styles */

div.biocaption {
	padding: 10px;
}

/* insights styles */

img.book {
	border: #bbb 1px solid;
}

div.bookcaption {
	padding: 10px 0;
}

div.insight_item {
	clear: left;
	min-height: 115px;
	padding: 0.5em 0 0.75em 0;
}
div.insight_preview {
	float: left;
	padding: 4px 0 0 0;
	text-align: right;
	width: 77px;
}
div.insight_preview img {
	border: #bbb 1px solid;
}
div.insight_body {
	padding-left: 90px;
}

div.pulldown {
	position: absolute;
	background-color: #fff;
	border: #ccc 1px solid;
	border-right: #666 1px solid;
	border-bottom: #666 1px solid;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 100%;
	padding: 0;
	width: 158px;
	visibility: hidden;
	z-index: 99;
}
div.pulldown ul, .pulldown li {
	list-style: none;
	margin: 0 ! important;
	padding: 0 ! important;
}
div.pulldown li {
	float: left;
	display: block;
	width: 158px;
}
div.pulldown a {
	display: block;
	color: #333;
	padding: 2px 4px;
	text-decoration: none;
}
div.pulldown a:hover {
	background-color: #6d6e71;
	color: #fff;
}
div.pulldown a:visited, div.pulldown a:active {
	color: #333;
}

/* impact styles */

div.clientlogo {
	margin-bottom: 1.5em;
}

/* news styles */

p.newsitem {
	margin-bottom: 1.5em ! important;
}
span.newsdate {
	color: #888;
	font-size: 10px;
	line-height: 110%;
	text-transform: uppercase;
}
a.newslink {
	color: #888;
	font-weight: bold;
	line-height: 100%;
}

/* events styles */

p.eventitem {
	margin-bottom: 1.5em ! important;
}
span.eventdateplace {
	color: #888;
}

/* office list */

ul.officelist {
	list-style: none;
	margin: 1.5em 0 0 0;
	padding: 0;
}
ul.officelist li {
	display: block;
	float: left;
	margin: 0 5px 15px 0;
	padding: 0 0 0.75em 0;
	width: 190px;
}
#content ul.officelist h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

/* cgi error box */

div.cgierrors {
	color: #c00;
	font-weight: bold;
}

div.cgisuccess {
	color: #090;
	font-weight: bold;
}

/* prettified things */

input.textbox, textarea, select {
	background: #f6f6f6 url(/images/misc/fieldbg.gif) top repeat-x;
	border-top: #7c7c7c 1px solid;
	border-left: #c3c3c3 1px solid;
	border-right: #c3c3c3 1px solid;
	border-bottom: #ddd 1px solid;
	color: #333;
	font-family: tahoma, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 1px;
}
input.textbox {
	padding: 2px;
}
input.missing, textarea.missing, select.missing {
	background-color: #ffc;
}

form.standard .entry {
	padding: 0 2.5em 1em 0;
}
form.standard label {
	display: block;
}
form.standard label.required {
	font-weight: bold;
}

form#fullsearch {
	display: block;
	margin: 0.75em 0;
	padding: 0;
}

div#searchwords {
	background: url(/images/misc/biggraybox.gif) top left no-repeat;
	margin: 0;
	padding: 0.5em;
}

div#searchoptions {
	background: url(/images/misc/biggraybox.gif) bottom left no-repeat;
	border-top: #ccc 1px solid;
	margin: 0;
	padding: 0.75em 0.5em;
}

div#searchnav {
	margin: 0.75em 0 0 0;
	padding: 0.75em 0;
}
div#searchnav a, div#searchnav span {
	display: block;
	float: left;
	margin: 0 0.5em 0.5em 0;
	padding: 0.1em 0.5em;
}
div#searchnav span {
	border: #fff 1px solid;
	color: #666;
	font-weight: bold;
}
div#searchnav a {
	border: #999 1px solid;
	color: #666;
	text-decoration: none;
}
div#searchnav a:hover {
	background-color: #f99d3e;
	border: #f99d3e 1px solid;
	color: #fff;
}

p {
	margin: 0;
	padding: 0 0 0.5em 0;
}

hr.line {
	background-color: #f99d3e;
	border: #f99d3e 1px solid;
	color: #e07820;
	height: 2px;
	margin: 0.75em 0;
}

.inactive { color: #888; }

.bigtext { font-size: 14px; }
.normaltext { font-size: 11px; }
.smalltext { font-size: 10px; }
.tinytext { font-size: 9px; }

.singlespace { line-height: 100%; }
.shortspace  { line-height: 125%; }
.normalspace { line-height: 150%; }
.doublespace { line-height: 200%; }

/* fix for peekaboo bug in MSIE */
/* hides from IE5-mac \*/
* html div.wide { height: 1%; }
* html div.narrow { height: 1%; }
/* end hide */
