@CHARSET "UTF-8";

html {
	overflow: auto;
	width: auto;
	height: auto;
}

body {
	background-color: #e7eff5;
	color: black;
	margin: 10px;
	height: auto;
	width: auto;
	font: normal 8pt Verdana, Arial, sans-serif;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
	width: 0;
	height: 0;
}

div#wrapper {
	width: 770px;
	height: 79px;
	left: 50%;
	margin: 0 0 0 -385px;
	border: 0;
	padding: 0;
	position: absolute;
	background-color: #e7eff5;
}

div#banner {
	height: 79px;
	margin: 0;
	padding: 0;
	border: 0;
}

#tabs {
	height: 42px;
	margin: 0;
	padding: 0;
	background-color: white;
	width: 750px;
}

div.pageColumns {
	width: 750px;
	height: auto;
	min-height: 300px;
	background-color: #ffffff;
	padding: 10px;
	margin: 0;
	overflow: hidden;
}

div.pageColumn0 {
	width: 490px;
	float: left;
	height: 100%;
	background-color: #e7eff5;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

div.pageColumn0 h1 {
	margin: 0.3em 0 0.3em 0.75em;
  text-align: left;
}

.section {
	margin: 0 0.6em;
	padding-left: 0.25em;
}

div.pageColumn1 {
	width: 250px;
	float: right;
	height: 100%;
	background-color: #e7eff5;
	padding-bottom: 32767px;
	margin-bottom: -32767px;	
}

div.pageColumn1 p {
	margin: 5px;
  line-height: 1.5em;
}

#ccPayment {
  display: none;	
}

#ccTypes {
	text-align: center;
}

#ccTypes li {
  display: inline;	
}

#ceftPayment {
	display: none;
}

#sampleCheck {
	font-size: 13px;
	font-weight: bold;
	width: 440px;
	display: none;
}

img.btnBack {
	left: 269px;
	top: 0;
	width: 100px;
	height: 25px;
	position: relative;
}

img.btnBack:hover, input.btnSubmit:hover {
	cursor: pointer;
}

img.btnBackDisabled {
	left: 269px;
  top: 0;
  width: 100px;
  height: 25px;
  position: relative;
}

img.btnBackDisabled:hover {
  cursor: default;
}

.txtBold {
	font-weight: bold;
}

.txtNormal {
	font-weight: normal;
}

input.btnSubmit {
	left: 293px;
	top: 0;
	width: 100px;
	height: 25px;
	position: relative;
}

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

h1 {
	margin: 0.3em 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #002d59;
}

h2 {
	margin: 0.3em 0.5em 0.3em 0.5em;
	padding: 0 0 0.2em 0.9em;
	border-bottom: 1px solid #C0C0C0;
	font-size: 1.1em;
	font-weight: bold;
	color: #002d59;
}

a:link, a:visited {
	color: #002d59;
	text-decoration: none;
	background-color: transparent;
}

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

p {
	padding: 5px;
	font-weight: bold;
	color: #002d59;
}

ul {
	list-style: none;
	color: #002d59;
	padding: 0.25em;
	margin: 0.6em;
	vertical-align: middle;
}

li {
	margin: 5px 0;
	vertical-align: middle;
}

ul#faq {
  line-height: 1.4em;	
}

li.answer {
	font-style: italic;
	font-weight: bold;
	padding-bottom: 10px;
}

#email {
	margin: 0 1.4em;
  padding-left: 0.25em;
}

#email label {
	width: auto;
}

#tab1 {
	position: relative;
	top: -22px;
	left: 17px;
	width: 175px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;	
	color: #002d59;
}

#tab2 {
  position: relative;
  top: -22px;
  left: 173px;
  width: 175px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #002d59;
}

#tab3 {
  position: relative;
  top: -22px;
  left: 340px;
  width: 175px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #002d59;
}

#topLinks {
  position: relative;
  top: -3.4em;
  left: 511px;
  width: 250px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #002d59;
}

#content-middle {
	margin-top: 10px;
	width: 100%;
}

#content-middle-left {
	float: left;
	width: 50%;
}

#content-middle-right {
	float: right;
	width: 50%;
}

#clearingElem {
  clear: both;
  margin: 0 0.6em;
}

#navButtons {
	background-color: #ffffff;
	display: block;
	padding-top: 10px;
	width: 770px;
}

#navButtons img, #navButtons input {
	display: inline;
}

#pageColumnFooter {
	height: 88px;
	display: block;
}

#pageFooter {
	width: 500px;
	text-align: center;
  font-size: xx-small;
  font-weight: bold;
}

label {
	float: left;
  width: 200px;
  margin-right: 5px;
  text-align: right;
  padding-top: 0.4em;
  font-weight: bold;
}

span.invalidValue {
  margin-left: 5px;
  color: #CD5C5C;  
  font-weight: bold;
  text-align: left;
  display: inline;
  zoom: 1;
}

label.radioLabel {
	float: none;
  width: auto;
}

input[type="text"], input[type="password"], select {
	border-style: inset;
	color: #000000;
}

input.txtInput, select.txtInput {
	border-style: inset;
  color: #000000;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input.radioBtn {
	vertical-align: text-bottom;
}

.btnRadio {
	float: none;
	width: auto;
}

.superscript_xxs {
	color:#003366;
	vertical-align: super;
	font-size: xx-small;
}

.warningText {
	color: #CD5C5C;
	font-weight: bold;
	font-size: 1.3em;
}

.hl_red {
	background-color: #CD5C5C;
}

div#noScript, div#errDetails {
  margin: 0;
  padding: 10px;
  background-color: white;
}

div#noScript h1 {
  font-size: 2.0em;
  color: #DC143C; 
}

div#noScript h2 {
  margin: 0;
  padding: 10px 0;
}

div#noScript h3 {
  padding: 0 5px;
  font-size: 1.0em;
  font-weight: bold;
  color: #002d59;
}

div#noScript h4 {
  padding: 0 15px;
  font-size: 0.9em;
  font-weight: bold;
  color: #002d59;
}

.lightGreyBackground {
	background-color: #E7EFF5;
}

.noLeftPadding {
	padding-left: 0;
}

#faqs {
	background-color: #ffffff;
}

#faqs h1 {
	margin: 0;
	padding: 10px 0 10px 0;
}

#links {
	font-weight: bold;
	margin-bottom: 10px;
}

/*
  Impromptu
*/
.jqifade{
  position: absolute; 
  background-color: #aaaaaa; 
}
div.jqi{ 
  width: 400px; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  position: absolute; 
  background-color: #ffffff; 
  font-size: 12px; 
  text-align: left;
  border: solid 1px #eeeeee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 7px;
}
div.jqi .jqicontainer{ 
  font-weight: bold; 
}
div.jqi .jqiclose{ 
  position: absolute;
  top: 4px; right: -2px;
  width: 18px; 
  cursor: default; 
  color: #bbbbbb; 
  font-weight: bold; 
}
div.jqi .jqimessage{ 
  padding: 10px; 
  line-height: 20px; 
  color: #444444; 
}
div.jqi .jqibuttons{ 
  text-align: right; 
  padding: 5px 0 5px 0; 
  border: solid 1px #eeeeee; 
  background-color: #e7eff5;
}
div.jqi button{ 
  padding: 3px 10px; 
  margin: 0 10px; 
  background-color: #2F6073; 
  border: solid 1px #e7eff5; 
  color: #ffffff; 
  font-weight: bold; 
  font-size: 12px; 
}
div.jqi button:hover{ 
  background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
  /*background-color: #8DC05B;*/
  background-color: #002D59;
}
.jqiwarning .jqi .jqibuttons{
	/*#002D59;#BF5E26*/
  background-color: #002D59;
}