@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FBF1E1;
	background-image: url(../images/footerSideBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.clear {
	clear: both;
}

.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #FBF1E1;
}
#mainContent #sidebar {
	float: right;
	width: 190px;
	text-align: center;
	margin-left: 20px;
	border-left-width: thin;
	border-left-style: solid;
	margin-top: 20px;
}
#tableBodyLinks {
	text-align: center;
}
a {
	color: #C00;
}

#tableBodyLinks .heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}
#tableBodyLinks .subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

#topSearch {
	float: right;
	width: 390px;
	color: #FFF;
	font-size: 14px;
	text-align: right;
	padding: 10px;
}

.oneColFixCtrHdr #header {
	height: 248px;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
	background-color: #FBF1E1;
}
.oneColFixCtrHdr #footer {
	background-color: #2a0f0e;
	background-image: url(../images/footerBG.jpg);
	background-repeat: repeat-x;
	height: 311px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#logo {
	float: left;
	width: 425px;
	margin-top: 10px;
}
#headerPics {
	float: right;
	width: 498px;
	padding-top: 1px;
	padding-bottom: 4px;
}
#footerLinks {
	font-size: 12px;
	color: #FFF;
}
#footerLinks h3 {
	font-size: 18px;
	color: #F4D7A4;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
}
#footerLinks h3 a {
	color: #F4D7A4;
}

#footerLinks h3 a:hover {
	text-decoration:none;
}

#footer #bottomLinks {
	color: #FFF;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

#footerLinks ul li {
	list-style-type: none;
	margin-left: -40px;
	padding-bottom: 10px;
}



.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#topBG {
	background-image: url(../images/header-BG-2.jpg);
	background-repeat: repeat-x;
}
#mainContent #specialServices {
	float: left;
	width: 300px;
	background-image: url(/images/box.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	height: 400px;
}
#mainContent #Testimonials {
	float: right;
	width: 300px;
	background-image: url(/images/box.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	height: 400px;
}
#specialServices p {
	padding: 0px;
	margin: 10px;
}

#practiceEvents p {
	margin: 0px;
}

.imgBorder {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

.newsLinks {
	padding-bottom: 10px;
	list-style-type: square;
	margin-left: -20px;
}
.news_events_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #600;
	font-weight: bold;
}
#sidebar fieldset {
	border-top-color: #2B0F0E;
	border-right-color: #2B0F0E;
	border-bottom-color: #2B0F0E;
	border-left-color: #2B0F0E;
}
#container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #600;
}
#container #mainContent h2 {
	color: #600;
	font-size: 18px;
	text-decoration: underline;
}
.imageBorder {
	border: 3px double #FBF1E1;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 3px;
	background-color: #600;
}
#container #mainContent p {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.underline {
	text-decoration: underline;
}

#subLinks {
	list-style-type: square;
	margin-left: -40px;
}
#container #mainContent .smallheading {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}
.imgPadding {
	padding-right: 5px;
	padding-bottom: 5px;
}
#container #mainContent hr {
	margin-top: 20px;
	margin-bottom: 20px;
}


#subLinks li a {
	font-size: 0.9em;
	color: #600;
}
#subLinks li a:hover {
	text-decoration: none;
}
.arrow {
	width: 25px;
	float: right;
}

#subLinks li {
	line-height: 1.5em;
	display: inline;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-left: 5px;
}
#container #mainContent .mediumTitle {
	font-size: 18px;
	color: #600;
	font-weight: bold;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#container #mainContent .italicQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.serviceBullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom: 20px;
	background-image: url(/images/arrow2.png);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 40px;
}
#mainContent h1 a {
	color: #600;
	text-decoration: none;
}

#mainContent h1 a:hover {
	text-decoration:underline;
}
#mainContent #imgfloatRight {
	float: right;
}
.testimonialName {
	font-weight: bold;
	background-image: url(/images/parenthesis1.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	text-align: right;
}
#specialServices h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #600;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#Testimonials h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #600;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #topMenu {
	position: absolute;
	margin-left: 230px;
	width: 600px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 700px;
	color: #FFF;
}

#header #topMenu a {
	color: #FFF;
	font-size: 12px;
}
#header #topMenu a:hover {
	text-decoration: none;
}
#header #homeLink {
	position: absolute;
	width: 300px;
	margin-left: 600px;
	margin-top: 60px;
	height: 170px;
}
