/* GLOBAL TAG DEFINITIONS */
html,body { width:100%; height:100% }
body,div,dl,dt,dd,ul,ol,li,hr,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { margin: 0; padding: 0 }
table { border-collapse: collapse; border-spacing: 0 }
fieldset,img,hr { border: none }
address,caption,cite,code,dfn,em,th,var { font-style: normal; font-weight: normal }
caption,th { text-align: left }
ul { list-style: disc }
ol { list-style: decimal }
h1 { font-size: 16px; font-weight: bold }
h2 { font-size: 13px; font-weight: bold }
h3 { font-size: 13px; font-weight: normal }
h4 { font-size: 12px; font-weight: bold }
h5 { font-size: 12px; font-weight: normal }
h6 { font-size: 11px; font-weight: bold }
q:before,q:after { content: "" }
abbr,acronym { border: none }
hr { border-bottom: 1px solid #000; height: 1px; }


/* TAG STYLES */
body {
	text-align: left;
	font: 11px arial, sans-serif;
}

div#wrapper {
	width: 732px;
	text-align: left;
}
div#bodyWrapper {
	margin-left: 43px;
	margin-top: 16px;
}
div#bodyWrapper {
	color: #666666;
}

a {
	color: #cc8b06;
	text-decoration: underline;
}
a:hover {
	color: #6e5117;
	text-decoration: none;
}

img {
	display: block;
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #021624;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}
h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
}
h3.underline {
	text-decoration: underline;
}
h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}

p {
	margin-bottom: 10px;
}

ul {
	margin-left: 1.5em;
	margin-bottom: 10px;
}

ul.checkmark {
	list-style: none;
	margin-left: 3em;
	padding-left: 0;
}
ul.checkmark li {
	list-style-image: url(/images/bullet_check.gif);
	margin-bottom: 5px;
	padding-left: .5em;
}

/* FORM STYLES */
div.formBox {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ede8df;
}
fieldset {
	padding-left: 25px;
	margin-bottom: 20px;
}
div.formRow {
	margin-bottom: 10px;
}
div.formRow.buttonRow {
	background-color: #b5c3c6;
	padding-top: 7px;
	padding-bottom: 2px;
	padding-left: 13px;
	padding-right: 10px;
	text-align: right;
}
div.formRow.buttonRow img {
	display: inline;
}
div.formField {
	float: left;
}
div.padRight {
	margin-right: 30px;
}
div.indent {
	padding-left: 25px;
}
div.formRow input, div.formRow select, div.formRow textarea {
	font: 9px verdana, arial, sans-serif;
}
div.formRow label {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	margin-bottom: 2px;
}
div.formRow label.inline {
	display: inline;
}
input.large { width: 250px; }
input.medium { width: 145px; }
input.small { width: 75px; }
input.xsmall { width: 25px; }
textarea.large { width: 100%; height: 128px; }
div.formRow input.button, div.formRow input.chk {
	border: 0;
}
span.required { color: red; }
div.stepCounter {
	text-align: center;
	width: 685px;
	margin-bottom: 15px;
}
div.stepCounter ul.text {
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
	border-bottom: 1px dotted #666666;
	list-style: none;
	border-top: 1px solid #aaaaaa;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.stepCounter ul.text li {
	float: left;
	width: 137px;
	font-weight: bold;
	padding-top: 5px;
}
div.stepCounter ul.text li.active {
	color: #014e7c;
}
div.stepCounter ul.text li.completed {
	background-color: #f6f6f6;
	background: #f6f6f6 url(../images/checkmark.gif) 20px 18px no-repeat;
}
div.stepCounter ul.visual {
	padding: 0;
	margin: 0;
	list-style: none;
}
div.stepCounter ul.visual li {
	float: left;
	width: 137px;
	background-color: #cccccc;
	font-size: 1px;
	height: 18px;
	text-align: center;
	padding-top: 2px;
}
div.stepCounter ul.visual li img {
	display: inline;
}
div.stepCounter ul li.spacer {
	width: 17px;
	background-color: transparent;
	border: 0;
}
div.stepCounter ul.visual li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
div.stepCounter ul.visual li.active {
	background-color: #dd9900;
}

div.terms {
	height: 300px;
	overflow: auto;
	padding: 10px;
	border: 1px solid #888888;
	background-color: #fafafa;
}

/* GENERAL USE STYLES */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.warning {
	border: 1px solid red;
	padding: 10px;
	background-color: #eeeeee;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.warning ul {
	margin-left: 1.5em;
	margin-top: 10px;
}
.warning h3 {
	color: red;
}
.message {
	border: 1px solid green;
	padding: 10px;
	background-color: #eeeeee;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.red {
	color: red;
}