/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,#page ol,#page ul,#page li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#page ol, #page ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }

/*-------
// general
//-----*/
html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
h3 { font-weight: bold; margin: 20px 0 10px 0; background: #961e33; padding: 3px; }
h4 { font-weight: bold; margin: 20px 0 10px 0; background: #325192; padding: 3px; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .7em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: underline; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; color: #72a0cd; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.bold { font-weight: bold; }

/*-------
// custom styles
//-----*/

a, a:link, a:visited { 
	color: #ffffff;
}

html { height: 100.01%; }

body {
	font-family: Verdana, Arial, sans-serif;
	background: #0f5293;
	color: #ffffff;
}

#page {
	font-size: 1.1em;
	color: #eff7ff;
	width: 780px;
	margin: 0 auto;
	background: #34689a;
}

#top {
	height: 148px;
	position: relative;
	padding: 65px 0 0;
	border-bottom: solid 3px #003466;
}



/*-------
// Header
//-----*/

#header {
	border: solid 1px #FFFFFF;
	border-width: 1px 0;
	background: #FFFFFF url(../img/header-1.jpg) no-repeat 100% 0;
}

#header div {
	background: url(../img/header-2.jpg) no-repeat 0 100%;
	height: 146px;
}

#logo {
	float: left;
}

#logo a:link, #logo a:visited {
	display: block;
	width: 402px;
	height: 72px;
}

#logo a:link span, #logo a:visited span {
	background: #FFFFFF url(../img/logo-1.png) no-repeat 50% 50%;
}

#menu {
	border: solid 1px #003466;
	border-width: 1px 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 54px;
	background: url(../img/menu-bg.png) repeat-x 0 0;
}

#menu div {
	background: url(../img/menu-r.png) no-repeat 100% 0;
}

#menu div div {
	background: url(../img/menu-l.png) no-repeat 0 0;
	height: 54px;
}

#menu ul {
	font-weight: bold;
	font-size: 109.09%;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	padding: 0 0 0 10px;
}

#menu li {
	float: left;
}

#menu li a:link, #menu li a:visited {
	float: left;
	display: block;
	line-height: 54px;
	color: #FFFFFF;
	padding: 0 11px 0 8px;
	background: url(../img/menu-sep.png) no-repeat 100% 0;
	text-decoration: none;
}

#menu li.last a:link, #menu li.last a:visited, #menu li.last2 a:link, #menu li.last2 a:visited {
	background: none;
	padding: 0 8px;
}

#menu li.last2 a:link, #menu li.last2 a:visited {
	text-decoration: underline;
}




#menu li.active a:link, #menu li.active a:visited {
	text-decoration: underline;
}

#menu li a:hover, #menu li.last a:hover {
	text-decoration: underline;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	#menu ul {
		font-weight: normal;
	}

	#menu li a:link, #menu li a:visited {
		padding: 0 9px 0 6px;
	}

	#menu li.last a:link, #menu li.last a:visited {
		padding: 0 6px;
	}
}


/*-------
// Main Content
//-----*/

#wrap {
	width: 100%;
	background-color:#003466;
	margin: 0 0 10px;
	padding-bottom:20px;
}

#content {
	border-top: solid 3px #1a4e80;
	padding: 0 20px;
}

#content p {
	line-height: 1.25;
	margin: 0 0 1em;
}

#content ul {
	list-style: disc;
	line-height: 1.6;
	margin: 0 0 1em 1.5em;
}

#content ol {
	list-style: decimal;
	line-height: 1.3;
	margin: 0 0 1em 1.5em;
}

#content ul.body li {
	margin-top: 1em;
}

#content ol.body li {
	margin-top: .5em;
}

#content ul.body li {
	margin-left: 1.2em;
}

#content ol.body li {
	margin-left: 2em;
}

#content h1 {
	background: #34689a;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 209%;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	padding: .1em 20px;
	margin: 0 -20px;
}

#content h2 {
	font-size: 150%;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 0 .5em;
}

#intro {
	background: #003466 url(../img/box-1.png) repeat-x 0 0;
	margin: 0 -20px;
}

#intro .in {
	padding: 5px 50px 20px 50px;
}


#intro2 {
	background: #003466 url(../img/box-1.png) repeat-x 0 0;
	width: 100%;
	
	padding: 0 40px 0 0;
	margin: 0 -20px;
}

.areas {
	float: left;
	width: 207px;
	height: 300px;
	background: url(../img/photo_areas.jpg) no-repeat 0px 0px;
}

.fees {
	float: left;
	width: 207px;
	height: 300px;
	background: url(../img/images/photo_fees2.jpg) no-repeat 0px 0px;
}

.bare {
	float: left;
	width: 207px;
	height: 300px;
	background: url(../img/photo_bare.jpg) no-repeat 0px 0px;
}

.contact {
	float: left;
	width: 207px;
	height: 300px;
	background: url(../img/photo_contact.jpg) no-repeat 0px 0px;
	padding: 250px 5px 0 5px;
}
#lite{
	overflow:hidden;
}
 #lite a {
	color: #779bbe;
	
}

#lite a:hover {
	color: #ffffff;
}

.malp {
	float: left;
	width: 207px;
	height: 300px;
	background: url(../img/photo_malp.jpg) no-repeat 0px 0px;
}

#rightcontent {
	padding: 20px 0 0 227px;
}

#rightcontent ol {
	padding-left: 10px;
}

#rightcontent ol li {
	padding: 10px 0 0 0;
}




#retainer td {
	padding: 3px;
}

#retainer_top {
	margin-bottom: 10px;
	width: 500px;
}

#retainer, #retainer2 {
	border: solid 1px #40678c;
	width: 500px;
}

#tleft {
	width: 80%;
}

#tright {
	width: 20%;
}

#tleft2 {
	width: 20%;
}

#tright2 {
	width: 80%;
}

#form {
	padding-left: 50px;
}

#form table {
	width: 350px;
	border: solid 1px #40678c;
	margin-bottom: 5px;
}

#form td {
	padding: 5px;
}








.theads {
	font-weight: bold;
	background: #26527d;
	padding: 3px;
}

#theads {
	width: 290px;
}


#attorneys {
	clear:left;
	padding-bottom: 15px;
}
#attorneysC{
	padding-bottom: 15px;
}

#attorneys p, #attorneysC p {
	margin-right: 20px;
}

#attorneys img, #attorneysC img{
	float: left;
	margin: 0 10px 10px 0;
}
/*
#attorneys {
	padding-bottom: 15px;
}

#attorneys p {
	margin-right: 20px;
}

#attorneys img {
	float: left;
	margin: 0 10px 10px 0;
}
*/
#attorneys2 {
	padding: 15px 50px 0 15px;
}

#attorneys2 img {
	float: left;
	margin: 3px 10px 150px 0;
}

#backbutton img {
	margin: 0;
	padding: 0;
	float: right;
}




#florida {
	float: left;
	width: 250px;
	text-align: center;
	height: 150px;
}

#newyork {
	float: right;
	width: 250px;
	text-align: center;
	height: 150px;
}






#intro p {
	line-height: 1.54;
}

.col h2{

}

.cols {
	width: 740px;
	margin: -13px 0 10px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.cols .col {
	float: left;
	width: 221px;
	padding: 14px 10px 5px;
	margin: 0 8px 0 0;
	background: url(../img/box-2.jpg) no-repeat 0 0;
	background-color: #34689A;
	height:200px;
	font-family: Verdana,Arial,sans-serif;
	font-size:11px;
	color:#FFF;
}

.cols .last {
	margin: 0;
}

.cols .col ul {
	padding-left: 9px;
}

.cols .col ul li{
	font-family: Verdana,Arial,sans-serif;
	font-size:11px;
	color:#FFF;
}

#page .cols h2 {
	background: url(../img/bullet-2.gif) no-repeat 0 0;
	padding: 0 0 0 30px;
	line-height: 23px;
	font-weight: normal;
	font-size: 209%;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
}

#page .cols p {
	margin: 0 10px 5px;
	color: #dbeeff;
	font-family: Tahoma, sans-serif;
}

.cols p .more a:link, .cols p.more a:visited {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 0 0 8px;
	background: url(../img/bullet-1.gif) no-repeat 0 55%;
}



/*-------
// Footer
//-----*/

#footer {
	background: #809ab3;
	padding: .5em 0;
	font-size: 10px;
	text-align: center;
	border-top: solid 1px #94afc9;
	color: #ffffff;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
}

#footer p.links {
	margin: 0 0 5px;
	text-transform: uppercase;
}

#footer p.copyright {
	margin: 10px 0 5px;
}

#footer p.links a:link, #footer p.links a:visited {
	padding: 0 .75em;
}

#footer p.links a:hover, #footer p.copyright a:hover {
	color: #deefff;
}



