/* CSS Basic Stylesheet
 * http://www.wexler-consulting.com
 * wexler-style.css
 */


body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #a6a6a6;
}

img {
	border: none;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

p {
	line-height: 17px;
}

.cb:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mainContainer {
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	width: 832px;
	min-height: 400px;
	background: url('/images/mc-bg-mid.png');
}

/*
.mainContainer > div {
	left: -5px;
}
*/

.mcTop {
	position: absolute;
	top: -14px;
	width: 832px;
	height: 14px;
	background: url('/images/mc-bg-top.png');
}

.mcBot {
	position: absolute;
	bottom: -22px;
	width: 832px;
	height: 22px;
	background: url('/images/mc-bg-bot.png');
}

.header {
	position: relative;
	left: 20px;
	width: 807px;
	height: 93px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-image: url('/images/logo-banner.png');
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

.navigation {
	position: relative;
	margin: 0 auto;
	width: 803px;
	height: 21px;
}

.navigation a {
	display: block;
	float: left;
	position: relative;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	background: url('/images/nav-bg-unselected.png');
	height: 21px;
	line-height: 21px;
	/*padding: 0 24px; /* 23px old working */
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #000;
	border-right: 1px solid #555;
}

.navigation a:hover {
	height: 33px;
	line-height: 33px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	top: -12px;
	background: url('/images/nav-bg-selected.png');
}

/* fix certain issues regarding the nav,
 * mainly because browsers can't decide on a 
 * single way to render text! */
#divorce {
	border-left: 1px solid #000;
	width: 136px;
}

#litigations {
	width: 140px;
	/*padding: 0 24px;*/
}

#approach {
	width: 148px;
}

#articles {
	width: 130px;
}

#clients {
	width: 69px;
}

#contact {
	width: 80px;
}

#homereg {
	width: 86px;
	border-right: 1px solid #000;
	/*padding: 0 25px;*/
}

.home {
	position: absolute; 
	right: 15px; 
	top: -32px;
	width: auto !important;
}

#home {
	border: 1px solid #000;
	font-size: 10px;
	padding: 0 24px;
}

.navBot {
	position: relative;
	margin: 0 auto;
	width:   801px;
	height:  7px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: url('/images/nav-bot.png');
}

.contentArea {
	text-align: left;
	margin: 0 auto;
	border: 1px solid #000;
	background-color: #eee;
	padding: 20px;
	width: 761px;
	min-height: 300px;
}

.contentArea ul li {
	margin-bottom: 15px;
}

.footer {
	font-size: 11px;
	color: #fff;
	width: 801px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #000;
}

.boxyBox {
	margin: 0 15px 15px 0; 
	border: 1px solid #801D1D; 
	padding: 7px;
}
