/* STYLES FOR ESTATE-LAW.COM */

* html p {
  height: 1%;
  /* margin-left: 0; */
  font-size: x-small;
  }
body {
	color: #444;
	background: #fff url(images/floralbg3.jpg) right fixed;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: center;
	/* for ie7 */
	margin-bottom: 20px;
	}
p, li, ul, ol {
	color: #444;
	font-family : Verdana, Arial, sans-serif;
	font-size : 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	}
	
/* LIST STYLES */
ul {
	list-style-image: url();
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 6px;
	line-height: 1.5em;
	}
ul ul {
	list-style-image: none;
	}
ol {
	list-style-image: none;
	margin-left: 20px;
	padding-left: 6px;
	}
li {
	margin-top: 4px;
	margin-bottom: 4px;
	}
/* MAIN LINK STYLES */
a:link {color: blue; font-weight: normal; text-decoration: underline;}
a:visited {color: blue; font-weight: normal; text-decoration: underline;}
a:hover {color: red; font-weight: normal; text-decoration: none; background: yellow; padding-top: 2px; padding-bottom: 2px;}
a:active {color: black; font-weight: normal; text-decoration: underline;}

/* HEADERS */
h1 {
	font-size: 160%;
	font-weight: bold;
	color: #f8f8f8;
	letter-spacing: 1px;
	margin: 0;
	line-height: 140%;
	padding: 0;
	}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #00374c;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #aac;
	margin-top: 16px;
	line-height: 1.4em;
	}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #668;
	letter-spacing: 1px;
	margin: 12px 0 -6px 0;
	/* border-bottom: 1px #ccc dashed; */
	}
h4 {
	font-size : 100%;
	font-weight : normal;
	color : #666;
	letter-spacing: 1px;
	margin: 6px 0 -6px 0;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	}
h5 {
	font-size : 90%;
	font-weight : bold;
	color : #778;
	letter-spacing: 1px;
	margin: 6px 0 6px 0;
	padding-top: 0;
	padding-bottom: 0;
	}
h6 {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

/* ----- LAYOUT DIVS ----- */
/* CONTAINER */
#wrapper {
	width: 750px;
	margin: 20px auto;
	border-top: 1px #eee solid;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
	border-bottom: 1px #000 solid;
	padding: 0;
	background: #fff;
	text-align: left;
	}
/* BRANDING/LOGO */
#branding {
	clear: both;
	background: #00374c url(images/logotile.jpg);
	width: 750px;
	padding: 0;
	margin: 0;
	}
.logo { 
	margin-top: 12px; 
	margin-bottom: 8px; 
	margin-left: 10px;
	}
/* GLOBAL NAV */
#jumpnav {
	font-family: Geneva, Arial, Helvetica, sans-serif !important;
	background-image: url(images/navigation.jpg);
	background-color: #e0e0e0;
	font-size: 90%;
	text-align: right;
	height: 30px;
	width: 750px;
	padding: 0 !important;
	margin: 0 !important;
	}
#jumpnav p { 
	padding-top: 8px; 
	}
#jumpnav a:link {
	color: #000; 
	text-decoration: underline; 
	font-weight: bold; 
	padding: 2px 4px;
	}
#jumpnav a:visited {
	color: #000; 
	text-decoration: underline; 
	font-weight: bold; 
	padding: 2px 4px;
	}
#jumpnav a:hover {
	color: #009; 
	text-decoration: none; 
	font-weight: bold; 
	background: #f8f8f8; 
	border-top: 1px #668 solid; 
	border-bottom: 1px #668 solid; 
	}
/* this is the on state for jumpnav i.e. global nav, called by page var */
.active { 
	color: #000; 
	background: #f8f8f8; 
	font-weight: bold; 
	letter-spacing: 1px; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-bottom: 2px; 
	padding-top: 2px; 
	border-top: 1px #668 solid; 
	}
.jump {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 6px 20px 4px 0;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 1px;
	}
/* SUBNAV STYLES */
#subnav {
	float: left;
	width: 165px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 8px 10px 0px;
	font-size: 90%;
	padding: 10px 0px 20px 10px;
	letter-spacing: 1px;
	}
#subnav a:link, #subnav a:visited  {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #aaa;
	background-image: url(images/bg_nav2.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #335;
	text-decoration: none;
	}
#subnav a:hover {
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	border-left: 1px solid #aaa;
	background-color: #fff;
	background-image: none;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 3px 0px 3px 10px;
	}
#subnav h4 {
	font-size: 14px;
	font-family: 'Trebuchet MS', Georgia, serif;
	letter-spacing: 1px; 
	margin: 25px 0 12px 10px;
	}
/* this is the on state for the subnav, called by the page var */
#subnav a.current { 
	background-image: none; 
	background: #fff; 
	border-top: 1px #88a solid; 
	border-bottom: 1px #88a solid; 
	color: #333; 
	letter-spacing: 1px;
	}
/* CONTENT WRAPPER */
#content {
	width: 750px;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #fff;
	}
/* MAIN CONTENT DIV */
#maincontent {
	text-align: left;
	width: 490px;
	margin: 0 25px 10px 205px;
	padding: 12px;
	}
#maincontent a:link, #maincontent a:visited, #maincontent a:hover, #maincontent a:active { 
	font-weight: normal; 
	}
h4.tbl { margin: 0 0 0 0; padding: 4px 2px 4px 2px; }

/* FOOTER STYLES */
#footer {
	clear: both;
	background: #000;
	color: #f8f8f8;
	font-weight: normal;
	font-size: 90%;
	text-align: center;
	letter-spacing: 1px;
	line-height: 18px;
	border-bottom: 1px #aaa solid;
	border: 6px #fff solid;
	height: 38px;
	margin-top: 20px;
	}
#footer a:link {
	color: #ddf; 
	text-decoration: none; 
	font-weight: normal;
	letter-spacing: 1px;
	padding: 2px;
	}
#footer a:visited {
	color: #ddf; 
	text-decoration: underline; 
	font-weight: normal;
	padding: 2px;
	}
#footer a:hover {
	color: #224; 
	text-decoration: none; 
	font-weight: normal; 
	background: none;
	padding: 2px;
	background: #c0c0c0;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	}
#footer p {
	padding: 3px 0 6px 0;
	color: #f8f8f8;
	}
/* floating box for contextual information - not currently used */
.contextmenu {
	float: right; 
	width: 150px; 
	background: #f8f8ff; 
	padding: 6px; 
	margin: 6px 0 6px 15px; 
	letter-spacing: normal;
	font-size: 11px;
	border: 1px #aaa dashed;
	line-height: 140%;
	text-align: center;
	display: inline;
	clear: none;
	}
.contextmenu p {
	text-align: center;
	}
.contextmenu a:link {
	text-decoration: underline;
	}
.contextmenu a:visited {
	text-decoration: none;
	}
.contextmenu a:hover {
	text-decoration: none;
	background: none;
	}
/* basic image floats */
.fl { 
	float: left;
	margin: 10px 0 10px 20px;
	}
.fr {
	float: right;
	margin: 10px 0 10px 20px;
	}
.ib { border: 1px #aac solid; }
/* paragraph indentation styles */
p.zitat { 
	margin-left: 40px; 
	padding-left: 12px; 
	border-left: 1px #aac solid; 
	letter-spacing: 1px; margin-top: 20px; 
	}
p.zitat2 { 
	margin-left: 0px; 
	padding-left: 12px; 
	border-left: 1px #ccd solid; 
	}