﻿/* This style sheet is for site-wide generic selector styling, not for layout */

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre{margin:0;padding:0;}

/* SET BASE FONT ATTRUBUTES */
*{}
html{font:14px/18px Arial, Helvetica, sans-serif;}
body{color:#231f20;padding:0;margin:0;}
h1, h2, h3, h4, h5{color:#000;margin:0;padding:10px 5px 3px 0;font-weight:normal;}
h1{color:#85031f;font-size:32px;padding:0 0 5px 0;line-height:32px;font-family:"Times New Roman", Times, serif;}
h2{font-size:16px;font-weight:normal;font-style:italic;padding:0;margin:10px 0 0 0;}
h1 + h2{padding:0;margin:0;}
h3{font-size:15px;}
h4{font-size:14px;}
h5{font-size:13px;}
h1 em{font-size:26px;background:url(../images/h1_divider.png) no-repeat left center;padding:0 0 0 45px;letter-spacing:-.05em}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a{color:#7b031c;}
a:link{color:#7b031c;}
a:visited{color:#000;}
a:hover{text-decoration:none;color:#44545c;}
a:active{}
a:focus{border:none;}
a img{border:none;}
img{border:none;}


/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl{margin-top:0;margin-bottom:0;}

/* HARMONISE LIST-BULLET TYPE */
ul, dl{list-style-type:disc;list-style-position:outside;margin:15px 0 15px 50px;}
ul ul, ol ol{margin-left:12px;}
ol{list-style-position:outside;margin:15px 0 15px 50px;list-style-type:decimal;}
ul{}
li{}
dl{}
dt{margin-top:5px;color:#44545c;text-decoration:none;}
dd{padding:0 0 4px 10px;}

/* Basic Typography element styles*/
p{padding:5px 0;}
em{font-style:italic;font-weight:normal;}
strong, b{font-weight:bold;color:#000;}
sup{font-size:6px;}
acronym{background:transparent;cursor:help;font-style:normal;}
a acronym{border:none;cursor:pointer;}
small{line-height:normal;font-size:10px;}
blockquote{margin:4px 10px;color:#666;line-height:14px;}
blockquote strong{}

/* Basic Form element styles */
form{}
fieldset{border:none;}
legend{color:#44545c;font-weight:bold;}
input{font-size:11px;}


.center{text-align:center;}
.right{float:right;}
.textalignright{text-align:right;}
.left{float:left;}
.textalignleft{text-align:left;}
.clearing{clear:both;height:0;margin:0;padding:0;line-height:0;overflow:hidden;float:none;width:0;}
.normalclear{clear:both;}
.horizontalrule{}
.fineprint{font-size:8px;line-height:10px;color:#333;text-align:justify;}
.invisibleButAccessible{display:none;}
img.left{float:left;margin:0 7px 7px 0;}
img.right{float:right;margin:0 0 7px 7px;}
img.outline{border:4px solid #43362A;}
map {display:none; margin:0;padding:0; height:0; line-height:0; overflow:hidden;}
