/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:0px;
height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
color: #666;
background-color:#fff;
}

/*  Heading Formatting */
h1 {
	font-size:1.9em;
	line-height: 0.8em;
	font-weight: 900;
	color: #ff6600;
}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:hover, a:hover span {text-decoration: underline !important; color: #2C78C9 !important;}
a {text-decoration: none !important; color: #ff6600;}
h1 a, h2 a {line-height: 20px;}
img {border: 0 none;}
contentpagetitle.a { text-decoration:none; }
contentpagetitle.a:hover { text-decoration:underline; }

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
.content {
	color: #ff6600;
}
.cont tr td .blog tbody tr td table tbody tr .article_column .contentpaneopen tbody tr td h3 {
	color: #ff6600;
}
.cont tr td .blog tbody tr td table tbody tr .article_column .contentpaneopen tbody tr td h2 {
	color: #ff6600;
}
.cont tr td .blog tbody tr td table tbody tr .article_column .contentpaneopen tbody tr td .content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* edits by Nick Winner on 8/23/2016 */
.page-header h2 {
	color: #ff6600;
}

/* edits by Nick Winner on 3/2/2014 */
.article-info-term {
	display: none;	
}
.published {
	margin-left: none !important;
	-webkit-margin-start: 0px !important;
}
.rg-ss-slice {
  	padding-top: 1px;
}
ul.rg-ss-slice-list li {
  	/* this rule is duplicated in modules.css around line 60 */
  	list-style: none;
	background: none; !important;
	padding-left: 0px;
	padding-right: 0px;
	background-position: 0 .35em;
	padding-bottom: 0px;
}
.rg-ss-slice img {
  	margin-left: 0px;
 	float: left;
  	width: 934px !important;
}
.rg-ss-slice-container {
 	 max-width: 934px !important;
}

.pagination ul {
list-style: none outside none;
margin: 0;
padding: 0;
}

.pagination ul li {
float: left;
}
.pagination span, .pagination a{
background:none !important;
padding: 0 8px;
width: auto !important;
}