@charset "utf-8";



body  {

	position:relative;
	background: #55544e;
	/*background: #3a3d42; (newer color:  4f5559) url("../images/css/striped-bg.gif") center;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height:1.5; font-style:normal; font-variant:normal; font-weight:normal; font-size:100%; font-family:Arial, Verdana, Helvetica, sans-serif
}



#container { 
	position:relative; 	/******** This fixes a *********/
	left:0;			   	/******** positioning issue *********/	
	top:0;				/******** in IE  *********/
	font-size: 82%;
	width: 972px;  
	background: #55544e url("../images/css/container-bg-3.jpg") top repeat-y;
	/*original background color background: #d9d9cf*/
	margin: 0 auto; /*******( original code line. What does the 4px do?) 0 0 4px 0********/
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


/*------------------------------------ Header links ----------------------------*/


/*h1 a {
	display:block;
}*/



/*------------------------------------ Header for GHPLaw Logo --------------------------------------------*/


#header { 
	position:relative;
	height:306px;
	top:-8px;				/******** in IE  *********/
	background:#6993bb url("../images/css/header-bg-4.jpg") top left repeat-y;
	padding: 0;
	margin:0;

} 

#header h1 {
	display:none;	
}

#header h2 {
	margin:0;
	padding:0;
	text-indent:-9999px;
}


#header img#logo {
	position:relative;
	left:15px;
	bottom:6px;
	top:-16px;
	border:none;
	background:#6993bb;
}


/*---------------------------------------------- Top Navigation -------------------------------------------------------*/


#topNavigation {
	list-style:none;
	text-align:left;
	margin:0 0 0 3px;
	/*background:#C9853C;*/
	padding:0;	
	font-size:88%;
	font-weight:bold;
}


#topNavigation li{
	display:inline;
	margin:0;
	/*border-right:1px solid;*/
	padding:0 15px 0 20px;
}


/*#topNavigation li:last-child {
	border-right:none;
}*/


#topNavigation li a:link{
	color:#000;
	text-decoration:none;
}

#topNavigation li a:visited{
	color:#000;
	text-decoration:none;
}

#topNavigation li a:hover{
	color:#fff;
	text-decoration:underline;
}


#topNavigation li.current {
	/*background:#c78742;*/
	color:#fff;

}

#topNavigation li.current a {
	color:#fff;
}


#topNavigation li.current a:visited{
	color:#fff;

}

#topNavigation li.current a:hover{
	color:#fff;
	text-decoration:underline;
}
	
#topNavigation li.current a:link{
	color:#fff;
	text-decoration:underline;
	cursor:default;
}


#flash-holder {
	padding:0;
	margin:0px 0 -3px 0;
}


/*---------------------------------------------- Sidebar -------------------------------------------------------*/



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 157px; 
	background: #2e2e2e;
	border-right:0px solid #697488;
	padding:0;
	margin:3px 0 0 0;
	*padding-top:13px; /********* Fixes an issue in IE ************/
	color:#DBDBD2;
	line-height:1.5;
}


#sidebar1 #leftNavigation {
	list-style:none;
	width:157px;
	margin:0;
	padding:4px 0 0 0;
	font-size:87%;
	font-weight:normal;
}


#sidebar1 #leftNavigation li {
	margin:0;
	/*padding:0 0 0 36px;*/
	border-bottom: 1px solid #c78742; 
	padding: 4px 15px;


}

#sidebar1 #leftNavigation li.first {
	border-top: 1px solid #c78742;
	padding: 0 0 4px 15px;
}

#sidebar1 #leftNavigation li.title-first {
	padding: 0px 0 4px 15px;
	color:#c78742;
	padding-left:15px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
	/*background: #c78742;*/
	border-bottom: 1px solid #c78742;

}


#sidebar1 #leftNavigation li.title {
	padding: 20px 0 4px 15px;
	color:#c78742;
	padding-left:15px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
	background: #2e2e2e;

}

#sidebar1 #leftNavigation li.people {
	padding-left:15px;
	border-bottom: 0px solid #c78742;

}

#sidebar1 #leftNavigation li.people-cur {
	padding-left:15px;
	color:#6993bb;
	border-bottom: 0px solid #c78742;

}

#sidebar1 #leftNavigation li.prac {
	padding-left:15px;
	border-bottom: 0px solid #c78742;

}

#sidebar1 #leftNavigation li.scroll{
	padding-left:0px;
	padding-right:5px;
	font-size:95%;
	border-bottom: 0px solid #c78742;
	color:#fff;

}

#sidebar1 #leftNavigation li.title-scroll {
	padding: 20px 0 4px 15px;
	color:#fff;
	padding-left:15px;
	letter-spacing:1px;
	border-bottom: 1px dotted #c78742;
	font-weight:bold;
	font-size:95%;
	background: #2e2e2e;

}
#sidebar1 #leftNavigation li.title-contact {
	padding: 20px 0 4px 15px;
	color:#c78742;
	padding-left:15px;
	letter-spacing:1px;
	border-bottom: 1px solid #c78742;
	text-transform:uppercase;
	font-weight:bold;
	background: #2e2e2e;

}
#sidebar1 #leftNavigation li.contact {
	padding-left:15px;
	font-size:100%;
	border-bottom: 0px solid #c78742;

}

#sidebar1 #leftNavigation li.current {
	color:#6993bb;
	border-bottom: 0px solid #c78742;

}


#sidebar1 #leftNavigation li.current a:link{
	color:#6993bb; 
	border-bottom: 0px solid #c78742;
}



#sidebar1 #leftNavigation li.current a:visited{
	color:#6993bb;
	border-bottom: 0px solid #c78742;
}


#sidebar1 #leftNavigation li.current a:hover{
	color:#c78742;
	border-bottom: 0px solid #c78742;
	text-decoration:none;
	cursor:default;
}



#sidebar1 #leftNavigation li a:link{
	display:block;
	color:#fff;
	text-decoration:none;

}


#sidebar1 #leftNavigation li a:visited{
	color:#fff;
	text-decoration:none;

}

#sidebar1 #leftNavigation li a:hover{
	/*color:#d9d9cf;*/
	color:#c78742;

}



/*---------------------------------------------- Content -------------------------------------------------------*/


#mainContent { 

	margin: 0 0 0 157px; 
	padding: 4px 110px 0 56px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	*padding-top:13px; /********* Fixes an issue in IE ************/	
	color:#333;

} 

#mainContent h1, #mainContent h2,#mainContent h3 {

	font-size:120%;
	font-weight:bold;
	margin-top:0;

}


#mainContent h2{
	margin:2px 0 .5em;
	font-family: Arial, Goudy, Georgia, Helvetica, sans-serif;
    font-size:103%;
	font-weight:bold;
	color: #2e2e2e;
	text-transform:uppercase;
	/*letter-spacing:1px;*/

}


#mainContent h3{
	margin:0;
	font-family: Arial, Goudy, Georgia, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color: #000;
}

#mainContent h4{
	margin:0;
	font-family: Arial, Goudy, Georgia, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	color: #333;
}


#mainContent h5{
	margin:0;
	font-family: Arial, Goudy, Georgia, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color: #c78742;

}


#mainContent h6{
	margin:0;
	font-family: Arial, Goudy, Georgia, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	color: #333;
}


#mainContent a:link {
	color:#00628b;
	text-decoration:none;
	/*font-size:90%;*/
}


#mainContent a:visited {
	color:#00628b;
	text-decoration:none;
	/*font-size:90%;*/

}



#mainContent a:hover {
	color:00628b;
	text-decoration:underline;
	/*font-size:90%;*/
}


#mainContent p {
	margin-top:0;
}


ul {
	margin:0;
	padding:0 0 0 1.5em;

}


ul.links {
	list-style:none;
	padding:0;

}


ul.links:vcard {
	font-weight: bold;
	color: #993333;

}



#sideBlock {
	width:220px;
	float:right;
	display:inline;
	margin:400px 0 0 0;
	line-height:1.3em;

}


#sideBlock a {
	color: #666666;

}


#sideBlock a:hover {
	color: #C6731A;

}


#sideBlock p {
	padding: 0 0 2px 0;

}


/*---------------------------------------------- Footer -------------------------------------------------------*/

#footer { 
	margin:0; 
	padding: 0 110px 25px 214px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url("../images/css/footer-bg-2.jpg") bottom no-repeat;

} 

#footer p {
	margin: 0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer p.address{
	color:#333;	
	font-size:80%;
	font-weight:bold;

}

#footer p a:link {
	color:#00628b;

}


#footer p a:visited {
	color:#00628b;

}


#footer p.date {
	padding-top:1em;
	display:block;
	width:20em;
	padding-left:47px; /********* fine-tuning the centering of the date *****************/
	margin:0 auto;
	font-size:10px;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
    margin-left: 8px;

}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}

strong {
	font-weight:bold;
}

hr {

	height:1px;
	border:0;
	color:#a9aca5;
	background-color:#a9aca5;
	margin: 1em 0;

}

/*---------------------------------- References / Events ----------------------------------*/
#upcoming { width:156px;
	margin-left:15px;
}
#upcoming h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	padding-top:10px;
	border-top:3px dotted #dcbe82;
	margin:14px 0 0 100px;
}
#upcoming .include {
	margin:10px 0 28px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
}
#upcoming .include a:link {
	color: #666;
}
#upcoming .include a:visited {
	color: #333;
}
#upcoming .include a:hover {
	color: #999;
}

/*------------------------------------------- EMail iFrame -----------------------------------------------------*/

.Email_BodyStyle { color: #000000;}
.Email_Alert { font-size: 9pt;  color : Red; font-weight: bold; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;}
.Email_SubHead { font-size: 9pt;  color : #333333; font-weight: bold; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;}
.Email_TextBox { font-size: 9pt;  color : #333333; font-weight: normal; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;}
.Email_Button { font-size: 9pt;  color: #000000; font-weight: normal; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; }