/* ==============================================================
		general styles
   ============================================================== */

* { margin: 0; padding: 0; }

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.8%;
	line-height: normal;
	color: #4d4d4d;
	text-align: center;
	background: #969077;
}

img 						{ border: 0px; display: block; }

.bold						{ font-weight: bold; }

a							{ text-decoration: none; color: #fedd8c; }
a:hover						{ text-decoration: underline; color: #fedd8c; cursor: pointer; }

h1, h2, h3, h4, h5, h6 		{ line-height: normal; font-size: 1em; font-weight: normal; }

form						{ padding: 0; margin: 0; }

fieldset 					{ border: 0; }

table, tr, td 				{ border-collapse: collapse; }

input, select, th, td 		{ font-size: 1em; padding: 0; margin: 0; }

abbr						{ border: 0; }

.c	 						{ clear: both; }

.hide 						{ display: none; }

.show 						{ display: block; }

.tr							{ position: relative; overflow: hidden; display: block; }

.tr a						{ overflow: hidden; }

.tr	span					{ position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; display: block; }

.caps						{ text-transform: uppercase; }


/* ==============================================================
		home
   ============================================================== */

.home {
	background: #fdf2cd;
}

/* ==============================================================
		header
   ============================================================== */

.headerBox {
	height: 214px;
	background: #4c425b;
}

.header {
	width: 907px;
	margin: 0 auto;
	position: relative;
}

.header h1, .header .logo {
	position: absolute;
	top: 55px;
	left: 25px;
	width: 167px;
	height: 58px;
	text-align: left;
}

.header h1 span, .header .logo span {
	background-image: url(../graphics/logo.png);
}

.header .tag {
	position: absolute;
	top: 71px;
	left: 366px;
	width: 529px;
	height: 47px;
	text-align: left;
}

.header .tag span {
	background-image: url(../graphics/headerTagline.png);
}

.header .contact {
	position: absolute;
	top: 0px;
	right: 12px;
	width: 102px;
	height: 23px;
	text-align: left;
}

.header .contact a span { background-image: url(../graphics/headerContact.png); }
.header .contact a:hover span { background-image: url(../graphics/headerContact.png); background-position: 0 -33px; }

/* ==============================================================
		nav
   ============================================================== */

.nav {
	position: absolute;
	top: 170px;
	left: 53px;
}

.nav li {
	list-style: none;
	color: #ffffff;
	display: block;
	float: left;
}

.nav li a {
	display: block;
	height: 11px;
	text-align: center;
	padding: 15px 27px 18px 27px;
}

.nav li a:hover, .nav li.on a {
	background: url(../graphics/navBubble.png) no-repeat center bottom;
}

/* home unique */
.home .nav .cases a:hover, .home .nav li.on a {
	background: url(../graphics/navBubbleHalf.png) no-repeat center bottom;
}

/* home unique */
.home .nav .lawLinks a:hover, .home .nav li.on a {
	background: url(../graphics/navBubbleFull.png) no-repeat center bottom;
}

.nav li a strong {
	height: 14px;
	text-align: left;
}

.nav .firmProfile a { width: 84px; }
.nav .firmProfile a strong { width: 84px; }
.nav .firmProfile a strong span { background-image: url(../graphics/navFirmProfile.png); }

.nav .familyLawBasics a { width: 129px; }
.nav .familyLawBasics a strong { width: 129px; }
.nav .familyLawBasics a strong span { background-image: url(../graphics/navFamilyLawBasics.png); }

.nav .collaborativeDivorce a { width: 156px; }
.nav .collaborativeDivorce a strong { width: 156px; }
.nav .collaborativeDivorce a strong span { background-image: url(../graphics/navCollaborativeDivorce.png); }

.nav .news a { width: 37px; }
.nav .news a strong { width: 37px; }
.nav .news a strong span { background-image: url(../graphics/navNews.png); }

.nav .cases a { width: 39px; }
.nav .cases a strong { width: 39px; }
.nav .cases a strong span { background-image: url(../graphics/navCases.png); }

.nav .lawLinks a { width: 68px; }
.nav .lawLinks a strong { width: 68px; }
.nav .lawLinks a strong span { background-image: url(../graphics/navLawLinks.png); }

/* ==============================================================
		home footer
   ============================================================== */

.footer {
	padding: 10px 0;
	text-align: center;
	width: 907px;
	margin: 0 auto;
	position: relative;
	font-size: 1.1em;
	color: #fdf2cd;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.home .footer {
	color: #40384c;
}

/* ==============================================================
		content
   ============================================================== */

.content {
	width: 896px;
	margin: 20px auto 0 auto;
	background: url(../graphics/contentTrimMid.png) repeat-y;
}

.content .trimTop {
	height: 10px;
	background: url(../graphics/contentTrimTop.png);
}

.content .trimBot {
	height: 10px;
	background: url(../graphics/contentTrimBot.png);
	clear: both;
}

/* =============================
		noSide
   ============================= */

.noSide {
	background-image: none;
	background: #fdf2cd;
}

.noSide .trimTop {
	background: url(../graphics/contentTrimTopB.png);
}

.noSide .trimBot {
	background: url(../graphics/contentTrimBotB.png);
}

/* ==============================================================
		main
   ============================================================== */

.main {
	width: 702px;
	float: left;
	background: #fdf2cd;
	text-align: left;
}

.noSide .main {
	width: 894px;
}

.noSide .main .copy {
	width: 624px;
}

.main .copy {
	float: left;
	width: 450px;
	padding: 0 10px;
	color: #4f4d44;
}


.main .copy h1, .main .copy h2 {
	color: #4c425b;
	font-size: 1.6em;
	padding-bottom: 10px;
}

.main .copy p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 10px;
}

.main .copy ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 15px;
}

.main .copy a, .main .copy a:hover {
	color: #aa0101;
	font-weight: bold;
}

/* =============================
		insert2
   ============================= */

.main .copy2 {
	float: right;
	width: 435px;
	padding: 0 20px;
	color: #4f4d44;
}

.main .copy2 h1, .main .copy h2 {
	color: #4c425b;
	font-size: 1.6em;
	padding-bottom: 10px;
}

.main .copy2 p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 10px;
}

.main .copy2 ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 15px;
}

.main .copy2 a, .main .copy a:hover {
	color: #aa0101;
	font-weight: bold;
}

/* =============================
		insert3
   ============================= */
.main .copy3 {
	float: right;
	width: 176px;
	padding: 0 20px;
	color: #4f4d44;
}

.main .copy3 h1, .main .copy h2 {
	color: #4c425b;
	font-size: 1.6em;
	padding-bottom: 10px;
}

.main .copy3 p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 10px;
}

.main .copy3 ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 15px;
}

.main .copy3 a, .main .copy a:hover {
	color: #aa0101;
	font-weight: bold;
}

/* =============================
		insert
   ============================= */

.main .insertBox {
	padding: 10px 0 20px 0;
	clear: both;
	width: 680px;
}

.noSide .main .insertBox {
	width: 830px;
}

.main .insert {
	background: #af6c2d;
	width: 590px;
	border-left: 34px solid #4c425b;
	padding: 10px 10px 0 30px;
}

.noSide .main .insert {
	width: 736px;
}

.main .insert p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #fdf2cd;
	padding-bottom: 10px;
}

.main .insert li {
	font-size: 1.2em;
	color: #fdf2cd;
	margin-left: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* =============================
		extras
   ============================= */

.main .extras {
	width: 176px;
	padding-left: 10px;
	text-align: center;
	float: left;
}

.main .extras .collaborativePractice {
	width: 131px;
	height: 93px;
	margin: 40px auto 0 auto;
	text-align: left;
}

.collaborativePractice span {
	background-image: url(../graphics/extraCollaborativePractice.png);
}
/* =============================
		extras2
   ============================= */

.main .extras2 {
	width: 210px;
	padding-left: 15px;
	padding-top: 6px;
	text-align: center;
	float: left;
}

.main .extras .firmprofile {
	width: 230px;
	height: 140px;
	margin: 80px auto 0 auto;
	text-align: left;
}

.david span {
	background-image: url(../graphics/David-firmprofile.jpg);
}

/* ==============================================================
		sidebar
   ============================================================== */

.sidebar {
	width: 174px;
	float: left;
	text-align: left;
	padding: 0 10px;
}

.sidebar .photo {
	text-align: center;
	padding-bottom: 10px;
}

.sidebar .photo img {
	margin: 0 auto;
}

.sidebar h3 {
	color: #fdf2cd;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 10px 0;
}

.sidebar p {
	color: #3a3346;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 10px;
}

.sidebar a, a:hover {
	color: #aa0101;
	font-weight: bold;
}






















