/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
html, body { height:100%; }
ul { margin:10px 0 10px 25px; padding:0; line-height:18px; }
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, dl, fieldset, address { margin:.5em 0; }

/* Text Styling */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:22px;
	padding:0 0 10px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: normal;
	font-size:18px;
	padding:10px 0;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
p { line-height:18px; margin:10px 0;}
strong { font-weight:bold; }
a { text-decoration:none; color: #0000CC; }
a:hover { text-decoration:underline; }
.required { color:#FF0000; }
img { border:none; }
.clear { clear:both; }
hr { border: none; border-top: 1px solid #000; width: 100%; height: 1px;}

/* Layout Styling */
.body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(/images/bg-repeat.gif) 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;
	color:#1c3066;
}
#container {
	width: 879px;
	padding:0 16px;
	margin: 0 auto;
	text-align: left;
}
#container.home {
	background: #FFFFFF url(/images/bg-home-center.gif) no-repeat center top;
}
#container.sub {
	background: #FFFFFF url(/images/bg-sub-center.gif) no-repeat center top;
}
#sidebar h1 { padding:0; margin:0; border:0; }
#sidebar h1 a {
	display:block;
	width:214px;
	height:141px;
	text-indent:-9000px;
	cursor:pointer;
	background:url(/images/tonda-curry-logo.gif) no-repeat;
}
#contentContainer { width:879px; }
#mainContent { width:665px; padding: 0; float:right; background: #FFFFFF; }
#content { padding:5px 20px; width:625px; background:#fff url(/images/bg-content.jpg) no-repeat top; }
#sidebar { width:214px; float:left; background:#CCCCCC;}
#menubar { 
	width:214px; 
	height:265px;
	padding:30px 0 0 0;
	background:#d9dadb url(/images/bg-navigation.gif) no-repeat;
}
#practice-areas {
	width:194px;
	height:214px;
	padding:160px 10px 20px 10px;
	background:#fff url(/images/bg-practice-areas.gif) no-repeat;
	color:#1c3066;
}

/* Address Styling */
#addressContainer {
	width:100%;
	background:#fff;
	border-top:1px solid #1c3066;
	text-align:center;
}
#addressBlock {
	width:879px;
	margin:0 auto;
}
#addressContainer.subpage p {
	width:auto;
	float:left;
	padding:10px 65px;
}
#addressContainer.homepage #address {
	width:214px;
	text-align:center;
	float:left;
}

/* Form Styling */
#mc-form { width:620px; float:right; padding:0 10px 10px 10px; margin:0; background:; text-align:left; }
#mc-form form { width:100%; }
#mc-form label { display:block; text-align:left; height:15px; padding:0 0 3px 0; margin:0; width:100%; }
#mc-form input { width:100%; margin:0 auto 5px; background:#d1d2d3; border:1px solid #2c3f71; }
#mc-form textarea { width:100%; height:40px; background:#d1d2d3; border:1px solid #2c3f71; }
#mc-form input.submit-btn { width:65px; height:22px; margin:15px 0 0 0; vertical-align:middle; text-align:center; }
#leftForm { width:225px; float:left; padding-right:25px; }
#rightForm { width:225px; float:left; padding-right:25px; }

/* Footer Styling */
.push { height:200px;}
#footerContainer {
	width:100%;
	height:100px;
	padding: 0;
	margin: 0;
	background:#fff;
	border-top:1px solid #1c3066;
	color:#1c3066;
}
#footer { width:90%; height:50px; margin:0 auto; padding: 0; }
#footer p {	margin: 0; padding: 10px 0; }

/* Footer Navigation Styling */
#footerNav a { color:#1c3066; padding:0 8px; border-right:1px solid #1c3066; }
#footerNav a:hover { color:#5283a8; }
#footerNav a.last-child { border: none; }

/* Disclaimer Styling */
#disclaimer {
	width: 800px; /* adjust width and height for your disclaimer */
	height:50px;
	margin: 0 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;
}
#disclaimer a { color:#1c3066; font-weight:bold; }
#disclaimer a:hover { text-decoration:underline; } 

/* 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 */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0 0 2px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 214px;
	background: url(/images/menu-item-bg.gif) no-repeat bottom;
}
/* 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: 214px;
}
/* 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;
	background-image:none;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 185px;
	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: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 185px;
	background-image:none;
	padding:0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* 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;
	padding: 0.5em 0.75em;
	background:url(/images/menu-item-bg.gif) top no-repeat;
	color: #333;
	text-decoration: none;
}
ul.MenuBarVertical ul a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	background-image:none;
	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.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #0c225c;
	background:url(/images/menu-item-hover-bg.gif) top no-repeat;
	color: #FFF;
	text-decoration:none;
}
ul.MenuBarVertical ul a:hover, ul.MenuBarVertical ul a:focus
{
	background-color: #0c225c;
	background-image:none;
	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: #0c225c;
	color: #FFF;
}
ul.MenuBarVertical ul a.MenuBarItemHover, ul.MenuBarVertical ul a.MenuBarItemSubmenuHover, ul.MenuBarVertical ul a.MenuBarSubmenuVisible
{
	background-color: #0c225c;
	background-image: none;
	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
{
	background-image: url(/images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position:top;
}

/* 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
{
	background-image: url(/images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position:top;
}

/*******************************************************************************

 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:url(/images/menu-item-bg.gif) top no-repeat;
	}
	ul.MenuBarVertical ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #EEE;
	}
}

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.form-label {
	width:130px; /* Width of labels */
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.form-pct {	
	border:1px solid #999;
	background:#ddd;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	padding:3px 4px;
	width:330px;}
	
.msg-pct {
	border:1px solid #999;
	background:#ddd;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	padding:3px 4px;
	width:470px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
	height:70px;
	overflow:auto;}

.custom-form {
	}

	.custom-form fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px;
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px;
		padding:0px;
		list-style:none;}

/*  <![ Disclaimer alert [ ----------------------------------------------------*/

#overlay_div{
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	border-top:1px solid #0a3150;
	padding-top:6px;}
	
#iagree{
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:450px;
	margin:4px 0 0 0;}

#overlay_div h3{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#031c40;
	padding:0;
	margin:0;}

#iagree .overlay_submit{
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
	border:1px solid #999;
	float:right;}
	
#iagree .checkbox{
	float:left;
	height:22px;
	display:block;}

#iagree input#Agreement{
	position:relative;
	top:3px;
	border:none;}

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
	}

/* div that wraps form */
#directionsInput {
	padding:10px 0px;}

#fromAddress{
	width:350px;}

#directionsLocale{
	padding:10px 0px;}

#locale{
	}

#directionsSubmit{
	padding:10px 0px;}

#map{
	border:1px solid #000;
	color:#000;}

#addressNotFound{
	}

#directions{
	}/* *** ** End   of CSS ** *** */
/* *** ** Start of DefaultWrapper ** *** */
.body {	background: #FFF url(/images/bg-repeat-sub.gif) repeat-x; }/* *** ** End   of DefaultWrapper ** *** */
