@font-face {
    font-family: 'ArvoRegular';
    src: url('fonts/Arvo-Regular-webfont.eot');
    src: url('fonts/Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arvo-Regular-webfont.woff') format('woff'),
         url('fonts/Arvo-Regular-webfont.ttf') format('truetype'),
         url('fonts/Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoItalic';
    src: url('fonts/Arvo-Italic-webfont.eot');
    src: url('fonts/Arvo-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arvo-Italic-webfont.woff') format('woff'),
         url('fonts/Arvo-Italic-webfont.ttf') format('truetype'),
         url('fonts/Arvo-Italic-webfont.svg#ArvoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoBold';
    src: url('fonts/Arvo-Bold-webfont.eot');
    src: url('fonts/Arvo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arvo-Bold-webfont.woff') format('woff'),
         url('fonts/Arvo-Bold-webfont.ttf') format('truetype'),
         url('fonts/Arvo-Bold-webfont.svg#ArvoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoBoldItalic';
    src: url('fonts/Arvo-BoldItalic-webfont.eot');
    src: url('fonts/Arvo-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arvo-BoldItalic-webfont.woff') format('woff'),
         url('fonts/Arvo-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/Arvo-BoldItalic-webfont.svg#ArvoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:19px;
	background:#000d18;
}

.clear{
	clear:both;
}

h1{
	font-size:34px;
	line-height:34px;
	color:#3b1113;
	margin-bottom:8px;
}

h2{
	margin:10px 0;
	color:#3b1113;
}

h3{
	line-height:20px;
	margin:5px 0;
	color:#162737;
	font-size:16px;
}

input[type=text], textarea{
	background:#f7f1ec;
	border: none;
}

input[type=submit]{
	background:url(images/btn.jpg) repeat-x 0 0;
	font-family: 'ArvoBold';
	color:#2c4255;
	border:none;
	font-size:16px;
	text-transform:uppercase;
	width: 325px;
	height: 39px;
	cursor:pointer;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, .3);
    box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, .3);
}

#container{
	min-width: 987px;
}

div.wrap{
	clear: both;
	margin:0 auto;
	width:987px;
	position: relative;
}

#header{
	background:#090f15 url(images/header.jpg) no-repeat bottom center;
	max-height:580px;
	background-size:cover;
}

#top{
	background:#f7f1ec url(images/headertop.jpg) repeat-x bottom center;
	height:150px;
}

#top #social{
	list-style:none;
	float: right;
	margin-right:10px;
	margin-top:15px;
}

#social li{
	float: left;
}

#top #social a{
	text-indent:-9999px;
	width: 25px;
	height:20px;
	display:block;
	margin-top:16px;background-size:auto 20px;
}

#social a.fb{
	background:url(images/social.png) no-repeat 0 0;
	margin-right: 10px;
	
}

#social a.tw{
	background:url(images/social.png) no-repeat -30px 0;
}

#logo{
	float: left;
	position:absolute;
	top:8px;
	z-index:9999;
}

#nav{
	height: 40px;
	margin-top:60px;
}

#nav{
	list-style:none;
}

#nav li{
	float: left;
	color:#f7f1ec;
	position:relative;
	background:url(images/nav.jpg) no-repeat right 12px;
}

#nav li.contact{
	background:none;
}

#nav a{
	display:block;
	font-family: 'ArvoBold';
	color:#f7f1ec;
	float: left;
	margin-top:2px;
	padding: 9px 20px;
	font-size:12px;
	text-transform:uppercase;
}

#nav li:hover > a{
	background:url(images/nav-hover.jpg) repeat-x 0 0;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	padding: 9px 19px;
}

/*#nav li:hover a{
	padding: 9px 19px;
}*/

/* dropdown */
#nav li:hover > ul {
	display: block;
	clear:both;
}

/* level 2 list */
#nav li ul {
	display: none;
	top: 2px;
	float: left;
	margin: 0;
	padding: 0;
	left: 0;
	top:38px;
	width: 200px;
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style:none;
	z-index: 10000;
	background: #123055;
}

#nav ul li {
	clear:both;
	margin: 0;
	height: 35px;
	width:100%;
	margin-top: 0px;
	padding: 0;
	background: #152a41;
	border-bottom:1px solid #162737;
	z-index: 10000;
}

#nav ul li:hover{
	background:#0c161f;
}

#nav ul a {
	font-size: 12px;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	z-index: 10000;
	padding:0;
	background:none;
}

#nav li:hover > ul a{
	background:none;
	border:none;
	padding:8px;
}

/* level 3+ list */
#nav ul ul {
	left: 200px;
	top: 0;
	position:absolute;
	width: 196px;
	float: left;
	border-left:1px solid #162737;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
}
#nav ul li:last-child > a {
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#slider{
	border: 2px solid #4279ab;
	width:  954px;
	height: 352px;
	background:#000;
	position:relative;
	margin-bottom: 40px;
}

#content{
	background:#f7f1ec url(images/content.jpg) repeat-y top center;
	clear:both;
}

#content .split{
	background: url(images/split.jpg) repeat-y top center;
}

#content .full{
	padding: 15px;
	padding-top: 30px;
	width: 924px;
}

#content form{
	width: 330px;
	float: left;
	margin-bottom:50px;
	margin-right:60px;
}

#content label{
	margin:15px 0 2px;
	display:block;
}

#content input[type=text]{
	width: 319px;
	border:1px solid #3b1113;
	padding: 7px 3px;
}

#content textarea{
	width: 319px;
	height: 90px;
	border:1px solid #3b1113;
	margin-bottom:30px;
	padding: 7px 3px;
}

#content iframe{
	    margin: 0px 0 38px;
}

div.callout{
	float: left;
	margin-top:-40px;
}

#left{
	width: 613px;
	float:left;
	margin-top: 15px;
	padding: 0 15px;
}

#content #left{padding:30px 0;}

#left a, #full a{
	color:#696969;
}

#left h2 a, #full h2 a{
	color:inherit;
}

#left ul, #left ol, #full ul, #full ol{
	margin-left:30px;
	margin-bottom:10px;
}

#left li, #full li{
	margin-bottom: 5px;
}

.consult{
	background:url(images/consult.jpg) repeat-y top right;
	margin-right: -14px;
	padding-top:25px;
	padding-left:15px;
}

.consult h3{
	background:url(images/freeconsult.png) no-repeat 0 0;
	text-indent:-9999px;
	width: 511px;
	height: 37px;
	display:block;
	margin-bottom:15px;
}

.consult h4{
	font-size:30px;
	font-family: 'ArvoBold';
	color:#a6a4a3;
	margin-bottom:25px;
	width: 500px;
}

.consult h4 span{
	float: right;
}

#right{
	width: 281px;
	float:left;
	padding-left: 30px;
	padding-bottom:10px;
}

#right h3{
	margin-top: 15px;
}

#right h3 a{
	color:#3b1113;
}

#right ul{
	list-style:none;
	margin-bottom: 5px;
}

#right li a{
	color:#393939;
}

#content a:hover{
	color:#123055;
}

#footer{
	background:#000d18 url(images/footer.jpg) no-repeat top center;
	background-size:cover;
}

#footer .left{
	width: 600px;
	float:left;
}

.left h3.help{
	width: 493px;
	height:56px;
	text-indent:-9999px;
	background:url(images/help.png) no-repeat  0 0;
	margin:10px 0;
	display:block;
}

#footer .location{
	width: 301px;
	margin-left: 10px;
	margin-bottom:20px;
	margin-top:20px;
	font-size:19px; line-height:30px;
}

#footer .location h4{
	font-family: 'ArvoBold';
	color:#FFF !important;
	font-size:29px;

}

#footer .location p, #footer .location p a{
	color:#f7f1ec;
}

p.copy{
	margin-right: 60px;
	margin-left:10px;
	color:#FFF;
	font-size:11px;
	padding-bottom:2px;
}

p.copy a{
	color:#FFF;
}

#footer .showDesktop{
	display: none;
}

#footer form.contact{
	float: left;
	width: 321px;
	margin-bottom: 40px;
}

#footer label{
	color:#FFF;
	margin:10px 0 2px;
	display:block;
}

#footer input[type=text]{
	width: 319px;
	padding: 7px 3px;
}

#footer textarea{
	width: 319px;
	height: 60px;
	margin-bottom:30px;
	padding: 7px 3px;
}

#footer a:hover, #footer .location p a:hover{
	color:#123055;
}

/*--------------------Image Slider-----
---------------------------------------------------*/

#slides {
	position:relative;
	top:0;
	left:0;
	z-index:2;
	width:954px;
	height:352px;
	clear:both;
	padding:0;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:954px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:954px;
	height:352px;
	display:block;
	
	overflow:hidden;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	display:none;
	height:0;
}

#slides .next {
	left:906px;
}

/*
	Pagination
*/

.pagination {
	position:absolute;
	left:30px;
	bottom:20px;
	z-index:10;
	width:200px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:15px;
	height:18px;
	text-indent:-9999px;
	background:url(images/slidernav.png) no-repeat -20px 0;
	float:left;
	margin-right:3px;
}

.pagination li.current a {
	background-position:0 0;
}

.profiles .attorney_profile_row{
	width: 640px; margin:0 auto;
}

	#nav a.mobilenav, #nav li.close{display:none;}

.jaxchamber_logo{width:180px; margin-bottom:8px; display:inline-block;}
.uf_logo{width:100px; margin-bottom:8px; display:inline-block;}
.rotary_logo{width:280px; margin-top:25px; display:block;}
.footer_logos{max-width: 100%}