/*
@import url(base.css);
@import url(modules.css);
@import url(navigation.css);
*/

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a:hover,
a:active {
	outline: 0;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #fff;
}

a {
	font-size: 14px;
	line-height: 20px;
	color: #0088cc;
	text-decoration: none;
}

a:hover {
	color: #005580;
	text-decoration: underline;
}

.img-rounded {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
	-webkit-border-radius: 500px;
	   -moz-border-radius: 500px;
			border-radius: 500px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 200;
	line-height: 30px;
}

small {
	font-size: 85%;
}

small a {
	font-size: 100%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

cite {
	font-style: normal;
}

h1 {
	margin: 20px 0;
}

h2,
h3 {
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	color: inherit;
	text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small {
	font-weight: normal;
	line-height: 1;
	color: #999;
}

h1 {
	line-height: 40px;
}

h2,
h3 {
	line-height: 20px;
}

h1 {
	font-size: 24.5px;
}

h2 {
	font-size: 17.5px;
}

h3 {
	font-size: 14px;
}

h1 small {
	font-size: 17.5px;
}

h2 small {
	font-size: 14px;
}

h3 small {
	font-size: 11.9px;
}

ul,
ol {
	padding: 0;
	margin: 0 0 10px 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}

ol li {
	display: list-item;
}

ol ol li {
	display: list-item;
}

li {
	line-height: 20px;
}

ul.unstyled,
ol.unstyled {
	margin-left: 0;
	list-style: none;
}

ul.inline,
ol.inline {
	margin-left: 0;
	list-style: none;
}

ul.inline > li,
ol.inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

dt {
	font-weight: bold;
}

.dl-horizontal {
	*zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
	display: table;
	line-height: 0;
	content: "";
}

.dl-horizontal:after {
	clear:both;
}

.dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dl-horizontal dd {
	margin-left: 180px;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999;
}

abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #eee;
}

blockquote p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}

blockquote small {
	display: block;
	line-height: 20px;
	color: #999;
}

blockquote small:before {
	content: '\2014 \00A0';
}

blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}

.blockquote.pull-right small:before {
	content: '';
}

blockquote.pull-right small:after {
	content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}

address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px;
}

code,
pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

code {
	padding: 2px 4px;
	color: #d14;
	white-space: nowrap;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid #rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	       -border-radius: 4px;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	font-size: 14px;
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
	vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #eff1f1;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
	border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
	-webkit-border-top-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
			border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
	-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
			border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
	-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
			border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
	-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-bottomright: 4px;
			border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomleft: 0;
			border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomright: 0;
			border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
			border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
			border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(odd) > th, .table-striped thead > tr:nth-child(odd) > th {
	background-color: #fff;
}

/* .table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
	background-color: #f5f5f5;
} */

form {
	margin: 0 0 20px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

legend small {
	font-size: 15px;
	color: #999;
}

label,
input,
button,
select,
textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

input,
button,
select,
textarea {
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
}

label {
	display: block;
	margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

input,
textarea,
.uneditable-input {
	width: 206px; /* COME BACK TO THIS ////////////////////////////////////////////////////////////////////*/
}

textarea {
	height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	   -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	     -o-transition: border linear 0.2s, box-shadow linear 0.2s;
			transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	*margin-top: 0;
	line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}

  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
}

.uneditable-textarea {
	width: auto;
	height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}

.radio,
.checkbox {
	min-height: 20px;
	padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}


/* Radio and Checkbox control arrangement, come back to this //////////////////////////////////////////////*/
.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}
/* Radio and Checkbox control arrangement, come back to this //////////////////////////////////////////////*/

.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}

/* Input sizes, come back to this /////////////////////////////////////////////////////////////////////////*/
.input-mini {
	width: 60px;
}

.input-small {
	width: 90px;
}

.input-medium {
	width: 150px;
}

.input-large {
	width: 210px;
}

.input-xlarge {
	width: 270px;
}

.input-xxlarge {
	width: 530px;
}

/* Input sizes, come back to this /////////////////////////////////////////////////////////////////////////*/


/* Button append prepend etc //////*/



.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
<<<<<<< Local Changes
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}


.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}


/* Button append prepend etc //////*/

.pdf {
	margin-left: 0px;
	padding-left: 0px;
}

.bodytext ol .pdf, .bodytext ul .pdf {
	margin-left: 20px;
}

.pdf li {
	list-style-type: none;
	background-position: 0px 2px;
	background-image: url(../../includes/site_images/misc/pdficon_small.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.pull-right {
	float: right;
	margin-left: 1em;
}

.pull-left {
	float: left;
	margin-right: 1em;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.affix {
	position: fixed;
}

.headline {
	margin: 10px 0;
	font-family: inherit;
	font-size: 17.5px;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h3 {
  color: #c09853;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h3 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h3,
.alert-error h3 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h3 {
  color: #3a87ad;
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
	color: #c09853;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/* Left-nav //////////////////////////////////////////////////////////////////////////////////////////////////*/

#nav {
	margin-top: 3px;
}

#nav ul {
	margin: 0px 0px 3px 18px;
	padding: 6px 0px 0px 0px;
	list-style-type: none;
}

#nav ul li {
	background: url(../../includes/site_images/module/bullet.gif) no-repeat 0px 7px;
	margin: 0px;
}

#nav ul li a {
	display: block;
	padding: 0px 0px 6px 9px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#nav ul #subnav {
	margin: 0px 0px 3px;
	padding: 0px;
	list-style-type: none;
}

#nav ul #subnav li {
	background-image: none;
	margin: 0px;
}

#nav ul #subnav li a {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 0px 6px 6px 9px;
	color: #777;
}

#nav .social  {
	list-style-type: none;
	margin: 24px 18px 0px 16px;
	padding: 0px;
}

#nav .social li {
	display: block;
	float: left;
	background-image: none;
	padding: 0px;
	margin: 15px 15px 0px 0px;
}

#nav .social li a {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 32px;
	height: 32px;
}


/* Left-nav //////////////////////////////////////////////////////////////////////////////////////////////////*/


/* Left-nav //////////////////////////////////////////////////////////////////////////////////////////////////*/


.bodytext .menu {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 7px 14px 7px 14px;
	border: 1px solid #e1e1e1;
	background: #fff;
	width: 190px;
}

.bodytext .menu ul, .bodytext .menu ol {
	margin: 0px 0px 3px 0px;
	padding: 6px 0px 0px 0px;
	list-style-type: none;
}

.bodytext .menu ul li, .bodytext .menu ol li {
	margin: 0px;
	padding: 0px;
}

.bodytext .menu ul ul, .bodytext .menu ul ol, .bodytext .menu ol ol, .bodytext .menu ol ul {
	margin: 0px 0px 0px 9px;
	padding: 0px;
}

.bodytext .menu ul ul li, .bodytext .menu ul ol li, .bodytext .menu ol ol li, .bodytext .menu ol ul li {
	background-image: none;
}

.bodytext .menu ul ul li a, .bodytext .menu ul ol li a, .bodytext .menu ol ol li a, .bodytext .menu ol ul li a {
	display: block;
	padding: 0px 0px 6px 0px;
	font-size: 12px;
	line-height: 15px;
	color: #777;
	list-style-type: none;
}

.bodytext .menu ul li {
	background: url(../../includes/site_images/module/bullet.gif) no-repeat 0px 8px;
}

.bodytext .menu ul li a, .bodytext .menu ol li a {
	display: block;
	padding: 0px 0px 6px 9px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.bodytext .menu h3, .bodytext .menu h3 a {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 17.5px;
}

.bodytext .menu p, .bodytext .menu p a {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 17.5px;
}


/* Left-nav //////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Footer ////////////////////////////////////////////////////////////////////////////////////////////////////*/

.footer {
	margin: 25px 0px 25px 0px;
}

.social-footer {
	margin: 25px;
}

.social-footer ul {

}

.social-footer ul li {
	list-style-type: none;
}

.social-footer ul .press-icon {
	margin-bottom: 7px;
	padding-left: 20px;
	background: url(../../images/misc/press-icon.gif) no-repeat 0px 4px;
}

.social-footer ul .press-icon a {
	font-size: 14px;
	line-height: 20px;
}

/* Footer ////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Right-nav /////////////////////////////////////////////////////////////////////////////////////////////////*/


#right-column {
	margin-top: 311px;
}

.module {
	margin-top: 15px;
	margin-right: 20px;
	padding: 12px 14px 7px 14px;
	border: 1px solid #e1e1e1;
	background: #fff;
}

.button-account {
	background: #0088cc;
}

.button-alert {
	background: #ff0000;
}

.module-account {
	margin-top: 15px;
	margin-right: 20px;
	padding: 12px 14px 7px 14px;
	border: 1px solid #e1e1e1;
	background: #0088cc;
}

.module-button {
	margin-top: 15px;
	margin-right: 20px;
	padding: 12px 14px 7px 14px;
	border: 1px solid #e1e1e1;
}

#right-column .module {
	margin-top: 0px;
}

#right-column .module-account {
	margin-top: 0px;
}

#right-column .module-button {
	margin-top: 0px;
}

.module h3, .module h3 a {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 17.5px;
}

.module-account h3, .module-account h3 a {
	color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 17.5px;
}

.module-button h3, .module-button h3 a {
	color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 17.5px;
}

.module h3 a {
	display: block;
}

.module-account h3 a {
	display: block;
}

.module-button h3 a {
	display: block;
}

.module-account h3 a:hover {
	color: #fff;
}

.module-button h3 a:hover {
	color: #fff;
}

.module p, .module p a {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 17.5px;
}

.module h3 span {
	color: #00adee;
}

.module p small a {
	font-size: 12px;
	line-height: 15px;
	color: #333;
}

.module ul, .module ol {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
}

.module ul li, .module ol li {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
}

.module ul li a, .module ol li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.module .module-nav {
	margin: 0px 0px 3px 0px;
	padding: 6px 0px 0px 0px;
	list-style-type: none;
}

.module .module-nav li {
	background: url(../../includes/site_images/module/bullet.gif) no-repeat 0px 8px;
	margin: 0px;
	padding: 0px 0px 6px 9px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.module .module-nav li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
}


/* Right-nav /////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Release Levels ///*/

.release-levels {
	color: #999;
	position: relative;
	height: 414px;
	margin-bottom: 1em;
}

.card-mgd span {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #40a6d9;
}

.card-ntu em, .card-ntu i {
	font-style: normal;
	text-transform: uppercase;
	color: #ccc;
}

.card-ntu span {
	text-transform: uppercase;
	color: #40a6d9;
}

.release-levels .release-levels-ashokan .card-head {
	position: absolute;
	top: 31px;
	left: 296px;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 5px;
}

.release-levels .release-levels-cannonsville .card-head {
	position: absolute;
	top: 292px;
	left: 31px;
	font-size: 24px;
	line-height: 24px;
}

.release-levels .release-levels-pepacton .card-head {
	position: absolute;
	top: 292px;
	left: 257px;
	font-size: 24px;
	line-height: 24px;
}

.release-levels .release-levels-neversink .card-head {
	position: absolute;
	top: 292px;
	left: 480px;
	font-size: 24px;
	line-height: 24px;
}

.release-levels .release-levels-ashokan .card-subhead {
	position: absolute;
	top: 70px;
	left: 296px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.release-levels .release-levels-cannonsville .card-subhead {
	position: absolute;
	top: 318px;
	left: 31px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.release-levels .release-levels-pepacton .card-subhead {
	position: absolute;
	top: 318px;
	left: 257px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.release-levels .release-levels-neversink .card-subhead {
	position: absolute;
	top: 318px;
	left: 480px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.release-levels .release-levels-ashokan .card-mgd {
	position: absolute;
	bottom: 205px;
	left: 296px;
	font-size: 96px;
	line-height: 96px;
}

.release-levels .release-levels-cannonsville .card-mgd {
	position: absolute;
	bottom: 33px;
	left: 31px;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
}

.release-levels .release-levels-pepacton .card-mgd {
	position: absolute;
	bottom: 33px;
	left: 257px;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
}

.release-levels .release-levels-neversink .card-mgd {
	position: absolute;
	bottom: 33px;
	left: 480px;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
}

.release-levels .release-levels-ashokan .card-ntu {
	position: absolute;
	bottom: 215px;
	right: 55px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

/* Release Levels ///*/

/* Cards ///*/

.cards {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background-color: #fff;
	padding: 0px;
	margin-bottom: 2em;
}

.cards h2 {
	margin: 0em 0em .75em 0em;
	padding: .75em 1em;
	color: #fff;
}

.blue-bg h2 {
	background-color: #00529b;
}

.green-bg h2 {
	background-color: #009e58;
}

.cards p {
	margin: 0em 1em 1em 1em;
}

.bodytext .cards ol {
	margin: 0em;
	padding: 0em;
}

.bodytext .cards ol li {
	margin: 0em 1em 1em 2em;
}
/* Cards ///*/


/* Reservoir Levels ///*/

.map-levels {
	position: relative;
	background: url('http://www.nyc.gov/html/dep/images/graphics/maplevels.png') top left no-repeat;
	width: 649px;
}
.map-levels-info-block {
	position: absolute;
	top: 564px;
	left: 51px;
	width: 240px;
	border: 1px solid #416eaa;
	background-color: #ebf7f7;
	border-radius: 3px;
	color: #005499;
}
.map-levels-info {
	padding: 10px 10px 0px 10px;
}
.map-levels-info h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.map-levels-info p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
.map-levels-info table {
	width: 100%;
	margin-bottom: 6px;
}
.map-levels-info table thead tr th {
	font-weight: bold;
}
.map-levels-info table thead tr th small {
	display: block;
	text-align: right;
	font-weight: normal;
}
.map-levels-info table thead tr th, .map-levels-info table thead tr td {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	color: #005499;
}
.map-levels-info table tbody tr td {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #005499;
}
.map-levels-reservoir {
	position: absolute;
	width: 160px;
	border: 1px solid #416eaa;
	background-color: #ebf7f7;
	border-radius: 3px;
	color: #005499;
}
.cannonsville {
	top: 100px;
	left: 6px;
}
.pepacton {
	top: 140px;
	left: 280px;
}
.schoharie {
	top: 30px;
	left: 340px;
}
.neversink {
	top: 290px;
	left: 105px;
}
.rondout {
	top: 300px;
	left: 350px;
}
.ashokan {
	top: 220px;
	left: 440px;
}
.croton {
	top: 450px;
	left: 300px;
}
.map-levels-reservoir p {
	font-size: 11.5px;
	line-height: 15px;
	text-align: center;
	margin: 0px;
	padding: 6px 0px;
}

/* Reservoir Levels ///*/


/*
.area_header {
	font-size: 24px;
	font-weight: bold;
	color: #333;

	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	line-height: 35px;
	padding-top: 10px;
	background-color: Aqua;

	width: 510px;
	display: block;
	margin: 1px 0px 0px 25px;
	height: 23px;
}
*/

/*
.col_sub_header {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 17px;

	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	padding-top: 19px;height: 23px;

	margin: -8px 0px -8px 25px;
}
*/

.bodytext {
	margin: 0px;
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.bodytexthome {
	font-size: 12px;
	line-height: 15px;
}

.bodytexthome a {
	font-size: 12px;
	line-height: 15px;
}

.bodytexthome p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0px;
}

.bodytexthome p a {
	font-size: 12px;
	line-height: 15px;
}

/* Meeting CSS */
.balloonstyle{position:absolute; top: -500px; left: 0; padding: 5px; visibility: hidden; border:1px solid black; font:normal 12px Verdana; line-height: 18px; z-index: 100;

				background-color: white; width: 200px;

				/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

				filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);}
.event {
	background: url("../../images/misc/taltrow.gif") no-repeat 0 0 #ffffff)
}

.balloonimg{float: left; margin-right: 5px;}

#arrowhead{ z-index: 99; position:absolute; top: -500px; left: 0; visibility: hidden;}

.slide_feature { font-family: Arial; font-size: 13.5px; color: #FFF; line-height: 17px; /* width: 490px; */ font-weight: bold; z-index: 100; text-decoration: none;}
a.slide_feature { font-family: Arial; font-size: 13.5px; color: #FFF; line-height: 17px; /* width: 490px; */ font-weight: bold; z-index: 100; text-decoration: none;}
a.slide_feature:hover { font-family: Arial; font-size: 13.5px; color: #FFF; line-height: 17px; /* width: 490px; */ font-weight: bold; z-index: 100; text-decoration: none;}
.slide_feature a { font-family: Arial; font-size: 13.5px; color: #FFF; line-height: 17px; /* width: 490px; */ font-weight: bold; z-index: 100; text-decoration: none;}
.slide_text{width:477px; height:55px; *height:77px; overflow:hidden; padding:12px 16px 10px 16px; background-image:url("../../images/misc/bg.png"); background-repeat:no-repeat;}

.popup{visibility:hidden;border:2px solid #dddede;z-index:20;position:absolute;top:185px;left:318px;background-color:#ffffff;}
.popup_table{padding:14px 18px 20px 18px;}
.buttons{text-align:right; padding-top:12px;}
.popup_field{color:#000000; font-size:12px; line-height:15px; padding-top:4px;padding-bottom:5px;padding-left:8px;}
.popup_label{background-color:#e7e7e7;color:#000000; font-size:12px; line-height:15px; padding-top:6px;padding-bottom:8px;padding-right:6px; text-align:right;}

.shim{visibility: hidden;z-index:10;position:absolute;top:185px;left:318px;}

.yellow_button{
	background-color:#FFCC00;
	border-width:1px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	height:24px;
}

.header-footer-text a {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height: 12px;

}

/* Mobile Big */
.mobile-big h1 {
	font-size: 38.5px;
	line-height: 40px;
	margin: 20px 0;
}

.mobile-big h2 {
	font-size: 31.5px;
	line-height: 40px;
	margin: 20px 0;
}

.mobile-big p {
	font-size: 24.5px;
	line-height: 40px;
	margin: 0 0 20px;
}

.mobile-big ul li {
	font-size: 24.5px;
	line-height: 40px;
	margin: 0 0 20px;

/* Calculator */
a.hideDisplay {
	position: relative; /*this is key*/
	z-index: 20;
	color: #5085ca;
	text-decoration: none;
}
a.hideDisplay:hover {
	z-index: 30;
}
a.hideDisplay span.showDisplayOnHover {
	display: none;
}

/* This will only display  itslef when the user hoavers the mouse over the anchor. */
a.hideDisplay:hover span.showDisplayOnHover {
	display: block;
	position: absolute;
	padding: 0.5em;
	width: 10em;
	top: 1em;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	border-radius: 5px;
	font-size: x-small;
}
