@charset "utf-8";
/* CSS Document */

/* ---------- GENERAL ---------- */
html, body {
	padding: 0;
    height: 100%;
}
body {
	overflow-y: scroll; /* Enables scroll to prevent page jumping */
	font: 12px Verdana, Geneva, sans-serif;
}
header, nav, article, footer {
	display: block;
}
#content {
    margin-bottom: -92px;
    min-height: 100%;
}
* html #content {
    height: 100%;
}



a img {
	border: 0;
	outline: 0;
}
p {
    margin-top: 20px; 
}
ul {
	margin-left: 35px;
}
/* ---------- GENERAL ---------- */





/* ---------- HEADER ---------- */
header {
	margin: 0 auto;
	width: 901px;
	height: 174px;
}
#logo {
	float: left;
	margin-top: 10px;
	border: none;
	outline: none;	     
}
#telephone {
	float: left;
	margin: 124px 0 0 356px;
}
/* ---------- HEADER ---------- */





/* ---------- NAVIGATION MENU ---------- */
nav {
	clear: left;
	background: #013300 url("../images/elements/menuBackground.jpg") repeat-x;
	text-align: center;
	font: 15px Georgia, "Times New Roman", Times, serif;
	height: 35px;
}
* {
	padding: 0;
	margin: 0;
}
nav ul {
	list-style: none; /* Deletes list markers (dots) */
	margin: 0 auto;
	width: 901px;
}
nav ul a {
	display: block;
	text-decoration: none; /* Puts away underline */
	line-height: 35px;
	color: #e5e5e5;
	border: 0;
	outline: 0; 
	width: 179px;
	height: 35px;
}
nav ul a:hover {
	color: #fff;
	background-color: #8db68d;
}
#menuButtonFirst {
	margin-left: 1px;
}
.menuButton {
	text-transform: uppercase;
	margin-right: 1px;
}
.withSubmenu a {
	background: url("../images/elements/menuArrow.png");
}
.withSubmenu a:hover {
	background: #8db68d url("../images/elements/menuArrow.png") 0 -35px;
}
nav ul li {
	float: left;
	position: relative;
}
nav ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	margin: 0;
	padding-top: 1px;
	width: 180px;
}
nav ul li ul a {
	background-color: #4e884d;
	line-height: 30px; /* Submenu text v-align */
	font-size: 14px;
	color: #fff;
	width: 179px;
	height: 30px;
}
nav ul li:hover ul {
	display: block;
	z-index: 2000; /* Views nav menu over slideshow*/
}
/* ---------- NAVIGATION MENU ---------- */





/* ---------- ARTICLES ---------- */
.articleRowText, .articleRowEqualTwo, .articleRowUnequalTwo, .articleRowEqualThree, .articleLeft, .articleRight, .personalPagePic, .articleUnderPic {
	float: left;
}
#contentBackground {
	line-height: 18px;
	margin: 0 auto;
	width: 901px;
}
.articleTop {
	background: #eee url("../images/elements/titleBackground.jpg") repeat;
	text-align: center;
}
.articleTopText {
	color: #000;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 25px 0;
	width: 901px;
}
#homepageTop {
	margin: 5px;
}
.articleRowText {
	margin-top: 20px;
	width: 901px;
}
.articleLeft, .articleRight {
	width: 441px;
	margin-top: 20px;
}
.articleLeft {
	margin-right: 19px;
}
.personalPagePic {
	text-align: center;
	margin: 20px 33px 0 0;
}
.personalPagePic a:hover {
	text-decoration: underline;
}
.rightPic {
	margin-right: 1px;
}
.rightPic img:hover {
	margin-right: 0px;
}
.articleUnderPic {
	width: 293px;
}
.articleRightToPic {
	float: right;
	width: 597px;
	min-height: 350px;
}
.clearer {
	clear: both;
	height: 10px;
}
/* ---------- ARTICLES ---------- */





/* ---------- TITLES ---------- */
h1, h2, h3, h4 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: 400;
}
h1 {
	font-size: 28px;
	margin-top: 5px;
}
h2 {
	font-size: 22px;
	margin-top: 5px;
}
#practice-areas h2 {
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	font-weight: 600;
	padding: 20px 0 5px 0;
}
h4 {
	font-size: 17px;
}
/* ---------- TITLES ---------- */





/* ---------- LINKS ---------- */
a, footer a, .articleTopText a {
	color: #40793f;
}
a:hover, footer a:hover, .articleTopText a:hover {
	color: #013300;
}
a, nav a:hover {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#contentBackground .linkToPersonalPagePic a, figure a {
	font-weight: 400;
}
/* ---------- LINKS ---------- */





/* ---------- HOMEPAGE SLIDESHOW ---------- */
.slideshowBox, ul.slideshow {
	position: relative;
	width: 440px;
	height: 540px; /* original 435x561 */
}
ul.slideshow {
	/* float: left; */
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
ul.slideshow li {
	position: absolute;
	left: 0px;
	right: 0px;
}
ul.slideshow li.show {
	z-index: 500;
}
ul.slideshow img {
	border: none;
}
#slideshowCaption {
	position: absolute;
	z-index: 500;
	background: #000;
	color: #fff;
	bottom: 0;
	left: 0;
	height: 58px;
}
#slideshowCaption .slideshowCaptionContainer {
	z-index: 1000;
	padding: 5px 10px;
}
#slideshowCaption h3 {
	font-size: 20px;
	padding: 0;
	margin: 0;
}
#slideshowCaption p {
	padding: 0;
	margin-top: 5px;
}
#slideshowCaption a {
	text-decoration: none;
	color: #FFF;
}
.arrow {
	position: absolute;
	visibility: hidden;
	z-index: 1500;
	top: 251px;
	border: none;
	outline: none;
	height: 40px;
	width: 40px;
}
.arrow a {
	display: block;
	height: 100%;
}

.arrow.next {
	background: url("../images/elements/arrowsNext.png") 0 0;
	right: 0px;
}

.arrow.next:hover {
	background: url("../images/elements/arrowsNext.png") 0 -41px;
}
.arrow.prev {
	background: url("../images/elements/arrowsPrev.png") 0 0;
	left: 0px;
}
.arrow.prev:hover {
	background: url("../images/elements/arrowsPrev.png") 0 -41px;
}
.dots {
	position: absolute;
	z-index: 1500;
	top: 10px;
	right: 10px;
}
.dot {
	float: left;
	cursor: pointer;
	background: url(../images/elements/dots.png) 0 0;
	margin-left: 5px;
	width: 12px;
	height: 12px;
}
.dot:hover, .dot.selected {
	background: url(../images/elements/dots.png) 0 -12px;
}
/* ---------- HOMEPAGE SLIDESHOW ---------- */





/* ---------- SCROLL TO TOP BUTTON ---------- */
#scrollUp {
	display: block;
	position: fixed;
	z-index: 9999;
	cursor: pointer;
	background: url("../images/elements/arrowUp.png") 0 0;
	text-decoration: none;
	border: none;
	text-align: center;
	bottom: 20px;
	left: 20px;
	width: 52px;
	height: 52px;
}
#scrollUp:hover {
	background: url("../images/elements/arrowUp.png") 0 -52px;
}
/* ---------- SCROLL TO TOP BUTTON ---------- */





/* ---------- FOOTER ---------- */
#filler {
    height: 92px;
}
#footerWrap {
	background-color: #eee;
	background: url(../images/elements/titleBackground.jpg) repeat;
	margin-top: 10px;
}
footer {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	line-height: 25px;
	color: #333;
	padding-top: 10px;
	margin: 0 auto;
	width: 901px;
	height: 62px;
}
footer a img {
	float: right;
	margin: 5px 0 0 -51px;
}
/* ---------- FOOTER ---------- */