@charset "utf-8";
/* CSS Document */

/* #### CALCULATORS.css in v7 #### */
#calculators-selection-menu {
  position: relative;
  width: 100%;
  float: left;
}

#calculators-selection-calculate-your-cost {
  line-height: 1.2em;
  margin-top: 1.5em;
}

#calculators-selection-style {
  position: relative;
  width: 100%;
  float: left;
}

#calculators-selection-style-text {
  line-height: 1.2em;
  margin-top: 1.5em;
}

.sidebar-h {
	color: #039;
	font-weight: lighter!important;
}

.calc { 
  width: 45px;
  height: 45px;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  cursor: pointer;
  background-image: url('../images/calc_icon-sprite2.png');
  margin: 0 .35em .35em 0; 
}


#newage { background-position:-275px -20px; }
#newage.on { background-position:-274px -99px; }

#oldie { background-position:-322px -20px; }
#oldie.on { background-position:-322px -99px; }

#docscalc { background-position:-156px -20px; }
#docscalc.on { background-position:-156px -99px; }

#writecalc { background-position:-217px -20px; }
#writecalc.on { background-position:-217px -99px; }

#emailcalc { background-position:-23px -19px; }
#emailcalc.on { background-position:-23px -98px; }

#meetingcalc { background-position:-89px -19px; }
#meetingcalc.on { background-position:-89px -98px; }

#writecalcBin, 
#docscalcBin, 
#meetingcalcBin, 
#emailcalcResult, 
#docscalcResult, 
#writecalcResult, 
#meetingcalcResult { 
  display: none; 
}


p {
  color: #676767;
}

#maincontent {
	display: inline;
	width: 100%;
	background-color: #036;
}

#calcControl {
	min-width: 280px;
	float: left;
	width: 25%;
	padding: 2em;
	padding-top: 0;
}

#calcControl .calcHeading {
  float:left;
  width:40%;
  line-height:1.4em;
}


#mainarea {
	/* float: left;
	width: 40em !important; */
	padding: 2em;
	background: rgba(26, 90, 133, 0.2);
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.instruct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #EEE;
	line-height: 1.5em;
	margin: 0 0 3em 0;
}


.calcRow {
	/* display:inline-block; */
	margin-bottom:1.5em;
}
	
.dialBin {
	float:left;
	width:75px;
}

/*
.descBin {
	float:right;
	width:500px;
}
*/

#dialhelp {
	display:none;
}

#dialhelp li {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.35em;
	font-size: 11pt;
}

.dialHeading {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14pt;
	color: #039;
	line-height: 1em;
	margin-bottom: .4em;
}

.dialDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666;
}

#calcResult {
	display: none;
}



a:link, 
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

/* #### MAIN.css in v7 #### */

.lightsout {
	display:none;
}

.fauxlink {
	color: rgb(182, 211, 28);
	text-decoration:none;
	margin:0;
}

.fauxlink:hover {
	color:rgb(115, 173, 206);
	text-transform:uppercase;
	cursor:pointer;
}

.bottom7px {
	margin-bottom:7px;
}

.sidewidget_bin {
	display:inline-block;
}

.no-bottom-margin {
	margin-bottom:0;
}


.input-cell {
	text-align:center;
}

.input-cell-even {
	background-color:#dad6cc;
	vertical-align:middle;
	text-align:center;
}

.input-cell-odd {
	background-color:#fff;
	vertical-align:middle;
	text-align:center;
}



#mainareaBin {
	width:100%;
	background-color:#FFF;
	box-shadow: rgba(200,200,200,.3) 0px 1px 8px;
}

#mainBanner {
	min-width: 900px;
	margin-bottom: 0;
	background: #17262c url(../images/bg-banner.jpg) center center no-repeat;
	text-shadow: none;
	height: 422px;
	text-align: right;
	display: none;
}

#contentBin {
	position:relative;
	background:#FFF;
	margin-left:3%;
	width:96%;
	max-width:900px;
	padding:2em 3% 0 1%;
}

#block-block-19 {
	float: left;
}