/* Globals */

/* print friendly info */

#print_info {
	border: 1px solid black;
	padding: 5px;
	margin-bottom:15px;
}


BODY {
	margin: 0;
	padding: 0;
	border: 0;
	background: white;
	color: black;	
	/* font-family: verdana, arial, sans-serif;
	font-size: 12px; */
}

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
	font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

body * {
	margin: 0;
	padding: 0;
	border: 0;
}

.capitalize {
	text-transform: capitalize;
}

/* Links */

a {
	text-decoration: underline;
	color: black;
}

/* end Links */

input {
	border: solid #01204f 1px;
	font-weight: bold;
}

* hr {
	color: black;
	border: 1;
}

/* end Globals

/* Top-level Page structure */

#topstrip_bg {
	display: none;
}

#nav_bg {
	display: none;
}

#header_bg {
	display: none;
}

#image_bg {
	display: none;
}

#main {
	margin-top: 30px;
	margin-bottom: 30px;
	border: solid #9c301a 1px;
	background-image: url(../images/4/main_bg.gif) repeat-y;
	width: 800px;
}

#main_bg {
	background-color: white;
}

#left_col {
	width: 194px;
	padding: 0px 0 0 5px;
	/* border-right: dotted #073D5C 1px; */
	vertical-align: top;
	/* border:  dotted gray 1px; 
	border-right: 0px; */
}

#main H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 17px; */
	font-size: 150%;
	color: #785B49;
	font-weight: bold;
}

#pane_control {
	position: relative;
}

#practice_menu {
	width: 100%;
}

#practice_menu ul {
	list-style-type: none;
}
	
#practice_menu ul li {
	padding: 5px 0;
	border-top: solid gray 1px;
	border-right: solid #073D5C 1px;
}
	
#practice_menu ul li.practice_header {
	border-top: solid white 1px;
}
	
#practice_menu ul li:hover {
	border-top: solid gray 1px;
	background-color: #fbf5f3;;
	border-right: solid #eeeeee 1px;
}
	
#practice_menu ul li.practice_header:hover {
	border-top: solid white 1px;
	background-color: white;
	border-right: solid #073D5C 1px;
}
	
#practice_menu a {
	text-decoration: none;
	display: block;
}

#practice_menu a span {
	display: none;
}

#practice_menu span#heading span {
	display: block;
	position: absolute;
	left: 194px;
	width: 388px;
	padding: 5px;
	background-color: #fbf5f3;
	vertical-align: top;
	z-index: 10;
	color: black;
	top: 0px;
}

#practice_menu a:hover span {
	display: block;
	position: absolute;
	left: 194px;
	width: 388px;
	padding: 5px;
	background-color: #fbf5f3;
	vertical-align: top;
	color: black;
	top: 0px;
	height: 14em;
	overflow: hidden;
	z-index: 100;
}

#practice_menu #content a {
	display: inline;
}

/* #practice_menu a:hover span#link1 {
	top: -24px;
}

#practice_menu a:hover span#link2 {
	top: -24px; 
} */

#center_col {
	width: 390px;
	/* border:  dotted gray 1px;
	border-right: 0px;
	border-left: 0px; */
	padding: 5px;
	background-color: #fbf5f3;
	vertical-align: top;
}

#practice_menu #content a {
	display: inline;
	text-decoration: underline;
}

#practice_menu #content a:hover {
	text-decoration: none;
}

#content_container {
	position: relative;
}

#content {
	padding: 5px 0;
	line-height: 1.5;
}

#center_container {
	position: relative;
}

#call {
	width: 100%;
	padding-top: 20px;
	position: absolute;
}

#call em {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #785B49;
	font-weight: bold;
	font-style: normal;
}

#right_col {
	width: 188px;
	padding: 5px;
	border-left: solid #073D5C 1px;
	vertical-align: top;
}

#contact {
	width: 100%;
	padding: 5px 0;
}

#address {
	padding: 5px 0;
}

#phone {
	padding: 5px 0;
}

#btm {
	width: 100%;
	background-color: white;
	font-size: 80%;
	/* font-size: 10px; */
}

/* end Top-Level Page Structure */

/* Internal pages */

#content_pane H1 {
	font-size: 150%;
	font-weight: bold;
	padding: 10px 0;
	text-transform: uppercase;
}

#content_pane H2 {
	font-size: 125%;
	/* font-size: 15px; */
	font-weight: bold;
	padding: 10px 0;
	text-transform: capitalize;
}

#content_pane H3 {
	font-size: 110%;
	/* font-size: 13px; */
	font-weight: bold;
	padding: 10px 0;
	text-transform: capitalize;
}

#related_pane {
	display: none;
}

#content_pane {
	background-color: white;
	width: 100%;
}

.breadcrumb
{
	font-family:verdana; font-size: 11px; color: #000000;
	margin-left: 0px;
	margin-right: 15px;
	text-align: right;
	vertical-align: bottom;
}

.breadcrumb a
{
	background: transparent url(../images/breadcrumb_red.gif) no-repeat center right;
	font-weight: bold;
	text-decoration: underline;
 	padding-right: 18px; /*adjust bullet image padding*/
}

#content p
{
	padding: 5px 0px;
}

p.intro
{
  font-weight: bold;
}

#content em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
}


#content .list-wrap {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	text-align: left; 
}

#content .faqq {
	font-weight: bold;
}

#btm {
	display: none;
}
	
.copyright {
	display: inline;
}

.fs {
	display: inline;
}
