/* Fonts */
@font-face {
	font-family: 'MinionPro';
	font-style: normal;
	font-weight: 700;
	-webkit-text-stroke: .5px;
	src: url('/documents/fonts/MinionPro-Bold.eot?') format('eot'),
		 url('/documents/fonts/MinionPro-Bold.woff') format('woff'),
		 url('/documents/fonts/MinionPro-Bold.ttf')  format('truetype'),
		 url('/documents/fonts/MinionPro-Bold.svg#MinionPro-Bold') format('svg');
}

@font-face {
	font-family: 'MinionPro';
	font-style: italic;
	font-weight: 400;
	-webkit-text-stroke: .5px;
	src: url('/documents/fonts/MinionPro-It.eot?') format('eot'),
		 url('/documents/fonts/MinionPro-It.woff') format('woff'),
		 url('/documents/fonts/MinionPro-It.ttf')  format('truetype'),
		 url('/documents/fonts/MinionPro-It.svg#MinionPro-It') format('svg');
}

@font-face {
	font-family: 'MinionPro';
	font-style: normal;
	font-weight: 400;
	-webkit-text-stroke: .5px;
	src: url('/documents/fonts/MinionPro-Regular.eot?') format('eot'),
		 url('/documents/fonts/MinionPro-Regular.woff') format('woff'),
		 url('/documents/fonts/MinionPro-Regular.ttf')  format('truetype'),
		 url('/documents/fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
}

@font-face {
	font-family: 'MyriadPro';
	font-style: normal;
	font-weight: 400;
	src: url('/documents/fonts/MyriadPro-Regular.eot?') format('eot'),
		 url('/documents/fonts/MyriadPro-Regular.woff') format('woff'),
		 url('/documents/fonts/MyriadPro-Regular.ttf')  format('truetype'),
		 url('/documents/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'MinionPro';
		font-style: normal;
		font-weight: 700;
		src: url('/documents/fonts/times_new_roman_bold-webfont.svg#times_new_romanbold') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'MinionPro';
		font-style: italic;
		font-weight: 400;
		src: url('/documents/fonts/times_new_roman_italic-webfont.svg#times_new_romanitalic') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'MinionPro';
		font-style: normal;
		font-weight: 400;
		src: url('/documents/fonts/times_new_roman-webfont.svg#times_new_romanregular') format('svg');
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'MyriadPro';
		font-style: normal;
		font-weight: 400;
		src: url('/documents/fonts/arial-webfont.svg#arialregular') format('svg');
	}
}
/* End Fonts */

/* General Styles */
body {
	font-family: 'MinionPro', sans-serif;
	line-height: 1.2em;
	color: #000;
	font-size: 16px;
}

.news-ticker {
	overflow: hidden;
}

.news-ticker ul {
	list-style: none;
	padding: 0;
}

.news-ticker ul li {
	width: 100%;
	padding: 0.5em;
	font-size: 14px;
	text-align: center;
}

.news-ticker ul li a {
	text-align: left;
}

.news-ticker ul.items-25 {
	width: 2500%;
}

.news-ticker.container ul {
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 250s;
	animation-duration: 250s;
	-webkit-animation-name: scroller;
	animation-name: scroller;
	transition: 0.2s;
}

.news-ticker.container ul:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

@-webkit-keyframes scroller {
	from { -webkit-transform: translatex(0); }
	to { -webkit-transform: translatex(-100%); }
}

@-moz-keyframes scroller {
	from { transform: translatex(0); }
	to { transform: translatex(-100%); }
}

@-o-keyframes scroller {
	from { transform: translatex(0); }
	to { transform: translatex(-100%); }
}

@keyframes scroller {
	from { transform: translatex(0); }
	to { transform: translatex(-100%); }
}

div.ui-dialog div.jl-items {
	overflow: scroll;
}

div.ui-dialog ul.jl-list li span {
	max-width: 132px;
}

div.ui-dialog ul.jl-list li:after {
	color: gray;
}

.published-articles-listing {
	margin-bottom: 3em;
}

.published-articles-listing td {
	-webkit-transform: translatex(-3px);
	-ms-transform: translatex(-3px);
	transform: translatex(-3px);
}

.published-articles-listing ul {
	padding: 0;
	list-style: none;
}

.published-articles-listing ul li p {
	margin: 0;
	line-height: 1.5em;
}

h1, .title {
	color: #005C5B;
	font-size: 16px;
	line-height: 1em;
	font-family: TrajanPro, serif;
	font-weight: 400;
}

strong.title {
	font-weight: bold;
}

h1, {
	color: #005C5B;
	font-size: 16px;
	line-height: 1em;
	font-family: TrajanPro, serif;
	font-weight: 400;
}

h4 {
	color: #000;
	font-size: 18px;
	line-height: 1em;
	font-family: Georgia, serif;
}

h2,h3 {
	color: #005c5b;
	font-size: 16px;
	line-height: 1em;
	font-family: TrajanPro, serif;
	font-weight: 400;
}

h2 sup, h3 sup {
	font-size: 8px;
	vertical-align: text-top;
}

a {
	color: #005C5B;
	text-decoration: none;
}

a:hover {
	color: #424242;
	text-decoration: none;
}

#ui-id-3 {
	overflow-y: scroll;
}

table.FAQs h3 {
	margin-top: 40px;
}

table.FAQs tr td h3:first-child {
	margin-top: auto;
}

#AttorneyContent {
	padding: 0px 20px;
}

#AttorneyContent hr {
	color: transparent;
	border-bottom: solid 1px black;
	height: 0px;
}

#AttorneyContent h4 {
	font-weight: normal;
	text-transform: uppercase;
	color: #005C5B;
	margin: 20px 0px 10px;
}

#AttorneyContent ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: MyriadPro, sans-serif;
}

#AttorneyContent ul li {
	line-height: 1.4em;
}

#AttorneyContent ul.ed li em {
	display: block;
	font-size: 11px;
	padding-left: 20px;
	font-style: italic;
	font-family: Arial, sans-serif;
}

#AttorneyContent ul li li {
	margin-left: 40px;
	list-style: circle;
}

body.home .logo {
	display: block;
	height: 40px;
	overflow: hidden;
}

#AttorneyContent ul.pub li {
	line-height: 1.2em;
	padding: 5px 0px;
}

#ContactUsData {
	text-align: center;
}

#ContactMap {
	margin: 0px auto;
}

sup {
	line-height: 0;
	position: relative;
	top: 3px;
}
/* End General Styles */

/* Layout Styles */
.main {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.read-more.hide {
	display: none;
}

#TopZone {
	height: 96px;
}

.home #TopZone {
	height: 120px;
}

#NavZone {
	border-top: 1px solid #a5aeac;
	border-bottom: 1px solid #a5aeac;
}

#SlideZone {
	height: auto;
}

.MiddleArea {
	display: table;
	width: 1000px;
	margin: 0px auto;
	padding: 15px 0;
	border-top: 1px solid #a5aeac;
	border-bottom: 1px solid #a5aeac;
}

.MiddleContainer {
	padding: 11px 0;
	border-top: 1px solid #a5aeac;
	border-bottom: 1px solid #a5aeac;
	min-height: 240px;
	display: table-row;
}

#LeftZone {
	width: 32%;
	float: left;
	position: relative;
	margin-right: 1%;
	background-color: #D6D5AD;
	min-height: 220px;
	padding-bottom: 5px;
}

body.sub #LeftZone, body.sub #RightZone {
	width: 24%;
}

body.nocolumn #MainZone {
	width: 100%;
	border: none;
	background-image: none;
	max-width: 100%;
}

body.sub #MainZone {
	width: calc(48% - 2px);
	background-image: none;
	max-width: 478px;
	min-width: 470px;
}

#MainZone {
	border-left: 1px solid #a5aeac;
	border-right: 1px solid #a5aeac;
	width: calc(32% - 2px);
	float: left;
	min-height: 220px;
	position: relative;
	display: table-cell;
	background-image: url(/images/Gary-Dominic-427-op1.jpg);
	background-size: 95% auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 1% 10px;
	max-width: 32%;
	min-width: 31%;
}

body.news #MainZone {
	width: 65%;
	border-left: none;
	background-image: none;
	max-width: 65%;
	display: block;
}

#RightZone {
	width: 32%;
	margin-left: 1%;
	min-height: 220px;
	position: relative;
	background-color: #D6D5AD;
	float: left;
	padding-bottom: 5px;
}

body.news #RightZone {
	float: right;
	display: block;
	margin-left: auto;
}

#BottomNav {
	height: 74px;
	border-top: 1px solid #A5AEAC;
}
/* End Layout Styles */

/* Top Styles */
#TopContent {
	text-align: center;
	padding-top: 25px;
}

.home #TopContent {
	padding-top: 45px;
}

#NavContent {
	background-color: #D6D5AD;
	margin: 10px 0;
}

#TopNavigation {
	width: 575px;
	display: table;
	margin: 0px auto;
	height: 14px;
	padding: 22px 0;
}

#TopNavigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: table-row;
}

#TopNavigation ul li {
	display: table-cell;
	border-left: 1px solid #000;
	line-height: 14px;
	font-family: 'MyriadPro', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

html.no-display-table #TopNavigation ul li {
	float: left;
}

#TopNavigation ul li:first-child {
	border: none;
}

#TopNavigation ul li a {
	font-weight: 400;
	color: #000;
	padding: 0px 15px;
}

#TopNavigation ul li a:hover, #TopNavigation ul li.selected a {
	color: #005C5B;
}

#SlideContent, .SubSlideContent, .published-articles-header {
	padding-top: 50px;
	min-height: 100px;
}

#SlideContent h1, .SubSlideContent h1, .published-articles-header h1 {
	font-family: TrajanPro, serif;
	font-size: 44px;
	color: #005c5b;
	text-transform: uppercase;
	margin: 0px;
	paddion: 0px;
	text-align: center;
}
/* End Top Styles */

/* Middle Styles */
#LeftContent p {
	font-family: 'MinionPro', 'arial black';
	text-align: center;
	line-height: 1.8em;
	font-size: 14px;
	color: #000;
	margin: 20px 0 30px;
}

#LeftContent p:last-child {
	margin-bottom: 0px;
}

#LeftContent p:last-child span, #RightContent p:last-child span {
	color: #909090;
	font-size: 18px;
	font-family: 'Times New Roman', serif;
}

#MiddleContent {
	position: absolute;
	left: 2.5%;
	bottom: -10px;
	color: rgb(148,150,152);
	font-family: MinionPro;
	font-style: italic;
	font-size: 16px;
}

#RightContent p {
	font-family: TrajanPro, serif;
	font-size: 14px;
	text-align: center;
	color: #005E40;
	line-height: 1.6em;
	margin: 50px 40px;
}

#SubRightContent h1, #ArticlesRightContent h2, h1.look-like-a {
	font-family: TrajanPro, serif;
	font-size: 18px;
	color: #005C5B;
	text-transform: uppercase;
	margin: 15px 0 0 15px;
	font-weight: 400;
}

ul.nav-list, #ArticlesRightContent ul {
	list-style: none;
	margin: 15px 0 0 15px;
	padding: 0px;
	text-align: left;
}

ul.nav-list li, #ArticlesRightContent ul li {
	color: #000000;
	padding: 7px 0px;
}

ul.nav-list li:hover a, #ArticlesRightContent ul li:hover a {
	color: #005C5B;
	text-shadow: 1px 0px #005C5B;
}

ul.nav-list li:hover:before, #ArticlesRightContent ul li:hover:before {
	color: #000000;
}

ul.nav-list li:before,#ArticlesRightContent ul li:before {
	content: '\25A0';
	float: left;
	font-size: 25px;
	margin: -3px 0 3px;
	padding-right: 10px;
	color: #005C5B;
}

ul.nav-list li a, #ArticlesRightContent ul li a {
	font-size: 16px;
	display: block;
	font-weight: 400;
	color: #000000;
}

ul.nav {
	list-style: square;
	margin: 0 0 0 15%;
	padding: 0;
	font-family: MinionPro, serif;
	font-size: 14px;
}

ul.nav li a {
	font-weight: 400;
}

#LeftContent a, #RightContent a {
	font-weight: 400;
	display: block;
}

#LeftContent a:hover span, #RightContent a:hover span {
	color: #005E40;
}

.navimage {
	padding-top: 15px;
	padding-left: 20px;
}

.navimage strong, .navimage a {
	color: #005C5B;
	font-weight: normal;
	font-size: 16px;
}

.navimage a:hover {
	color: #000000;
	text-decoration: underline;
}

.navimage p {
	text-align: left;
	line-height: 1.6em;
}

.navimage img {
	max-width: 90%;
}

body.nocolumn #MainZone table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body.nocolumn #MainZone table tr td:first-child {
	padding: 0px 5px;
}

body.nocolumn #MainZone table tr td {
	width: 25%;
	border-right: 1px solid #A5AEAC;
	vertical-align: top;
	padding: 0px 10px;
}

body.nocolumn #MainZone table tr td:last-child {
	border: none;
}
/* End Middle Styles */

/* Feed/Search Styles */
#FeedContent {
	padding: 10px 0;
	font-family: MyriadPro, sans-serif;
	font-size: 14px;
	color: #000;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#FeedContent a {
	font-weight: 400;
	color: #000;
	font-style: italic;
	font-size: 12px;
	padding-right: 20px;
}

#FeedContent a:hover {
	color: #005C5B;
}

#NewsTicker {
	line-height: 40px;
	min-width: 400px;
	overflow: hidden;
}

#NewsTicker ul {
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	width: 2500%;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 450s;
	animation-duration: 450s;
	-webkit-animation-name: scroller;
	animation-name: scroller;
	transition: 0.2s;
}

#NewsTicker ul:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

#FeedContent div#FeedText {
	text-transform: uppercase;
	line-height: 1em;
	border-right: 1px solid black;
	padding: 0 15px 0 0;
	margin: 0 15px;
}

#NewsTicker span {
	font-style: italic;
}

#Search {
	width: calc(50% - 1px);
	border-left: 1px solid #A5AEAC;
	float: right;
	text-transform: uppercase;
	max-width: 499px;
	min-width: 450px;
	padding-top: 10px;
}

#Search span {
	padding: 0px 10px 0px 15px;
}

#Search div {
	float: right;
	margin: 0px 25px 0 0;
	padding: 0px;
}
/* End Feed/Search Styles */

/* Bottom Styles */
#BottomNavContent {
	padding: 15px 0;
	display: table;
	margin: 0px auto;
}

#BottomNavContent ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#BottomNavContent ul li {
	padding: 0;
	font-family: 'MyriadPro', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}

html.no-display-table #BottomNavContent ul li {
	float: left;
}

#BottomNavContent ul:last-child li:last-child:after {
	content: '';
}

#BottomNavContent ul li:after {
	content: '|';
	margin: 0 5px;
}

#BottomNavContent ul li a {
	color: #000;
	font-weight: 400;
	padding: 8px;
}

#BottomNavContent ul li a:hover {
	text-shadow: 1px 0px #000;
}

#FootContent {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
}

#FootContent a {
	font-weight: 400;
}

#LeftFoot {
	width: 100%;
	float: left;
}

#disclaimer {
	padding-bottom: 25px;
	text-align: center;
}

#FootSchema {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	text-align: center;
}

#FootPhone {
	width: 50%;
	float: right;
	padding-bottom: 30px;
}
/* End Bottom Styles */

/* Flyout Styles */
div.iflylist {
	border-radius: 0 0 20px 20px;
	background-color: #D6D5AD;
	padding: 15px 0;
	margin-left: -40px;
	margin-top: -4px;
	border-top: none;
	border-bottom: 1px solid #A5AEAC;
}

div.ifly {
	background: #D6D5AD;
	text-align: center;
	border: none;
}

div.ifly:last-child {
	border-left: 1px solid #A5AEAC;
	border-right: 1px solid #A5AEAC;
	border-bottom: none;
}

#TopNavigation ul li:nth-child(3) a {
	cursor: default;
}

#TopNavigation ul li:nth-child(3) div a {
	cursor: pointer;
}
/* End Flyout Styles */

.newsdata {
	margin-bottom: 15px;
}

.faq {
	border-bottom: solid 1px #DDDDDD;
	margin-bottom: 15px;
}

.faq h3 {
	cursor: pointer;
}

.faq h3:hover {
	color: #000000;
}

.faq .contain {
	display: block;
}

.faq.collapse .contain {
	display: none;
}

li.no-icon:before {
	content: '' !important;
}

.flex ul {
	list-style: none;
	line-height: 2;
}

.flex {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.line {
	content: '';
	width: 1px;
	background: #000000;
}
