@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	background-image: url(images/bkd_brushed.jpg);
	background-repeat: repeat;
	vertical-align: top;
}
.inside_body_text {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	vertical-align: top;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
ol, ul  {
	list-style: none;
}
ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/square.png);
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
}
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	width: 1046px;
	margin: 0 auto;
}
.main_content_area {
	background-color: #FFF;
	background-image: url(images/hp_pix.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 391px;
	width: 940px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}
li {
	padding-left: 0px;
	margin-left: 16px;
}
.ins_content_area {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	height: 391px;
	width: 940px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}

/* END STRUCTURE */


.sidebar_left {
	background-image: url(images/side_left.jpg);
	background-repeat: repeat-y;
}
.sidebar_right {
	background-image: url(images/side_right.jpg);
	background-repeat: repeat-y;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	vertical-align: bottom;
}
.text_intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}
.hp_services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #999;
	font-style: italic;
	padding-left: 15px;
}
.hp_services_hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #D4501F;
	font-style: italic;
	font-weight: bold;
	padding-left: 15px;
}
.body_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #D4501F;
	font-style: normal;
	font-weight: bold;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.orange {
	color: #D4501F;
}
a.steps:visited {
	text-decoration: none;
	text-align: right;
}
a.steps:hover {
	text-decoration: underline;
	text-align: right;
}
a.steps:active {
	text-decoration: none;
	text-align: right;
}
