/*-----------------------------------------------------------------------------
Maestas and Suggett Stylesheet
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
  	margin: 0;
  	padding: 0;
}

p {
	margin-bottom: 3px;
}

html {
	height: 100%;
	font-family: calibri, tahoma, arial, helvetica, sans-serif;
	font-size: 11pt;
}

body {
	margin-top: 5px;
	background-color: #7290c3;
}

table {
	vertical-align: top;
}

#main {
	background: #fff url(../img/ms-main.png) no-repeat top left;
	width: 860px;
	height: 74px;
	clear: left;
}

#disclaimer {
	width: 860px;
	font-size: 8pt;
	color: #ddf;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#disclaimer a:link {
	text-decoration: none;
	font-weight: bold;
	color: #eef;
}

#disclaimer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #eef;
}

.print {
	margin-left: -10000px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	background-color: #ffffff;
	border: 1px solid black;
	padding: 20px;
	padding-top: 35px;
}

#maplink {
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

#maplink:hover {
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

#whydiv {
	background: #fff url(../img/ms-why.png) no-repeat top left;
	width: 392px;
	height: 106px;
}

#whytext {
	border-top: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#whytext p {
	margin-bottom: 10px;
}


#contactus {
	background: #fff url(../img/ms-contact.png) no-repeat top left;
	width: 267px;
	height: 35px;
}

#maestas {
	width: 197px;
	height: 35px;
	background: #fff url(../img/ms-paul.png) no-repeat top left;
}

#suggett {
	width: 197px;
	height: 35px;
	background: #fff url(../img/ms-wayne.png) no-repeat top left;
}

.address {
	padding: 5px;
	font-size: 8pt;
}

#consultation {
	padding: 5px;
	font-size: 9pt;
}

.lawyerbio {
	font-size: 8pt;
	padding: 5px;
	margin-bottom: 2px;
	background-color: #e5e5e5;
	border: 1px solid #d0d0d0;
	border-top: 0;
}

.lawyerbio p {
	margin: 0;
	margin-bottom: 3px;
}

#maintable {
	vertical-align: top;
}

#mainright {
	vertical-align: top;
	width: 267px;
	background-color: #e5e5e5;
}

#mainleft {
	vertical-align: top;
	width: 197px;
}

#maincenter {
	vertical-align: top;
	width: 392px;
	height: 100%;
}

