html {
	height: 100%;
}

body {	
	min-width: 977px;
	margin: 0px;
	padding: 0px;
	background: 0;
	background-color:#ffffff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a {
	font-size:10pt;
	color:#000000;
	font-weight:normal;
}

a:visited {
	color:#000000;
	
}

a:hover {
	color:#666666;
}

#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 90px;
	background-color:#f4f4f4;

	background-image: url(../images/topLeftBG.jpg);
	background-repeat: repeat-x;
	padding-bottom:1px;
}

#centerHeader {
	position: relative;
	height: 90px;
	margin-left: auto; 
	margin-right: auto;
	width:977px;

}

#logo {
	position: relative;	 
	padding-top: 21px;
	padding-left:90px;
}

#phone {
	position:absolute;
	margin-top:-45px;
	padding-left:620px;
	width: 316px;
	height: 65px;

}

#mainMenu2 {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/topMenuBG.jpg);
	background-repeat: no-repeat;
	margin-top:23px;
	height:28px;
	width:976px;
		
}

#mainMenu2 #links {
	position: relative;
	padding-top:1px;
	height:28px;
}

#mainMenu2 #links a {
	padding-left:15px;
	color: #ffffff;	
	font-size:10pt;
	text-decoration:none;	
	
}

#mainMenu2 #links a:hover {
	text-decoration:underline;
}

#breadcrumb {
	position: relative;
	background-image: url(../images/breadcrumbsBG1.jpg);
	background-repeat: no-repeat;
	background-color:#ffffff;
	width: 975px;
	height: 44px;
	padding-top: 1px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#e8e8e8;
	
}

#breadcrumb #links {
	padding-left:22px;
	padding-top:11px;
	font-size:10pt;
	color:#2f416f;
	font-weight:bold;
}

#breadcrumb #links a {
	color:#2f416f;
	font-weight:bold;
	text-decoration:none;
}

#breadcrumb #links a:hover {
	color:#2f416f;
	font-weight:bold;
	text-decoration:underline;
}

#wrapper {
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	width:977px;
	
	background-color:#ffffff;

	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#e8e8e8;
		
}

#leftNav {
	position: relative;	
	float:left;
	width:276px;
	padding-top: 1px;
}

#leftNavTop {
	position: relative;
	background-image: url(../images/areasPracticeBG.jpg);
	padding-left:26px;
	padding-top:15px;
	width: 250px;
	height: 31px;
	color:#314371;
	font-size:11pt;
	font-weight:bold;		
}

#leftNavLinks {
	float:left;
}

#leftNavLinks ul {
	margin-left:-5px;
}

#leftNavLinks li {
	clear:both;
	margin: 0px;
	padding: 0px;	
	margin-left: 13px;
	list-style-type: none;	
	text-decoration:none;
}

#leftNavLinks li a {
	text-decoration:none;
	color:#314371;
	font-size:12pt;
}


#leftNavLinks li a:hover {
	background-image: url(../images/leftNavArrow.gif);
	background-repeat: no-repeat;
	background-position:right; 
	text-decoration:none;
}

#leftNavLower {
	background-image: url(../images/left_help.jpg);
	background-repeat: no-repeat;
	background-position:15px 10px;
	width:260px;
	height:408px;
	float:left;
}

#leftNavLowerPadding {
	width:260px;
	
}

#mainContent {
	position: relative;
	padding-left:15px;
	width:684px;
	float:left;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#e8e8e8;
	height:100%;
padding-top:1px;

  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
	
}

h1 {

}

h2 {
	color:#8c0000;
	margin-top:12px;
	font-size:14pt;
}

h3 {
	color:#314371;	
	margin-bottom:0px;	
	font-size:13pt;
}

h4 {
	color:#314371;	
	margin-bottom:0px;
	margin-top:0px;	
	font-size:13pt;
}


p {
	font-size:10pt;
	padding-right:25px;
	
	
} 

ul {

	font-size:10pt;
	
}

li {
	font-size:10pt;
}

li a {
	font-size:10pt;
	color:#000000;
	font-weight:normal;
}

li a:visited {
	color:#000000;
	
}

li a:hover {
	color:#666666;
}


#container {
  padding-left: 276px;   /* LC width */ 
  overflow: hidden;
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	width:977px;

}

#container .column {
  position: relative;
  float: left;
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */


}
#center {
padding-top:1px;
  width: 977px;

}

#left {
  width: 276px;          /* LC width */
  right: 276px;          /* LC width */
  margin-left: -100%;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#e8e8e8;	
	background-color:#f7f9fa;

	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#e8e8e8;



}

#footer {
  clear: both;
  position: relative;
}

.asterisk { color: #FF0000; }


