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

/******** Base - DESKTOP CSS CODE *********/
/******** Base - DESKTOP CSS CODE *********/
html {
	font-size: 16px;
}

body {
	font-size: 100%;
	width: 100%;
	height: 100%;
	margin: 0em auto;
	padding: 0em;
	float: left;
	background: url(/theme/images/site/column-structure/bkgd_marble-btm-extend.gif) repeat-x bottom center #000033;
	background-size: 64em 5em;
}

#pleaseEnableJS {
	
}

/******** MY UNIVERSAL SELECTORS CODE CSS CODE START *********/
*.indent {
	margin: 0em 0em 0em 1.5625em;
}

*.boldText {
	font-weight: bold;
}

*.left {
	text-align: left;
}

*.right {
	float: right;
}


*.center {
	margin: 0 auto;
	text-align: center;
}

*.sideSpace {
	margin: 0em 1em;
}

h1 {
	width: auto;
	font-family: 'Trebuchet MS', Segoe, 'Segoe UI', 'DejaVu Sans', Verdana, 'sans-serif';
	font-size: 1.75em;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
	border-bottom: 1px solid #000;
}

h2 {
	width: auto;
	font-family: 'Trebuchet MS', Segoe, 'Segoe UI', 'DejaVu Sans', Verdana, 'sans-serif';
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	text-align: left;
}

h3 {
	width: auto;
	font-family: 'Trebuchet MS', Segoe, 'Segoe UI', 'DejaVu Sans', Verdana, 'sans-serif';
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.25em;
	text-align: left;
	border-bottom: 1px solid #000;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.875em;
	line-height: 1.5em;
	text-align: left;
/*	padding: 0.5em 0em 2em 0em;	*/
	margin: 0em 0em 1em 0em;
}

strong {
	font-weight: bold;
}

blockquote {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.25em;
	font-family: inherit;
	padding: 1em 0em 1em;
}

ul {

}

li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.875em;
	text-align: left;
	padding: 0em 0em 0.75em 0em;	
}

a {
	
}

/******** MY DEFAULT LINK CODE CSS CODE START *********/
/******** MY DEFAULT LINK CODE CSS CODE START *********/

a:link {
	color: #0000FF;
	text-decoration: underline;

}  /* unvisited link */

a:visited {
	color: #0000FF;
}  /* visited link */

a:hover {
	color: #FF0000;
}  /* mouse over link */

a:active {
	color: #0000FF;
}  /* selected link */ 


/******** Main Classes and IDs CSS Code Start *********/
/******** Main Classes and IDs CSS Code Start *********/
#siteWrapper {
	height: auto;
	min-width: 48em;
    width: 100%;
    padding: 0em;
    position: relative;
    margin: 0em auto;
    float: left;
	overflow: hidden;
}

#contentWrapper {
    height: 100%;
	width: 100%;
    padding: 0em;
    position: relative;
    margin: 0em auto 0em;
	overflow: hidden;
}

#top, #middleHome, #middleBio, #middlePractice, #middleResources, #middleTerms, #bottom {
	width: 100%;
	height: auto;
	margin: 0em auto;
	float: left;
}

#topContent, #middleContent, #bottomContent {
	margin: 0em auto;
}

#topContent {
	height: 3.6875em;
	z-index: 9999999999999;
}

#bottomContent {
	height: 7.8125em;
	z-index: 999999999;
}

#bottomMiddleArea {

}

.horizCont {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	position: relative;
	padding: 0em 0em 0em 0em;
	margin: 0em auto;
	text-align: center;
}

.vertCont {
	height: auto;
	width: 60%;
	margin: 0em auto;
	padding: 0em;
	float: left;
}

/*.vertCont {
	height: auto;
	width: 100%;
	max-width: 60%;
	margin: 0em auto;
	padding: 0em 0em 0em 0em;
	float: left;
}
*/

.sideColumns {
	height: 100%;
	width: 8em;
	float: left;
	margin: 0em auto;
}

.portrait {
	
}

#content, #copyright {
	float: left;
}


/******** Backgrounds CSS Code Start *********/
#contentNav {
	background: url(/theme/images/site/column-structure/new_bkgd_nav_horiz_slice.png) repeat-x center top;
	background-size: 0.6875em 3.6875em;
}

#navColumnLeft, #navColumnRight {
	background: url(/theme/images/site/column-structure/new_bkgd_nav_top_col.png) no-repeat right top;
	background-size: 8em 3.6875em;
}

#navColumnRight {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#displayColumnLeft, #displayColumnRight {
	background: url(/theme/images/site/column-structure/new_column_slice.png) repeat-y right top;
	background-size: 8em 0.0625em;
}

#displayColumnRight {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#bottomColumnLeft {
	background: url(/theme/images/site/column-structure/new_column_base.png) no-repeat right top;
	background-size: 8em 3.125em;
}

#bottomColumnRight {
	float: right;
	background: url(/theme/images/site/column-structure/new_column_base.png) no-repeat right top;
	
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";

	background-size: 8em 3.125em;
}

#bottomColumnLeft, #bottomColumnRight {
/*	background-size: 8em 3.125em;*/
}


#navColumnLeft, #displayColumnLeft, #bottomColumnLeft, #navColumnRight, #displayColumnRight, #bottomColumnRight {
	/*width: 8em;*/
	width: 20%;
}

/******** content CSS Code Start *********/
#content {
	height: 100%;
	width: 100%;
	float: left;
	margin: 0em;
}

.contentCont, #content-footer {
	height: 100%;
	width: 90%;
	margin: 2em 5% 1em;
	background: #fff;
	border: 0.5em solid #C0C0C0;
	padding: 1em 1em 2em;
	float: left;
}

#contact ul {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0.75em 0em;
}

#contact li {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

.wholerow, .halfrow, .thridrow, .quarterrow {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding: 0em 0em 0em 0em;
}

.wholerow {
	height: 100%;
}

.halfrow {
	height: 50%;
}

.thridrow {
	height: 33.33%;
}

.quarterrow {
	height: 25%;
}

.wholeCol, .halfCol, .thirdCol, .quarterCol, .threeQuarterCol {
	height: 100%;
	float: left;
	padding: 0.5em 1em 0em;
}

.wholeCol {
	width: 100%;
}

.halfCol {
	width: 50%;
}

.thirdCol {
	width: 33.33%;
}

.quarterCol {
	width: 25%;
}

.threeQuarterCol {
	width: 75%;
}

.imageCol {
	float: right;
	min-width: 12.5em;	
}

.clickHere {
	float: right;
}


/******** Bottom Copyright CSS Code Start *********/
#copyright {
	padding: 0.5em 0em 0em 0em;
	width: 100%;
	text-align: center;
}

#copyright p {
	font-size: 0.875em;
	text-align: center;
	color: #fff;
}

#copyright a {
	text-decoration: underline;
	color: #fff;
}


/******** NAV CSS Code Start *********/

#contentNav {
	width: 60%;
}

.nav {
	height: 3.6875em;
	z-index: 99999;
}

#contentNavCont {
	width: 27.0125em;
	padding: 0.65em 0em 0em 0em;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
}

.navBorderRight {
	border-right: 1px solid #000;
}

#contentNav ul {
	display: block;
	font-size: 92%;
	cursor: default;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin: 0.2em auto 0em;
	float: left;
}

#contentNav li {
	font-size: 1em;
	padding: 0em;
	height: 1.625em;
	display: block;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
}

#contentNav a:link, #contentNav a:visited {
	display:block;
	cursor:pointer;
    padding: 0.35em 0.5em;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#contentNav a:hover {
	
	background-image: linear-gradient(top, #CCC 26%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #CCC 26%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #CCC 26%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(top, #CCC 26%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(top, #CCC 26%, #FFFFFF 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.26, #CCC),
		color-stop(1, #FFFFFF)
	);
}

#contentNav a:active {
	z-index: 1000;
	background-image: linear-gradient(bottom, #999 26%, #CCC 100%);
	background-image: -o-linear-gradient(bottom, #999 26%, #CCC 100%);
	background-image: -moz-linear-gradient(bottom, #999 26%, #CCC 100%);
	background-image: -webkit-linear-gradient(bottom, #999 26%, #CCC 100%);
	background-image: -ms-linear-gradient(bottom, #999 26%, #CCC 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.26, #999),
		color-stop(1, #CCC)
	);
}

#homePageLink a:link, #homePageLink a:visited, #servicesPageLink a:link, #servicesPageLink a:visited, #bioPageLink a:link, #bioPageLink a:visited, #resourcesPageLink a:link, #resourcesPageLink a:visited {
	
}

#contentNav ul ul {
	display: block;
	font-size: 100%;
	cursor: default;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin: 0em auto 0em;
	float: left;
}

#contentNav li ul {
	width: 15em;
	position: absolute;
	left: -10000px
}

#contentNav li:hover ul {
	display: block;
	left: 0;
}

#contentNav li li {
	width: 10em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: block;
	margin: 0em 0em 0.5em 0em;

}

#contentNav li li a:link, #contentNav li li a:visited {
	text-transform: none;
	padding: 0.5em 0em 0.5em 0.625em;
	text-align:left;
	text-decoration: underline;
	border-top: 1px solid #999;

	background-image: linear-gradient(top, #CCC 26%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #CCC 26%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #CCC 26%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(top, #CCC 26%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(top, #CCC 26%, #FFFFFF 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.26, #CCC),
		color-stop(1, #FFFFFF)
	);
}

#contentNav li li a:hover, #contentNav li li a:active {
	
	background-image: linear-gradient(bottom, #999 26%, #CCC 100%);
	background-image: -o-linear-gradient(bottom, #999 26%, #CCC 100%);
	background-image: -moz-linear-gradient(bottom, #999 26%, #CCC 100%);
	background-image: -webkit-linear-gradient(bottom, #999 26%, #CCC 100%);
	background-image: -ms-linear-gradient(bottom, #999 26%, #CCC 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.26, #999),
		color-stop(1, #CCC)
	);
	color: #FFF;
}

#contentNav li li a:active {
/*	border-left-color: #000000;
*/
}	

#homePage #homePageLink li li a:link, #homePage #homePageLink li li a:visited, #servicesPage #servicesPageLink li li a:link, #servicesPage #servicesPageLink li li a:visited, #customerSupportPage #customerSupportPageLink li li a:link, #customerSupportPage #customerSupportPageLink li li a:visited, #contactDetailsPage #contactDetailsPageLink li li a:link, #contactDetailsPage #contactDetailsPageLink li li a:visited {

}

/******** To Top Button CSS Code Start *********/
#toTopButton {
	background-color: #707070;
	border: none;
    color: #fff;
    padding: 0.875em;
    text-align: left;
    text-decoration: none;
    font-size: 1em;
	font-family: 'Trebuchet MS', Segoe, 'Segoe UI', 'DejaVu Sans', Verdana, 'sans-serif';
	border-radius: 25px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	box-shadow: 0em 0.375em 0.3125em -0.125em #888888;
	display: none;
	position: fixed;
	bottom: 3.5em;
	right: 0em;
	z-index: 999999999;
	outline: none;
	cursor: pointer;
	margin: 0em 1em 5em 0em;
}

#toTopButton a {
    color: #fff;
}

#toTopButton:hover {
    background-color: #fff;
    color: #000;
}

/******** MAP CSS Code Start *********/
.map {
	height: 240px;	
	width: 100%;
	border: #000000 0.0625em solid;
	margin: 1.5em auto;
}

.mapBottomLink {
	height: 3em;
	padding-top: 0.25em;
	text-align: center;
}

.iFramedMapDirections {
	height: 240px;	
	width: 360px;
}

/******** Content Footer CSS Code Start *********/
.iconLinksArea {
	width: auto;
	display: inline-block;
	text-align: center;
}

.iconLinksAreaSmalls {
	padding-right:0.5em;
	display: inline-block;
	text-align: center;
}

.iconLinkFormatting {
	padding-top:1.25em;
	padding-left:0.25em;
	padding-right:0.25em;
}


/******** Base END - DESKTOP CSS CODE *********/
/******** Base END - DESKTOP CSS CODE *********/



