@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
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: #333333;
	background-color: #666666;
	background-image: url(../pics/page-back.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar2 #sidebar2-content p {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #330066;
	display: block;
	text-indent: 12px;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #2158AB;
	letter-spacing: .1em;
}
#sidebar2 #sidebar2-content {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	color: #235AAD;
	font-size: 12px;
	line-height: 20px;
}


.thrColFixHdr #container {
	width: 948px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #7F7F7F;
	text-align: left;
	background-image: url(../pics/container-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(../pics/header-back.jpg);
	background-repeat: no-repeat;
	height: 76px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 217px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
#sidebar1 ul {
	list-style-position: outside;
	list-style-type: none;
}
#sidebar1 ul li {
	list-style-position: outside;
	list-style-type: none;
	display: block;
	background-image: url(../pics/button-up.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 218px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	text-indent: 32px;
}
#sidebar1 ul li a {
	list-style-position: outside;
	list-style-type: none;
	display: block;
	background-image: url(../pics/button-up.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 218px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	text-indent: 32px;
	text-decoration: none;
	color: #333333;
}
#sidebar1 ul li a:hover {
	color: #245BAE;
	background-image: url(../pics/button-down.gif);
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 #areas-of-practice {
	font-size: 12px;
	line-height: 28px;
	color: #2158AB;
	background-image: url(../pics/button-up.gif);
	display: block;
	width: 219px;
	height: 28px;
	text-indent: 32px;
	font-weight: bold;
}

.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 219px;
	margin-bottom: 0;
	margin-left: 218px;
	padding: 0;
} 
#mainContent #contentarea {
	padding: 20px;
	line-height: 20px;
}

.thrColFixHdr #footer {
	padding: 0;
	background-image: url(../pics/footer-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.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;
}
.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;
}
#sidebar2 #sidebar2-content p a {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #330066;
	display: block;
	text-indent: 12px;
	text-decoration: none;
	color: #2158AB;
}
#sidebar2 #sidebar2-content p a:hover {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #6D9FF4;
	text-decoration: none;
	background-color: #B8C9E3;
	color: #FFFFFF;
}
#sidebar1 #consultation {
	text-align: left;
	margin: 4px;
	border: 1px solid #3970C2;
	padding: 4px;
	font-size: 11px;
}
h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7C1115;
	letter-spacing: .1em;
}

h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7C1115;
	letter-spacing: .1em;
}

h4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#mainContent #contentArea a {
	font-size: 12px;
	color: #660C0F;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
#mainContent #contentArea a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;

}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#mainContent #bottomlinks {
	padding: 20px;
	font-size: 11px;
	color: #7D1115;
	text-align: center;
}
#mainContent #bottomlinks a {
	font-size: 11px;
	color: #7D1115;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: underline;
}
#mainContent #bottomlinks a:hover {

	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
#mainContent ul {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 30px;
}
#mainContent .ul-abc li {
	list-style-type: lower-alpha;
}

#mainContent ul li {
	list-style-position: outside;
	list-style-type: decimal;
}
#mainContent ol {
	list-style-position: outside;
	margin-left: 30px;
	list-style-type: decimal;
}

#mainContent .ul-disc li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: disc;
}
#mainContent .myTable td {
	padding: 4px;
}
table input {
	border: 1px solid #999999;
}
table textarea {
	border: 1px solid #999999;
}
#mainContent .freeEval {
	background-color: #E1E6ED;
	padding: 8px;
	border: 2px solid #121E4E;
	font-weight: bold;
	text-align: center;
}
#mainContent .freeEval a {
	font-weight: bold;
	text-decoration: none;
	color: #121F4C;
}
#mainContent .freeEval a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
#mynews {
	display: block;
	height: 200px;
	width: 200px;
}
#mynews #thenews {
	display: block;
	height: 200px;
	width: 200px;
	overflow: auto;
	text-align: left;

}
#mynews #thenews UL {
	list-style-type: none;
}
#mynews #thenews UL LI {
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#mynews #thenews UL LI p {
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
}
#mynews a:hover {
	color: #FF9900;
}

.h6 {
     font-family: Arial;
     font-size: 12pt;
     font-weight: bold;
}
.h7 {
     font-family: Arial;
     font-size: 9pt;
}
#theContent #mynews {
	position: relative;
	height: 100px;
	width: 550px;
	scrollbar-face-color : #EBB978; 
	scrollbar-highlight-color : #EBB978; 
	scrollbar-3dlight-color : #4D2A19;
	scrollbar-darkshadow-color : #4D2A19; 
	scrollbar-arrow-color : #000000; 
	scrollbar-shadow-color : #EBB978; 
	scrollbar-track-color: #4D2A19; }
a:hover {
	color: #D2C93C;
}




