/*
-----------------------------------------------
Theme Name:	MG-Lawfirm Screen Master
Version:  	August 2021 (Interim)
Author:   	Serge Isaacson
Author URL: https://www.zanzinato.com
----------------------------------------------- */

/*   : Contents
-----------------------------------------------

   01: Global
   02: Hidden
   03: Header
   04: Banner
   05: Content
   06: Global Nav
   07: Footer
   08: Misc

----------------------------------------------- */

/* 01: Global Elements
----------------------------------------------- */
body {
    background: #e0dfea;
    /* background: #dcdbe7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAADU0uTc1uTc2uzc3uzU0tzk3uzU1uTc2uTUztwdz8fYAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA2NJREFUOI0Nk0FvGzkMhfUXOCtH9HHcaUc9JiiQ7FFT1ZKPWxRIe0xQbHzVQInkIyeqRR8duNv5uTs3EiQP3+N74sJPxUvICqSbRsuJ76JaIQhjt6uiw2uGMo0PZcNduvUYr0Qu2uYDcPHugzc7wJQDlaYIhs3Uo1XWy3JvT6efVsrfzzILajvFcp3qssg6fMzNxVK2KF6t58nDdeAJTj1P9eK4EkRxfPIUiVvVdh0cyGzVeDb8802cg3I1dh43DjRuJIDXqfAkNnk6Pysop1854ixp2D6ZNfdKxGFd3D096iqnUpRqnmM7UpEimLpTdqmMfEtG54qq86QasaKNNM3XvyTsHKfO7Ns2f64hC+gZzsSMHgzWjH5tbVehCjTxI7Msp+mJ2HLLg5mbAkUgBmXonilyvjmz5iTVd1rI7Z7Tn4muhohbLlR8ez0jFyP6mpwn+WItD80DmYCxrGoogtBbkipgs266uwhZpjfJi1ZTaK2Otn+XMPtDixvz/ivzDIJUXqTdmFBjAVh7dkXirIsYawFtrtBa1zvGXsrIrbFeUD1GwNlR9bhIqy4/8q4paynwUymcJZjLTJq4N4CPnMpeXKZ8s/63ODwAGTAdUmG/8Ii03Ad8tGrvNzzRdlCST1J/ER2eN0GG3Gd91AsQDnomjCiY1vNl/YLf2Ny5nIhv/qOyMVFYhPpkSX14HfYZ3iOW6F92zXcR8qBqdFSwp4CmoAmmY3JiSkOy3tnWpneDPLmsktbsnMh3R/oTaQIObeBQPXj1a0dZGMwwtfqIsb1/vfJEt2rlMleh51oLMjXnf7Zh7fbTRfdsNmuh119upXMjl2eVyja62cj5lFEgWJ4aamtC3EOERhI8QkoCbdXfTK7Z86kNZlKw4BvbiIqVqRj9DSndou+94+Yy0oNghCWb84j613RXW58iy1eQJBbexQAte6x/tkZtc6eXWauE7Ber1aVtgjnkuXk7j1499I3oPhvKEMneVngcm3HIsOQ1aIHUjiEFkn/TEspajhK5GdgLcKqU1BJQW16ihBegg4FJCQMjmglqYFRjkDWZRmGKRmia0uF4p3wJkrjE+onnSjsSvgJBkeFcpmg+eK8cDACFBKRChqPyPzq8Xv64Ys5hDF6oToMpTx9xlyBRWCWO1k0c/wfI/HE0n8HrpAAAAABJRU5ErkJggg==); */
    font-family: Georgia, Times, Palatino, serif;
    margin: 0; padding: 0;
}
html, body {
	height: 100%;
}
ul {
	margin: 0; padding: 0;
}

/* 02: Hidden Elements
----------------------------------------------- */
hr, #logo img, blockquote {
	display: none;
}

/* 03: Header Elements
----------------------------------------------- */
#header {
	width: 860px; height: 170px;
	background: #fff url(../img/bg-header.jpg) no-repeat;
}
#logo {
	float: left;
	width: 335px; height: 170px;
	background: url(../img/mg-logo.png) no-repeat;
}
	#logo a {
	    display: block;
	    margin: 90px 0 0 50px;
	    width: 255px; height: 80px;
	}

/* 04: Banner Elements
----------------------------------------------- */
#banner {
	width: 780px; height: 180px;
	margin: auto;
	background: #fff url(../img/bg-banner.gif) repeat-x;
}
#callout {
	float: left;
	width: 780px; height: 180px;
}

/* Callout Quotes */
#home #callout { background: url(../img/home-quote.png) no-repeat left; }
#area #callout { background: url(../img/area-quote.png) no-repeat left; }
#peop #callout { background: url(../img/peop-quote.png) no-repeat left; }
#clab #callout { background: url(../img/clab-quote.png) no-repeat left; }
#cntc #callout { background: url(../img/cntc-quote.png) no-repeat left; }
#legl #callout { background: url(../img/legl-quote.png) no-repeat left; }

/* 05: Main Content Elements
----------------------------------------------- */
#container {
	width: 860px;
    margin: auto;
    background: url(../img/bg.gif) repeat-y left top;
}
#main-pg {
	width: 728px;
	margin: 65px auto 0 auto; padding: 0 0 35px 0;
}
#heading {
	float: left;
	padding: 0 0 12px 0; margin: 0;
}
	#heading h1 {
		/* text-indent: -9000px; */
		color: #663366;
		font: normal 32px/32px 'Apple Garamond', Baskerville, 'Times New Roman', Georgia, serif;
		width: 485px; /* height: 26px; */
		margin: 0; padding: 0;
	}
#content h2,
#content h3 {
	margin-top: 0;
	color: #669;
	font: 20px/22px 'Apple Garamond', Baskerville, 'Times New Roman', Georgia, serif;
}
#content h3 {
	color: #999;
}

/* Main Headings */
#content {
	float: left;
	font: 13px/22px Georgia, Times, Palatino, serif;
	color: #333;
	width: 510px;
	margin: 0; padding: 0;
	clear:left;
}
	#content p {
		margin: 0; padding: 0 0 12px 0;
	}
	#content img {
		float: left;
		margin: 0; padding: 0 8px 8px 0;
	}
		#peop #content img {
			border-radius: 8px;
			margin: 7px 12px 0 0;
			padding: 0;
			-webkit-box-shadow: 4px 6px 6px -2px rgba(0,0,0,0.25);
			box-shadow: 4px 6px 6px -2px rgba(0,0,0,0.25);
		}
	#content ul {
		float: right;
		width: 152px;
		background: #f2f2f2;
		margin-left: 12px;
	}
		#content ul.corners {
			border-radius: 8px;
		}
	#content li {
		color: #666;
		font-size: 10px;
		font-family: verdana;
		line-height: 16px;
		list-style-type: none;
		padding: 0 5px; margin: 10px;
	}
		#content ol li {
			list-style-type: upper-roman;
		}

/* Main Content Links */
#content a 				{ text-decoration: none; font-weight: bold; padding: 2px;}
#content a:link 		{ color: #369; background: #efefef; }
#content a:visited 		{ color: #369; background: #efefef; }
#content a:hover 		{ color: #369; background: #D2E3EA; }
#content a:active 		{ color: #369; background: #D2E3EA; }

#content .rule a:link 		{ color: #69C; background: #efefef; }
#content .rule a:visited 	{ color: #69C; background: #efefef; }
#content .rule a:hover 		{ color: #69C; background: #D2E3EA; }
#content .rule a:active 	{ color: #69C; background: #D2E3EA; }

/* Main Side Nav */
#sidenav, #date {
	float: right;
	width: 185px;
}
	#sidenav ul {
		list-style-type: disc;
		/* list-style-image: url(../img/bullet-one.gif); */
		font: 12px/24px Georgia, Times, Palatino, serif;
		color: #0078B6;
		letter-spacing: 1px;
		margin-bottom:  20px;
	}
	#sidemenu > li {
		padding-left: 0;
		list-style-type: disc;
		margin-left: 11px;
		/* list-style-image: none; */
		/* background: url(../img/bullet-one.gif) no-repeat 0 -7px; */
	}
#date {
	font: italic 14px/19px Georgia, Times, Palatino, serif;
	color: #999;
	padding-top: 12px;
}
#raised {
	font-size: 12px;
	line-height: 16px;
	color: #669;
}
	#raised strong {
		font-weight:  normal;
		font-style:  italic;
		color: #336;
		font-size: 16px;
		line-height: 20px;
	}

/* Main Side Menu Links */
#sidemenu li a			{ text-decoration: none; }
#sidemenu li a:link 	{ color: #0078B6; border-bottom: 1px solid #D3DCE1; }
#sidemenu li a:visited 	{ color: #0078B6; border-bottom: 1px solid #D3DCE1; }
#sidemenu li a:hover 	{ color: #045B89; border-bottom: 1px solid #ccc; }
#sidemenu li a:active 	{ color: #045B89; border-bottom: 1px solid #ccc; }

/* 06: Global Nav
----------------------------------------------- */

/* Main Nav */
#menu {
	position: relative;
	width: 472px; height: 43px;
	top: 127px; left: 332px;
	background: url(../img/nav.gif) no-repeat;
	margin: 0; padding: 0;
}
	#menu li {
		position: absolute;
		margin: 0; padding: 0;
		list-style: none;
		top: 0;
	}
	#menu li, #menu a {
		height: 43px;
		display: block;
		text-decoration: none;
	}
	#menu a:focus {
		border: none;
		outline: none;
	}
	#menu a i, #menu i {
		visibility: hidden;
	}

/* Map Up - Main Nav */
#area-nav		{ left: 0; width: 122px; }
#peop-nav 		{ left: 122px; width: 58px; }
#clab-nav 		{ left: 180px; width: 205px; }
#cntc-nav		{ left: 385px; width: 87px; }

/* Map Hover - Main Nav */
#area-nav a:hover { background: url(../img/nav.gif) 0 -43px no-repeat; }
#peop-nav a:hover { background: url(../img/nav.gif) -122px -43px no-repeat; }
#clab-nav a:hover { background: url(../img/nav.gif) -180px -43px no-repeat; }
#cntc-nav a:hover { background: url(../img/nav.gif) -385px -43px no-repeat; }

/* You are here - Main Nav */
body#area #area-nav { background: url(../img/nav.gif) 0 -43px no-repeat; }
body#peop #peop-nav { background: url(../img/nav.gif) -122px -43px no-repeat; }
body#clab #clab-nav { background: url(../img/nav.gif) -180px -43px no-repeat; }
body#cntc #cntc-nav { background: url(../img/nav.gif) -385px -43px no-repeat; }

/* 07: Footer Elements
----------------------------------------------- */
#footer {
	background: #e0dfea url(../img/bg-footer.jpg) no-repeat;
   width: 860px; height: 115px;
	margin: auto;
	font: 10px/14px Geneva, Verdana, Helvetica, Arial, sans-serif;
	color: #9C899C;
}
.footer-rule {
	width: 780px;
	margin: auto; padding: 0;
	border-top: 5px solid #E3E3E3;
}
#footer-info {
	width: 728px;
	margin: 0 auto;
}
	#footer-info p#copyright {
		float: left;
	}
	#footer-info p#utilities {
		float: right;
		width: 185px;
	}

/* Footer Links */
#footer a			{ text-decoration: underline; }
#footer a:link 	{ color: #9C899C; }
#footer a:visited { color: #9C899C; }
#footer a:hover 	{ color: #0078B6; }
#footer a:active 	{ color: #0078B6; }

a:focus 	{ color: #0078B6; border: none; outline: none; }


/* 08: Misc Elements
----------------------------------------------- */
.clear {
	clear: both;
}
.rule {
	margin: 0; padding: 8px 0;
	background: url(../img/rule.gif) repeat-x;
	text-align: right;
	color: #69C;
	font: 10px/12px Geneva, Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}
small {
	color: #999;
}