/** global **/
body {
	margin:0px auto;
	padding:0;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	font-size:16px;
	color:#333;
	background:#CEC7C7 url('images/body-bg.png') repeat-x;
}

body.small-header {
	background:#fff url('images/body-bg-small.png') repeat-x;
}

body.slider-header {
	background:#fff url('images/body-bg-slider.png') repeat-x;
}


* {
	margin:0;
	padding:0;
}

.dhide { /* hides stuff on the desktop, not on mobile */
	display:none;
}
/** element defaults **/
table {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
th, td {
	padding:5px 10px;
}
th {
	color:#000000;
	border-top:3px solid #870101;
	background-color:#FFFFFF;
}
td {
	border-bottom:1px solid #f4f4f4;
}
code, blockquote {
	display:block;
	border-left:5px solid #ddd;
	padding:10px;
	margin-bottom:20px;
}
blockquote p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	height: 1%;
}
p {
	line-height:1.9em;
	margin-bottom:20px;
}
a {
	color:#2489ce;
}


a:visited{
	color:#0D3C84;
}

a:hover{
	color:#870101;
}

a:focus {
	outline:none;
}


a.norm:link {
	color:#2489ce;
}


a.norm:visited{
	color:#0D3C84;
}

a.norm:hover{
	color:#870101;
}

a.norm:focus {
	outline:none;
}

a.laBan:link {
	color:#FF0004;
}


a.laBan:visited{
	color:#FF0004;
}

a.laBan:hover{
	color:#FF0004;
}

a.laBan:focus {
	outline:none;
}
fieldset {
	display:block;
	border:none;
	border-top:1px solid #e0e0e0;
}
fieldset legend {
	font-weight:bold;
	font-size:13px;
	padding-right:10px;
	color:#222;
}
fieldset form {
	padding-top:15px;
}
fieldset p label {
	float:left;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
}
form input, form select, form textarea {
	padding:5px;
	color:#333333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ddd;
}
form input.formbutton {
	margin-left:50px;
	background:#A50000;
	border:none;
	border-bottom:3px solid #870101;
	color:#ffffff;
	font-weight:bold;
	padding:5px 10px;
	font-size:13px;
}
h1 {
	font-size:45px;
	font-family: 'Roboto', sans-serif;
}
h2 {
	color:#FF0004;
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	font-weight:bold;
	padding:0 0 5px;
	margin:0;
}
h3 {
	font-family: 'Roboto', sans-serif;
	color:#F60004;
	font-size:20px;
	padding-bottom:10px;
}
h4 {
	font-family: 'Roboto', sans-serif;
	padding-bottom: 10px;
	font-size: 15px;
	color: #000000;
}
h5 {
	padding-bottom:10px;
	font-size:13px;
	color:#666666;
}
ul, ol {
	margin:0 0 35px 35px;
}
li {
	padding-bottom:5px;
}


/** wrapper **/
div#wrapper {
	width: 980px;
	margin: 0px auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}


/** sitename **/
header#sitename {
	float:left; 
	width:20%;
	font-size:12px;
}
header#sitename h1 {
	font-size:48px;
	letter-spacing:-5px;
	margin:0;
	height:72px;
	padding:18px 0 0;
	text-transform:uppercase;
	text-shadow: 2px 2px #000;
}
header#sitename h1 a,
header#sitename h1 a:hover {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
header#sitename h1 strong {
	color: #A81212;
}
nav#nav {
	width:76%;
	float:right;
	padding:30px 0 0 0;
	margin:0;
}
nav#nav ul {
	list-style:none;
	float:right;
	padding:0 0 0 50px;
	margin:-10px 0 0 50px;
}
nav#nav ul li {
	display:inline;
	float:left;
	margin:0 5px;
	padding-bottom:0;
}
nav#nav ul li a, div#nav ul li a:visited, div#nav ul li a:hover {
	float:left;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	font-size: 13px;
	font-family:Arial Rounded MT Bold, Helvetica, sans-serif;
	display: block;
}
nav#nav ul li a span {
	display:block;
	padding:10px;
}
nav#nav ul li a:hover {
	background: #ff9900 url('images/nav-sprite.gif') no-repeat scroll right -35px;
}
nav#nav ul li a:hover span {
	background: transparent url('images/top-nav-hover-left.gif') no-repeat;
}
nav#nav ul li.selected a, div#nav ul li.selected a:hover {
	background: #222 url('images/nav-sprite.gif') no-repeat scroll top right;
}
nav#nav ul li.selected a span, div#nav ul li.selected a:hover span {
	background: transparent ;
}

nav.homepageMenu ul{
	text-align:center;
	padding-top:0px;
}

nav.homepageMenu ul li {
	display:inline;
	margin:0 5px;
	padding-bottom:0;
}

a.homepageMenu:Link{
color      : #FF0004;
text-decoration: none;
padding:5px;
}

a.homepageMenu:visited
{
color      : #FF0004;
text-decoration: none;
padding:5px;
}

a.homepageMenu:hover
{
color: #FFFFFF;
text-decoration: underline;
background-color:#000000;
padding:5px;
}


/** header **/
div#header {
	padding:40px 0 0;
	margin:0 auto;
	height:135px;
}

.small-header div#header {
	padding-top: 25px;
	height: 64px;
}

.slider-header div#header {
	height: 245px;
}

div#header h2 {
	color:#ffffff;
	padding-bottom:0;
	font-weight:normal;
	font-family:Arial Rounded MT Bold, Arial,Helvetica,sans-serif;
	font-size:32px;
	letter-spacing:0;
	text-shadow: 2px 2px #4C0101;
}
div#header div.tagline, div#header div.slide-text {
	color:#eee;
	font-size:14px;
	padding-bottom:10px;
	font-family:'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
}
div#header div.tagline a {
	color:#ffffff;
}


/** body **/
div#body {
	padding:10px 0;
	
}


/** content+sidebar styles **/
article#content {
	width: 76%;
	font-size:16px;
}
div.column-left {
	float:left;
	margin-right:20px;
}
article.column-right {
	float:right;
}
div#sidebar {
	width: 170px;
	padding-top: 15px;
	padding-left: 10px;
}
div#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#sidebar li ul {
	margin-bottom:20px;
	width:90%;
	
}
div#sidebar li ul li {
	display:list-item;
	padding:5px 0px;
	color:#777;
	
}
div#sidebar li ul li a {
	color:#999;
	text-decoration:none;
	font-weight:bold;
	
}
div#sidebar li ul li a:hover {
	color:#09285E;
	text-decoration:underline;
	
}

div#sidebar li ul li a:visited {
	color:#cccccc;
	text-decoration:none;
	
}

div#sidebar li ul.blocklist li {
	padding:0	;
	

}
div#sidebar li ul.blocklist li.selected-item a {
	color:#870101;
	font-weight:bold;
	background:transparent url('images/item-selected.gif') no-repeat scroll right center;
}
div#sidebar li ul.blocklist li.selected-item a:hover {
	text-decoration:none;
}
div#sidebar li ul.blocklist li a {
	width:200px;
	display:list-item;
	padding:5px 0px;
	
}

div#sidebar li ul.blocklist li a:hover {
	
	list-style-image:url('images/hs-bullet-hover.jpg')
}





div#sidebar h4 { 
	color:#0C367E;
	font-family:arial;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	padding:7px 0px;
}


/** footer **/
#footer {
	margin-left:0;
	margin-right:-20px;
	background: #000;
	padding: 30px 5px 0;
	
}

.footer-content {
	width: 960px;
	margin: 0 auto;
	display: block;
	padding-bottom: 30px;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

#footer h4 {
	color: #ccc;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}

#footer p {
	text-align: left;
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#footer form {
	margin: 0;
	padding: 0;
}

#footer form input#searchbutton {
	margin: 0;
	border-bottom: none;
	overflow:visible;
	width:auto;
}

#footer form input#searchquery {
	background-color: #333;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	padding: 6px 3px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #222;
}

#footer ul li {
	padding: 0;
}

#footer ul li a  {
	display: inline-block; /* for IE 6, 7 */
}

#footer ul li a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	padding: 7px 10px;
	border-bottom: 1px solid #222;
}

#footer ul li a:hover {
	background-color: #111;
}

.footer-box {
	width: 220px;
	margin-right: 26px;
	float: left;
}

.end-footer-box {
	margin-right: 0;
	
}

#footer-links {
	background-color: #000;
	color: #ccc;
	padding: 5px;
}
div#footer-links p {
	text-align: right;
	padding: 0;
	margin: 0 auto;
	font-size: 10px;
	width: 960px;
	display: block;
}
#footer-links a {
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
}




/** clear fix **/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}
.clear {
	clear:both;
	display: block;
}

div.example
{
background: #F2F2F2;
color: black;
font-size:14px;
padding:5px;
text-align: left;
border: none;
border-radius: 15px;

}

div.shareBox
{
background: #F2F2F2;
color: black;
font-size:14px;
padding:25px;
text-align: left;
border:none;
border-radius: 15px;


}

h1.title
{
text-align   : left;
color        : #0C367E;
font-family  : Arial, Helvetica, sans-serif;
font-size    : 22pt;
padding-top  : 0px;
margin-top:0px;
}

h1.titleCenter
{
text-align   : center;
color        : #0C367E;
font-family  : Arial, Helvetica, sans-serif;
font-size    : 22pt;
padding-top  : 0px;
margin-top:0px;
}

p.whiteFont{
	color:#FFFFFF;
	font-size    : 14px;
	text-align:center;
	line-height:15px;
	font-weight:bold;
}

p.floatRight { 

    float: right; 
	text-align : center;
	color        : #CCC;
   font-size    : 12px; 
   font-style: italic;

}

p.floatRightPin { 

    float: right; 
	text-align : center;
	color        : #F7060A;
   font-size    : 14px; 
}

p.floatRightStock { 

    float: right; 
	text-align : center;
   color        : #CCC;
   font-size    : 8pt;
   font-style: italic;
}



p.floatRightAd { 

    float: right; 
	text-align : center;
	padding:5px;
}
   
   

}
p.floatLeft { 

    float: left; 
	text-align   : center;

}

p.floatLeftPad { 

    float: left; 
	text-align   : center;
padding:10px;
}

h3.adjustPad{
	color: #0C367E;
	padding-bottom: 5px;	
    margin: 0px;
	
}

h4.adjustPad{
	color: #0C367E;
	padding-bottom: 5px;	
    margin: 0px;
	font-size:16px;
}

h3.noMargin{
	margin-bottom: 0px;
	padding-bottom: 3px;
	color: red;
}

h3.noMarginDA { /* Pulls the ad down a bit */
	margin-bottom: 0px;
	padding-bottom: 3px;
	color: red;
	margin-top:-20px;
}

div.tab { 
margin-left: 20px;
padding: 0px;	
   
 }
 
 div.indentPara { 
margin-left: 20px;
padding: 0px;	
   
 }
 
 a.foot:link
{
color      : #666;
text-decoration: underline;

}

a.foot:visited
{
color      : #DEDEDE;
text-decoration: underline;
}

a.foot:hover
{
color: #000;
text-decoration: underline;
}

a.foottitle:link
{
color      : #FFF;
text-decoration: none;

}

a.foottitle:visited
{
color      : #FFF;
text-decoration: none;
}

a.foottitle:hover
{
color: #FFF;
text-decoration: underline;
}

p.date
{
	float: right;
	text-align   : right;
	color        : #666;
	font-size    : 8pt;
	font-family  : Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

p.ref
{
	float: left;
	text-align   : left;
	color        : #666;
	font-size    : 8pt;
	font-family  : Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
 


 #socic{
  background-color:inherit;
  border-radius:10px 10px 10px 10px;
  height:50;
  float:right;
  padding:10px;
  display:inline;
   }
   
   #socic-footer{
  background-color:inherit;
  border-radius:10px 10px 10px 10px;
  height:50;
  padding:10px;
  display:inline;
   }
img.sty2:hover{
  background-color:#ffffff;
  -moz-box-shadow:0px 0px 3px 3px #F10B0F;
  -webkit-box-shadow:0px 3px 0px 3px #F10B0F;
   box-shadow:0px 0px 3px 3px #F10B0F;
   border-radius:3px 3px 3px 3px;
   -webkit-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
    transition: all 1s ease;                       
} 
	
img.changeBorder {
	border: 2px solid #0C367E;
	border-radius: 15px;
	
} 


.searchButton {
	background-color: black;
	color: white;
}

.searchButton:hover {
	outline: 1px solid #FFFFFF; 
}


.centerElement {
	text-align:center;
	align-content:center;
}

.imgBorder{
	border: 2px solid #0C367E;
	color: black;
	border-radius: 15px;
}

p.pic
{
text-align   : center;
color        : #CCC;
font-size    : 8pt;
font-family  : Arial, Helvetica, sans-serif ;
font-style: italic;
}

aside.feedburnerFeedBlock ul { 
margin-left:0; 
padding-left:0; 
list-style:none;
background: #F2F2F2;
color: black;
font-size:14px;
padding:5px;
text-align: left;
border: none;
border-radius: 15px;

}

aside.feedburnerFeedBlock ul li:hover {
	
	list-style-image:url('images/feedburner-bullet-hover.jpg')
	
}

#creditfooter
{
display: none;
}

ul.general{
	list-style-image:url('images/hs-bullet-hover.jpg');
	margin-bottom: 10px;
	margin-top: -10px;
	line-height: 1.5;
	text-align:justify;	
}






/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:80%; min-width:130px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
#mc_embed_signup{background:#000000; clear:left; font:14px Helvetica,Arial,sans-serif; }

/* MailChimp Form Embed Code 2nd style - Slim - 08/17/2011 */
#mc_embed_signup2 form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup2 h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup2 input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup2 input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup2 input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup2 input:focus {border-color:#333;}
#mc_embed_signup2 .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup2 .button:hover {background-color:#777;}
#mc_embed_signup2 .small-meta {font-size: 11px;}
#mc_embed_signup2 .nowrap {white-space:nowrap;}     
#mc_embed_signup2 .clear {clear:none; display:inline;}

#mc_embed_signup2 label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup2 input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:95%; min-width:130px;}
#mc_embed_signup2 input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup2 div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup2 div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup2 #mce-error-response {display:none;}
#mc_embed_signup2 #mce-success-response {color:#529214; display:none;}
#mc_embed_signup2 label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
#mc_embed_signup2{background:#FFFFFF; clear:left; font:14px Helvetica,Arial,sans-serif; }

/* Tabs*/
 .w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-button {
  display: inline-block;
  padding: 12px;
  background-color: black;
  color: white;
  border: 0;
  line-height: inherit;
} 
.tabmenu {
  padding-top: 20px;
  padding-bottom: 10px;
  float: none;
  text-align: center;
} 
.tab {
  margin-left: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #e8e8e8;
  border-bottom-right-radius: 0px;
  background-color: white;
  color: #428bca;
  margin-right: -5px;
}
.tab:hover {
  background-color: #ddd;
}
.tab.w--current {
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #ddd;
}
.tab.last {
  border-right-width: 1px;
}
.tab.firstab {
  margin-left: 12px;
  padding-left: 10px;
  border-left-width: 1px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #428bca;
}

.tab.Row2 {
  margin-left: 12px;
  padding-left: 10px;
  border-left-width: 1px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #428bca;
}
.tab.lasttab {
  border-right-width: 1px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: rgba(153, 153, 153, 0.5);
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  -webkit-transition: background-color 100ms, color 100ms;
  -moz-transition: background-color 100ms, color 100ms;
  -o-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-tabs {
  position: relative;
  top: -25px;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #E8E8E8;
}
.w-tab-link.w--current {
  background-color: #BCD3F3;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
.label {
  text-align   : left;
color        : black;
font-size    : 8pt;
font-weight:bold;
}
  .label-default {
  background-color: #FFFFFF;
}

.topone { /* This pulls the box ad in the da down a touch */
	margin-top:-20px;
}

.Cat {
  list-style-image:url('images/general-link-bullet.jpg');
	
}
.Cat ol li:hover {
	
	list-style-image:url('images/feedburner-bullet-hover.jpg');
}
	
	
	p.sig
{
text-align   : left;
color        : black;
font-size    : 8pt;
font-weight:bold;

}


section.lateinfolist ul li{
	list-style-image:url('images/general-link-bullet.jpg');
	
	line-height:normal;
	text-align:left;	
}
	
section.lateinfolist ul li:hover {
	
	list-style-image:url('images/feedburner-bullet-hover.jpg');
}




dt {
	font-weight: bold;
	padding-left:5px;
	padding-bottom: 10px;	
	padding-top:10px;
	color:#0C367E;
	background-color:#F2F2F2;
	border-radius:15px;
		
}
dd {
padding-top:10px;
	padding-left: 15px;
}

.centered .ui-tabs-nav {
    height: 2.35em;
    text-align: center;
}
.centered .ui-tabs-nav li {
    display: inline-block;
    float: none;
    margin: 0em;
}

a.cat-title{
	font-weight:bold;
}

h3.informational{
	color:rgba(5,5,5,1.00);
	padding-bottom:0px;
	text-align:center;
}

a.kg-title:link {
	color:blue;
	
}


a.kg-title:visited{
	color:#010101;
	
}

a.kg-title:hover{
	color:#870101;
	
}

/* root element for tabs  */
ul.css-tabs {
    margin:0 !important;
    padding:0;
    height:30px;
	
	
    
	
}

/* single tab */
ul.css-tabs li {
    float:left;
    padding:0;
    margin:0;
    list-style-type:none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
    float:left;
    font-size:16px;
	font-weight:bold;
    display:block;
    padding:5px 30px;
    text-decoration:none;
    border-bottom:0px;
    height:18px;
    background-color:#efefef;
    color:#2489ce;
    margin-right:0px;
    position:relative;
    top:1px;
    outline:0;
    -moz-border-radius:6px 6px 0 0;
}

ul.css-tabs a:hover {
    background-color:#F7F7F7;
    color:#870101;
}

/* selected tab */
ul.css-tabs a.current {
    color:#2489ce;
    cursor:default;
}


/* tab pane */
.css-panes div {
    display:none;
    min-height:150px;
    padding:15px 20px;
    background-color:#FFFFFF;
}

.firstab {
  margin-left: 12px;
  padding-left: 10px;
  border-left-width: 1px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #428bca;
}

.lasttab {
  border-right-width: 1px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.picCopy
{
text-align   : center;
color        : #CCC;
font-size    : 8pt;
font-family  : Arial, Helvetica, sans-serif ;
font-style: italic;
margin-top:-5px;
padding-top:0px;
}

div.indentUnderSubTitle { 
margin-left: 20px;
padding: 0px;	
   
 }
 
 span.status{
	 color:black;
	 background-color:#F2F2F2;
	 border: thin;
	 border-color:rgba(255,0,4,1.00);
	 border-radius: 15px;
	 padding: 5px;
	 
 }



@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {

html {
    -webkit-text-size-adjust: 100%; /* fixes iphone text scale */
   	width:90%;
}

body {
    width:100%;
}

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


.hide { /* hides stuff on mobile only, not desktop */
	display: none;
}


.dhide { /* hides stuff on desktop only, not mobile */
	display:block;
}

article#content { /* page width, don't change */
	width:100%;
}

div#wrapper { /* wrapper */
	width: 100%;
	margin: 0px auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 5%; /* This is a % for a reason, its not a mistake */
	padding-bottom: 10px;
}

/* Footer */

.footer-content {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding-bottom: 30px;
	overflow:hidden;
}
div#footer-links p {
	width: 100%;
}


#footer {
margin-left: 0;
margin-right: 0px;
background: #000;
padding: 0px 0px 0px 0px;
padding-top:20px;
width: 111.1%;
overflow: hidden;
}
.footer-box {
	width: 100%;
	margin-right: 26px;
	text-align: center;
	float: none;
}

#footer p {
	text-align: center;
	color: #999;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#footer a {
}

#footer ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 10px;
	font-size:15px;
	border-bottom: 1px solid #222;
}

#footer h4 {
	color: #ccc;
	font-weight: normal;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}

div#footer-links p {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	display: block;
}
.mcenterElement {
	text-align:center;
	align-content:center;
}

/* --------^^^ Footer ^^^------------ */



p.floatRightStock { 

    float: none; 
	text-align : center;
   color        : #CCC;
   font-size    : 8pt;
   font-style: italic;
}

p.floatRight {
float: none;
text-align: center;
color: #CCC;
font-size: 12px;
font-style: italic;

}
.centerAdM { /* Center ads */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.centerMob {
	margin-right:10px;
	margin-top:-35px;
}

ul.blocklist {
	text-align:center;
	list-style:none;
}
#container {
	list-style:none;

}

ul.liststyle {
	list-style:none;
}

div#sidebar li ul.blocklist li a {
	width:100%;
	display:list-item;
	padding:0px 0px;
	
}

ul, ol {
	margin: 0 0 0 0; /* List stuff */
}

body.small-header {
	background:#fff url('images/body-bg-small.png') repeat-x; /* smaller banner image for mobile only */
}                

body.slider-header {
	background:#fff url('images/test.jpg') repeat-x; /* Smaller banner image for mobile only */
}
nav#nav {
	width:100%;
	float:right;
	padding:30px 0 0 0;
	margin:0;
	margin-bottom:-30px;
}
 #socic{ /* twitter and facebook bar of stuff */
  background-color:inherit;
  border-radius:10px 10px 10px 10px; 
  height:50;
  margin-top:-60px;
  float:right;
  padding:10px;
  display:inline;
   }


nav#nav ul {
	list-style:none;
	float:right;
	padding:0 0 0 50px;
	margin-top:-25px;

}

img.changeBorder{ /* Main logo */
	width:100px;
	position: absolute;
}

/* More info section */
  .test {
    margin-top: -1px;
    padding-top: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #F2F2F2;
    background-color: white;
  }
  .test2 {
    padding-right: 5px;
    padding-left: 5px;
    background-color: white;
    font-size: 15px;
  }
  .date1 {
    margin-top: 73px;
    border: 1px solid white;
    color: #919191;
  }
  .test4 {
    margin-top: -21px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;

    border-bottom-color: #F2F2F2;
    color: #969696;
    text-align: right;
  }
  .grey {
    margin-top: -48px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

/* ------------------------- */

li.mobMenu { /* Menu */
	border: black 2px;
	border-style: solid;
	font-size: 17px;
	color: black;
	text-decoration: none;
	border-top: none; 
	border-left: none;
	border-right: none;
	margin-top: -10px;
	padding-bottom: 13px;
}


#readFile { /* menu button  (when the menu is closed)*/
	width:100%;
	height:45px;
	font-size: 20px;
	border-radius: 0px;
	}


#readFile2 { /* menu button number 2 (when the is menu open) */
	width:100%;
	height:45px;
	font-size: 20px;
	border-radius: 0px;
	margin-bottom:-20px;
	}

#MobMenuList { /* The ul the has the menu in it */
	list-style:none; 
	margin: 0 0 0px 0px;
}

h3.noMarginDA { /* Pulls the DA ad down a bit */
	margin-bottom: 0px;
	padding-bottom: 3px;
	color: red;
	margin-top:-20px;
}

#ResAd { /* The banner ad that is responsive */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.IphoneAds{ /* Box ads */
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* Date and ref */
p.date
{
	float: none;
	text-align   : left;
	color        : #666;
	font-size    : 11pt;
	font-family  : Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

p.ref
{
	float: none;
	text-align   : left;
	color        : #666;
	font-size    : 11pt;
	font-family  : Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
/* ------------------------- */

.mobwidth{
	max-width:100%;
	height:auto;"	
}

button { /* its a button */
    background:#F2F2F2!important;
     border:none; 
	 fontsize: 10px;
     padding:0!important;
	 width: 100%;
     cursor: pointer;
    
}
form input, form select, form textarea { /* Search bar */
	padding:5px;
	color:#333333;
	font-size:13px;
	height:30px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ddd;
}

article.column-right { /* Fixes stuff so don't change it */
	float:none;
}

.menu-links {
	text-decoration: none;
	display:block;
}
div.indentPara {
	margin-left:0px;

}

}
/* Iphone 4 only anything else you want to change put it up there ^ */
@media only screen and (min-device-width: 319px) and (max-device-width: 325px) {
	.iphoneAds { /* This only affects iphone 4 and similar sized devices */
		float: right;
		margin-right: -20px;
}
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
   
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

#mcssmenu {
  background: #BBBBBB;
  margin-top:-10px;
  margin: 0;
  width: 100%;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  text-align:center;
}
#mcssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  background-color:#efefef;
  border: 0px solid #000000;
}
#mcssmenu ul:after,
#mcssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#mcssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#mcssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  color: #2489ce;
  border-bottom: 1px solid #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mcssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#mcssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#mcssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #888888;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#mcssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#mcssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#mcssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#mcssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#mcssmenu ul li ul li:hover > a,
#mcssmenu ul li ul li.active > a {
  color: #C1171A;
}
#mcssmenu ul li ul li:hover:after,
#mcssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#mcssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#mcssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#mcssmenu > ul > li {
  float: left;
}
#mcssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#mcssmenu.align-center > ul {
  text-align: center;
}
#mcssmenu.align-center ul ul {
  text-align: left;
}
#mcssmenu.align-right > ul {
  float: right;
}
#mcssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#mcssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#mcssmenu.align-right ul ul li a {
  text-align: right;
}
#mcssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#mcssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#mcssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#mcssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#mcssmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#mcssmenu > ul > li:hover:after,
#mcssmenu > ul > li.active:after {
  height: 100%;
}
#mcssmenu > ul > li:hover > a,
#mcssmenu > ul > li.active > a {
  color: #000000;
}
#mcssmenu > ul > li:hover > a:after,
#mcssmenu > ul > li.active > a:after {
  background: #000000;
}
#mcssmenu > ul > li:hover > a:before,
#mcssmenu > ul > li.active > a:before {

  border-top-color: #ffffff;
}
#mcssmenu > ul > li:hover > ul {
  left: 0;
}
#mcssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#mcssmenu #menu-button {
  display: none;
}
#mcssmenu > ul > li > a {
  display: block;
}
#mcssmenu > ul > li {
  width: auto;
}
#mcssmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#mcssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}

  #mcssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #mcssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #mcssmenu.align-right ul li a {
    text-align: left;
  }
  #mcssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #mcssmenu.align-right ul ul li a {
    text-align: left;
  }
  #mcssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #mcssmenu ul li ul li a {
    width: 100%;
  }
  #mcssmenu.align-center > ul {
    text-align: left;
  }
  #mcssmenu.align-center > ul > li {
    display: block;
  }
  #mcssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #mcssmenu ul {
    width: 100%;
  }
  #mcssmenu ul > li {
    float: none;
    width: 100%;
  }
  #mcssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #mcssmenu ul > li:after {
    display: none;
  }
  #mcssmenu ul li.has-sub > a:after,
  #mcssmenu ul li.has-sub > a:before,
  #mcssmenu ul li ul li.has-sub:after,
  #mcssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #mcssmenu ul li ul,
  #mcssmenu ul li ul li ul,
  #mcssmenu ul li ul li:hover > ul,
  #mcssmenu.align-right ul li ul,
  #mcssmenu.align-right ul li ul li ul,
  #mcssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #mcssmenu ul li ul li,
  #mcssmenu ul li:hover > ul > li { 
    max-height: 999px;
    position: relative;
    background: none;
  }
  #mcssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #mcssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #mcssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #mcssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #mcssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    right: 20px;
    top: 16px;
  }
  #mcssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    right: 20px;
    top: 26px;
  }
}