@charset "utf-8";
/* CSS Document */

/*

Title:  Clark Wilson LLP Financing $tatements newsletter screen styles for non-IE browsers.
Author: Rob Golbeck / rtg@cwilson.com

*/


body {
 background-color: #fff;
}

h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 color: #004080;
 border-bottom: #004080 solid;
 margin-top: 15px;
}

h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 color: #004080;
}

h4 {
 font-family: "Times New Roman", Times, serif;
 font-size: 16px;
 margin-bottom: 0;
 color: #000;
}

p {
 font-family: "Times New Roman", Times, serif;
 font-size: 16px;
}

li {
 font-family: "Times New Roman", Times, serif;
 font-size: 16px;
}


#container {
 width: 750px;
}


/* Hides title and issue date in screen view. Displays for print and non-CSS browsers only */

#printHeader {
 display: none;
}


/* links */


a, a:active, a:visited {
 color: #0000ff;
}

a:hover {
 color: #7E8EA3;
}


/* sidebar */

#sidebar {
 float: left;
 width: 122px;
 height: 640px;
 margin-right: 50px;
 background: url(http://www.cwilson.com/images/newsletters/FSlogo.gif) no-repeat;
}

#sidebar p {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 16px;
 color: #fff;
 text-align: center;
 margin-top: 15px;
 margin-bottom: auto; 
}

#sidebar h1 {
 visibility: hidden;
}

#sidebarPhotos {
 padding-top: 15px;
 margin-right: 50px;
 float: left;
 clear: left;
 width: 122px;
}

#sidebarPhotos p {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 12px;
 text-align: center;
}


/* sidebar links */

#sidebarPhotos a {
 text-decoration: none;
}

#sidebarPhotos a:active {
 text-decoration: none;
}

#sidebarPhotos a:visited {
 text-decoration: none;
}

#sidebarPhotos a:hover {
 text-decoration: underline;
}

.admitted {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
}


/* creates padding below lawyer photos in sidebar */

.lawyer {
 padding-bottom: 25px;
}


/* main content area */

#main {
 width: 578px;
 line-height: 23px;
 margin-top: 15px;
 padding-bottom: 50px;
 float: right;
 clear: none;
}


/* Aligns logo image to top left of main content area. */

.cwlogo {
 text-align: right;
 margin-bottom: 75px;
}


/* Created indents sub-list. Use instead of embedded ul's */

.subList {
 margin-left: 17px;
}


/* Creates space between the last paragraph of an article and the next headline. */

.endPara {
 margin-bottom: 15px;
}


/* special notices. creates border and shaded background. Used for seminars, notices, etc. */

#specialNotice {
 background-color: #ccc;
 border: solid 2px #004080;
 margin-bottom: 60px;
}

#specialNotice h2 {
 font-size: 18px;
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 20px;
 border-bottom: hidden;
}

#specialNotice p {
 padding-left: 10px;
 padding-right: 10px;
}


/* footer */

#footer {
 width: 750px;
 border-top: #004080 solid;
 clear: both;
}

#footerLeft {
 width: 55%;
 text-align: center;
 padding-top: 25px;
 float: left;
}

#footerLeft h3 {
 padding-top: 15px;
}

#footerRight {
 width: 45%;
 text-align: center;
 padding-bottom: 25px;
 float: right;
}

#footerRight h3 {
 text-align: center;
}

#disclaimer {
 width: 750px;
 padding-top: 10px;
 padding-left: 5px;
 padding-right: 5px;
 clear: both;
}

#disclaimer p {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align: center;
}

.questions {
 text-align: center;
}

p.questions {
 text-align: center;
 margin-left: 35px;
 margin-right: 35px;
}

.reproduce {
 text-align: center;
}

p.reproduce {
 font-size: 14px;
 font-weight: bold;
 margin-left: 35px;
 margin-right: 35px;
}


/* contact info contained in footerRight */

#contactList table {
 width: 400px;
}

#contactList td {
 width: 50%;
 vertical-align: top;
 text-align: left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 padding-top: 15px;
}

.tableTopRight {
 padding-top: 0;
 font-weight: bold;
 text-align: left;
}

.tableTopLeft {
 padding-top: 0;
 font-weight: bold;
 text-align: left;
 padding-left: 15px;
}

.leftTableCol {
 font-weight: bold;
}

.rightTableCol {
 font-weight: normal;
 padding-left: 15px;
}


/* contact links */

#contactList a {
 text-decoration: none;
}

#contactList a:active {
 text-decoration: none;
}

#contactList a:visited {
 text-decoration: none;
}

#contactList a:hover {
 text-decoration: underline;
}