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

body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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 */
	/* background-image: url(../img/templatered/backgroundloop.gif); */
	background-position: center;
	background-repeat: repeat-y;
	color: #000000;
}

a.alertlinks:link {color: red; }
a.alertlinks:visited {color: red; }
a.alertlinks:hover {color: red; }
a.alertlinks:active {color: red; } 


.templatechoicestemp {
	position: relative;
	left: 410px;
	top: -216px;
	text-align: left;
	display: inline;
	visibility: visible;
	color: #CCCCCC;
	z-index: 100;
}

.mainwidthadjust {
	width: 740px;
}

.lawyerprofile {
	width: 480px;
	overflow: hidden;
}

.floatright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 272px;
}
.caption {
	font-size: 10px;
	color: #333333;
}
.legalnoticetext {
	display: none;
}
.legalnoticetextvisible {
	display: block;
}
.legalnoticelinkToShow {color: #666666;
	display: block;}
.legalnoticelinkToHide {color: #666666;
	display: none;}

div#legalnoticelink a:link {color: #666666;}
div#legalnoticelink a:visited {color: #666666;}
div#legalnoticelink a:hover {color: #666666;}
div#legalnoticelink a:active {color: #666666;}

.grayText {
	color: #666666;
}

.banner {
	height: 163px;
}

.menustop {
	width: 750px;
	float: left;
	display: inline;
	/* font: 14px "Times New Roman", Times, serif; */
}
.lawyerpic50 {
	vertical-align: middle;
	margin-right: 10px;
}
.twoColFixLt #container {
	width: 1000px;  
	margin: 0 auto;
	text-align: left;
	border-right: 1px;
	/* border-bottom-color: #000000; */
	/* border-bottom-style: solid; */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	height: 529px;
	/* background-image: url(../img/templatered/sidebar.gif); */
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	font: 16px "Times New Roman", Times, serif;
	line-height: 25px;
}


div#sidebar1 a:link {color: white;}
div#sidebar1 a:visited {color: white;}
div#sidebar1 a:hover {color: white;}
div#sidebar1 a:active {color: white;}

div#templatechoicestemp a:link {color: white;}
div#templatechoicestemp a:visited {color: white;}
div#templatechoicestemp a:hover {color: white;}
div#templatechoicestemp a:active {color: white;}

.twoColFixLt #mainContent {
	margin: 0 0 0 222px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0px 0px;
} 

td.lawyerlinks a:link {
	color: black;
	cursor: pointer;
}
td.lawyerlinks a:visited {
	color: black;
	cursor: pointer;}
td.lawyerlinks a:hover {
	color: black;
	cursor: pointer;
}
td.lawyerlinks a:active {
	color: black;
	cursor: pointer;
}

.forceunderline {
	text-decoration: underline; !important
}

td.lawyerlinks {
	 white-space: nowrap; 
}
td.highlight {
	background:#D1CFF3;
	cursor: pointer;
	white-space: nowrap;
}

td.highlight a:link {color: black;
	cursor: pointer;}
td.highlight a:visited {color: black;
	cursor: pointer;}
td.highlight a:hover {color: black;
	cursor: pointer;}
td.highlight a:active {color: black;
	cursor: pointer;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


@media screen and (-webkit-min-device-pixel-ratio:0){
body {padding-left:1px;}
}



/* the following rules apply only to IE6 */
* html body {padding-left:1px;}
* html .twoColFixLt #mainContent { zoom: 1; }

hr {
	border: none 0; 
	border-top: 1px dotted #990000;/*the border*/
	width: 75%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

hr.sidebar {
	color: #f00;
	background-color: #f00;
	border: none 0; 
	border-top: 1px dotted #990000;/*the border*/
	width: 150;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

@media print {
	.legalnoticetext {
		display: inline;
	}
	body {
		font: 76% Verdana, Arial, Helvetica, sans-serif;
		color: black;
	}
	

}