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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #002E46;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a.other:hover {
    background:#FFFFFF;
	text-decoration:none; /*BG color is a must for IE6*/
}
a.tooltip span {
    display:none;
	padding:2px 3px;
	margin-left:8px;
	width:130px;
}
a.tooltip:hover span {
    display:inline;
	position:absolute;
	background:#FFFFFF;
	border:1px solid #cccccc;
	color:#6c6c6c;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
span a {
	color:#004B71;
	font-size:14px;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}
span a:hover {
	color:#666666;
	font-size:14px;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container {
	width: 1042px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtr #mainContent {
	background-image: url(images/bg_amino_rush.gif);
}
.oneColFixCtr #mainText {
	padding: 0px 100px 0px 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 842px;
}
.BodyTextHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004B71;
	font-style: italic;
}
.oneColFixCtr #mainBoxes {
	padding: 0px 0px 0px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.Text_Box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-style: normal;
	text-align: justify;
	width: 257px;
	height: 175px;
}
.Text_BoxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	width: 327px;
	font-weight: bold;
}
.Yellow_Button {
	background-image: url(images/box/b_yellow.png);
	background-repeat: no-repeat;
	width: 266px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
}
.Text_PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004B71;
	font-style: normal;
	text-align: center;
	width: 1042px;
	font-weight: bold;
}
.BodyTextMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.BodyTextMainBLUE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
	text-align: center;
	font-style: italic;
}
.Text_Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #004B71;
	font-style: normal;
	text-align: center;
	width: 1042px;
}
.Order_Box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004B71;
	font-style: italic;
	text-align: left;
	width: 257px;
	height: 175px;
}
.invisible_space {
	margin-right: 10px;
}
.quote_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
}
.orderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #004B71;
	text-align: center;
	font-style: normal;
}
.EmergencyBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002E46;
	background-color: #FFB600;
	height: 150px;
	width: 830px;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}
.faqText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
.FAQTextHeaderCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004B71;
	font-style: normal;
}
.faqTextIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	margin-left: 400px;
	padding-left: 20px;
	width: 400px;
}

