/* GENERAL - BEGIN */
html {
	height: 100%;
}

body {
	min-height: 100%;
	color: #000;
}
/* GENERAL - END */


/* MAIN WRAPPERS & ELEMENTS - BEGIN */

.nopadsocial {
  padding: 0;
  color: #96b566;
}
.social_container {
  position: absolute;
  top: 17px;
  left: 10px;
  width: 100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}

#header {
	position: relative;
	width: 100%;
}

#pagetop {
	position: relative;
	width: 100%;
  padding: 5px 0;
	background-color: #30373b;
	color: #FFF;
	font-size: 12px;
}
#pagetop .container {
  padding-top: 8px;
  padding-bottom: 8px;
}
#pagetop a { 
	color: #FFF; 
}
#pagetop ul { 
	text-align: left; 
	margin-bottom: 0;
}
#pagetop li {
	display: inline-block;
	padding-right: 15px;
}

#logo {
	margin-top: 20px;
	margin-bottom: 20px;
}
#logo a {
	display: inline-block;
}
#logo img {
	max-height: 100px;
}

#content {
	position: relative;
	min-width: 320px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#content img {
  max-width: 100%;
}

.secondary {
	width: 100%;
	padding: 40px 0;
	background-color: #9ea3a6;
}
#footer { 
	background-color: #30373b;
}
.uptimefooter {
  text-align: center;
  font-size:9px;
}
.uptimefooter img {
  height:15px;
  padding-top:2px;
}
.uptimefooter p {
  margin:4px 0;
}
.uptimefooter .container {
  padding-top:5px;
  padding-bottom:5px;
}

/* MAIN WRAPPERS & ELEMENTS - END */ 


/* LINKS - BEGIN */

a,
a:visited,
a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #085a93;
}

.link_button a, 
a.button_link {
	display: inline-block;
	border-radius: 8px;
	padding: 10px 30px;
	margin: 20px 0 10px 0;
	background-color: #147fb6;
	color: #FFF;
	box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}
.link_button a:hover, 
a.button_link:hover {
	text-decoration: none;
	box-shadow: 3px 3px 10px rgba(255,255,255,.2);
}

/* LINKS - END */


/* TOP IMAGE - BEGIN */

.header_image_container {
	position: relative;
	width: 100%;
}
.header_image_bar {
	position: absolute;
	width: 100%;
	background-color: #c6dfee;
	height: 70%;
	top: 15%;
}
.header_image { 
	position: relative; 
}
.header_image img {
	max-width: 100%;
	box-shadow: 3px 6px 10px rgba(0,0,0,.3);
}

/* TOP IMAGE - END */


/* LISTS / SUBNAVS - BEGIN */

.footerlinks ul { 
	margin-top: 0px; 
	margin-bottom: 0px; 
}
.footerlinks li { 
	position: relative;
	line-height: 32px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	white-space: nowrap;
}
.footerlinks li img { 
	width: 32px; 
	margin-right: 6px;
}

.quicklinks li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #085a93;
}
.subnav { margin-bottom: 30px; }
.subnav ul{
  margin: 0;
  padding: 0;
}
.subnav ul ul ul{
  margin-left: 10px;
}
.subnav li{
  margin: 0;
  padding: 0;
}
.subnav li:before {
  content: url(/design/dot.svg);
  margin-right: 10px; 
  line-height: 1.75em;
  font-size: 15px;
}
.subnav a,
.subnav a:visited {
  font-size: 16px;
  text-decoration: none;
}
.subnav li li li:before { 
  content:"-"; 
  position:relative; 
  left:-5px;
}
.subnav li li li a,
.subnav li li li a:visited {
  font-size: 14px;
}
.subnav li.SubTreeMenuLiCurrent a.SubTreeMenuLiCurrent {
  color: #085a93;
}
.subnav li.SubTreeMenuLiCurrent:before {
  content: url(/design/dot_active.svg);
  margin-right: 10px; 
}
.subnav li li li.SubTreeMenuLiCurrent:before { 
  color: #333;
  content:"-"; 
  position:relative; 
  left:-5px;
}

/* LISTS / SUBNAVS - END */


/* OTHER - BEGIN */

.cmstiny_inline { 
  position: relative; 
}

.section { 
  margin-top: 20px;
  margin-bottom: 20px;
}

.findlink { 
  cursor: pointer; 
}

.text-center { 
  text-align: center; 
}
.text-right { 
  text-align: right; 
}

.sidebar img { margin-bottom: 10px; }

/* OTHER - END */