/* ----- initialize tags ----- */
* {
	margin:0;
	padding:0;
	text-decoration:none;
	font-size:100.01%;
}
ul, ol, dl {
	list-style:none;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, select, label, option {
	margin:0;
	padding:0;
}
a img, :link img, :visited img, th, td, fieldset {
	border:none;
}
address {
	font-style:normal;
}


/* ----- global styles ----- */
body {
	width:980px;
	margin:30px auto;
	padding-left:30px;
	font:12px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	position:relative;
}
#wrapper {
	margin-bottom:50px;
}
a:hover {
	text-decoration:underline;
}
img {
	margin-bottom:20px;
}
p, ol, ul {
	margin-bottom:15px;
}
strong {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#c1262f;
}
em {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#c1262f;
	font-style:normal;
}
ol {
	list-style:decimal;
	list-style-position:outside;
	margin-left:20px;
}

ul {
	margin-bottom:20px;
}
ul li {
	line-height:18px;
}
ul ul {
	margin:0 0 0 20px;
}


/* ----- header styles ----- */
.header {
	margin-bottom:0px;
}
.header h1 {
	position:absolute;
	text-indent:-9999em;
}


/* ----- left-column styles ----- */
#left-column {
	width:365px;
	float:left;
	margin:5px 62px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}



/* ----- right-column styles ----- */
#right-column {
	width:522px;
	float:left;
}


/* ----- form styles ----- */
form {
	margin: 0 0 2em 0;
	border:none;
}
fieldset {
	margin-bottom: 20px;
	float:left;
	clear:left;
	width:520px;
	border: 1px solid #d48992;
}
legend {
	margin-left: 1em;
	color:#c1262f;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
fieldset ol {
	padding:1em 1em 0 1em;
	list-style:none;
}
fieldset li {
	padding-bottom:1em;
	float:left;
	clear:left;
	width:100%;
}
div.submit {
	float:none;
	width:auto;
	padding:0 0 1em 14em;
}
div.calcsubmit {
	float:none;
	width:auto;
	padding:0 0 1em 18em;
}
label {
	position:relative;
	float:left;
	width:11em;
	margin-right:1em;
	text-align:left;
}
.calculator label {
	width:12.5em;
	margin-right:2em;
	text-align:right;
}
label em {
	position:absolute;
	left:7.3em;
	top:0;
}
label strong {
	position:absolute;
	left: 27em;
	top:.5em;
	width:30em;
	color:#FF0000;
	font-size:85%;
	font-weight:normal;
	text-transform:uppercase;
	display:none;
}
label strong.calendar {
	position:absolute;
	left: 16em;
	top:0;
	width:4em;
	display:block;
}
