/* basic HTML tags */
*, form {
	margin: 0px;
	padding: 0px;
}
html,body {
	height:100%;
	margin:0px;
	padding:0px
}
body {
	font-family: arial;
	font-size: 11px;
	color: #333;
	background-image: url(../images/bg.gif);
}
dl dt {
	font-weight: bold;
}
dl dd {
	text-align: justify;
}
dl {
	padding: 0px 0px 10px 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #910000;
}
h2 {
	font-size: 14px;
	color: #828282;
}
h3 {
	font-size: 12px;
	color: #990000;
	text-transform: uppercase;
	text-align: center;
}
h4 {
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;	
	line-height: 14px;
	padding-bottom: 5px;
}
img {
	border: 0px;
}

table{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
}

table td{
padding:0px; /* cellspadding="0" */
} 

html,body {
	height:100%; /* tables can be with height=100%!! */
	margin:0px;
	padding:0px
}
p {
	text-align: left;
}
a { 
	
}
a.freeLink, a.freeLink2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: underline;
	_line-height: 18px;
}
a.freeLink:hover {
  color: #8592b2;
  text-decoration: none;
}
a.freeLink2:hover {
  color: #fff;
  text-decoration: none;
}
input {
	font-family: tahoma;
	font-size: 11px;
	padding: 1px 0;
	padding-left: 2px;

}
select {
	font-family: tahoma;
	font-size: 11px;
}
option {
	padding-left: 2px;
}
.boldText {
  vertical-align: middle;
  font-weight: bold;
  padding-bottom: 2px;
}
.sortIcon {
  border: 0px;
  margin-left: 2px;
}
/* layout divs */
.center {
}
.clear {
	clear: both;
}
#container {
	margin: 0px;
	width: 985px;
	text-align: left;
	background-color: #fff;
}

#siteHeader {
	background-color: #fff;
	background-image: none;
}

#siteBody {
  _padding-top: 0px;
  clear: both;
  background: #fff;
  margin: 10px;
  height: 100%;
}
.banners_11 {
	 background: url(../images/top_bg_1.gif) repeat-x 0px 31px
}

.topBg {
	height: 100%;
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
}
.botBg {
	height: 100%;
	background-image: url(../images/bot_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.leftTopC , .rightTopC, .leftBotC, .rightBotC {
	background-repeat: no-repeat;	
	height: 100%;
}
.leftTopC {
	background-image: url(../images/left_top_c.gif);
	background-position: left top;	
}
.leftBotC {
	background-image: url(../images/left_bot_c.gif);
	background-position: left bottom;	
}
.rightTopC {
	background-image: url(../images/right_top_c.gif); 
	background-position: right top;	
}
.rightBotC {
	background-image: url(../images/right_bot_c.gif); 
	background-position: right bottom;	
	padding: 7px;	
	_height: 250px;
	padding-bottom: 7px;
	_padding-bottom: 22px;
	position:relative;
}
.leftSide, .rightSide {
	background-repeat: repeat-y;	
	height: 100%;
}	
.leftSide {
	background-image: url(../images/left_bg.gif); 
	background-position: left;
}
.rightSide {
	background-image: url(../images/right_bg.gif); 
	background-position: right;
}


/* header */
.pageHeader {
	background-color: #fff;
	/*position:relative;*/
}
.pageHeader p.* span {
	display: none;	
}
.pageHeader p.p1 {
	float: left;
	clear: right;
	width: 275px;
	height: 85px;
	_height: 78px;
	background-image: url(../images/logo.gif);
	background-position: 19px 0px;
	background-repeat:no-repeat;
	cursor: pointer;
}
.pageHeader p.p1small {
	float: left;
	clear: right;
	width: 275px;
	height: 65px;
	_height: 57px;
	background-image: url(../images/logo_small.gif);
	background-position: 19px 0px;
	background-repeat:no-repeat;
	cursor: pointer;
}
.pageHeader p.p2 {
	float: right;
	width: 275px;
	height: 85px;
	_height: 78px;
	margin-right: 30px;
	_margin-right: 15px;
	background-image: url(../images/call_us.gif);
	background-position: right 15px;
	background-repeat: no-repeat; 
}

.pageHeader p.p2small {
	float: right;
	width: 300px;
	height: 45px;
	_height: 35px;
	margin-right: 89px;
	_margin-right: 45px;
	background-image: url(../images/call_us.gif);
	background-position: right 15px;
	background-repeat: no-repeat; 
}
.blog_link{
	position:absolute;
	right:36px;
	font-size:21px;
	color:#990000;
	margin-top:40px;
	_margin-top:10px;
}
*+html .blog_link{
	margin-top:10px;
}
.blog_link a{
	font-family:Verdana, Tahoma, Sans-Serif;
	color:#007BBD;
	font-size:21px;
	text-decoration:none; 
	background: url(../images/blog_link.gif) no-repeat left 3px;
	padding-left:7px;
}
.blog_link a:hover{
	color:#007BBD;
	text-decoration:underline;
}
.pageHeader span {
	display: none;
}
/* main menu */
.mainMenu {
	
	height: 28px;
	/*
	background-image: url(../images/bg_menu.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	*/
	margin: 0px;
	cursor: pointer;
	border: solid 1px #d2d7e1;
	border-bottom: solid 1px #8a95af;
	margin-right: 1px;
}
.mainMenu ul li {
	float: left;
	display: block;	
	list-style: none;
}

.mainMenu ul li a, .mainMenu ul li a:hover {
	color: #000;
	text-transform: capitalize;
	float: left;
	display: block;
	color: #000;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bold;
	padding: 7px 16px 6px 16px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}
.mainMenu ul li a:hover, .mainMenu ul li a.activeItem:hover, .mainMenu ul li a.activeItem {
	color: #900;
	background-image: url(../images/bg_menu_ov.gif);
}
.floatLeft {
	float: left;
}
.mainMenu ul li#menu10 a {
	padding: 7px 21px 6px 20px;
}
.mainMenu ul li div {
	float: left;
	width: 2px;
	height: 28px;
	background-image: url(../images/bg_menu_split.gif);
}

/* body */

a.map2 {
	
}

.leftFlash2, .leftFlash3 {
	float: left;
	width: 700px;
	padding-top: 1px;
	border: solid 1px #d2d7e1;
	border-top: 0px;
	border-right: 0px;
	height: 208px;
	background-color: #fff;
}
.leftFlash3 {
	border-bottom: 0px;
}
.rightBanner {
	float: left;
	width: 305px;
	height: 202px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/temp_img2.gif);
	background-position: center;
	background-repeat: no-repeat;	
}
.rightBanner2, .rightBanner3 {
	padding-top: 1px;
	float: left;
	border-right: solid 1px #d2d7e1;
	border-bottom: 0px;
	width: 248px;
	height: 208px;
	background-color: #fff;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.rightBanner3 { 
	width: 247px;
	margin-left: 1px;
}
.border, .border1, .borderSurv {
	float: left;
	width: auto;
	clear: both;
	width: 948px;
	height: 100%;
	border: solid 1px #d2d7e1;	
	border-top: 0px;
	background-image: url(../images/pixel_grey.gif);
	background-repeat: repeat-y;
	background-position: 642px;
}
.border1 {
	background-image: none;
}
.borderSurv {
	background-position: 546px;
}
.borderIE {
	_margin-top: -3px;
	_padding-top: 3px;
}
.leftContent {
	padding-top: 35px;
	float: left;
	width: 642px;

}
.leftContent2 {
	float: left;
	width: 642px;
}
.leftContent2 .contentBody {
	padding: 25px 35px 25px 35px; 
	line-height: 17px;
}
.contentBody h2 {
	color: #a50808;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}
.contentBody h3 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	text-transform: capitalize;
}
.contentBody p, .col31 p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify;
	padding: 0px 0px 15px 0px;
}

.contentBody ul, .col31 ul {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	font-size: 12px;
	color: #333;
}

.col31 p {
	padding: 10px;
	padding-top: 11px;
	_padding-top: 13px;
}
.col31 ul {
	padding: 0px 10px 0px 10px;
	margin-bottom: 0px;
}
.contentBody ul li {
	margin-bottom: 5px;
	height: auto;
}
.col31 ul li {
	margin-bottom: 5px;
}
.contentBody ul.number li  {
	margin-bottom: 5px;
	margin-left: 10px;
	list-style: decimal;
}
p.emphasis {
	padding-top: 20px;
	line-height: 14px;
	font-size: 10px;
}
p.emphasis strong {
	font-size: 12px;
}
.col1 {
	padding-left: 23px;
	border-right: solid 1px #e4e4e4;
	vertical-align: top;
}
.col1 a.h1 {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #007bbd;
}	
.col1 a:hover.h1 {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}

a.h1how, a:hover.h1how, .col1 a:visited.h1how {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}

.col1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 0px 0px;
	color: #000;
	width: 165px;
}
.col1 img {
	padding: 30px 0px 10px 0px;
}
.col1 .botLink {
	text-align: right;
	padding: 0px 20px 20px 0px;
}
.col11 {
	padding-right: 10px;
}
.botLink a {
	font-size: 10px;
	color: #970000;
}
.botLink a:hover {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.col2 {
	border-right: none;
}
.col2 img {
	padding: 30px 0px 10px 0px;
	margin-left: -10px;
}
.col21 {
	padding-left: 90px;
}
.rightContent {
	width: 304px;
	float: left;	
	margin-left: 1px;
}
.width400p {
	width: 400px;
}
.width546 {
	width: 546px;
}

.rightContent .col3 {
	margin: 35px 0px 40px 0px;
	padding: 0px 15px 0px 20px;
}
.rightContent .col31{
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	
}
span.black {
	color: #000;
}
.rightContent .col3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
.tblForm1 {
	margin: 15px 0px 0px 0px;
}
.tblForm1 td {
	height: 15px;
	vertical-align: middle;
}
.tdLabel {
	width: 35%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	white-space: nowrap;
}
.tfData {
	width: 65%;
	white-space: nowrap;
	vertical-align: middle;
}
.tfData input, .tfData textarea {
	width: 174px;
	border: solid 1px #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	height: 14px;
	margin: 0px;
	padding: 0px;
}
input.tfDataSmall1, input.tfDataSmall2 {
	width: 80px;
}
input.tfDataSmall2 {
	margin-left: 12px;
}
.tfData textarea {
	width: 174px;
	height: 90px;
} 
.tfData input.btnSubmit, .tfData input.btnLogin, .tfData input.btnSend {
	margin: 10px 0px 0px 0px;
	border: 0px;
	width: 79px;
	height: 23px;
	background-image: url(../images/btn_submit.gif);
	cursor: pointer;
}
.tfData input.btnLogin { 
	background-image: url(../images/btn_login.gif);
}
.tfData input.btnSend {
	background-image: url(../images/btn_send.gif);
}
.tfData input.btnSubmitOv, .tfData input.btnLoginOv, .tfData input.btnSendOv {
	margin: 10px 0px 0px 0px;
	border: 0px;
	width: 79px;
	height: 23px;
	background-image: url(../images/btn_submit_ov.gif);
	cursor: pointer;
}
.tfData input.btnSendOv {
	background-image: url(../images/btn_send_ov.gif);
}
.tfData input.btnLoginOv {
	background-image: url(../images/btn_login_ov.gif);
}

tr.bottomContent td {
	text-align: center;
}
a.bottomBlock, a:hover.bottomBlock {
	display: block;
	width: 150px;
	margin: 20px 0px 0px 1px;
	padding: 15px;
	height: auto;
	border: solid 1px #eee;
	background-image: url(../images/bg_bottom_block.gif);
	background-repeat: repeat-x;
	background-color: #f2f2f2;
	cursor: pointer;
}
a:hover.bottomBlock h3 { 
	color: #0b9c9c;
}
a:hover.bottomBlock span { 
	color: #990000;
}
.bottomBlock span {
	display: block;
	text-align: left;
	font-size: 12px;
	color: #666;
	padding: 10px 0px 0px 0px;
}
.bottomContent h3 {
	white-space: nowrap;
}
.bottomContent a {
	text-decoration: none;
}

#siteFooter {
	width: 100%;
	clear: both;
	padding-top: 15px;
}
.pageFooter {
	width: 911px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	height: 30px;
}
.pageFooter .copy1 {
	float: left;
	text-align: left;
}
.pageFooter .copy3 {
	float: left;
	padding-left: 90px;
	color: #990000;
}

.pageFooter .copy2 {
	float: right;
	text-align: right;
}
.bgBotLeft {
	width: 6px;
	background-image: url(../images/bg_bot_left.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.bgBotRight {
	width: 6px;
	background-image: url(../images/bg_bot_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

table.tdTop td {
	vertical-align: top;
}

/* bottom menu */
.bottomMenu {
	clear: both;
	height: 26px;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 15px;
	width: 830px;
	_padding-bottom: 0px;
}
.bottomMenu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	height: 26px;
	
	background-color: #990000;
	text-align: center;
}
.bottomMenu ul li {
	white-space: nowrap;
	float: left;
	clear: right;
	color: #fff;
	font-size: 11px;
	line-height: 26px;
	text-transform: capitalize;
	font-weight: bold;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
}
.bottomMenu ul li a {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
}
.bottomMenu ul {
	list-style: none;
}
.bottomMenu ul li a:hover, .bottomMenu ul li a.activeItem {
	text-decoration: underline;
	color: #fff;
}

/* stuff */
.row1 .tdLabel span {
	display: block;
	padding-top: 1px;
	height: 15px;
	background-color: #f0f0f0;
	width: 100%;
}

.row1 .tdCheck, .checkBg, .tdCheck {
	background-color: #f0f0f0;
	vertical-align: middle;
}
.checkBg {
	padding-top: 0px;
}
.nowrap table td {
	white-space: nowrap;
}

input.freeEstCheck {
	width:20px;border:0; height: 17px;
}

.cite {
	padding: 20px 20px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	height: 179px;
	background-image: url(../images/bg_testimonials.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}
.cite p.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: right;
	padding: 10px 5px 5px 5px;
}

.citeRed {
	padding: 20px 20px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	height: 179px;
	background-image: url(../images/bg_testimonials_red.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}
.citeRed p.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 10px 5px 5px 5px;
}


.citeBrown {
	padding: 20px 20px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	height: 179px;
	background-image: url(../images/bg_testimonials_brown.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}
.citeBrown p.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 10px 5px 5px 5px;
}

.citeBlue {
	padding: 20px 20px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	height: 179px;
	background-image: url(../images/bg_testimonials_blue.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}
.citeBlue p.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 10px 5px 5px 5px;
}

.citeGreen{
	padding: 20px 20px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	height: 179px;
	background-image: url(../images/bg_testimonials_green.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}
.citeGreen p.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 10px 5px 5px 5px;
}


p.author2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	padding-bottom: 0px;
}
.titleOfSection {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #990000;
	font-size: 14px;
	text-transform: uppercase;
	border: solid 1px #fff;
	border-left: 0px;
	padding: 5px 35px 5px 35px; 
	background-color: #ededed;
}
.menuOfSection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
	text-transform: capitalize;
	border: solid 1px #fff;
	border-right: 0px;
	font-weight: bold;
	padding: 9px 10px 5px 10px; 
	background-color: #ededed;
}
.menuOfSection a {
	color: #000;
}
.menuOfSection a:hover {
	color: #000;
	text-decoration: none;
}
ul.rightMenu {
	margin-top: 30px;
}
ul.rightMenu li {
	padding-left: 15px;
	list-style: none;
}
ul.rightMenu li a, ul.rightMenu li a:hover {
	padding-left: 35px;
	display: block;
	background-image: url(../images/bg_menu_item.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8e0000;
	text-decoration: none;
}
ul.rightMenu li a:hover, ul.rightMenu li a.active { 
	color: #8e0000;
	background-image: url(../images/bg_menu_item_ov.gif);
}
.rightBotBanner {
	text-align: center;
	padding-bottom: 1px;
	margin: 20px 10px 0px 15px;
}
.contentBody ul.menu {
	margin: 0px 0px 0px 20px;
}
.contentBody ul.menu2 {
	margin: 0px 0px 0px 5px;
	padding-top: 0px;
}
.contentBody ul.menu2 li {
	
}
.contentBody ul.menu3 {
	margin: 0px 0px 0px 10px;
	padding-top: 0px;
}

.contentBody ul.menu3 li a {

	
}
.contentBody ul.menu li {
	list-style: none;
	padding-left: 15px;
	padding-bottom: 5px;
}

.contentBody ul.menu li a {
	padding-left: 15px;
	display: block;
	background-image: url(../images/triangle_grey.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8e0000;
	text-decoration: none;
}

.contentBody ul.menu3 li a {
	color: #666;
	
}
.contentBody ul.menu#number li a {
	background-image: none;
	padding-left: 10px;
}
.contentBody ul.menu li a:hover { 
	color: #8e0000;
	background-image: url(../images/triangle_red.gif);
}
.contentBody ul.menu#number li a:hover {
	color: #0b9c9c;
	text-decoration: underline;
}
p.linkTop {
	text-align: right;
}
p.linkTop a span {
	float: right;
	cursor: pointer;
	display: block;
	width: 100px;
	height: 10px;
	background-image: url(../images/triangle_grey_up.gif);
	background-repeat: no-repeat;
	background-position: right;
}
p.linkTop a:hover span {
	float: right;
	display: block;
	width: 100px;
	height: 10px;
	background-image: url(../images/triangle_red_up.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.contentBody a, .contentBody a:hover {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
.contentBody a:hover {
	color: #0b9c9c;
	text-decoration: underline;
}
.none {
	display: none;
}	
.left {
	text-align: left;
}
.txtNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

.messBox {
	position: absolute;
	width: 370px;
	margin: 5px 0;
}
.messBox .pm {
	border: 1px solid #6F7577;
	padding: 2px 0 3px 0;
	padding-left: 5px;
	background-image: url(../images/buttonfill.gif);
	background-position: top left;
	background-repeat: repeat-x;	
	height: 13px;
}
.messBox .pm span{
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
.messBox .closeIco {
	float: right;
	vertical-align: top;
	margin-top: 1px;
	margin-right: 3px;
	cursor: pointer;
}
.messBox .formCont {
	clear: both;
	background-color: #eee;
	border-left: 1px solid #6F7577;
	border-right: 1px solid #6F7577;
	border-bottom: 1px solid #6F7577;	
}
.messBox .formFieldData {
	text-align: center;
	border-top: 1px dashed #3B6476;
	padding-top: 6px;
}
.messBoxCntNum {
	color: #900;
	font-weight: bold;
	width: 7%;
	text-align: right;
	padding: 2px 0px;	
	padding-right: 3px;
	vertical-align: top;
}
.messBoxCnt {
	color: #900;
	width: 93%;	
	text-align: justify;
	padding: 2px 3px;	
}
.messBox .button {
	padding:0 3px;
}
span.freeEstimate, span.freeEstimateOv, span.freeEstF, span.freeEstFOv {
	border: solid 1px #d8d8d8;
	border-left: 0px;
	margin-bottom: 10px;
	display: block;
	padding: 5px 0px 0px 10px;
	width: 23%;
	text-align: left;
	float: left;
	height: 91px;
	background-image: url(../images/bg_grey_box.gif);
	cursor: pointer;
}
span.freeEstF, span.freeEstFOv {
	border-left: solid 1px #d8d8d8;
}
span.freeEstFOv, span.freeEstimateOv  {
	color: #900;
	background-image: url(../images/bg_grey_box_ov.gif);
}
.old {
	color: #666;
}

.formH {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	color: #990000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.formEstimate {
	float:left; clear: both; width: 570px; padding-bottom: 20px;
}
.formEstimate3 {
	float:left; clear: both; width: 100%; padding-bottom: 20px;
}
.formEstimate4 {
	float:left; clear: both; width: 600px; padding-bottom: 20px;
}
.cntr {
	text-align: center;
}	
table.freeEst3 
{
	width: 100%;
	border-bottom: solid 3px #ccc;
}
table.w400p {

}	
table.freeEst3 .row1 {
	background-color: #f0f0f0;
}
.categoryTbl, .categoryTbl2 td {
	border-top: solid 1px #900;
}
.w100 {
	width: 100%;
}

.category {
	padding-top: 15px;
	height: 20px; 
	color: #0b9c9c;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color:#f2f2f2;
	border-bottom: solid 2px #ccc;
}
.invList {
	padding-top: 20px;
}
	
table.freeEst3 td {
	font-size: 10px;
	line-height: 12px;
	height: 20px;
}
td.freeEst3TD {
	width: 17%;
}
td.freeEst3TD1 {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 8%;
}
td.freeEst3TD input {
	width: 65px;
}
td.freeEst3TD1 input {
	width: 35px;
}
.feedBackTbl {
	margin-top: 10px;
}
.padTop3 td {
	padding-top: 3px;
}
span.txt {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify;
	line-height: 17px;
	padding: 0px 0px 15px 0px;
}
textarea.tfData1 {
	width: 565px;
	height: 60px;
}
td.btn1 {
	text-align: right;
	vertical-align: bottom;
}
.width1 {
	width: 565px;
	padding-right: 2px;
}
.width1 .tdLabel {
	width: 10%;
}
.width1 .tfData {
	width: 10%;
}
td.btn3 {
	text-align: right;
	vertical-align: bottom;
}
a.link, a:hover.link {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}
a.linkU {
	text-decoration: underline;
}

.formLinks td {
	padding-top: 5px;
	padding-bottom: 5px;
} 
.blockBanner {
	float: left;
	padding: 10px;
	height: 228px;
}
ul.topHeaderMenu {
/*	display: none; */
	display: block;
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	width: 450px;
	
	height: 20px;

}
ul.topHeaderMenu li {
	width: 80px;
	display: inline;
	
	white-space: nowrap;
	color: #999;
	
}
ul.topHeaderMenu li a {
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
ul.topHeaderMenu li a:hover {
	color: #0b9c9c;
	font-size: 11px;	
	text-decoration: underline;
}
img.surveysImg1 {
	margin: 26px 0px 25px 0px;
}
img.surveysImg2 {
	margin-top: 15px;
}
p.surv {
	margin-top: 0px;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.refProgRightDiv {
	padding-left: 40px;
	padding-right: 30px;
}
.refProgRightDiv2 {
	padding-left: 30px;
	padding-right: 30px;
}
.realtorsH {
	margin-top: 25px; margin-left: 10px;
}
	
.refBotTd {
	padding-top: 10px;
	font-size: 10px;
	color: #666;
}
.loginBox {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	width: 340px;
	height: 160px;
	background-color: #ececec;
	border: solid 1px #ccc;
	text-align: center;
	background-image: url(../images/login_bg.gif);
	background-repeat: repeat-x;
}
.loginBox h3 {
	margin-top: 15px;
	color: #990000;
	text-transform: uppercase;
	text-align: center;
}
a.link1 {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
a.link1:hover {
	color: #0b9c9c;
	font-size: 11px;	
	text-decoration: underline;
}
