/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * { font-family:Verdana,Arial,sans-serif; font-size:1em; }
.typography blockquote { margin-left:20px; }
.typography hr { height:2px; color:#7f3733; padding:0px; background-color:#7f3733; border:none; margin-bottom:10px; }
.typography p, .typography ul li, .typography ol li, .typography a { line-height:1.5em; font-size:1.1em; }
.typography p { margin-bottom:20px; }


/** CMS LIST STYLES **/
.typography ul, .typography ol { margin-left:10px; margin-bottom:15px; margin-top:0px; }
.typography ul li, .typography ol li { margin:0px 4px 4px 10px; line-height:1.4em; }
.typography ul li { list-style-type:disc; }
.typography ol li { list-style-type:decimal; }

/* HEADER STYLES */
.typography h1, .typography h2, .typography h3, .typography h4 { padding-bottom:10px; }
.typography h1, .typography h4 { font-weight:bold; }
.typography h2, .typography h3 { font-weight:normal; }
.typography h1 { font-size:2.2em; }
.typography h2 { font-size:2.2em; line-height:0.85em; }
.typography h3 { font-size:1.6em; }
.typography h3 + h3 { padding-top:10px; }
.typography h4 { font-size:1.4em; }

/* LINK STYLES */
.typography a { color:#004275; font-size:1em; }
.typography a:hover { color:#7f3733; text-decoration:underline; }  
.typography table { font-size:1.1em; }
.typography table tr td { padding:3px 5px; }
 
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left { text-align:left; }
.typography .center { text-align:center; }
.typography .right { text-align:right; }
.typography img.right { float:right; }
.typography img.left { float:left; }

.typography p.MsoNormal, .typography p.MsoBodyText { margin: 0; }

#ContentContainer #Content table.dataTable { padding:0px; margin:0px 0px 10px 0px; }
#ContentContainer #Content table.dataTable tr th { text-align:left; padding:0px 15px 0px 0px; }
#ContentContainer #Content table.dataTable tr td { text-align:left; padding:0px 15px 0px 0px; }

.homecopy {font-size:12px;}
.homecopyright {font-size:11px; line-height:12px;}

.topcell {  border-bottom:#7f3733 3px solid; padding-right:10px; width:356px;}
.bottomcell { padding-right:10px; padding-top:5px;}
.rightcell { border-left:#7f3733 3px solid; padding-left:14px;}

.slogan { font-family:Georgia, "Times New Roman", Times, serif; color:#000; font-size:13px; font-style:italic;}

#ContentContainer #Content *.needsediting { color:#FF00FF; }