/* *** ** Start of DefaultPageWrapper ** *** */
* {margin:0; padding:0;}
ul, ol { padding-left:1em; margin-left:1; }
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset { margin-bottom: 1em; }
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6, #mainContent p, #mainContent blockquote, #mainContent form, #mainContent label, #mainContent ul, #mainContent ol, #mainContent dl, #mainContent fieldset { margin:.5em 0; }
#mainContent h1 { color:#61957f; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:24px; }
h2 { font-size:20px; } h3 { font-size:14px; } h4 { font-size:16px; } h5 { font-size:14px; }
img { border:none; }
strong {}
a { color:#61957f; text-decoration:none; }
a:hover { text-decoration:underline; }
.clear { clear:both; }
.body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(/images/bg-repeat.jpg) repeat-x;
	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: #000;
	line-height:1.5em;
}
#container {
	width: 878px;
	/*height:100%;*/
	background: #FFFFFF url(/images/container-bg.jpg) no-repeat top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#contentContainer {
	width:100%;
	/*height:100%;*/
	position:relative;
	background:#eeeeee;
}
#header {
	margin: 0 0 0 0;
	padding: 0;
	background:url(/images/kelly-law-logo.jpg) no-repeat;
	height:247px;
	width:878px;
	text-indent:-9000px;
	cursor:pointer;
}
#menu {
	background:url(/images/navigation.jpg) no-repeat;
	height:56px;
	width:878px;
}
#sidebar1 {
	width:270px;
	padding:15px 15px 15px 15px;
	margin:0;
	font-size:85%;
	line-height:1.2em;
}
#sidebarContainer {
	float:left;
	padding:0;
	margin:0;
	/*position:absolute;*/
	height:100%; /* since this element is floated, a width must be given */
	width:300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#eeeeee url(/images/sidenav-bg.jpg) no-repeat top;

}
#sidebar1 h2, #sidebar1 h3 { text-align:center; font-style:italic; }
#mc-form { 
	position:relative; 
	z-index:1020;
}
#mc-form form { width:225px; padding:15px; background: #fad8a8 url(/images/form-bg.jpg) no-repeat;  text-align:left; position:relative;}
#mc-form form {
	padding:15px;
	text-align:left;
}
#mc-form form label {
	display:block;
	font-weight:bolder;
	height:10px;
}
#mc-form input {
	width:210px;
}
#mc-form input#submit-btn {
	width:254px;
	position:absolute;
	bottom:-35px;
	left:0;
}
#mc-form textarea {
	width:210px;
	height:45px;
}

#mainContent {
	float:left;
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:538px;
	background:#fff url(/images/content-bg.jpg) no-repeat;
}
#mainContent #practice-areas-container { height:139px; width:100%; z-index:900; }
#mainContent #practice-areas { text-indent:-9000px; background:url(/images/practice-areas.jpg) no-repeat; height:139px; width:878px; position:absolute; left:0; z-index:1000 }
#footer {
	height:35px;
	margin:0;
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#786750;
	color:#fff;
	text-align:center;
}
#footer a { color:#fff; text-decoration:none; padding:0 8px; background:url(/images/footer-nav-divider.jpg) right no-repeat; }
#footer a:last-child { background:none; }
#footer a:hover { text-decoration:underline; }
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer-disclaimer { margin:10px 0;}
#footer-disclaimer p { float:right; position:relative; left:10px; padding-right:10px; width:750px; }
.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;
}

/* 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* 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;
	height:56px;
	float: left;
}
ul.MenuBarHorizontal ul li { height:36px; padding:0; margin:0; }
/* 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: 14em;
	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;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 14em;
	background:#eee;
}
/* 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 #61957f;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background: url(/images/menu-item-divider.jpg) right no-repeat;
	padding: 20px 30px;
	color: #686767;
	text-decoration: none;
}
ul.MenuBarHorizontal ul a, ul.MenuBarHorizontal ul ul a { padding:10px 10px;}
ul.MenuBarHorizontal a.no-bg { background:none;}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #1a704c;
}
/* 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
{
	color: #1a704c;
}

/*******************************************************************************

 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.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background: url(/images/menu-item-divider.jpg) right no-repeat;
}
/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background: url(/images/menu-item-divider.jpg) right no-repeat;
}
/* 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.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background: url(/images/menu-item-divider.jpg) right no-repeat;
}
/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background: url(/images/menu-item-divider.jpg) right no-repeat;
}

/*******************************************************************************

 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/navigation.jpg);
	}
	ul.MenuBarHorizontal ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background:#eee;
	}	
}
/* *** ** End   of DefaultPageWrapper ** *** */
