/* *** ** Start of ContactPageWrapper ** *** */
* {margin:0; padding:0;}
ul { padding-left:1em; margin-left:0; }
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address { margin-bottom: 1em; }
h1 { font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:22px; color:#00213f; display:block; border-bottom:1px solid #0e3549; line-height:normal; padding:0px 0px 5px 0px; margin-top:0px; }
h2 { font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:16px; color:#00213f; line-height:normal; padding:0; margin:0 0 10px 0; }
h3 { font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:14px; color:#00213f; line-height:normal; padding:0; margin:0 0 10px 0; }
strong {}
.small { font-size: 80%; font-style: italic; }
a { text-decoration:none; color:#7e694e; }
a:hover { text-decoration:underline; }
img { border:none; }
.clear { clear:both; }
.body  { font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #002c54 url(/images/background.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000; }
#container { width: 865px;  
	margin: 0 auto;
	text-align: left;
	position:relative; } 
#header {
	padding: 0;
} 
#header a h1 {
	margin: 0; 
	padding: 0; 
	text-indent:-9000px;
	background:url(/images/jack-fuerst-header.jpg) no-repeat;
	width:865px; height:122px; 
	cursor:pointer;
}
#menu { background:url(/images/menu-bg.jpg) repeat-x; height:56px; width:865px; display:block; }
#content { width:865px; background:#fff url(/images/content-bg.jpg) repeat-x top; position:relative; padding-top:15px; z-index:100; }
#sidebar1 {
	text-align:right;
	float: right; 
	width: 250px; 
	padding: 0 10px 0 0;
	margin:0;
}
#mainContent {
	float:left;
	width:540px;
	margin: 0; 
	padding: 0 20px; 
}
#locations { width:234px; height:115px; padding:41px 10px 0; background:url(/images/our-location.jpg) no-repeat; text-align:center; }

#form { background:url(/images/contact-form-bg.jpg) no-repeat; width:234px; height:223px; padding:50px 10px 10px; margin-bottom:10px; text-align:center; }
#form label { display:block; text-align:left; height:15px; padding:0; margin:0; }
#form input { width:100%; margin-bottom:5px; }
#form input.submit-btn { width:67px; height:28px; margin:0 auto; text-align:center; }
#form textarea { width:100%; height:40px; }

#footer { 
	padding: 12px 10px 0 20px;
	background:url(/images/content-bg-bottom2.jpg) no-repeat top;
	color:#578d9d;
} 
#footer a { color:#578d9d; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
#footer p {
	margin: 0; 
	padding: 10px 0;
	font-size:11px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* = Navigation */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
}
/* 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;
	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: 10em;
	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: 10em;
}
/* 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 #024d6a;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #012b53;
	padding: 0.5em .5em;
	color: #FFF;
	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
{
	color: #5c84a7;
	text-decoration:none;
}
/* 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: #5c84a7;
}

/*******************************************************************************

 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-image: url(/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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-image: url(/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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-image: url(/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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-image: url(/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 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: #FFF;
	}
}

input.form-pct, textarea.msg-pct { width:90%;}
input.form-pct, textarea.msg-pct, select { float:right; margin:4px 10px 0;}

input.form-pct, textarea.msg-pct { width:90%;}
input.form-pct, textarea.msg-pct, select { float:right; margin:4px 10px 0;}

#home, #overview, #profile, #practice-areas, #faq, #quest, #directionsbtn, #contact { height:56px; text-indent:-9000px; padding:0; margin:0; }
a#home { width:82px; background:url(/images/menu/home.jpg) no-repeat; }
a#home:hover { width:82px; background:url(/images/menu/home-on.jpg) no-repeat; }
a#overview { width:132px; background:url(/images/menu/firm-overview.jpg) no-repeat; }
a#overview:hover { width:132px; background:url(/images/menu/firm-overview-on.jpg) no-repeat; }
a#profile { width:86px; background:url(/images/menu/profile.jpg) no-repeat; }
a#profile:hover { width:86px; background:url(/images/menu/profile-on.jpg) no-repeat; }
a#practice-areas { width:132px; background:url(/images/menu/practice-areas.jpg) no-repeat; }
a#practice-areas:hover { width:132px; background:url(/images/menu/practice-areas-on.jpg) no-repeat; }
a#faq { width:69px; background:url(/images/menu/faq.jpg) no-repeat; }
a#faq:hover { width:69px; background:url(/images/menu/faq-on.jpg) no-repeat; }
a#quest { width:122px; background:url(/images/menu/questionaires.jpg) no-repeat; }
a#quest:hover { width:122px; background:url(/images/menu/questionaires-on.jpg) no-repeat; }
a#directionsbtn { width:110px; background:url(/images/menu/directions.jpg) no-repeat; }
a#directionsbtn:hover { width:110px; background:url(/images/menu/directions-on.jpg) no-repeat; }
a#contact { width:112px; background:url(/images/menu/contact-us.jpg) no-repeat; }
a#contact:hover { width:112px; background:url(/images/menu/contact-us-on.jpg) no-repeat; }


.footer-navigation a{ padding:5px 15px; }
#map {
	margin-top:20px;
}/* *** ** End   of ContactPageWrapper ** *** */
