/*--------------------------------------------------
 * PortalTemplate Typography.css
 *--------------------------------------------------*/
body {
  color:#333;
}
h1,h2,h3,h4,h5,h6 {
  color:#323234;
}
h1#logo {
  background:transparent none;
  height:30px;
  width:180px;
  float:left;
  margin-bottom:50px;
}
#feature h2 {
  background:url(../../../images/hdgTagline.png) no-repeat;
  text-indent:-9999px;
  width:448px;
  height:114px;
  float:left;
  margin-top:80px;
}
h3 {
  font-size:15px;
  text-transform:uppercase;
}
h4 {
  border-bottom:1px solid #323234;
}
a {
  color:#1777AA;
  color:#0288ab;
}  
h1#logo a {
  display:block;
  height:30px;
  width:346px;
  background:url(../../../images/bgLogo.png) no-repeat;
  text-indent:-9999px;
  margin:0;
}
a.pdf {
  background:url(../../../images/icons/icoPDF.png) center left no-repeat;
  padding:5px 0 5px 20px;
}
/*--------------------------------------------------
 * Forms, Buttons
 *--------------------------------------------------*/
a.custom, button.custom {
  text-indent:-9999px;
  display:block;
  margin:0;
  padding:0;
  border:0;
  cursor:pointer;
}
.fancy {
	display:block;
	font:14px "Gotham", Helvetica, Arial, sans-serif;
	margin:0 0 15px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	background:#97CD94;
	color:#fff;
	text-decoration:none;
	padding:15px;
	margin:10px 0;
	text-align:center;
  -moz-box-shadow:1px 1px 5px #ccc;	
	border:#64B560 1px solid;
}
.fancy:hover {
	color:#FFF;
}
.fancy:focus {
	-moz-box-shadow:inset 1px 1px 5px #333;	
	color:#FFF;
}
input, select, textarea {
  border:1px solid #ddd;
  background:#fff url(../../../images/textfield-bg.gif) 0 1px repeat-x;
}
textarea:focus, select:focus, input:focus, .focused {
  border:1px solid #aaa
}
/*** Apply Forms ***/
td.tblhead {
  background:#000044;
  color:white;
  font-weight:bold;
  padding-left:5px;
}
#applyform input,
#applyform select,
#applyform textarea {
  width:170px;
  margin:0;
}
#applyform td {
  vertical-align:top;
}

/*** search input ***/
#search_input {
  width:63%;
  float:left;
  height:50px;
}
#search_input h2,
#secondary_nav h2 {
  float:left;
  font-size:1em;
  margin:0;
  padding:0;
  line-height:2;
  font-weight:bold;
}
#secondary_nav h2 {
  line-height:1.5;
  margin-right:10px;
}
#search_input .searchbox {
  color:#999;
  font-size:14px;
  width:300px;
  padding:8px;
  text-indent:5px;
  float:left;
  margin:0 5px;
  position:relative;
  z-index:31;
  background-image:none;

}
button.search {
  width:76px;
  height:35px;
  background:transparent url(../../../images/btnSearch.png) no-repeat;
  float:left;
  position:relative;
  z-index:35;
}
/*** Subcontent buttons ***/
a.btn_action {
  background:url(../../../images/btnCallToAction.png) no-repeat;
  width:134px;
  height:25px;
}
/*** Calculator buttons ***/
button.reset, button.calculate {
  display:block;
  text-indent:-9999px;
  border:0;
  padding:0;
  margin:0;
  height:25px;
  float:left;
  margin:10px 10px 0 0;
}
button.reset {
  background:url(../../../images/btnReset.png) no-repeat;
  width:70px;
}
button.calculate {
  background:url(../../../images/btnCalculate.png) no-repeat;
  width:134px;
}
/*** Homepage Feature Apply Button ***/
#feature a {
  background:url(../../../images/btnFeature-ApplyNow.png) no-repeat;
  width:170px;
  height:46px;
  float:left;
}
/*--------------------------------------------------
 * Section Specific
 *--------------------------------------------------*/
#home h1#logo {
  margin-bottom:.5em;
}
#home #main-content a.apply {
  display:block;
  margin-bottom:1.5em;
}
#footer {
  font-size:10px;
  text-transform:uppercase;
}
#footer a {
  color:#e7ebee;
  text-decoration:none;
}
#footer a:hover {
  text-decoration:underline;
}
#footer li {
  list-style:none;
  display:inline;
  margin-right:5px;
  padding-right:10px;
  border-right:1px solid #e7ebee;
}
#footer li.last {
  border-right:0;
}
#contact_form input,
#contact_form select {
  width:90%;
}
#contact_form label {
  display:block;
}
form input.error,
form select.error,
form textarea.error {
  border:1px solid #1777AA;
  padding:3px;
  background:#fff url(../../../images/global/textfield-bg.gif) repeat-x;
  color:#000;
}
form label.error {
  border:0;
  background:transparent url(../../../images/icons/icoBlue-Arrow-Asc.png) left center no-repeat;
  color:#1777AA;
  padding:0 0 0 15px;
}
button.send {
  background:transparent url(../../../images/btnSend.png) left center no-repeat;
  width:70px;
  height:25px;
}
#calculators-and-tools caption {
  background:#000044;
  color:#fff;
}
#calculators-and-tools th {
  border-bottom:1px solid #333;
}
#calculators-and-tools input {
  margin:0;
}

