/*
Theme Name: Custom Miller | Williams Theme
Theme URI: http://nextclient.com/
Description: A custom theme 
Author: NextClient
Version: 1.0
Tags: 
*/

* {margin:0; padding:0;}
html, body { height:100%; }
#mainContent ul { 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 {}
h2 { margin:0 0 10px; font:normal 26px Arial, Helvetica, sans-serif; font-variant:small-caps; }
#sidebar h2 { text-align:center; }
h3 { font:normal 18px Arial, Helvetica, sans-serif;  }
h4 { font:bold 16px Arial, Helvetica, sans-serif; }
h5 { font:bold 12px Arial, Helvetica, sans-serif; }
p { line-height:18px; margin:10px 0;}
p.disclaimer { font-size:10px; font-style:italic; }
strong { font-weight:bold; }
a { text-decoration:underline; color: #585333; }
a:hover { text-decoration:none; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
.required { color:#FF0000; }
img { border:none; }
.clear { clear:both; }
hr { border: none; border-top: 1px solid #000; width: 100%; height: 1px; margin:12px 0 10px; }

/* Layout Styling */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/bg-body.jpg) top 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: #496e6d;
}
#container {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px;
	padding:0 26px;
	background: url(images/bg-container.gif) no-repeat 0 169px;
	text-align: left;
}
#header { padding: 0; height:169px; width:960px; }
#header h1 { margin: 0; padding: 0; }
#header h1 a {
	width:750px;
	height:169px;
	display:block;
	float:left;
	background:url(images/miller-williams-logo.jpg) no-repeat;
	text-indent:-9000px;
	cursor:pointer;
}
p.address { width:160px; height:115px; padding:30px 25px 0; float:right; font-size:13px; }
p.address strong { font-size:15px; font-weight:bold; }
#navigation { width:960px; height:42px; text-align:center; }
#contentContainer { width:960px; min-height:365px; padding:180px 0 20px; background-repeat:no-repeat; background-position:top; background-image: url(images/bg-content-legal-services.jpg); }

.home.page #contentContainer { padding:180px 0 20px; background:url(images/bg-content-home.jpg) no-repeat top; }

.page.page-id-31 #contentContainer, .page.page-id-21 #contentContainer, .page.page-id-26 #contentContainer, .page.page-id-37 #contentContainer { background-image: url(images/bg-content-pebbles.jpg); } /*Pebbles 31, 21, 26, 37*/
.page.page-id-14 #contentContainer, .page.page-id-59 #contentContainer, .page.page-id-57 #contentContainer { background-image: url(images/bg-content-beach.jpg); } /*Beach 14,59,57*/
.page.page-id-12 #contentContainer, .page.page-id-19 #contentContainer, .page.page-id-29 #contentContainer, .page.page-id-64 #contentContainer { background-image: url(images/bg-content-rock-face.jpg); } /*Rock Face 12,19,29, 64*/
.page.page-id-23 #contentContainer, .page.page-id-17 #contentContainer, .page.page-id-39 #contentContainer, .page.page-id-55 #contentContainer { background-image: url(images/bg-content-slot-canyon.jpg); } /*Slot Canyon 23, 17, 39, 55*/

/*Default Image*/
#contentContainer { background-image: url(images/bg-content-beach.jpg); }

.page #mainContent { width:860px; float:none; padding:15px 50px; }
.home #mainContent { width:648px; padding: 15px 50px 5px 25px; margin: 0; float:right; }
#sidebar { width:197px; padding:15px 20px; margin:0; float:left; color:#585333; line-height:24px; }
#sidebar ul { padding-left:7px;}

/* Footer Styling */
.push, #footerContainer { height:90px; }
#footerContainer {
	clear:both;
	width:100%;
	padding: 0;
	margin: 0;
	background:#3f8684;
	font:normal 9px/14px Arial, Helvetica, sans-serif;
	color:#9fc3c2;
}
#footerContainer a { color:#9fc3c2; }
#footer { height:50px; width:960px; margin:0 auto; padding: 26px 0 11px; overflow:hidden; text-transform:uppercase; }
#footer p {	margin: 0; padding: 0 20px 0; width:640px; float:left; }
#footer .superlawyer { float:left; }
#footer .chambercommerce { float:right; }

/* Footer Navigation Styling */
.footer-menu { text-align:center; padding:10px 0; }
.footer-menu a { color:#71a6a5; padding:0 8px; border-right:1px solid #71a6a5; }
.footer-menu a:hover { color:#5283a8; }
.footer-menu a.last-child { border: none; }

/* Contact Form Styling */
form { padding:20px 0 0; font:14px/18px Arial, Helvetica, sans-serif; position:relative; }
form .form-part { position:relative; width:700px; }
form label { display:inline-block; width:175px; margin:8px 0 0; padding:0; text-align:left; float:left; }
form label.error, form #iagree label.error { width:auto; height:18px; padding:2px 4px; color:#f00; border: 1px solid #f00; position:absolute; right:0; bottom:0; font:14px/18px Arial, Helvetica, sans-serif; }
form input { display:block; width:250px; border: 1px solid #3f8684; height:18px; margin:8px 0 0; padding:2px 4px; }
form input.required { color:#000; }
form input.error { border-color:#f00; }
form textarea { display:block; width:425px; border: 1px solid #3f8684; height:60px; margin:8px 0 0; padding:2px 4px; font:14px/20px Arial, Helvetica, sans-serif; }
form input.submit-btn { width:80px; height:25px; border: 1px solid #3f8684; background:#8a8565; cursor:pointer; margin:8px 0 0; color:#fff; }
form input#submitted { display:none; }

form fieldset { padding:5px 15px 15px; margin:5px 0 20px; *margin:0; border:1px solid #fff; float:right; font:14px/14px Arial, Helvetica, sans-serif; }
form fieldset legend { margin:0; padding:0 5px; color:#fff; }
form fieldset input { width:13px; height:13px; }
form fieldset span { padding:0 0 0 12px; }


/*  <![ Disclaimer Alert [ ----------------------------------------------------*/

#overlay_div {
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:##496E6D;
	padding:0px;
	z-index:100;
}
#overlay_response { display:none; }
#overlay_div p { line-height:normal; }
#iagree {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	padding:12px 12px 12px 12px;
	border:1px solid #3f8684; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:409px;
	margin:4px 0 0 0;
}
#overlay_div h3 {
	font:18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #496E6D;
	padding:0;
	margin:0px 0px 4px 0px;
}

#iagree .overlay_submit {
	padding:4px;
	margin:0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#555;
	border:1px solid #333;
	float:right;
	text-decoration:none;
}
#iagree .overlay_submit:hover {
	text-decoration:none;
	color:#fff;
	background:#777;
	border:1px solid #555;
}
#iagree .checkbox {
	float:left;
	height: 25px;
	width:auto; 
	display:block;
}
#iagree input#agreement {
	border:none;
	height: 12px;
	width:auto; 
	float:left;
}
#iagree label { width:220px; padding:0 0 0 5px; line-height:12px; float:left; display:block; }


#news-form { width:260px; float:right; padding:0 0 20px 60px; }
#news-form form textarea { width:250px; }


/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* 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 auto; 
	display:table;
	*width: 880px;
	height:38px;
	padding: 2px 0;
	list-style-type: none;
	font: normal 13px Arial, Helvetica, sans-serif;
	cursor: default;
	text-align:left;
	
}
/* 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;
}
/* 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: 225px;
	height:auto;
	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: 225px;
}
/* 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 #fff;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 12px 15px 13px;
	line-height:13px;
	color: #FFF;
	text-decoration: none;
}
ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	background-color: #595435;
	padding: 0.5em 0.75em;
	line-height:normal;
	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: #8a8565;
	color: #FFF;
	text-decoration: none;
}
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{
	background-color: #8a8565;
}
/* 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: #8a8565;
	color:#FFF;
}
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background-color: #8a8565;
}

/*******************************************************************************

 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;
	filter:alpha(opacity:0.1);
}
/* 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;
	}
}
