html {
	margin:0px; padding:0px;
}
body {
	margin:0px; padding:0px;
	background: url('../images/backfade.gif') top left repeat-x #D1D1C8;
	text-align:center;
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:17px;
	height: 100%;
}
.clear {
	clear:both;
}
a:link {
	/*color:#6F6F6F;*/
	color:#5D5D5D;
	text-decoration:underline;
}
a:visited {
	/*color:#AFAFAF;*/
	color:#6F6F6F;
	text-decoration:underline;
}
a:hover {
	color:#F58026;
	/*text-decoration:none;*/
}
a img {
	border:none;
}
#outside {
	text-align:left;
	position:relative;
	margin:0px auto;
	width:865px;
	min-height: 100%;
}
.mainmodule {
	position:relative;
	margin-bottom:3px;
}
#header *, #mainNav * {
	margin:0px; padding:0px;
}
#header {
	height:72px;
	background: url('../images/headerback.gif') bottom left repeat-x #FFF;
	text-align:right;
	font-family:helvetica, arial, sans-serif;
	padding:4px 16px;
	color:#6F6F6F;
}
#header a:link, #header a:visited {
	color:#6F6F6F;
	text-decoration:none;
}
#header a:hover {
	text-decoration:underline;
}
#rmglogo {
	position:absolute;
	text-align:left;
	left:15px;
	top:0px;
	height:40px;
	width:500px;
}

#nexttologo {
	position:absolute;
	text-align:left;
	left:321px;
	top:55px;
	height:16px;
	width:339px;
}

#rmglogo * {
	margin:0px;
}
#rmglogo img {
	float:left;
	margin-right:16px;
	margin-top:0px;
}
#searchline img {
	margin-bottom:-3px;
	line-height:18px;
}
#searchline form {
	display:inline;
}
#searchline input {
	margin-bottom:-6px; /* only applies to submit button */
}
#searchline #q {
	height:12px;
	line-height:11px;
	font-size:9px;
	text-align:right;
	margin-right:2px;
	margin-bottom:-2px;
	padding-right:2px;
	color:#6F6F6F;
}
#mainphone {
	color:#7b4d31;
	font-size:17px;
	font-weight:900;
	padding-top:16px;
}

/* #mainNavCont { 
	width: 865px; 
	height: 52px; 
	font-size:17px; 
	font-weight: 600; 
	font-family:helvetica, arial, sans-serif;
} */

#mainNavCont a {
	padding: 16px 34px 15px 34px;
	position: relative;
	top:  -16px;
	border: 0px #000 solid;
	text-decoration: none;
}

* html #mainNavCont { 
	/***IE***/
	overflow: hidden; 
}

#mainNavRight { 
	width: 30px; 
	height: 52px; 
	background: url('../images/navmain-right-border.gif') top right no-repeat; 
	position: relative; 
	left: 835px; 
	top: -104px; 
	z-index: 2; 
}

#mainNavRight.sel {
	background: url('../images/navmain-right-selborder.gif');
}

#mainNavLeft { 
	width: 30px; 
	height: 52px; 
	background: url('../images/navmain-left-border.gif') top right no-repeat; 
	position: relative; 
	left: 0; 
	top: -52px; 
	z-index: 2; 
}

#mainNavLeft.sel {
	background: url('../images/navmain-left-selborder.gif');
}

#mainNavMid { 
	height: 52px; 
	background: url('../images/navback.gif') top left repeat-x; 
	padding:0; 
	margin: 0; 
	position: relative; 
	left: 0; 
	z-index: 1; 
	text-align: center;   }
	
#mainNavMid a { 
	padding: 16px 34px 15px 34px; 
	position: relative; 
	top:  -16px; 
	border: 0px #000 solid; 
	text-decoration: none; 
}

#mainNavMid .divider {
	position: relative;
	top: 17px;
	margin: 0 0 0 0;
}

#mainNavMid a.sel {
	background: #000 url('../images/navselback.gif');
	color:#F58026;
	
}

* html #mainNavMid a.sel {
	/****IE*****/
	background-position: 0px 17px;
}

* html .borderLeft {
	margin-bottom: 5px;
}
#mainNav .borderLeft {
	background: url('../images/navmain-left-border.gif') top left no-repeat;
}
#mainNav a.sel .borderLeft {
	background: url('../images/navmain-left-selborder.gif') top left no-repeat;
}
#mainNav .borderRight {
	background: url('../images/navmain-right-border.gif') top right no-repeat;
}
#mainNav a.sel .borderRight {
	background: url('../images/navmain-right-selborder.gif') top left no-repeat;
}
#mainNav a:hover {
	color:#F58026;
}
#footer {
	background: url('../images/footerback.gif') top left repeat-x;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#6F6F6F;
	position: relative;
	top: -35px;
}
#footer a:link, #footer a:visited {
	color:#6F6F6F;
	text-decoration:underline;
}
#footer a:hover {
	/*text-decoration:none;*/
}

.footer-container { background:  url('../images/footer.jpg') no-repeat bottom; position: absolute; bottom: -60px; margin-top: 40px; margin-bottom: -5px; border: 0px #000 solid; height: 58px; width: 100%; }
* html .footer-container { position: absolute; bottom: -40px; }

#inner_footer {
	text-align:center;
	color:#6F6F6F;
	padding-top: 15px;
}
#inner_footer a:link, #inner-footer a:visited {
	color:#6F6F6F;
	text-decoration:underline;
}
#inner_footer a:hover {
	color: #F58026
}
.contentbox {
	border:1px solid #8A8A8A;
	border-top:1px solid #CACACA;
	border-bottom: 0;
	background:#FFF;
	padding:12px;
	min-height:200px;
	height: 100%;
	position: relative;
	top: 3px;
}
* html .contentbox {
	/* IE5 and IE6 only */
	height:100%;
	display: table;
}
.contentbox .borderLeft, .contentbox .borderRight,
.contentbox .bottomLeftCorner, .contentbox .bottomRightCorner {

	margin:-1px;
}
* html .contentbox .bottomRightCorner, * html .contentbox .borderRight {
	/* IE5 and IE6 only */
	margin-right:-2px;
}
.borderLeft {
	position:absolute;
	left:0px;
	top:0px;
}
.borderRight {
	position:absolute;
	right:0px;
	top:0px;
}
.bottomLeftCorner {
	position:absolute;
	left:0px;
	bottom:0px;
}
.bottomRightCorner {
	position:absolute;
	right:0px;
	bottom:0px;
}
* html .bottomRightCorner, * html .bottomLeftCorner {
	margin-bottom: 0;
}
h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:700;
	color:#7b4d31;
	border-bottom:1px solid #BDBDBD;
	margin:0px;
	padding-bottom:8px;
	margin-bottom:6px;
}
h3 a:link, h3 a:visited {
	color:#7b4d31;
	text-decoration:none;
}
h3 a:hover {
	text-decoration:underline;
}
h4 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:700;
	color:#7b4d31;
	margin:0px;
	padding:0px;
	line-height:1.4em;
}
#breadcrumbs {
	width:100%;
	margin-bottom:8px;
}
#leftcol {
	position:relative;
	float:left;
	width:200px;
}
#widecol {
	position:relative;
	float:left;
	width:612px;
}
#centercol {
	position:relative;
	float:left;
	/*width:400px;
	margin-left:12px;*/
	width: 384px;
	margin-left: 20px;
	line-height:20px;
	margin-right: 20px;
}
#centercol a, #widecol a {
	color: #F58026;
}
#centercol a:hover, #widecol a:hover {
	color: #3478BD;
}

#rightcol {
	position:relative;
	float:left;
	/*margin-left:12px;*/
	width:215px;
	margin-top: 0px;
	min-height: 100%;
}
* html #rightcol {
	/* IE5 and IE6 only */
	position:absolute;
	right:12px;
	top:40px;
}
#rightcol_below {
	position:relative;
	float:left;
	/*margin-left:12px;*/
	width:215px;
	margin-top: 0px;
	min-height: 100%;
}
* html #rightcol_below {
	position:absolute;
	right:12px;
	top:173px;
	left: 635px;
}
* html #widecol {
	/* IE5 and IE6 only */
	float:none;
}
* html .contentbox {
	margin-bottom: 25px;
}
#leftcol a:link, #leftcol a:visited {
	text-decoration:none;
}
#newsletter {
	background: url('/images/newslettersignupback.gif') bottom left no-repeat;
	height:148px;
	padding:0px 10px;
}
#newsletter h3 {
	margin-left:-10px;
	margin-right:-10px;
}
#newsletter #newsemail {
	position:relative;
	width:113px;
	max-height:19px;
	font-size:11px;
	line-height:13px;
	top:-5px;
	height: 11px;

}
#newsletter p {
	margin-top:18px;
}
#calltoaction {
	position: relative;
	top: -35px;
}

#header_cont {
	width: 865px;
	height: 79px;
	background:  url('/images/header_bg.jpg') no-repeat;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #6F6F6F;
	margin-bottom: 3px;
}
#header_cont h3{
	border:0;
}
#header_left {
	float: left;
	width: 500px;
}
#header_right {
	float: right;
}
#logo {
	margin: 34px 0 0 15px;
	padding: 0;
	float: left;
}
* html #logo {
	/**IE FIX**/
	margin: 34px 0 0 8px;
}
#logo2 {
	margin-top: 34px;
}
#header_divider {
	margin-left: 16px;
	margin-right: 16px;
}
#top_links {
	margin-right: 16px;
	margin-top: 3px;
}
#top_links a {
	color: #6F6F6F;
	text-decoration: none;
}
#top_links img {
	margin-top: 1px;
}
#top_links a:hover{
	text-decoration: underline;
}
#number {
	text-align: right;
	margin-right: 16px;
	margin-top: -1px;
}
#number h3{
	color:#F58026;
	font-size:17px;
	font-weight:900;
	padding:16px 0 0 0;
	margin: 0;
}
#number p {
	padding: 0;
	margin:0;
}
#cont_bottom {
	background:  url('/images/content-bottom.jpg') no-repeat;
	width: 900px;
	height: 20px;
	border: 0px #000 solid;
	
}

* html #cont_bottom {
	margin-top: -23px;
	margin-bottom: 17px;
}

#cont_bottom_index {
	background:  url('/images/content-bottom.jpg') no-repeat;
	width: 900px;
	height: 20px;
	border: 0px #000 solid;
	position: relative;
	top: -50px;
}

* html #cont_bottom_index {
	margin-top: -23px;
	margin-bottom: 17px;
}
.grey a {
 color: #6F6F6F;
}

#try_estimator_link {
	font-weight: bold;
	color:#F58026;
}