/* *** ** Start of Basic ** *** */
* {margin:0; padding:0;}
ul, li { margin:0; padding:0; } 
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, dl, fieldset, address { margin:.5em 0; }
img { border:none; }
strong {}
a { text-decoration:none; color:#274b71; }
a:hover { color:#48423b; text-decoration:underline; }
#mainContent a { text-decoration:none; color:#274b71; font-weight:bold;}

.required {}
.clear { 
	clear:both;    
	height:0;
    font-size: 1px;
    line-height: 0px; 
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
hr {
	color: #655c51;
	background-color: #655c51;
	height: 1px;
	border:none;
}

/* Text Styling */
h1 { 
	font: normal small-caps 28px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:8px 0;
}
h2 { 
	font: normal small-caps 24px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:8px 0;
	color:#274b71;
}

h3 { 
	font: normal small-caps 20px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0 0 .5em;
	color:#274b71;
}
h4 { 
	font: normal small-caps 16px "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0 0 .5em;
	color:#274b71;
}
#mainContent p { line-height:20px; margin:18px 0;}
p.quotearea { padding:0 20px; font-weight:bolder; }
p#address { text-align:center; }

.body {
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	background: #274b71;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #3e3833;
}
#container {
	width: 978px;
	background: #FFFFFF url(../../../../images/bg-repeat.jpg) repeat-y;
	margin: 0 auto;
	padding:0 8px 10px;
	text-align: left; 
}
#header {
	background:#3d75ab; 
	padding:0;
}
#header h1 { padding:0; margin:0; }
#header h1 a {
	margin: 0;
	padding: 0;
	display:block;
	width:978px;
	height:108px;
	cursor:pointer;
	text-indent:-9000px;
	background:url(../../../../images/howard-and-mobley-logo.jpg) no-repeat;
}
#menu {
	height:37px;
	padding:1px;
	background: url(../../../../images/navigation-bg.jpg) repeat-x;
}

/* Practice Areas Styling */
#practice-areas {
	width:978px;
	height:193px;
	background: url(../../../../images/areas-of-practice.jpg) no-repeat;
	position:relative;
}
#practice-areas ul {
	width:210px;
	position:absolute;
	right:0;
	top:30px;
	list-style-type:none;
	line-height:25px;
	font-size:11px;
	padding:0;
	margin:0;
}
#practice-areas a { color:#fff; text-decoration:none; background:url(../../../../images/bullet-brn.jpg) left center no-repeat; padding-left:10px; }
#practice-areas a:hover { color:#78a5ce; }

#mainContent {
	padding: 8px 10px 8px 35px;
	background: #FFFFFF;
}
#content {
	width:647px;
	float:left;
	padding:0 35px 0 0;
	border-right:1px solid #655c51;
}
#content ul {
	margin:10px 0 10px 35px;
	line-height:18px;
}
#sidebar {
	width:228px;
	float:left;
	padding:0 6px;
}

/* Footer Styling */
#footer {
	width:952px;
	height:50px;
	padding:20px 21px 8px;
	margin:0 auto;
	background:#FFF url(../../../../images/footer-bg.jpg) no-repeat;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align:left;
	color:#fff;
	font-size:11px;
}
#footer a { color:#fff; text-decoration:none; margin:0 10px;}
#footer a:hover { color:#78a5ce; }
#disclaimer { margin:10px auto; width:900px; color:#78a5ce; font-size:11px; }
#disclaimer p { text-align:left; }
#disclaimer a { color:#fff; text-decoration:none; font-weight:bold; }
#disclaimer a:hover { color:#78a5ce; }

/* SpryMenuBarHorizontal.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, an auto width box with no margin or padding */
ul.MenuBarHorizontal a
{
	font-weight:normal;
}
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	height:37px;
}
/* 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 a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
ul.MenuBarHorizontal ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8.2em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 11px 19px 11px 19px;
	margin:0;
	line-height:15px;
	color: #264b71;
	background:url(../../../../images/menu-divider.jpg) right no-repeat;
	text-decoration: none;
}
ul.MenuBarHorizontal a.nobg {
	background-image:none;
	padding: 11px 18px 11px 18px;
} 
.safari3 ul.MenuBarHorizontal a.nobg 
{
	padding: 11px 25px 11px 26px;
}
ul.MenuBarHorizontal ul a
{
	display: block;
	background:none;
	cursor: pointer;
	background-color: #f4e8b4;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #48423b;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #48423b;
	color: #FFF;
}



/*******************************************************************************

 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.MenuBarHorizontal 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.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background:url(../../../../images/menu-divider.jpg) right no-repeat;
	}
	ul.MenuBarHorizontal ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
		background-image:none;
	}	
}
/* *** ** End   of Basic ** *** */
