/* Golan &amp; Christie golanchristie.com main css

NOTE: CSS Background imgs for banners and colors for h tags are in css named for that section page.


********************************/
.todo { color:red;}
*      {margin:0; padding:0} /*Removes margin and padding from every element. */
html   {height:100%; font-size:100.01%} /*Set font-size to a percentage preventing a Windows IE "extreme font re-sizing" bug. Set font-size slightly larger than 100% to repair Opera rounding errors. 
Set less than 101% to prevent Safari errors. */
body, h1, h2, h3, h4, h5, h6, p, div, form, code, pre, fieldset, legend, dl, dt, dd
{margin:0; padding:0; border:0 solid;} /*general leveller*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:85% Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	min-height:101%;/*force Netscape & Firefox to display vertical scrollbars, thereby preventing content jumping*/}



h1 {
	font-size:180%;
	line-height:110%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
}
h2 {
	font-size:130%;
	line-height:120%;
	font-weight:500;
	letter-spacing:.035em;
	margin:5px 0px 5px 0px;
	text-transform: uppercase;
}

.lowercase {text-transform:lowercase; letter-spacing:normal;}
h3 {
	font-size:105%;
	line-height:130%;
	margin:15px 0px 8px 0px;
	color: #a18d50;
}
h3 a{
	font-size:105%;
	line-height:130%;
	margin:15px 0px 8px 0px;
	font-weight:normal;
	color: #a18d50;
	text-decoration:underline;
}

h4 {
	font-size:98%;
	line-height:150%;
	margin:15px 0px 5px 0px;
	color: #a18d50;
}

h5 {
	font-size:98%;
	line-height:150%;
	margin:5px 0px 8px 0px
}

a {
	color:#007ac2;
	text-decoration:underline;
}

a:hover {
	color:#a18d50;
	text-decoration:underline;
}
p, table {
	text-align:left;
	margin:0px;
	padding:5px 0px 5px 0px;
	font-size:95%;
	line-height:1.4em;
}

ul{
	margin:0px 0px 15px 45px;
}

li {
	font-size:95%;
	line-height:120%;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../images/global/bullet_tan.gif);
	padding:8px 0 0 0;
}


/******************************** text layout styles ********************************/

.indent {padding-left:30px;}
.bioYearTab {padding-left:30px;}

/*********************** COLORS for page titles - same colors as nav bar  ********************/

.home {	color:#a18d50;}
.firm {	color:#d09243;}
.people { color:#859234;}
.practice {	color:#d2aac3;}
.success {	color:#feb835;}
.knowledge { color:#597786;}
.secondary { color:#9d9282;}


/******************************** BANNER TOP SECTION ********************************/

#bannerLeft {height:180px; float:left;}
#bannerLeft img { border:0px;}

/*home banner*/
#bannerHome {background-image:url(../images/banner/homeBg.gif); background-repeat:repeat-x; width:100%; height:180px;}
#bannerRightHome {background-image:url(../images/banner/home_r2.jpg); background-repeat:no-repeat; width:100%; height:180px; background-position:right;}

/*firm banner*/
#bannerFirm {background-image:url(../images/banner/firmBg.gif); background-repeat:repeat-x; width:100%; height:180px;}
#bannerRightFirm {background-image:url(../images/banner/firm_r.jpg); background-repeat:no-repeat; width:100%; height:180px; background-position:right;}

/*People banner*/
#bannerPeople {background-image:url(../images/banner/peopleBg.gif); background-repeat:repeat-x; width:100%; height:180px;}
#bannerRightPeople {background-image:url(../images/banner/people_r.jpg); background-repeat:no-repeat; width:100%; height:180px; background-position:right;}

/*Practice banner*/
#bannerPractice {background-image:url(../images/banner/practiceBg.gif); background-repeat:repeat-x; width:100%; height:180px;}
#bannerRightPractice {background-image:url(../images/banner/practice_r.jpg); background-repeat:no-repeat; width:100%; height:180px; background-position:right;}

/*success banner*/
#bannerSuccess {background-image:url(../images/banner/successBg.gif); background-repeat:repeat-x; width:100%; height:180px;}
#bannerRightSuccess {background-image:url(../images/banner/success_r.jpg); background-repeat:no-repeat; width:100%; height:180px; background-position:right;}

/*Knowledge banner*/
#bannerKnowledge {background-image:url(../images/banner/knowledgeBg.gif); background-repeat:repeat-x; width:100%; height:180px;}
#bannerRightKnowledge {background-image:url(../images/banner/knowledge_r.jpg); background-repeat:no-repeat; width:100%; height:180px; background-position:right;}


/*Secondary banner*/
#bannerSecondary {background-image:url(../images/banner/secondaryBG.gif); background-repeat:repeat-x; width:100%; height:180px;}
#bannerRightSecondary {background-image:url(../images/banner/secondary_r.jpg); background-repeat:no-repeat; width:100%; height:180px; background-position:right;}

/******************************** SECTION CONTAINERS ********************************/
#outer_wrapper {
	background: #fff url(../images/leftNav/sideNavBg.gif) repeat-y left;
}
#wrapper {
	background: url(../images/rightBg.gif) repeat-y right;
}

#container {
	width: 100%;
	float: left;
	margin-right: -192px;
	background: url(../images/rightBg.gif) repeat-y right;
}

#container_case_studies {
	width: 100%;
	float: left;
	margin-right: -192px;

}

#content {
	margin:0px 192px 0px 0px; padding: 0px; 
	background: url(../images/leftNav/sideNavBg.gif) repeat-y left; 
}
#main {
	margin-left: 154px;
	padding:25px 25px 25px 37px; 
	min-height:550px;
}

#mainBio {
	margin-left: 154px;
	padding:25px 0px 25px 37px; 
	min-height:550px;
}

#mainBio li img, #mainBio p img{
	position:relative; bottom:-7px; left:4px;
}
#left {
	width: 154px;
	float: left;
	margin:0px;
	padding:0px;
	background-color:#a18d50;
	min-height:500px; 
}
#main #bioImg { width:358px; float:right; 
	margin:0px;
}
#rightbar {
	width: 192px;
	float: right;
	font:160%/15px Garamond, "Times New Roman", serif;
	padding-top: 70px;
	min-height:500px;
	color:#a18d50;
}

#rightbar p, #rightbar h1, #rightbar h2{
	padding:25px 10px 0px 16px;
}


#attribute {font-size:15px; margin:4px 20px 10px 20px; text-align:right;}
#footer { font-size:80%; padding:20px 5px;
	
}
.miceType {font-size:9px; color:#a18d50}
.last {	margin-bottom: 0;}
.clearing {	height: 0;
	clear: both;}



/******************************** TOP NAV ********************************/


#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline;
	height:24px;
	list-style-type: none;
	font-size:11px;
	 margin:0px; padding:0px; height:20px; position:absolute; top:5px; right:10px;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin: 0;
	padding: 17px 3px;
	list-style: none;
	display: inline;
	}
#nav li a {
	color:#000000;
	text-decoration:none;
}

#nav li a:hover {
	color:#a18d50;
	text-decoration:none;
}

#bioThumbs img {background-color: #D4D6CB; border:1px solid #A18D50; margin: -10px 10px 20px 0px;}


/******************************* SUBMIT Btns  START ********************************/

.submitBtn {background: url("../images/submitBtn.gif") 0px 0px  no-repeat;
        color:#047bc2; width: 73px; height: 25px; border:0px;
       }
.submitBtnOver {background: url("../images/submitBtnOver.gif") 0px 0px  no-repeat;
        color:#007ac2; width: 73px; height: 25px; border:0px;
       }
	   	   
/******************************* SUBMIT Btns  END ********************************/



/******************************* login Btn START********************************/

.login
{

font-family:Verdana, Arial, sans-serif;
background: url(../images/login_over.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 83px;
height: 21px;
margin: 0;
padding:  0 0 15px 0;
z-index: 1;
}

.login a
{
display: block;
color: #000000;
font-size: 11px;
width: 83px;
height: 21px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.login img
{

width: 83px;
height: 21px;
border: 0
}

* html a:hover
{
visibility:visible
}

.login a:hover img
{
visibility:hidden
}

.login span
{

margin: 0px;
padding: 0px;
cursor: pointer;
} 

/******************************* login Btn END********************************/