/* Seibel Law Office Print Style Sheet */

html,body {
	margin: 0;
	padding: 0;
}

body { 
	font-size: 76%;
    font-family: times, serif;
	color: #000;
	text-align: center;
}

a img {
    margin: 0px 0px 0px 0px;
    border: 1px solid black;;
}

img {
    margin: 0px 0px 0px 0px;
    border: 1px solid black;
}

img.bordered {
    margin: 10px 0px 5px 0px;
    padding: 4px;
    border: 8px groove #cccccc;
}

h1 {
    font-size: 280%;
    font-family: times, serif;
}

h2 {
    font-size: 160%;
    font-family: times, serif;
    text-align: left;
}

div#container {
	width: 720px;
	margin: 0 auto;
}

div#content {
	float: left;
	width: 720px;
	margin-top: 30px;
	text-align: center;
    font-family: times, serif;
}

div#header {
    float: left;
    height: 90px;
    width: 710px;
    text-align: left;
}

div#header img {
    float: left;
    border: none;
}

div#mainNav {
    float: left;
    width: 710px;
    height: 18px;
    margin-top: 8px;
    color: #FFFFFF;
    text-align: right;
    font-size: 90%;
    line-height: 18px;
    background: #151A45;
}

div#mainNav a {
    color: #FFFFFF;
    margin-top: 4px;
    padding: 3px 8px 2px 8px;
    text-decoration: none;
    font-family: times, serif;
}

div#mainNav a:hover {
    color: #191F55;
    text-decoration: none;
    background: #FFFFFF;
}

div#subNav {
    float: left;
    width: 710px;
    min-height: 18px;
    color: #000000;
    text-align: right;
    font-size: 90%;
    line-height: 18px;
    background: #C3C7E3;
}

div#subNav #snLeft {
    background: transparent url(../Images/subnav-left.png) no-repeat bottom left;
}

div#subNav #snRight {
    background: transparent url(../Images/subnav-right.png) no-repeat bottom right;
}

div#subNav a {
    color: #000000;
    margin-top: 4px;
    padding: 2px 8px 2px 8px;
    text-decoration: none;
    font-family: times, serif;
}

div#subNav a:hover {
    color: #191F55;
    text-decoration: none;
    background: #FFFFFF;
}

div#title {
    float: left;
    height: 40px;
    width: 710px;
    margin-left: 10px;
    text-align: left;
}

div#contentCenter {
    float: left;
    margin-left: 10px;
    width: 700px;
    font-family: times, serif;
    text-align: center;
}

div#contentCenter p.center {
    text-align: center;
}

div#contentCenter p {
    text-align: left;
    line-height: 1.8em;
    font-family: times, serif;
}

div#contentLeft {
    float: left;
    margin-top: 16px;
    margin-left: 10px;
    width: 350px;
    font-family: times, serif;
}

div#contentLeft p {
    text-align: left;
    line-height: 1.8em;
    font-family: times, serif;
}

div#contentLeft p.address {
    font-size: 120%;
    line-height: 1.2em;
}

div#contentLeft ul, div#contentRight ol {
    text-align: left;
    line-height: 1.8em;
    font-family: times, serif;
}

div#contentRight {
    float: right;
    width: 340px;
    margin-top: 16px;
    font-family: times, serif;
}

div#contentRight p {
    text-align: left;
    line-height: 1.8em;
    font-family: times, serif;
}

table#bios {
    width: 600px;
    margin: 0 auto;
}

td#leftColumn {
    width: 160px;
    text-align: left;
    vertical-align: top;
}

td#rightColumn {
    width: 390px;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
}

td#horzRule {
    width: 640px;
    height: 4px;
    border-bottom: 1px solid black;
}

form#Contacts {
    width: 350px;
}

form#Contacts tr td{
    text-align: left;
}

div#footer {
    float: left;
    width: 720px;
    margin: 30px 0px 30px 0px;
    padding-top: 20px;
    text-align: center;
    font-size: 90%;
    font-family: times, serif;
}

div#footer img {
    border: none;
}
