html {
	height: 100%;
}

body {
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	position: relative;	
}

header {
	background: #000;
	width: 100%;    
    overflow: visible;
}

.headerContainer {
	width: 100%;
	background: black;
}

#logo {
	float: left;
	margin: 24px 0 16px;
	padding: 0;
	max-width: 180px;
}

#logo a {
	display: block;
	float: left;
	height: 45px;
}

#logo a:active,#logo a:focus {
	outline: none;
	-moz-outline-style: none;
}

#head-stuff {
	width: 625px;
	height: 49px;
	float: right;
	margin-right: 25px;
	font-size: 12px;
	background-color: #383D45;
	background-position: -7px 9px;
}

.hz {
	left: 0;
	right: 0;
	max-width: 1200px;
}

#big-image {
	background: #FFF url('../images/sunrise_earth2.jpg');
	border-bottom: 1px solid #7f7f7f;
	display: none;
	padding: 5px 0 0 0;	
	z-index: 99;

	-moz-box-shadow: -2px 2px 16px #333;
	-webkit-box-shadow: -2px 2px 16px #333;
	box-shadow: -2px 2px 16px #333;
}

#main {
	background-color: #fff;
	bottom: 64px;
	height: auto;
	overflow: visible;
	top: 77px;
}

.brand-color-banner {
	background-image: linear-gradient(to right, #001E60, #001E60 15%, #0047BB 15%, #0047BB 40%, #48D597 40%);
	width: 100%;
	height: 6px;
	margin: 0;
}

/*** Footer ***/
footer {
	bottom: 0;
	color: #666;
	font-size: 0.8em;
	padding-top: 1em;
}

footer li {
	list-style: none;
}

footer p {
  font-size: inherit;
  line-height: initial;
  margin: 0 0 0 0.25em;
}

ul.footer-links {
  margin: 0.25em;
  padding: 0.25em 0;
}

ul.footer-links li {
  border-right: 2px solid #dddcdc;
  float: left;
  font-size: 1.1em;
  line-height: initial;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em 0.25em 0;
}

ul.footer-links li:last-child {
	border-right: 0 none;
}

:focus {
	outline-color: transparent;
	outline-style: none;
	outline: none !important;
}


/* BOXES ******/
.boxesWrapper {
  background-color: #f3f3f3;
  padding: 30px 24px;
  margin-bottom: 20px;
	    
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;   	 
	
}


.boxes {
  margin: 20px 0;
  padding: 20px;
  background: #EDF0F2;
  width: 100%;
  height: auto;
  max-height: none !important;
  overflow: visible;
  
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;   	 
}

.boxesWrapper .boxes {
	margin: 30px 0 0;
	padding: 0 20px 30px;
}

.boxesWrapper .boxes:first-child {
	margin-top: 10px;
}

.boxes .contentBlockHeaders {
    clear: both; 
    display: block; 
    margin-bottom: 17px;
    margin-left: -28px; /*bg width 8px + boxes 20px padding*/
    padding: 0 0 8px 0;
    background: url("../images/contentDividerCorner.png") no-repeat left bottom transparent;   
    color:#ffffff;
    font-size: 1.08em;  
    font-weight: bold;
}

.boxes .contentBlockHeaders span {
  background: #406296;
  box-sizing: border-box;
  display: inline-block;
  height: 27px;
  line-height: 13px;
  padding: 7px 37px 7px 18px;
}


.boxes.short {
  height: 149px;
}

.boxes.dark {
  background: #A6A6A6;
  height: auto;
}

.boxes h3 {
  font-size: 1.05em;
  margin: 0;
  text-transform: uppercase;
}

.boxes ul {
  list-style-type: none;
  margin: 0 0 14px;
}

.boxes ul li {
  background: transparent;
  list-style: none;
  margin: 0 0 7px;
  padding: 0 0 0 25px;
}

/* ERROR MESSAGE
============================= */
.require {
  color: #f00;
  display: inline;
  font-size: 1.17em;
  font-weight: bold;
  margin: 0 0 0 3px;
  padding: 0;
}

/* BUTTON
============================= */
input[type="button"], .primaryBtn, .secondaryBtn, .grayedOutBtn {
	background-image: none;
	border: none;
	color: #FFF;
	font-size: 1em;
	text-shadow: none;
	margin-right: 8px;
	margin-bottom: 0.5em;
	border-radius: 0px;
	cursor: pointer;
	font-weight: 600;
	outline: 0;
	text-align: center;
	white-space: nowrap;
	line-height: 16px;
	padding: 8px 24px;
}

input[type='button']:hover,
input[type='button']:focus,
.primaryBtn:hover,
.primaryBtn:focus, 
.secondaryBtn:hover,
.secondaryBtn:focus,
.grayedOutBtn:hover {
	outline: none; 
	border: none;
	text-decoration: none !important;
}

input[type='button'],
.primaryBtn {
	background-color: #0047bb;		
}

input[type='button']:hover,
.primaryBtn:hover {
	background-color: #00308a;	
}

input[type='button']:active,
.primaryBtn:active {
	background-color: #001E60;	
}

.secondaryBtn,
input[type='button'].secondaryBtn {
	background-color: #fff;
	border: 1px solid #D0D4D9;
	color: #24262D;
}

.secondaryBtn:hover,
input[type='button'].secondaryBtn:hover {
	background-color: #DDDFE0;
}

.secondaryBtn:active,
input[type='button'].secondaryBtn:active {
	background-color: #8E9399;
	border: 1px solid #8E9399;
	color: #313336;
}

.grayedOutBtn,
input.grayedOutBtn,
.grayedOutBtn:hover,
input[type='button']:disabled,
.primaryBtn:disabled  {
	background: #cccccc;
	cursor: default;
}

.fullSizeBtn {
	padding: 0.5em 1.5em;
}

.mediumSizeBtn {	
}


/* STYLE 1 - CONTENT BLOCK HEADERS
============================= */
h1.style1ContentBlockHeaders {
  font-size: 15px;
  margin: 2px 0 11px 0;
  text-transform: uppercase;
}

/* PAGE HEADERS
============================= */
h1.pageHeaders {
  font-size: 1.33em;
  line-height: 1.5;
  margin: 1.5em 0;
}

/* LINKS
============================= */
a:link,
a:visited,
a:hover,
a:active {
	color:#0047bb;
	outline: none;
	text-decoration: none;	
}

a:hover {
  text-decoration: underline;
}

.buttons a:hover {
	text-decoration: none;
}

/* ICONS
============================= */
.calenderIcon {
  height: 15px;
  width: 15px;
}
.helpIcon {
  float: right;
  height: 18px;
  margin-left: 2px;
  width: 22px;
}
.tipIcon {
	display: inline-block;
	height: 12px;
	margin-left: 3px;
	width: 13px;
}

/* TABS
============================= */
.tabWrapper {
}

.tabWrapper div.content {
  background: #E0E0E0;
  height: 32px;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* LABELS
============================= */

label.inputLabels {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	color: #242526;
	margin: 8px 0px;
}

label.inputLabels span.optional {
	color: #72767A;
	font-weight: normal;
}

/* INPUT NORMAL */
label.normal {
  display: inline-block;
  font-weight: normal;
  padding: 0;
}

/* INPUT ERROR */
label.error {
  color: #f00;
  display: inline-block;
  margin-top: 5px;
  padding: 0;
  width: 70%;
}

/* SINGLE LINE INPUT
============================= */

input.textFieldsSingleLine {
	font-family: inherit;
	height: 8px;
	font-size: 12px;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #242526;
	padding: 8px;
	margin-bottom: 8px;
	box-shadow: none;
}

input.textFieldsSingleLine:focus {
	border-color: #4288F3; 
}

input.textFieldsSingleLine:hover {
	border-color: #D0D4D9; 
}

input.textFieldsSingleLine.small {
   width: 88%;
}

input.textFieldsSingleLineSmall:focus,
input.textFieldsSingleLineSmall:hover {
  outline: none;
}

/* MULTI LINE ( TEXTAREA ) INPUT 
============================= */
textarea.textFieldsMultiline {
  border: 1px solid #999999;
  color: #000000;
  margin: 8px 0 14px 0;
  height: 120px;
  width: 95%;
  
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

textarea.textFieldsMultiline:focus,
textarea.textFieldsMultiline:hover {
  border: 1px solid #999999;  
}

textarea[disabled="disabled"],
textarea[readonly] {
  background-color: #F0F0F0;
} /* grey -  IE8+ and modern browsers */


/* SELECT MENUS
============================= */
select {
	width: auto;
	height: auto;
	padding: 1px 2px;
	lineheight: unset;
	background: #ffffff;
}

/* RADIO BUTTONS
============================= */
ul.radioBtn {
  margin-left: 0;
}

ul.radioBtn li {
  display: inline;
  list-style: none;
  margin: 0 8px 0 0;
}

ul.radioBtn label,ul.radioBtn label input {
  margin: 0;
  padding: 0;
  display: inline;
}

/* CHECKBOXES
============================= */
ul.checkbox {
  margin-left: 0;
  padding-left: 0;
}

ul.checkbox li {
  display: block;
  list-style: none;
  margin: 0 6px 0 0;
}