/* *** ** Start of Basic ** *** */
* { margin:0; padding:0; }
#mainContent ul, #mainContent ol { margin:0 0 0 25px; padding:0; line-height:22px; }
ul.side-links { margin:0; }
ul.side-links li { list-style:none; padding:0 0 10px 0; margin:5px 0; border-bottom:dotted 1px #000;}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, dl, fieldset, address { margin:.5em 0; }

/* Text Styling */
h1 {
	margin:0 0 8px;
	font-size:20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
.sub h1 { border-bottom:4px solid #e4d29e; padding-bottom:10px; }
h2 {
	margin:5px 0;
	font-size:16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
h3 {
	margin:5px 0;
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
h4 {
	margin:5px 0;
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h5 {
	margin:5px 0;
	font-size:20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
p { line-height:20px; margin:10px 0;}
strong { font-weight:bold; }
a { text-decoration:none; color: #12356f; }
a:hover { color: #333333; text-decoration:underline; }
.required { color:#FF0000; }
img { border:none; }
.clear {
	clear:both;
	height:0;
    font-size: 1px;
    line-height: 0px;
}
hr { border: none; border-top: 1px solid #d2c08c; width: 100%; height: 1px;}

.body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(/images/bg-repeat.jpg) repeat-x 0 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	border-top:20px solid #000000;
}
#container {
	width: 923px;
	background: #FFFFFF url(/images/background.jpg) top center no-repeat;
	margin: 0 auto;
	padding:0 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0;
	width:923px;
	height:auto;
}
#header h1 {
	margin: 0;
	padding: 0;
	border:none;
}
#header h1 a {
	display:block;
	width:764px;
	height:120px;
	float:left;
	cursor:pointer;
	text-indent:-9000px;
	background: url(/images/goldman-harris-llc.jpg) no-repeat;
}
.home #header h1 a {
	width:740px;
	height:184px;
	background: url(/images/goldman-harris-llc.gif) no-repeat;
}
#header #address {
	background:#f5dfb4 url(/images/address-bg.gif) no-repeat ;
	width:139px;
	height:100px;
	padding:20px 0 0 20px;
	float:right;
}
.home #header #address {
	background:url(/images/address-bg-home.gif) no-repeat ;
	width:163px;
	height:129px;
	padding:55px 0 0 20px;
	float:right;
}
#header #address h3 { font-size:14px; font-weight:bold;}
#header #address p { line-height:normal; font-size:10px; }
#mainContent {
	width:923px;
	padding: 0;
	background: #FFFFFF url(/images/content-repeat-bg.jpg) repeat-y;
}
#content {
	width:633px;
	padding:50px 20px 10px 35px;
	float:right;
	position:relative;
	background:url(/images/content-bg-top.jpg) 0 41px no-repeat;
	z-index:2;
}
.page-title {
	position:absolute;
	left:0;
	top:0;
}
#sidebar {
	width:235px;
	float:left;
	padding:0;
	margin:0;
}

/* Footer Styling */
#footerContainer {
	width:100%;
	background:url(/images/footer-bg-top.jpg) repeat-x top;
	padding:0 0 0 0;
	font-size:10px;
}
#footer {
	width:923px;
	margin:0 auto;
	padding: 12px 0 0;
	background:#fff url(/images/footer-bg.jpg) repeat-x top;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer p#footerNav { text-align:center; padding:0; }
p#footerNav a { padding:0 5px; color:#fff; border-right:1px solid #fff; }
p#footerNav a.last-child { border-right:none;}
#disclaimer {
	width: 923px; /* adjust width and height for your disclaimer */
	height:50px;
	margin: 10px auto; /* centers the disclaimer (if outside your container div) */
	padding:0;
	text-align: left;
}
#disclaimer p {
	margin:0; 
	padding:0; 
	line-height:17px;
	font-size:11px;
}
/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
#mainContent ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 235px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 235px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 175px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 200px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 175px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #000101;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	height:auto;
}
a#home_btn { padding:0; margin:0; height:30px; width:235px; text-indent:-9000px; background:url(/images/home-btn.jpg) no-repeat; }
a#home_btn:hover { background:url(/images/home_over-btn.jpg); }
a#profile_btn { padding:0; margin:0; height:30px; width:235px; text-indent:-9000px; background: url(/images/profiles-btn.jpg) no-repeat; }
a#profile_btn:hover { background:url(/images/profiles_over-btn.jpg); }
a#practice_btn { padding:0; margin:0; height:30px; width:235px; text-indent:-9000px; background: url(/images/practiceareas-btn.jpg) no-repeat; }
a#practice_btn:hover { background:url(/images/practiceareas_over-btn.jpg); }
a#articles_btn { padding:0; margin:0; height:30px; width:235px; text-indent:-9000px; background: url(/images/articles-btn.jpg) no-repeat; }
a#articles_btn:hover { background:url(/images/articles_over-btn.jpg); }
a#representative_btn { padding:0; margin:0; height:30px; width:235px; text-indent:-9000px; background: url(/images/representative-btn.jpg) no-repeat; }
a#representative_btn:hover { background:url(/images/representative_over-btn.jpg); }
a#contact_btn { padding:0; margin:0; height:30px; width:235px; text-indent:-9000px; background: url(/images/contact-btn.jpg) no-repeat; }
a#contact_btn:hover { background:url(/images/contact_over-btn.jpg); }
a#maps_btn { padding:0; margin:0; height:30px; width:235px; text-indent:-9000px; background: url(/images/directions-btn.jpg) no-repeat; }
a#maps_btn:hover { background:url(/images/directions_over-btn.jpg); }

ul.MenuBarVertical ul a
{
	display: block;
	cursor: pointer;
	background-color: #000101;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	height:auto;
	margin:0;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #2a2e2f;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #2a2e2f;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #000;
	}
	ul.MenuBarVertical ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #000101;
	}
}
/* *** ** End   of Basic ** *** */
