html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin:  0;
	padding:  0;
	border:  0;
	outline:  0;
	font-weight:  inherit;
	font-style:  inherit;
	font-size:  100%;
	font-family:  inherit;
	vertical-align:  baseline;
}
/* remember to define focus styles! */
: focus {
	outline:  0;
}
body {
	line-height:  1;
	color:  black;
	background:  white;
}
ol, ul {
	list-style:  none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:  separate;
	border-spacing:  0;
	padding: 0;
}
caption, th, td {
	font-weight:  normal;
}
blockquote: before, blockquote: after,
q: before, q: after {
	content:  "";
}
blockquote, q {
	quotes:  "" "";
}

* { margin:  0; padding:  0; }

body {
	font: 62.5% georgia, Arial, Tahoma, Verdana, sans-serif;
	background-color: #fff;
	color: #444;
}

.required {
	color: red;
	font-size: 1.3em !important;
	font-weight: bold !important;
}

div#wrapper {
	margin: 0.25em auto;
	width: 999px;
	height: auto;
}

div#info {
	width: 689px;
	height: 195px;
	float: left;
}

div#info h1 {
	font-size: 1.6em;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 125%;
	margin-top: 1em;
}

div#logo {
	background: url(../images/logo.png) no-repeat;
	width: 310px;
	height: 195px;
	float: right;
}

div#footer {
	clear: both;
	margin:  2em 0 1em 0;
	text-align:  center;
	font-size:  1.3em;
	font-weight: bold;
}

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

/***********************
	Main
***********************/
div#main {
	margin:  1em auto;
	width:  100%;
	text-align: center;
}

#main h1 {
	background-color: #000;
	font-size: 2em;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 125%;
	color: #fff;
	height: 30px;
}

/***********************
	End Main
***********************/

#main div#start {
	width: 95%;
	align: center;
	text-align: left;
	float: left;
	margin: 1em;
}

#main div#start label {
	font-size: 1.4em;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #444;
	padding: 5px 10px 5px 5px;
	display: block;
	width: 200px;
	text-align: right;
	float: left;

	margin-top: 1em;
}

#main div#start input {
	border: 1px solid #CCCCFF;
	width: 200px;
	padding: 5px;
	float: left;
	margin-top: 1em;

	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}


#main div#start input.clr {
	border: none;
	width: 15px;
	clear: both;
	margin-top: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
}


#main div#start select {
	border: 1px solid #CCCCFF;
	width: 212px;
	padding: 5px;
	float: left;
	margin-top: 1em;

	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

#main div#start textarea {
	border: 1px solid #CCCCFF;
	width: 200px;
	height: 100px;
	padding: 5px;
	float: left;
	margin-top: 1em;

	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

div.clear {
	clear: both;
}

fieldset {
	border: 1px solid #444;

	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	margin-top: 1em;
}

legend {
	border: 1px solid #444;

	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	margin-left: 20px;
	padding: 5px;

	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
}


#main div#msg {
	width: 99%;
	align: center;
	text-align: left;
	float: left;
	margin: 1em;

	display: none;

	color: red;
	font-size: 2em;
}


#main div#crux {
	width: 99%;
	align: center;
	text-align: left;
	float: left;
	margin: 1em;

	display: none;
}

#main div#crux div#left {
	width: 47%;
	align: center;
	text-align: left;
	float: left;
	margin: 1em;
}

#main div#crux div#left h1 {
	background-color: #000;
	font-size: 2em;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	letter-spacing: 1px;
	line-height: 125%;
	color: #fff;
	height: 30px;
	text-align: center;
}

#main div#crux div#left h2 {
	background-color: #000;
	font-size: 1.7em;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	letter-spacing: 1px;
	color: #fff;
	height: 25px;
	text-align: center;
}

#main div#crux div#left label {
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	color: #444;
	padding: 5px 10px 5px 5px;
	display: block;
	width: 175px;
	text-align: left;
	float: left;

	margin-top: 1em;
}

#main div#crux div#left label.hlite {
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}

#main div#crux div#left label.fineprint {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}

#main div#crux div#left input, textarea {
	border: 1px solid #CCCCFF;
	width: 60px;
	padding: 5px;
	float: left;
	margin-top: 1em;

	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: normal;
}

#main div#crux div#center {
	height: 2500px;
	margin: 1.5em 0 0 0;
	width: 3px;
	background-color: #000;
	float: left;
}

#main div#crux div#right {
	width: 48%;
	align: center;
	text-align: left;
	float: right;
	margin: 1em;
}

#main div#crux div#right h1 {
	background-color: #000;
	font-size: 2em;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	letter-spacing: 1px;
	line-height: 125%;
	color: #fff;
	height: 30px;
	text-align: center;
}

#main div#crux div#right h2 {
	background-color: #000;
	font-size: 1.7em;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	letter-spacing: 1px;
	color: #fff;
	height: 25px;
	text-align: center;
}

#main div#crux div#right h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	letter-spacing: 1px;
	color: #444;
	height: 25px;
	align: left;
	text-align: left;
}

#main div#crux div#right label {
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	color: #444;
	padding: 5px 10px 5px 5px;
	display: block;
	width: 175px;
	text-align: left;
	float: left;

	margin-top: 1em;
}

#main div#crux div#right label.hlite {
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}

#main div#crux div#right label.fineprint {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}

#main div#crux div#right input, textarea {
	border: 1px solid #CCCCFF;
	width: 60px;
	padding: 5px;
	float: left;
	margin-top: 1em;

	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: normal;
}

#main div#crux div#right div#guides {
	display: none;

	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-bottom: 2px solid #222;
	border-right: 2px solid #222;

	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	width: 800px;
	min-height: 400px;
	height: auto;

	position: absolute;
	top: 1400px;
	left: 300px;
	z-index: 1000;

	background-color: #f7f7f7;

	padding: 10px;
	margin-bottom: 3em;
}

#main div#crux div#right div#guides a {
	text-decoration: none;
	color: #003F87;
	font-size: 1.6em;
}

#main div#crux div#right div#guides table {
	font-size: 1.1em;
	line-height: 120%;
}

#main div#crux div#right div#guides input {
	border: none;
	width: 15px;
	padding: 0;
	margin-top: 0;
}

#main div#crux div#right div#packets input {
	border: none;
	width: 15px;
	padding: 0;
	margin-top: 3px;
}

#main div#crux div#right div#packets label {
	border: none;
	width: 40px;
	padding: 0 0 3px 5px;
	margin-top: 0;
}

#main div#crux div#right div#sbt {
	text-align: center;
	align: center;
}

#main div#crux div#right div#sbt input {
	width: 135px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 2px;
}


div#final {
	display: none;
}

div#processing {
	display: none;
	margin: 1em;

	font-size: 1.4em;
	font-weight: bold;
	color: #880000;
}

p.mandatory_fields {
	width: 750px;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: none;
	margin-left: 90px;
	text-decoration: underline;
}

p.select_state {
	width: 750px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	padding: 10px 0 0 0;
	margin-left: 90px;
	text-decoration: none;
}
