@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #004b8d;
}
p {
	color: #004b8d;
}
a {
	color: #004b8d;
}
#outer-container {
	padding: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#container {
	width: 100%;  
	background-color:#f6f8fa;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
}
#mainContent {
	padding: 0 20px; 
}
#reminderContent {
	padding: 0 20px; 
}
#totalCalcContainer {
	padding: 0 20px; 
}
#totalCalcContainer #totalCalc {
	border-bottom:solid #c5d6de 1px;
	text-align:right;
	vertical-align:middle;
	padding:10px;
	padding-right:95px;
}
#totalCalcContainer #totalCalc input{
	width:80px;
	margin-left:20px;
	vertical-align:middle;
}
#totalCalcContainer #totalCalc label{
	font-weight:bold;
	vertical-align:middle;
	font-size:12px;
}
#mainBoxContent #reminderContent p {
	color: #004b8d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 10px;
	padding: 5px 0px;
}
#banner {
	height: 82px;
	margin-bottom: 20px;
	padding: 20px;
}

#line {
	padding:15px 15px;
}

#table_sim {
	width:100%;
}

.table_row  {
	border-bottom:solid #c5d6de 1px;
	padding: 5px 0px;
}
	
.table_head  {
	font-weight:bold;
	border-bottom:solid #c5d6de 1px;
	padding-bottom: 5px;
	height: 30px;
}	

.table_cell {
	display:block;
	color: #004b8d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 0px;
	width: 95px;
	min-width: 95px;
	float:left;
}
.table_cell_small{
	min-width:55px;
	width:55px;
}
.table_cell_big{
	min-width:132px;
	width:132px;
}
.table_cell input{
	vertical-align:middle;
}
.table_cell label{
	
}

.table_cell input.textType{	
	width:50px;
}
	
.error {
	color:#CC0000;
}
#error_display {
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	margin-top:3px;
	font-weight:bold;
}
#swap_error, #email_sent {
	color:#339900;
}
#email{
	width: 150px;
}
.error_icon_none {
	width:18px;
	height:15px;
	min-width:18px;
	display:block;
	float:left;
}
.error_icon{
	background-image:url(/images/error_button.png);
	background-repeat:no-repeat;
}
#calculator_form #outer-container .boxEdges #mainBoxWrapper #mainBoxContent #buttonControls {
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	border-bottom:solid #c5d6de 1px;
	clear: both;
	}
#calculator_form #outer-container .boxEdges #mainBoxWrapper #mainBoxContent #buttonControls input {
	margin-left:3px;
	
}
.contactform_line {
	clear:both;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:solid #c5d6de 1px;
	height:20px;
}
#contactform label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#79a1b3;
	width:60px;
	display:block;
	float:left;
	margin-left: 15px;
}
#contactform #contact_name,#contact_phone {
	width:220px;
	margin-right:2px;
}
#contactform #contact_email,#contact_company {
	width:330px;
	margin-right:2px;
}
#contactform #contact_address {
	width:650px;
	margin-right:20px;
}

#contactform input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#004b8d;
	float:left;
}
#placeorderbutton {
	text-align:right;
	width: 200px;
	float: right;
}
.admin_box{
	display:block;
	width:150px;
	float:left;
}
.clear{
	clear:both;
}

.topLeft {
	width:12px;
	height:12px;
	background-image:url(/images/TopLeft.jpg);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
}
.topRight {
	width:12px;
	height:12px;
	background-image:url(/images/TopRight.jpg);
	background-repeat: no-repeat;
	float: right;
	font-size: 1px;
}
.topLine{
	width:800px;
	height:12px;
	background-image:url(/images/line.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-size: 1px;
	background-color:#f5f4fa;
}

.bottomLeft {
	width:12px;
	height:12px;
	background-image:url(/images/BottomLeft.jpg);
	float:left;
	background-repeat: no-repeat;
	font-size: 1px;
}
.bottomRight {
	width:12px;
	height:12px;
	background-image:url(/images/BottomRight.jpg);
	float:right;
	background-repeat: no-repeat;
	font-size: 1px;
}
.bottomLine {
	width:800px;
	height:12px;
	background-image:url(/images/line.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:10px;
	font-size: 1px;
	background-color:#f5f4fa;
}

.boxEdges {
	width:798px;
	border-left-color:#004b8d;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#004b8d;
	border-right-width:1px;
	border-left-style:solid;
	margin: 0px;
	padding: 0px;
	
}

.standard
{
    /*border:1px solid black;*/
	margin-right:10px;
	margin-left: 5px;
	padding:0 20px 0 10px;	
}

#mainBoxWrapper 
{
    /*border:1px solid black;*/
	margin-right:0px;
	margin-left: 0px;
	padding:0px;
	background-color:#f5f4fa;
}
#mainBoxContent 
{
    /*border:1px solid black;*/
	margin-right:20px;
	margin-left: 20px;
	padding:0px;
	background-color:#f5f4fa;
}

#mainBoxContent p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#Bold {
	margin-right: 10px;
	margin-left: 15px;
	padding-top: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.highlight {
	font-weight: bold;
	color: #FF6600;
}
hr  {
	color: #f5f4fa;
	height: 1px;
}
#clearAll {
	clear: both;
	height: 2px;
}
#calculator_form #outer-container .boxEdges #mainBoxWrapper #mainBoxContent #bottom_line #error_display {
}
#mainBoxContent p.ItalicText {
	color: #004b8d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 10px;
	line-height:0px;
	margin-bottom: 5px;

}
#mainContent p.thankyou {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #004B8D;
}