* {
	margin: 0;
	padding:0;
}
body {
	background:url(../assets/other/graygradient.jpg) repeat-x top left;
	text-align:center;
	font:12px 'Trebuchet MS', arial, sans-serif;
	line-height:1.4em;
}
a {
	color:#2f5560;
	text-decoration:none;
}
a:hover {
	color:#004459;
	text-decoration:underline;
}

p {
	clear:both;
}

h3 {
	margin-bottom:10px;
	font-size:12px;
}
h3.sub {
	margin-top:10px;
}

h3.areasOfPractice {
	color:#004459;
}
h3.areasOfPractice a {
	text-decoration:none;
	color:#407383;
}
h3.areasOfPractice a:hover, h3.areas {
	color:#004459;
}

h3.areas, ul.areas {
	font-weight:bold;
	float:left;
	display:inline;
	width:auto;
	list-style:none;
	
	/*ie fix*/
	list-style-image:none;
}
ul.areas, ul.areas li {
	font-size:13px;
	margin-left:2px;
	margin-top:0;
}
ul.areas li {
	margin-left:0;
	margin-bottom:4px;
}

ul.nolist {
	list-style:none;
}

#wrapper {
	width: 900px;
	margin:10px auto;
	margin-bottom:20px;
	text-align:justify;
	background:#fff;
}

ul {
	margin:10px;
	list-style:url('../assets/other/bullet.jpg');
}
li {
	margin:10px;
	margin-right:0;
}
div.error li {
	margin:5px;
	margin-right:0;
}
#content div.error ul {
	margin-bottom: 0;
	margin-top:5px;
}
li a {
	text-decoration:none;
	color:#407383;
}
li a:hover {
	color:#004459;
	text-decoration:underline;
}

#header {
	height:150px;
	background:#004459 url(../assets/other/bkgd.jpg) no-repeat top left;
}
#header table {
	width:860px;
	margin:0 auto;
	height:95%;
}
#header table td {
	vertical-align:bottom;
	text-align:left;
}
#header a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
#header td.logo a {
	font-size:20px;
}
#content {
	/*stretch to fit*/
	height:1%;
	overflow:hidden;

	min-height:400px;

	padding:10px 20px;
	padding-bottom:20px;
}
#content div.left {
	float:left;
	display:inline;
	width:450px;
}
#content div.right {
	float:right;
	display:inline;
	width:400px;
}
#content ul {
	margin-bottom:20px;
}

#content p.practiceAreas {
	float:left;
	clear:both;
	font-size:11px;
	width:100%;
	font-style:italic;
}

#footer {
	border-top:2px solid #004459;
	text-align:center;
	padding-top:10px;
}
#footer p {
	font:12px 'Proforma Light', 'Trebuchet MS', arial, sans-serif;
	margin-top:5px;
	margin-bottom:10px;
}
.disclaimer, #footer p.disclaimer {
	font:10px 'Trebuchet MS', arial, sans-serif;
	color:#666;
	margin-top:0px;
}

/*contact page*/
td.label {
	color:#666;
	padding-right:5px;
	text-align:right;
	vertical-align:middle;
}
td.top {
	padding-top:3px;
	vertical-align:top;
}
input.text, textarea {
	margin-bottom:5px;
	padding:4px;
	background:#f0f0f0;
	border:1px solid #f0f0f0;
	font:12px 'Trebuchet MS', arial, sans-serif;
	width:270px;
}

input.error, textarea.error {
	border-color:#cc0000;
}
div.error {
	color:#cc0000;
}
div.success {
	color:#407383;
}

input.submit {
	margin:5px 0;
	background:#407383;
	border:2px solid #407383;
	color:#fff;
}
input.submit:hover {
	background:#004459;
	border-color:#004459;
	cursor:pointer;
}

table.contact td textarea {
	width:320px;
}
div.contact p {
	margin-bottom:10px;
}

/*attorney profile*/
div.profile {
	width:700px;
	margin:0 auto;
}
div.profile p {
	margin-bottom:10px;
}

h3, ul.areas li a {
	height:19px;
	background-repeat:no-repeat;
}
h3 span, ul.areas li a span {
	display:none;
}
ul.areas li a {
	display:block;
	width:300px;
	background-position:top left;
}
ul.areas li a:hover {
	background-position:bottom left;
}
h3#contactInfo {
	background-image:url(../assets/other/contactInfo.jpg);
}
h3#contactForm {
	background-image:url(../assets/other/contactForm.jpg);
}
h3#areasOfPractice {
	width:122px;
	background-image:url(../assets/other/areasOfPractice.gif);
	background-position:bottom left;
}
a#commercialContracts, h3#commercialContracts {
	background-image:url(../assets/other/commercialContracts.gif);
}
a#commercialFinance, h3#commercialFinance {
	background-image:url(../assets/other/commercialFinance.gif);
}
a#realProperty, h3#realProperty {
	background-image:url(../assets/other/realProperty.gif);
}
a#employmentAgreements, h3#employmentAgreements {
	background-image:url(../assets/other/employmentAgreements.gif);
}
a#businessEntities, h3#businessEntities {
	background-image:url(../assets/other/businessEntities.gif);
}

a.swap, h3.swap {
	float:left;
	display:inline;
	height:19px;
	background-repeat:no-repeat;
	background-position:bottom left;
}
h3.swap {
	width:300px;
	margin-left:2px;
}
a.swap {
	background-position:top left;
}
a.swap:hover {
	background-position:bottom left;
}
a.swap span {
	display:none;
}

a#areasOfPractice {
	width:122px;
	background-image:url(../assets/other/areasOfPractice.gif);
}


/*slideshow*/
#slideshow {
	position: relative;
	float:right;	
	width: 375px;
	height: 300px;
	overflow: hidden;
}
#slideshow img, #overlay {
	position: absolute;
	left: 0;
	top: 0;
}
#overlay {
	width:375px;
	height:300px;
	z-index:5;
	background:#fff;
}
