/* -------------------------------------------------------------------------------------
	CSS STYLE
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> GENERAL STYLE AREA -->
------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 62.5%;
	color: #2B2B2B;
	padding: 0;
	background: #c3bebb;
	font-family: arial, sans-serif;
}

div, p, ul, ol, dl, h1, h2, h3, h4, h5, h6, table, hr, form {
	float: left;
	clear: both;
	width: 100%;
}

a {
	text-decoration: none;
	outline: none;
	color: #548be5;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.3;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 120%;
}

h3 a {
	color: #2B2B2B;
}

.middle_align {
	text-align: center;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.right {
	float: right;
	clear: none;
	width: auto;
}

.left *, .right * {
	float: left;
}

.image_right {
	float: right;
	margin: 0;
	clear: none;
}

.error_message {
	width: 567px;
	padding: 10px 20px;
	background: #C99494;
	border: 2px solid #414141;
}

.wrapper {
	text-align: left;
	float: none;
	width: 996px;
	margin: 0 auto;
}

.container {
	position: relative;
	z-index: 2;
	font-size: 1.3em;
}

#home_page {
	background: #c3bebb url(../images/home_bg.jpg) top left repeat-x;
	margin: 0 0 30px 0;
	z-index: 2;
	position: relative;
}

#sub_page {
	background: #c3bebb url(../images/sub_bg.jpg) top left repeat-x;
	margin: 0 0 30px 0;
	z-index: 2;
	position: relative;
}


/* -------------------------------------------------------------------------------------
<-- END GENERAL STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> HEADER AREA -->
------------------------------------------------------------------------------------- */

#header {
	position: relative;
	height: 144px;
}

#header a, #header img {
	float: left;
}

#nav {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	list-style: none;
	border: solid #88817b;
	border-width: 0 0 0 2px;
}

#nav li {
	float: left;
	clear: none;
	width: auto;
}

#nav li a {
	display: block;
	float: left;
	padding: 5px 15px;
	width: auto;
	color: #514d46;
	border: solid #88817b;
	border-width: 2px 2px 2px 0;
	text-transform: uppercase;
}

#nav li a:hover, #nav li a.active {
	background: #f59f1a;
	color: #fff;
	text-decoration: none;
}

#sub_nav {
	height: 210px;
	list-style: none;
	width: 100%;
}

#sub_nav li {
	width: auto;
	float: left;
	clear: none;
	height: 210px;
	overflow: hidden;
}

#sub_nav li a {
	height: 210px;
	float: left;
	display: block;
	text-indent: -10000px;
}

#nav_investment_method a {
	background: transparent url(../images/nav_investment_method.jpg) 0 -210px no-repeat;
	width: 229px;
}

#nav_northridge_team a {
	background: transparent url(../images/nav_northridge_team.jpg) 0 -210px no-repeat;
	width: 236px;
}

#nav_case_studies a {
	background: transparent url(../images/nav_case_studies.jpg) 0 -210px no-repeat;
	width: 231px;
}

#nav_press_releases a {
	background: transparent url(../images/nav_press_releases.jpg) 0 -210px no-repeat;
	width: 231px;
}


#nav_arbor_ridge a {
	background: transparent url(../images/nav_arbor_ridge.jpg) 0 -210px no-repeat;
	width: 173px;
}

#nav_chablis a {
	background: transparent url(../images/nav_chablis.jpg) 0 -210px no-repeat;
	width: 170px;
}

#nav_glen_ellyn_courts a {
	background: transparent url(../images/nav_glen_ellyn.jpg) 0 -210px no-repeat;
	width: 169px;
}

#nav_lake_ridge a {
	background: transparent url(../images/nav_lake_ridge.jpg) 0 -210px no-repeat;
	width: 173px;
}

#nav_our_process a {
	background: transparent url(../images/nav_our_process.jpg) 0 -210px no-repeat;
	width: 173px;
}

#nav_events a {
	background: transparent url(../images/nav_events.jpg) 0 -210px no-repeat;
	width: 169px;
}

#nav_newsletters a {
	background: transparent url(../images/nav_newsletters_text.jpg) 0 -210px no-repeat;
	width: 174px;
}

#sub_nav li a.active, #sub_nav li a:hover {
	background-position: 0 0;
}

/* -------------------------------------------------------------------------------------
<-- END HEADER AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
<-- CONTENT AREA <--
------------------------------------------------------------------------------------- */

#content_container {
	width: 702px;
}

.content {
	color: #524d46;
	padding: 20px 0 50px 0;
	font-size: 110%;
}

.content p, .content h1, .content h2 {
	width: 647px;
	padding: 0 40px 0 15px;
}

.content p, .location_info p {
	line-height: 1.5;
	margin: 0 0 20px;
}

.content p.error {
	width: 627px;
	padding: 5px 10px;
	margin: 0 10 0 15px;
	display: inline;
	background: #f59f1a;
	color: #fff;
}

.content h1 {
	margin: 0 0 15px;
	font-size: 120%;
}

.content h2 {
	margin: 0 0 15px;
	font-size: 110%;
}

.location_info {
	margin: 20px 0 0 ;
	color: #524d46;
	background: transparent url(../images/location_bg.jpg) top left repeat-y;
}

.location_info .side_info {
	width: 215px;
	padding: 4px;
}

.location_info .main_info {
	width: 457px;
	float: right;
	clear: none;
	padding: 10px;
}

.location_info h1 {
	font-size: 120%;
	vertical-align: bottom;
	margin: 0 0 5px 0;
	width: 437px;
	padding: 4px 10px;
	background: #524d46;
	color: #fff;
}

.location_info h1 span {
	float: left;
	clear: none;
}

.location_info h1 span.large {
	font-size: 120%;
}

.location_info h1 span.small {
	font-size: 90%;
	padding: 0 0 0 10px;
	line-height: 175%;
	font-style: italic;
}

.location_info p {
	margin: 15px 0 5px 0;
}

.main_info p {
	width: 437px;
	padding: 0 10px;
}

.location_info hr {
	margin: 0 0 5px 0;
}

.location_info ul {
	list-style: none;
	margin: 15px 0 10px 0;
	padding: 0;
}

.location_info ul li {
	width: 220px;
	padding: 0 7px 4px 0;
	float: left;
	clear: none;
}

.special_offer {
	border-bottom: 1px solid #524d46;
	margin: 15px 0;
	font-size: 120%;
	font-weight: bold;
	width: 437px;
	padding: 10px;
}

.side_info h3 {
	margin: 10px 0;
	padding: 0 0 5px;
	font-size: 130%;
	font-weight: normal;
	border-bottom: 1px solid #524d46;
}

.side_info ul {
	margin: 10px 0;
	width: 215px;
}

.side_info ul li {
	width: 205px;
	padding: 0 0 0 10px;
	margin: 0 0 3px 0;
	background: transparent url(../images/bullet.jpg) 0 2px no-repeat;
}

.map {
	float left;
	width: 215px;
	margin: 0 20px 0 0;
}

.map a img {
	border: 1px solid #524d46;
	float: left;
}

.map a img {
	float: left;
}


#contact_us .wide {
	width: 300px;
	float: left;
	display: block;
}

.directions {
	width: 190px;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}

.main_info .directions p {
	margin: 0;
	padding: 0;
	width: 100%;
}

.office_hours {
	margin: 10px 0 0;
	padding: 10px 0 0 ;
	border-top: 1px solid #524d46;
}

.office_hours h3 {
	margin: 0;
	width: 437px;
	padding: 0 10px;
}

.main_info .office_hours p {
	margin: 0 0 10px;
	width: 437px;
	padding: 0 10px;
}

.location_info ul.thumbnails {
	margin: 5px 0 10px;
}

.location_info ul.thumbnails li {
	width: auto;
	padding: 0;
}

.location_info ul.thumbnails li.padding {
	padding: 0 3px 0 0;
}

.thumbnails li * {
	float: left;
}

.content form p {
	margin: 0 0 10px;
}

label {
	width: 200px;
	float: left;
}

input, textarea {
	width: 346px;
	float: left;
	clear: none;
	border: 1px solid #524d46;
	padding: 2px;
}

.req {
	float: none;
	padding: 0 0 0 3px;
	color: red;
	width: auto;
}

input.button {
	width: auto;
	margin: 0 0 0 155px;
	display: inline;
	float: left;
}

input.button:hover {
	cursor: pointer;
	background: #f59f1a;
}

.radio_row span {
	float: left;
	width: 200px;
}

.radio_row span.req {
	width: auto;
	float: none;
}

.radio_row input {
	width: auto;
	margin: 3px 0 0;
	border: 0;
}

.radio_row label {
	width: auto;
	padding: 0px 5px;
}

.content p, .content h1, .content h2 {
	width: 647px;
	padding: 0 40px 0 15px;
}

.content .news h2 {
	margin: 0 0 0px;
	font-weight: normal;
	font-size: 100%;
}

#team_menu {
	list-style: none;
	margin: 0 0 15px 15px;
	display: inline;
	width: 642px;
}

#team_menu li {
	float: left;
	clear: none;
	width: auto;
	margin: 0 20px 0 0;
}

#team_menu li a {
	color: #524d46;
}

a.name_link {
	color: #524d46;
}

a.name_link:hover {
	text-decoration: none;
}

.team_member_odd {
	background: #dad4d1;
	padding: 10px 0 0;
	color: #524d46;
	margin: 0 0 2px;
}

.team_member_even {
	padding: 10px 0 0;
	background: #eae4e0;
	color: #524d46;
	margin: 0 0 2px;
}

.content .team_member_odd h2, .content .team_member_even h2 {
	width: 475px;
	float: right;
	clear: right;
	padding: 0 10px 0 0;
	font-size: 130%;
	margin: 0 10px 5px 0;
}

.content .team_member_odd h3, .content .team_member_even h3 {
	width: 475px;
	float: right;
	clear: right;
	font-style: italic;
	font-size: 115%;
	padding: 0 10px 10px 0;
	border-bottom: 1px solid #524d46;
	margin: 0 10px 10px 0;
}

.content .team_member_odd p, .content .team_member_even p {
	width: 475px;
	float: right;
	clear: right;
	padding: 0 10px 0 0;
	margin: 0 10px 10px 0;
}


#photo_gallery a {
	margin: 0 0 15px 15px;
	float: left;
	border: 4px solid #524d46;
}

#photo_gallery a:hover {
	border: 4px solid #f59f1a;
}

#photo_gallery img {
	float: left;
}

.press_release_content {
	background: #dad4d1;
	padding: 10px;
	width: 460px;
	color: #524d46;
}

.press_release_content h1 {
	width: 440px;
	padding: 5px 10px;
	background: #524d46;
	color: #fff;
	position: relative;
}

.press_release_content h1 a {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 143px;
	height: 20px;
}

.press_release_content h1 a img {
	float: left;
}

.press_release_content p {
	width: 100%;
	padding: 0;
}

.press_release_menu {
	width: 198px;
	padding: 10px;
	background: #dad4d1;
	float: right;
	clear: none;
	color: #524d46;
}

.press_release_menu h1, .press_release_menu p {
	width: 100%;
	padding: 0;
}

.press_release_menu strong {
	text-decoration: underline;
}

.press_release_menu p {
	font-size: .9em;
	line-height: 1.2;
}

/* -------------------------------------------------------------------------------------
<-- END CONTENT AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
<-- SIDEBAR AREA <--
------------------------------------------------------------------------------------- */

#sidebar {
	width: 294px;
	float: right;
	clear: none;
	color: #fff;
	padding: 20px 0 0;
	background: #413A31;
	position: relative;
}

#home_page #sidebar {
	height: 415px;
}

#sidebar h2 {
	width: 279px;
	padding: 2px 0 2px 15px;
	background: #2f3432;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	font-family: verdana;
	text-transform: uppercase;
}

#news_items {
	width: 279px;
	padding: 5px 0 10px 15px;
	list-style: none;
}

#news_items li {
	float: left;
	clear: both;
	width: 264px;
	padding: 0 0 5px ;
	font-size: 12px;
}

#news_items a {
	color: #fff;
}

#news_items a:hover {
	color: #f59f1a;
	text-decoration: none;
}

#sidebar p {
	width: 264px;
	padding: 5px 15px 5px 15px;
}

#news_items li img, #sidebar p img {
	padding: 3px 0 0 5px;
}

.quote {
	font-size: 120%;
	color: #f59f1a;
}

.quote span {
	font-size: 90%;
	color: #fff;
	float: left;
	padding: 5px 0 0;
}

#updates_signup * {
	float: left;
}

#updates_signup p img {
	float: none;
}

#home_page #updates_signup {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
}

.news a {
	color: #524d46;
}

#updates_form {
	display: none;
}

.thickbox {
	color: #fff;
	display: block;
	float: left;
	width: 100%;
}

/* -------------------------------------------------------------------------------------
<-- END SIDEBAR AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> FOOTER AREA -->
------------------------------------------------------------------------------------- */

#footer {
	color: #595959;
	position: fixed;
	left: 0;
	z-index: 1;
	bottom: 0;
	background: #f59f1a;
}

#footer p {
	line-height: 1;
	width: auto;
	color: #fff;
	margin: 0;
	padding: 10px 0 10px 20px;
}

#footer a {
	color: #fff;
	float: none;
	clear: none;
}

/* -------------------------------------------------------------------------------------
<-- END FOOTER AREA <--
------------------------------------------------------------------------------------- */


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

#jquery-lightbox, #jquery-lightbox div {
	width: auto;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { 
	border: none;
}

#jquery-lightbox #lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	float: none;
	margin: 0 auto;
}

#jquery-lightbox #lightbox-container-image {
	width: 100%;
}

#lightbox-container-image img {
	margin: 10px;
	float: left; 
	display: inline; 
}

#jquery-lightbox #lightbox-loading {
	position: absolute;
	top: 40%;
	left: 45%;
	height: 25%;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox #lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0;
	width: 100%;
}

#jquery-lightbox #lightbox-nav-btnPrev, #jquery-lightbox  #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
	clear: none;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#jquery-lightbox #lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	float: none;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	float: none;
}

#jquery-lightbox  #lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left;
	text-align: left; 
}
	
#lightbox-image-details-caption {
	font-weight: bold;
}
	
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav {
	float: right;
	clear: none;
	width: auto;
}

#lightbox-secNav-btnClose {
	width: 66px; 
	float: left;
	padding-bottom: 0.7em;	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*
<div class="TB_overlayMacFFBGHack" id="TB_overlay"></div>
<div style="margin-left: -165px; width: 330px; margin-top: -220px; display: block;" id="TB_window">
	<div id="TB_title">
		<div id="TB_ajaxWindowTitle"></div>
		<div id="TB_closeAjaxWindow"><a href="#" id="TB_closeWindowButton">close</a> or Esc Key</div>
	</div>
	<div id="TB_ajaxContent" style="width: 300px; height: 395px;">
		<p><label for="company_name">Company Name</label><input name="company_name" id="company_name" type="text"></p>
		<p><label for="name">Name</label><input name="name" id="name" type="text"></p>
		<p><label for="job_title">Job Title</label><input name="job_title" id="job_title" type="text"></p>
		<p><label for="phone">Phone Number</label><input name="phone" id="phone" type="text"></p>
		<p><label for="email">Email</label><input name="email" id="email" type="text"></p>
		<p><label for="address">Address</label><input name="address" id="address" type="text"></p>
		<p><label for="city">City</label><input name="city" id="city" type="text"></p>
		<p><label for="state">State</label><input name="state" id="state" type="text"></p>
		<p><label for="zip">Zip</label><input name="zip" id="zip" type="text"></p>
	</div>
</div>
*/

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {
	background: url(../images/macFFBgHack.png) repeat;
}

.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;

}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_ajaxContent label {
	width: 100px;
	float: left;
}

#TB_ajaxContent input {
	float: left;
	clear; none;
	width: 175px;
}

#TB_ajaxContent input.submit {
	width: auto;
	padding: 2px 5px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
