body, html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font: 80%/120% Verdana, Arial, Helvetica, sans-serif;
	color: #545454;
	background: #DDDDDD;
}

#contents, #clear {
	width: 700px;
}

#contents {
	height: 100%;
	min-height: 100%;
	margin: 0px auto -18px auto;
	text-align: left;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: url("../images/layup/page_background.gif") repeat-y top left;
}

/*ie wont see this, other browsers will*/
body>div#contents{
	height: auto;
}

#clear {
	height: 27px;
}

#footer {
	margin: 0px auto;
	width: 480px;
	text-align: center;
}

#top {
	height: 102px;
	background: #003366 url("../images/layup/top_back.gif") no-repeat bottom right;
	border-bottom: 1px solid #FFFFFF;
}

#top object {
	float: left;
	margin: 13px 0px 12px 0px;
}

#top address {
	color: #FFFFFF;
	font-style: normal;
	text-align: right;
	padding: 28px 15px 12px 0px;
	font-size: 120%;
}

#main_right {
	float: right;
	width: 208px;
	background: #F2EFE0 url("../images/layup/main_right_back.gif") no-repeat top left;
}

#main_right ul {
	margin: 15px 0px 0px 66px;
	padding: 0px;
	height: 193px;
}

#main_right li {
	list-style: none;
	padding: 3px 0px 3px 0px;
}

#main_right li a {
	text-decoration: none;
	line-height: 20px;
	color: #5F5E5D;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
}

#main_right a:hover {
}

#guide_head {
	margin: 0px 3px 0px 4px;
}

#guide_text {
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 18px 18px 18px 33px;
	background: url(../images/layup/convey_arrow.gif) no-repeat 0% 19px;
}

#guide_icons img {
	margin: 0px 4px 0px 4px;
}

#guide_icons img.left {
	margin-left: 15px;
}

#guide_icons img.right {
	margin-right: 15px;
}

/* the following rule is recognized only by IE */
* html body #main_left {float: left;}

#main_content {
	margin: 10px 18px 0px 18px;
}

#main_column {
	background: url(../images/layup/main_bottom.gif) repeat-x left bottom;
}

#main_top {
	height: 85px;
	background: url(../images/layup/main_top_back.gif) repeat-x left bottom;
}

#calculator_form {
	margin: 0px 10px 0px 10px;
}

#calculator_form td {
	padding: 5px;
}

/* Tags */
h1 {
	display: none;
	font-size: 150%;
	color: #003366;
}

a {
	color: #003366;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

/* Custom styles */
.amount {
	text-align: right;
}

.spacer {
	width: 100px;
}

.box_holder {
	float: left;
	width: 222px;
}

.box_head {
	line-height: 27px;
	background: url("../images/layup/box_head.gif");
	color: #908F5B;
	padding: 0px 15px 0px 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
}

.box_content {
	margin-top: -9px;
	height: 80px;
	padding: 18px 5px 0px 40px;
	background: url("../images/layup/box_content.gif");
}

/* the following rule is recognized only by IE */
* html body .box_content {margin-top: 0px;}

.box_content_button {
	float: right;
	width: 62px;
	height: 23px;
	margin-top: 5px;
	padding: 15px 8px 0px 8px;
	color: #FFFFFF;
	background: url("../images/layup/box_content_button.gif");
}

.margin_right {
	margin-right: 12px;
}

.image_holder {
	float: right;
	margin: 0px 0px 15px 15px;
}

.blue_text {
	color: #003366;
}

.bold {
	font-weight: bold;
}

.total_span {
	border-top: 1px solid #003366;
	border-bottom: 2px solid #003366;
}

.contactform  {
	padding: 0px;
	margin: 0px;
}

.contactform p {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.contactform label {
	float: left;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 150px;
}

.contactform span {
	float: left;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}

.textform, .textformactive, .calculatorform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.textform {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #C6C6BA;
}

.textformactive {
	color: #000000; 
	background-color: #F2EFE0;
	border: 1px solid #C6C6BA;
}

.fix_width {
	width: 195px;
}

select.fix_width {
	width: 199px;
}

.calculator_radio {
	float: left;
}

.calculator_radio p {
	padding: 0px;
	margin: 0px;
}

.calculator_radio p img {
	vertical-align: top;
}

.calculatorform {
	width: 163px;
	height: 25px;
	line-height: 25px;
	border: 0px;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 9px 0px;
	background: url("../images/layup/calculator_input.gif") no-repeat;
}

.imagescroll {
	overflow: auto;
	width: 500px;
	padding-right: 2px;
	padding-left: 2px;
	height: 185px;
}

.convey_guide {
	display: none;
	margin: 0px 15px 0px 15px;
}

.main_head, .sub_head {
	color: #003366;
	font-weight: bold;
}

.main_head {
	margin-top: 0px;
	font-size: 120%;
}

.sub_head {
	font-size: 110%;
}