/*   lewus.css    Last modified 8/4/2013   
 * The skeleton of this HTML5 template is adapted from http://html5boilerplate.com/, downloaded 2/9/12
 * The rest is by New Signature.
 */


/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* Base */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color: #333; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #001D56; color: #fff; text-shadow: none; }
::selection { background: #001D56; color: #fff; text-shadow: none; }

/* Links */
a { color: #001D56; text-decoration: underline; }
a:visited { color: #001D56; }
a:hover { color: #DF2226; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* Typography */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: .25em 40px .25em; }  /* was .75em 40px 2em */
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
ul, ol { margin: 1em 0; padding:0;}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: New Signature
   ========================================================================== */

/* Colors
navy: #001D56;
blue: #005696;
red: #DF2226;
darker_red: #c6261c
*/

/* Fonts */
@font-face {
  font-family:'BebasRegular';
  src:url("fonts/bebas/BEBAS___-webfont.eot");
  src:url("fonts/bebas/BEBAS___-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/bebas/BEBAS___-webfont.woff") format('woff'), url("fonts/bebas/BEBAS___-webfont.ttf") format('truetype'), url("fonts/bebas/BEBAS___-webfont.svg#BebasRegular") format('svg');
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:'ClarendonFSMedium';
  src:url(fonts/clarendonfs/Clarendon-Medium-webfont.eot);
  src:url(fonts/clarendonfs/Clarendon-Medium-webfont.eot?iefix) format('eot'), url(fonts/clarendonfs/Clarendon-Medium-webfont.woff) format('woff'), url(fonts/clarendonfs/Clarendon-Medium-webfont.ttf) format('truetype'), url(fonts/clarendonfs/Clarendon-Medium-webfont.svg#webfontXqIDF9Di) format('svg');
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:'ClarendonFSBold';
  src:url(fonts/clarendonfs/Clarendon-Bold-webfont.eot);
  src:url(fonts/clarendonfs/Clarendon-Bold-webfont.eot?iefix) format('eot'), url(fonts/clarendonfs/Clarendon-Bold-webfont.woff) format('woff'), url(fonts/clarendonfs/Clarendon-Bold-webfont.ttf) format('truetype'), url(fonts/clarendonfs/Clarendon-Bold-webfont.svg#webfont) format('svg');
  font-weight:normal;
  font-style:normal;
}


/* Outline of Page */
body {
  font-size: 14px;
  color: #000;  /* was 333 */
}

#main_header_inner {
  padding: 24px 0 15px 0;
  z-index:100;
  position: relative;
}

#page {
  /* background gradient e3ddd4 */
  background: url("../images/background_gradient.png") repeat transparent;
  background: -moz-linear-gradient(top,  #f4f4f3 0%, #eae5ee 25%, #eae5ee 75%, #f4f4f3 100%);
  background: -webkit-linear-gradient(top,  #f4f4f3 0%,#eae5ee 25%,#eae5ee 75%,#f4f4f3 100%);
  background: -o-linear-gradient(top,  #f4f4f3 0%,#eae5ee 25%,#eae5ee 75%,#f4f4f3 100%);
  background: -ms-linear-gradient(top,  #f4f4f3 0%,#eae5ee 25%,#eae5ee 75%,#f4f4f3 100%);
  background: linear-gradient(top,  #f4f4f3 0%,#eae5ee 25%,#eae5ee 75%,#f4f4f3 100%);
}

#navcontainer {
  margin-bottom: 45px;
}

#navlist {
  padding:40px 20px 25px;  /* top was 60 */
}

#main_content_inner {
  padding:30px 10px 70px 25px;
}

/* Links w/o Underline */
#main_header a, #navlist a, dt a {
  text-decoration: none;
}


/* Header */
#main_header h1, #main_header h2, #main_header h3 {
  margin: 0;
}

#logo .lwv_logo {
  float: left;
  padding: 6px 10px 0 0;
}
#logo #site_title, #logo #site_title a {
  font-size: 20px;
  font-family: Georgia,"Times New Roman",Times,serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #005696;
}
#logo sup {
  font-size:.5em;
  top:-.8em;
}
#header_slogan {
  position: absolute;
  top:36px;
  right:0;
}
#header_slogan div {
  background-image: url("../images/lwv_slogan.gif");
  height:56px;
  width:225px;
}


/* Header Bar */
#banner {
  background: url("../images/header_bar_gradient.png") repeat-x center bottom #F3F3F3;
  width: 100%;
}
#banner .container {
  background: url("../images/header_bar_hline.png") no-repeat center top transparent;
}
#page_inner {
  background: url("../images/header_bar_hline.png") no-repeat center top transparent;
}
#banner h2, #banner span {
  padding: 10px 10px;
  font-size: 18px;
  font-family: "ClarendonFSMedium","Clarendon LT Std","Clarendon",Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
  color: #005696;
}
#banner span {
  display: block;
}
#banner a {  /* new.  want to know visually if there are links  */  
  text-decoration:underline
}

/* Navigation */
#navlist, #navlist ul {
  text-transform: uppercase;
  padding-bottom: 10px;   /* was 10px */
  list-style: none outside none;
}
#navlist li{
  padding: 4px 0; /* if you change the padding here, please use the same number in line 240, for the top of the child ul.  was 8px 0*/
  font-family: "BebasRegular","Arial Narrow","Helvetica Narrow",Arial,Helvetica,sans-serif;
  font-size: 15px;
  word-spacing: 2px;
  border-top: 2px dashed #d0cfcb;
}
#navlist  li:first-child{
  border-top: none;
}
#navlist li a {
  display: block;
  padding-left: 10px;  /* indent all items with links */
}
#navlist .child_menu {
  border-top: 0px dashed #d0cfcb; /* was 2px ... */
  margin-bottom: 0;
  padding: 0px 0 0;  /* was 8px 0 0 */
}
#navlist .child_menu li {
  border-top: none;
  padding: 0px 0;  /* was 1px 0 */
  margin-left: 35px;
  font-size: 13px;
}

/* Form */
#sitesearch {
  margin-left: 20px;
}
input {
  border: 1px solid #8b857e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align:middle;
}
input[type="text"] {
  height: 21px;
  padding: 0 2px;
  -webkit-box-shadow: 1px 1px 5px #ccc inset;
  box-shadow: 1px 1px 5px #ccc inset;
}
input[type="submit"] {
  background: #8b857e; /* Old browsers */
  /* background gradient */
  background: -moz-linear-gradient(top,  #8b857e 0%, #6b655e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b857e), color-stop(100%,#6b655e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8b857e 0%,#6b655e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #8b857e 0%,#6b655e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #8b857e 0%,#6b655e 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #8b857e 0%,#6b655e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b857e', endColorstr='#6b655e',GradientType=0 ); /* IE6-9 */
  color: #FFF;
  font-family: "BebasRegular","Arial Narrow","Helvetica Narrow",Arial,Helvetica,sans-serif;
  font-size: 15px;
  word-spacing: 2px;
}
/* Below search area in sidebar. Intended for icons and other widgets */
#lmenubot {
    margin-left: 14px;
	margin-right: 10px;
    padding-top: 18px;
    color: #000000;    /* doesn't take */ 
	font-style: bold;   /* doesn't take */  
}
/* Utility */
.label, .bold, b, strong { font-weight: bold; } /* Replaces <b>, although it will still work */
.italic, i, em { font-style: italic; } /* Replaces <i>, although it will still work */
.center { text-align: center; } /* Replaces <center> which is no longer valid HTML */
.big { font-size: 1.25em; } /* Replaces <font +1> which is no longer valid HTML */
.small { font-size: .9em; } /* Replaces <font -1> which is no longer valid HTML */
.float_right { float: right; } /* Floats content to the right. Best if used in conjunction with .clearfix on its parent container. */
.float_left { float: left; } /* Floats content to the left. Best if used in conjunction with .clearfix on its parent container. */
.red { color: #c6261c; } /* Replaces <font color=red> which is no longer valid HTML. Uses the darker of the two reds on the site. */

/* Main Content and Home Page */
#main_content a {
  color: #005696;
}
#main_content a:hover, #main_content a:active, #main_content a:focus {
  color: #DF2226;
}
#main_content a:visited  {  /* added.   doesn't seem to work  */
	color: #c6261c;  /* a:visited { color: #001D56; } */
}
#main_content p {
  margin-left: 0px;   /* was 10px; causes problem if p used within dd  */ 
}
#main_content blockquote { margin: .75em 40px 2em; }  /* added */
#main_content blockquote p {
  margin-left: 0;
}
#main_content ul, #main_content ol {
  padding-left: 25px;
}
#main_content h1, #slogan {
  color: #FFF;
  background: #005798; /* Old browsers */
  /* background gradient */
  background: -moz-linear-gradient(top,  #005798 0%, #0067b3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005798), color-stop(100%,#0067b3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #005798 0%,#0067b3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #005798 0%,#0067b3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #005798 0%,#0067b3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #005798 0%,#0067b3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005798', endColorstr='#0067b3',GradientType=0 ); /* IE6-9 */
  font-family: "ClarendonFSMedium","Clarendon LT Std","Clarendon",Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  padding: 0 0px;   /* was 0 10px;  */
  text-align: center;   /* new  */
  border: none;
  -webkit-box-shadow: 0 1px 3px #999;
  box-shadow: 0 1px 3px #999;
}
h2 {
  font-family: "ClarendonFSMedium","Clarendon LT Std","Clarendon",Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
  font-size: 20px;  /* was 22  */
  line-height: 1.5em;
  padding: 0 0px;  /* was 0 10px;  */
}
h2, h4 {
  color: #001d56;
}
h3, h4 {
  text-transform: uppercase;
  /* margin: 0 10px;
  padding: 0 0 7px;  */
  border-bottom: 2px dashed #999;
  /* border-bottom: 2px dashed #d0cfcb; */
}
h3 {
  font-size: 18px;
  line-height: 20px;
  color:  #c6261c; 
}
.section_head { clear: both;
}
/* can remove blockquote.  was .75em 40px 2em; */
.usertext {
	margin-top: 0.75em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 1em;
}
/* Defines styling of text within a section (for mi/oaklandarea and others who use 2-4 starred headings) */
.usertext h2 {
  padding: 0; text-transform: uppercase;
  font-size: 18px; 
}
.usertext h3 { 
  text-transform: none; 
  font-weight: bold; 
  color: #c6261c; 
  padding-top: 8px; 
  margin: 0; 
  border-bottom-width: 0px; 
  border-bottom-style: none;  
}
.usertext h4 { 
  text-transform: none; 
  font-weight: bold; 
  /* color: #001d56;  */
  padding-top: 8px; 
  margin: 0; 
  border-bottom-width: 0px; 
  border-bottom-style: none;  
}
/* Introductory message (mission stmt)  */
.intro {
  /* margin: 1em 10px; */
  font-size: 16px;
  line-height: 22px;
  color: #005696;
}
/* Optional important message */ 
.topmsg {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background-color: #fff;
    -webkit-box-shadow: 0 1px 3px #999;
  box-shadow: 0 1px 3px #999;
  padding: 6px;
  margin-bottom: 25px;
}
.home dt { 
  font-family: "ClarendonFSMedium","Clarendon LT Std","Clarendon",Georgia,"Times New Roman",Times,serif; 
  font-size: 26px; 
  border-top: 6px solid #c9c7c7; 
  border-bottom: 6px solid #c9c7c7; 
  clear: both; /* added to allow for images */
  /* padding-top: 0; padding-right: 10px; padding-bottom: 0; padding-left: 10px; */
}
.home #main_content dt a {
  color: #c6261c;
  text-shadow: 0 1px 2px #999;
  display: block;
  border-top: 2px dotted #FFF;
  border-bottom: 2px dotted #FFF;
  margin: -4px 0;
}
#main_content dt .more {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float:right;
  font-family: "BebasRegular","Arial Narrow","Helvetica Narrow",Arial,Helvetica,sans-serif;
  word-spacing: 2px;
  font-size: 17px;
  color: #8c8a87;
  text-shadow: none;
  background: url("../images/more_arrow.png") no-repeat right 50%;
  padding-right: 28px;
  line-height: 36px;
}
#main_content dt .more:hover, #main_content dt .more:active, #main_content dt .more:focus {
  color: #DF2226;
}
#main_content dd {
  margin:20px 0 20px 10px;  /* was 20px 0 20px 10px  */
}


/* Table of Contents (list of internal links at the top of a page). Also FAQ questions */
.internal_links {
	background-color: #fff;
	font-family: "ClarendonFSMedium","Clarendon LT Std","Clarendon",Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;
	padding: 5px;
	margin-bottom: 25px;
}
#main_content .internal_links a {
  color: #005696;
  text-decoration: none;
}
#main_content .internal_links a:hover, #main_content .internal_links a:active, #main_content .internal_links a:focus {
  color: #DF2226;
}
div.inline {
  padding-left: 10px;
  padding-right: 10px;
}
.inline a { /* asterisks indicate work-around rules for IE7 */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 8px;
  border-right: 2px solid #D0CFCB;
}
.inline a:last-child {
  border-right: none;
}

/* Tables */
/* general styles for tables */
table {
  margin-bottom: 0em;   /* was 2em. needed for easywebhome   */
}
table caption { 
  font-size: 1.3em;
	font-weight: bold; 
	margin: 0 0 .15em;
}
td, th {
  padding: .5em .5em; 
}
th {
  padding-left: 0;
}
tbody th, td { 
  vertical-align: top; 
}

/* adding color, borders */
table.patriotic td, table.patriotic th { border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #D0CFCB; border-bottom-color: #D0CFCB; }
table.patriotic td {
  background: #fbf8ea; /* Old browsers was #e9e4da */
  /* background gradient was #e9e4da -- #e3ddd4  */
  background: -moz-linear-gradient(top,  #fbf8ea 0%, #ece8d2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf8ea), color-stop(100%,#ece8d2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fbf8ea 0%,#ece8d2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fbf8ea 0%,#ece8d2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fbf8ea 0%,#ece8d2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fbf8ea 0%,#ece8d2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf8ea', endColorstr='#ece8d2',GradientType=0 ); /* IE6-9 */

}
table.patriotic th {
  padding-left: .5em;
}
table.patriotic tbody th {
  background: #fbf8ea; /* Old browsers was e9e4da*/
  /* background gradient was #e9e4da -- #e3ddd4*/
  background: -moz-linear-gradient(top,  #fbf8ea 0%, #ece8d2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf8ea), color-stop(100%,#ece8d2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fbf8ea 0%,#ece8d2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fbf8ea 0%,#ece8d2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fbf8ea 0%,#ece8d2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fbf8ea 0%,#ece8d2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf8ea', endColorstr='#ece8d2',GradientType=0 ); /* IE6-9 */
}
table.patriotic thead th {
	border-bottom: 1px solid #b6160c;
  background: #c6261c; /* Old browsers */
  /* background gradient */
  background: -moz-linear-gradient(top,  #c6261c 0%, #df2226 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6261c), color-stop(100%,#df2226)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c6261c 0%,#df2226 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #c6261c 0%,#df2226 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #c6261c 0%,#df2226 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #c6261c 0%,#df2226 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6261c', endColorstr='#df2226',GradientType=0 ); /* IE6-9 */
  color: #fff;
}


/* Footer */
#main_footer{
  background: #d5cdc2;
  /* background gradient */
  background: -moz-linear-gradient(top,  #d5cdc2 0%, #c0b9ab 41%, #beb7aa 100%);
  background: -webkit-linear-gradient(top,  #d5cdc2 0%,#c0b9ab 41%,#beb7aa 100%);
  background: -o-linear-gradient(top,  #d5cdc2 0%,#c0b9ab 41%,#beb7aa 100%);
  background: -ms-linear-gradient(top,  #d5cdc2 0%,#c0b9ab 41%,#beb7aa 100%);
  background: linear-gradient(top,  #d5cdc2 0%,#c0b9ab 41%,#beb7aa 100%);
  font-size: 13px;
  color: #001d56;
 /* clear: both  */
}
#main_footer p {
  margin-bottom: 1em;
}
#main_footer_inner {
  padding: 25px;
}
#main_footer .col-one {
  float: left;
  width:255px;
  min-height:200px;
  background: url("../images/footer_vline.png") no-repeat scroll right -20px transparent;
  margin-right: 25px;
  padding-right: 20px;
}
#sub_footer {
  background-color: #005696;
  color: #FFFFFF;
  text-align: center;
}
#sub_footer .container {
  padding: 1em;
}
#sub_footer p {
  margin: 0;
}
#sub_footer a, #sub_footer a:visited {
  color: #FFF;
}
#sub_footer a:hover, #sub_footer a:focus {
  color: #001D56;
}

#return-top {
  padding-bottom: 10px;
}

.faq { 
  text-transform: uppercase; 
  margin: 0; 
  border-bottom-style: none; 
  color: #001D56; 
  padding-top: 0; 
  padding-right: 0; 
  padding-bottom: 7px; 
  padding-left: 0; 
}

/*  For LEW <image-..> commands   */

img {
  height: auto;
  width: auto;
  max-width: 100%;
}

.imgl {
	padding-right:15px;padding-bottom:15px;float:left;
}

.imgr {
	padding-left:15px;padding-bottom:15px;float:right;
}

.imgh {
	padding-left:15px;padding-bottom:15px;
}

.imgdivl {
	padding-right:15px;padding-bottom:15px;float:left; 
}
.imgdivl:before {
	clear:both;
}
.imgdivr {
	padding-left:15px;padding-bottom:15px;float:right;
}
.imgdivr:before {
	clear:both;
}
.imgdivh {
	padding-left:15px;padding-bottom:15px; /* float:left; */
}
.block {
	/* border-top: #999 dashed 2px; */ /* was #666 solid 1px;  */
	margin-top: 15px;}
.caption {
	padding-top: 5px; font:bold 11px sans-serif;text-align:center;
}
.text-clear {
	clear: both;
}
/* Used by internal templates */
.hrg{
	border-bottom:4px solid #00599a;
	margin:2px 0px
}
.hrg12{
	margin:2px 0px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #00599a;
}

/* Macrodefs Page */
.macrodefs {
  margin: 2em 1em;
}
.macrodefs p {
  margin: .5em 10px;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* HELPERS FOR 3RD PARTY EMBEDS */

embed {
	max-width: 100% !important;
	height: auto;
}

iframe {
	max-width: 100% !important;
}