/* Website template by freewebsitetemplates.com */
body {
    background: #e2e2e2;
	min-width: 960px;
	margin: 0;
}

img {
	display: block;
	border: 0;
}

.clearfix {
	width: 960px;
	margin: 0 auto;
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
	line-height:0;
	height:1%;
	visibility:hidden;
}

/*------------ HEADER ------------*/
#header {
    background: #e2e2e2;
	padding: 0 0 10px;
}

/** logo **/
.logo {
	float: left;
	display: inline-block;
	height:52px;
    width:240px;
    padding-top:5px;
    padding-bottom: 0px;
    padding-left:30px;
    white-space:nowrap;
}

.logo a{
	font-family: "Copperplate Gothic Light";
	text-transform:capitalize;
    font-variant:small-caps;
    font-weight: bold;
	font-size: 36px;
	color: inherit;
	text-decoration: none;
}
.logo img{
	display:inherit;
	vertical-align:middle;
	padding-bottom:8px;
	padding-right:4px;
	padding-left:4px;
	height:50px;
	width:10px;
}

.headerTop{
    height: 25px;
    width: 100%;
    background: #036290;
}

.formerly{
    font-style: italic;
    padding-top:35px;
    padding-bottom: 0px;
    padding-left:0px;
    white-space:nowrap;
}

/** navigation **/
.navigation {
	float: right;
	list-style: none;
	margin: 0px;
	margin-right:30px;
	padding: 0;
	background-color: #036290; 
    
	border-bottom-right-radius:15px 15px;
    -webkit-border-bottom-right-radius:15px 15px; /* Safari */
    border-bottom-left-radius:15px 15px;
    -webkit-border-bottom-left-radius:15px 15px; /* Safari */
}
.navigation li {
	float: left;
/*	margin-left: 3px;
	margin-right: 3px; */
	position: relative;
	padding: 5px;
	color: white;
	text-shadow: 0 1px 1px black;
	border-left-style:dotted;
	border-left-color:black;
	border-left-width:1px;
}

.navigation li:first-child{
    border-left-style:none;
}


.navigation li > a {
/*	color: #036290;*/
    color:#ffffff;
	font: bold 14px Times, "Times New Roman", serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
}
.navigation li.active{
	background-color:#e2e2e2;
}
.navigation li.active>a{
    color:#036290;
}

.navigation li > div {
	display: none;
	width: 110px;
	position: absolute;
	left: 0px;
	top: 24px;
}
.navigation li:hover {
	text-decoration:underline;
}
.navigation li > div a {
	color: #b8c6ac;
	font: bold 13px/24px "Times New Roman", Times, serif;
	display: block;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}
.navigation li > div a:hover {
	color: #fff;
}
/*------------ CONTENTS ------------*/
#contents > div.clearfix:first-child {
	width: 940px;
	padding: 30px 10px 0;
}

h1 {
	color: #57614e;
	font: 29px/30px "Times New Roman", Times, serif;
	margin: 0 0 12px;
	text-transform: uppercase;
}
h2 {
	color: #626262;
	font: 19px/24px "Times New Roman", Times, serif;
	letter-spacing: 2px;
	margin: 0;

}

.welcomeText{
	font-family: 'Cardo', serif;
	font-weight: bold;
}
.welcomeText p{
    font-family: 'Adamina', serif;
    font-size:16px;
}

p {
	/*color: #626262;*/
	color: #352B2A;
	font: 14px/24px Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}
p a {
	color: #626262;
}
p a:hover {
	color: #333333;
}
/** mainPicture **/
#mainPictureBackground {
/*	background: url(../images/image-shadow.png) no-repeat center bottom;
	background-size:1356px 300px;*/
	-webkit-box-shadow: 0px 0px 20px #2b2625;
    -moz-box-shadow: 0px 0px 20px #2b2625;
    box-shadow: 0px 0px 20px #2b2625;
}
#mainPictureBackground > div {
	background-color: #e9e9e9;
	width: 958px;
	border: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
}
#mainPictureBackground > div img {
    margin-left: auto;
    margin-right: auto;
}
#mainPictureBackground > .clearfix{
	width:900px;
	margin: 0 auto;
}
#logoWidth{
	width:940px;
}
.detail {
	font-family: Times, "Times New Roman", serif;
	width: 308px;
}
.contentBorder{
/*	border-bottom: 1px solid #fff;*/
	margin-left:auto;
	margin-right:auto;
	width: 902px;
}
.highlight .clearfix {
	width: 940px;
}

.highlight h2 {
    color: #4a5d70;
    text-align: center;
    padding-bottom: 20px;
}

.featured {
	padding: 30px 0;
}
.featured > h2 {
	color: #728063;
	width: 940px;
	margin: 0 auto 24px;
	padding: 0 10px;
}
.featured ul {
	list-style: none;
	padding: 0;
}
.featured li {
	float: left;
	width: 325px;
	padding-top:10px;
}
.featured li p {
	padding-left: 4px;
}
.featured li p b {
	display: block;
	text-transform: uppercase;
}
.featured li .more {
	margin-left: 4px;
}

.lawyers{
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

.contactInfoHeader{
    float: left;
    width: 308px;
    padding-right: 25px;
    padding-left: 60px;
}
.contactInfoHeader>h2{
    background-image: url(../images/border.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    display: inline-block;
    width:100%;
}

.contactInfoHeader>ul>li{
    list-style: none;
    padding-left: 0;
}

.contactInfoHeader>ul>li>p{
	color: #036290;
    font-size: 16px;
    font-family: 'Cantata One', serif;
    text-decoration: none;
    text-align: center;
    margin: 0;
}

.home{
    background: url(../images/icons.png) no-repeat;
    background-position: 0px 0px; 
    width: 18px;
    height: 20px;
    margin-left: -30px;
}
.phone {
    background: url(../images/icons.png) no-repeat;
    background-position: 0px -27px; 
    width: 18px;
    height: 40px;
    margin-left: -30px;
}

.fax{
    background: url(../images/icons.png) no-repeat;
    background-position: 0px -53px; 
    width: 18px;
    height: 23px;
    margin-left: -30px;
}

.email{
	background: url(../images/icons.png) no-repeat;
    background-position: 0px -83px; 
    width: 18px;
    height: 20px;
    margin-left: -30px;
}

.phone, .home, .fax, .email{
    padding-left: 30px;
}

.contact>li>p{
    display:inline;
}

.contact>li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.main{
    background-image: url(../images/border.png);
    background-position: left top;
    background-repeat: repeat-y;
    float:left;
    padding: 10px 0 0 32px;
    min-height:100%;
}

.iframe{
	border-style: solid;
    border-width: 1px;
    background-image: url(../images/border.png);
    background-position: left top;
    background-repeat: repeat-y;
    float:left;
    min-height:100%;
}

.sidebar {
    width:450px;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	background-image: url(../images/border.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	display: inline-block;
	min-height: 29px;
	width: 365px;
	color: #036290;
    font-size: 16px;
    font-family: 'Cantata One', serif;
}

.sidebar ul li a {
	color: #036290;
	font-size: 16px;
	font-family: 'Cantata One', serif;
	text-decoration: none;

}

.sidebar ul li p {
    color: #036290;
    font-size: 16px;
    font-family: 'Cantata One', serif;
    text-decoration: none;
    text-align:center;
}
.sidebar ul li a:hover {
	color: #4a5c70;
	text-decoration: underline;
}

.practices .sidebar{
    width:350px;
    margin-left:15px;
}
.practices .sidebar ul li{
    padding-left: 5px;
    width:325px;
    font-size:14px;
    color: #036290;
    font-family: 'Cantata One', serif;
}

.practices .sidebar ul li a{
    font-size:14px;
    color: #036290;
    font-family: 'Cantata One', serif;
    text-decoration: none;
}

.practices .sidebar ul li.active a{
    color: #4a5c70;
    text-decoration: underline;
}

.practices .sidebar ul li a:hover{
    color: #4a5c70;
    text-decoration: underline;
}

.practices p{
	margin-left:365px;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: 25px;
	font: 17px Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #352B2A;
}

.description{
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

.description .firmName{
	font: 18px Arial, Helvetica, sans-serif;
	text-transform:capitalize;
    font-variant:small-caps;
    font-weight:bold;
	color: #4a5d70;
}

.firmName{
    font: 24px "Copperplate Gothic Light", Times, serif;
    text-transform:capitalize;
    font-variant:small-caps;
    font-weight:bold;
    color: #4a5d70;
}

.firmNameSmall{
    font: 18px "Times New Roman", Times, serif;
    text-transform:capitalize;
    font-variant:small-caps;
    font-weight:bold;
    color: #4a5c70;
}

.ltd{
    font: 24px "Times New Roman", Times, serif;
    font-variant:small-caps;
    font-weight:bold;
    color: #4a5d70;
}

.contactInfoTopPadding{
	padding-top:50px;
}
.attorneyLeftSide{
	width:250px;
	float:left;
}

.attorneyContactInfo{
	padding-top:210px;
}

.attorneyContactInfo li{
	list-style: none;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height:20px;
    
}

.attorneyContactInfo p{
	display:inline;
}
.attorneyInfo{
	padding-left: 250px;
}

.attorneyDescription{
	min-height:115px;
}
.attorneyDescription a{
	text-decoration: none;
}

.attorneyDescription a:hover{
    text-decoration: underline;
    color:#4a5d70;
}
.attorneyName{
	font: 20px Arial, Helvetica, sans-serif;
	text-transform:capitalize;
    font-variant:small-caps;
    font-weight:bold;
    color: #4a5d70;
}

.attorneyDetails{
    border-top-width: 1px;
    border-top-style:solid;
    border-color:#c0cddd;
    padding-top:14px;
    padding-bottom:14px;
}

.attorneyDetails:last-child{
	border-bottom-width: 1px;
    border-bottom-style:solid;
    border-color:#c0cddd;
    margin-bottom:50px;
}

.attorneyDetails h3{
    color: #036290;
    font-size: 20px;
    font-family: 'Cantata One', serif;
    font-variant:small-caps;
    font-weight:normal;
    text-transform:capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float:left;
    width:250px;
}

.attorneyDetails p{
    margin-left:250px;
    font-size: 20px;
    font-family: 'Cantata One', serif;
    margin-top:0px;
    margin-bottom:0px;
}

.attorneyDetails p:not(:first-child):not(:last-child){
    margin-left:250px;
    margin-top:5px;
    margin-bottom:5px;
}

.subAttorneyDetails{
	padding-left:40px;
	font-size: 17px;
}

.frameSmall {
    float: left;
    margin-bottom: 1px;
    margin-right: 20px;
    background: url(../images/frames.png) no-repeat;
    background-position: 0 0;
    height: 108px;
    width: 93px;
    padding: 8px 7px 0;
    text-align: center;
}

.frameLarge {
    float: left;
    margin-bottom: 1px;
    margin-right: 20px;
    background: url(../images/frames.png) no-repeat -118px 0px;
    height: 205px;
    width: 165px;
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
}

.box {
    background-color: #e7e7e7; /* Needed for IE */
    display: inline-block;
    -moz-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
    -webkit-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
    box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
    zoom: 1;
}
.box > img {
    display: block;
    position: relative; /* This protects the inner element from being blurred */
}

.attorneyHighlight{
	font-size: 16px;
	font-family: 'Cantata One', serif;
}

.comingSoon{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	text-align:center;
	color: #036290;
    font-size: 20px;
    font-family: 'Cantata One', serif;
    font-variant:small-caps;
}

.textCenter{
    text-align:center;
}

.center{
    margin-left:auto;
    margin-right:auto;
}

.noBackgroundImage{
    background-image:none;
}

.textLeft{
    text-align:left;
}

.italic{
	font-style:italic
}

/*------------ FOOTER ------------*/
#footnote {
	background: #036290; /* Old browsers */
	padding: 6px 0 3px;
	width:100%;
	white-space:nowrap;
}
#footnote div {
	color: #b5c1aa;
	font: 11px/30px Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}

/***** The below is used for the sticky footer *****/

html, body, #container { 
    height: 100%; 
}

#container {
    height: auto; min-height: 100%;
}

#footer {
 clear: both;
 position: relative;
 z-index: 10;
 height: 38px;
 margin-top: -39px;
}

#footnote .left{
    float:left;
    text-align:left;
    padding-left:15px;
    width:25%;
}

#footnote .middle{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 16px;
}

#footnote .right{
	text-align:right;
	float:right;
	padding-right:15px;
	width:25%;
}

#footnote div a{
    text-decoration:underline;
    color:#b5c1aa;
}
