/*--------------------------------------------------
 * PortalTemplate Typography.css
 *--------------------------------------------------*/
@font-face {
  font-family:fontin;
  src:url(/joomla/fonts/Fontin-Sans.otf);
 }
 body {
   color:#333;
}
h1,h2,h3,h4,h5,h6 {
  color:#193857;
}
h1#logo {
  background:transparent none;
  height:76px;
  width:388px;
  float:left;
}
#content h2,
h3 {
  font-family:fontin;
}
h4 {
  border-bottom:1px solid #323234;
}
a {
  color:#1777AA;
}  
h1#logo a {
  display:block;
  height:76px;
  width:388px;
  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:12px "Gotham", Helvetica, Arial, sans-serif;
	margin:0 0 15px;
	text-shadow: 1px 1px 0 rgba(255,255,255,.2);
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px;
	background:#97CD94;
	color:#333;
	text-decoration:none;
	padding:8px;
	margin:10px;
	text-align:center;
  -moz-box-shadow:1px 1px 15px #bbb;	
	-moz-box-shadow:inset 1px 1px 1px #566D32;	
}
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:11px;
  width:310px;
  padding:5px;
  text-indent:5px;
  float:left;
  margin:0 5px;
  position:relative;
  z-index:31;
}
button.search {
  width:97px;
  height:23px;
  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;
}
/*--------------------------------------------------
 * Section Specific
 *--------------------------------------------------*/
#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;
}

