body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	background: #fff;
	font-size:15px;
	color: #232323;
}

#wrapper {
	min-width: 960px;
}

#content {
	min-height: 610px;
}

#header {
	width: 100%;
	height: 125px;
	background: url("../images/header.jpg") no-repeat #00004E;
	position:relative;
	color: #fff;
}
#sponsor-top {
	position:absolute;
	bottom:10px;
	right: 10px;
	padding-left: 400px;
	width: 300px;
	text-align:right;
	font-family: "Times New Roman", Times, serif;
}
#column1 {
	width: 680px;
}
#column2 {
	left:675px;
	position:absolute;
	top:135px;
	width:260px;
	min-height: 567px;
	border: 1px solid #ccccee;
	padding:10px;
	padding-bottom: 0;
}

#column3 {
	width:866px;
	min-height: 200px;
	border: 1px solid #ccccee;
	padding:10px 40px;
	margin: 0px 0 10px 10px;
}
#footer {
	width: 100%;
	height: 40px;
	background: url("../images/footer.jpg") bottom right no-repeat #00004E;
	color: #fff;
	font-size: .7em;
	font-family: "Times New Roman", Times, serif;
	padding-top: 35px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer p {
	width: 950px;
	text-align: center;
}

.center {
	text-align: center;
}

#header a img {
	border:1px solid #00004E;
	margin-top:5px;
}

#header a img:hover {
	border:1px solid #fff;
}

.clear {
	clear:both;
	display: hidden;
}
/***********   TYPOGRAPHY   *********************/

h2 {
	font-size:1.7em;
 	font-variant: small-caps;
 	color:#111111;
	font-family: Futura, "Helvetica Neue", Arial, sans-serif;
	letter-spacing:-1px;
	padding: 10px;
	background: #ccccee;
	text-align: center;
	margin-bottom: 8px;
}

a {
	color:#00004E;
}

a:hover {
	color: red;
}

.pullquote_right {
	color: #33334E;
	float:right;
	height:2.8em;
	width:10.1em;
	margin: 0;
	font-family: Times, serif;
	font-size:22px;
	line-height:16px;
	text-align: right;
	margin: 5px -28px 5px 0px;
}
.pullquote_left {
	color: #33334E;
	float:left;
	height:2.8em;
	width:10.8em;
	margin: 5px 5px 5px -28px;
	font-family: Times, serif;
	font-size:22px;
	line-height:18px;
	text-align: left;
}


/************   SIDEBAR (column2) STYLES ************/

#column2 li a {
	font-size: 1.2em;
	margin-bottom: 8px;
	display:block;
	margin-left:-8px;
}

#column2 li {
	margin-bottom: 6px;
	font-size: 80%;
}

#column2 ul {
	margin-left: 10px;
}


#column2 p {
	font-size: .8em;
	text-indent: 8px;
	margin-bottom: .5em;
}

#column2 ul {
	border-bottom: 1px solid #ccccee;
	margin-bottom: 8px;
}

/************   SIDEBAR2 (column3) STYLES ************/


#column3 p {
	font-size: .8em;
	margin-bottom: .5em;
}


/************   Calculator Styles **************/


.ic_wrapper, .iec_wrapper {
	height: 23em;
	width: 300px;
	border: 1px solid #ccccee;
	padding: 10px 5px 10px 5px;
	line-height: 1.7em;
	margin: 10px;
	float: left;
}

#icmttwrapper, #icsngwrapper {
	float:left;
	height: 12em;
}

#icsngwrapper {
}

#icmttwrapper p {
	text-align: left;
}

#icmttwrapper .ic_result p.center, #icsngwrapper .ic_result p.center {
	text-align: center;
}
#icsngwrapper .ic_result p#sngresultData {
	text-align: left;
}

#icsngwrapper p {
	line-height: 3.5em;
}

#icsngwrapper #sngresultWindow p {
	line-height: 1.7em;
}

#icmttwrapper label {
	font-size: .8em;
}

.iec_wrapper {
	line-height: 1.64em;
}

.red {
	color: red;
}

.calculator em {
	font-size: .85em;
}

.ic_result, .iec_result, #icmttresultWindow {
	display:none;
	color:#111111;
}

#icmttresultWindow, #sngresultWindow {
	padding: 2px .5em;
	text-align: left;
}
input.ic, div.iec_wrapper div.submit_crop input {
	width: 30px;
	height: 12px;
	font-size:10px;
}

//*.iec_wrapper input.iec-calculate {
	width: 8em;
	height: 1.2em;
}*//

input.ic_calculate {
	width: 75px;
	margin-right: 1em;
}

.iec_wrapper p {
	margin-bottom: 2px;
}

.ic_result p, .iec_result p {
	margin: 0;
	text-align: center;
}

.ic_result p {
	font-size: .93em;
}
.ic-result p.result_p {
	padding-top: 0px;
}

.ic_result, .iec_result {
	margin-top: 10px;
	background: #e8e8Fe;
	border: 1px solid gray;
}

div.ic_wrapper br, div.iec_wrapper form div.breakless br {
     display:none;
     }
     
span.result_style {
	font-weight: bold;
}

div.iec_wrapper select {
	width: 220px;
	margin-bottom: 5px;
}

input.ic-calculate:hover, input.iec-calculate:hover  {
	color: red;
}

#ic select {
	display: block;
	margin-bottom: 8px;
}

/*-----------Constant Contact------------*/

#cc-form {
	background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    padding: 10px 10px 0;
    position: absolute;
    right: 200px;
    top: 5px;
    z-index: 100;
    line-height: normal;
   
}

#cc-form span {
	 color:#0D0C96;
}
tr, th, td {
	padding-bottom: 6px;
}
