/*
Theme Name: Home Page
Theme URI: http://Webstix.com/
Description: Home Page theme for Providence Home Lending.
Author: the Webstixteam
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	

}

 






/* =Menu
-------------------------------------------------------------- */

#access {
	background: transparent;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 14px;

	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	font-family: Arial,Helvetica,sans-serif;
	color:#790033;
	font-weight: bold;
	padding:0 10px;
	line-height:41px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:41px;
	left:0;
	float:left;
	background: #CCBA74 url(images/nav-bg.jpg) repeat-x;

	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 210px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 190px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background: #CCC4AD;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 190px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background: url(images/nav-bg.jpg) repeat-x;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
background: url(images/nav-bg.jpg) repeat-x;
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {

	color:#fff;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */



/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 13pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

body {
	margin: 0px;
	padding: 0px;
	background:url(images/bg.jpg) repeat-x center top;
}
#wsx_container{ width:970px; margin:0 auto; height:auto;}
#wsx_wrapper{ width:970px; float:left; height:auto;}
#wsx_header{ width:970px; float:left; height:118px; background:url(images/header-bg.jpg) no-repeat;}

#header-right{ width:248px; float:right; padding:2px 15px 0 0;}
.help{ width:281px; float:left; padding:77px 0 0 4px;}

h4{
	color:#790033;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}



#logo{ width:250px; float:left;}
.small-red-txt{ font-family:"Trebuchet MS";font-size:19px;color:#790133;}


.big-red-txt{ font-family:"Trebuchet MS";font-size:14px;color:#790133; font-weight:bold;}
#nav{ width:940px; float:left; height:40px; margin:0 0 2px 5px; text-transform:uppercase;}



 





#wsx_mainbody{ width:970px; float:left; min-height:520px; background:url(images/inner-bg.jpg) repeat-y;}
#clm1{ width:610px; float:left; min-height:600px; padding:20px 20px 5px 10px;}
#clm2{ width:290px; float:left; min-height:500px; padding:35px 0 0 0;}
#txt-body{ width:100%; float:left; height:auto; padding:0 0 20px 0;}

#txt-body1{ width:100%; float:left; height:auto; padding:0 0 20px 0; min-height:855px;}

.gray-txt{
	color:#000;
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:12px;
}
.gray-txt a:link, .gray-txt a:visited, .gray-txt a:active {
	text-decoration:underline;
	color:#808080;
	font-family:"Trebuchet MS";
	font-size:12px;
}
.gray-txt a:hover {
	text-decoration:none;
	color:#808080;
	font-family:"Trebuchet MS";
	font-size:12px;
}
.red-txt{ float:right; text-transform:uppercase;}
.red-txt{
	color:#790033;
	font-family:"Trebuchet MS";
	font-size:9px;
}
.red-txt a:link, .red-txt a:visited, .red-txt a:active {
	text-decoration:underline;
	color:#790033;
	font-family:"Trebuchet MS";
	font-size:9px;
}
.red-txt a:hover {
	text-decoration:none;
	color:#790033;
	font-family:"Trebuchet MS";
	font-size:9px;
}


#video{ float:left; width:270px; height:200px; padding:0 5px 0 0;}
#content{ float:left;padding:0 20px 20px 0;}

#boxes{ width:100%; float:left; min-height:550px;}
.box{ width:170px; float:left; min-height:220px; background:url(images/btm-bg.jpg) bottom no-repeat; border-top:solid 3px #f0f0f0; padding:5px 10px 90px 10px; margin:0 11px 0 0;}

h1{color:#787f4c;font-family:"Tahoma";font-size:30px;margin:0px; padding:3px 0 15px 0; font-weight:bold; }
h2{color:#790033;font-family:"Trebuchet MS";font-size:20px; margin:0px; padding:0 0 5px 0;}
.red-txt-normal{color:#790033;font-family:"Trebuchet MS";font-size:12px;}
.red-txt-normal a:link, .red-txt-normal a:visited, .red-txt-normal a:active {color:#790033;font-family:"Trebuchet MS";font-size:12px; text-decoration:underline;}
.red-txt-normal a:hover{color:#790033;font-family:"Trebuchet MS";font-size:12px; text-decoration:none;}

.red-txt-blog{color:#790033;font-family:"Trebuchet MS";font-size:14px;}
.red-txt-blog a:link, .red-txt-blog a:visited, .red-txt-blog a:active {color:#790033;font-family:"Trebuchet MS";font-size:14px; text-decoration:underline;}
.red-txt-blog a:hover{color:#790033;font-family:"Trebuchet MS";font-size:14px; text-decoration:none;}




#address{ width:550px; float:left;padding:20px 10px 20px 5px;}
.address-txt{
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.address-txt a:link, .address-txt a:visited, .address-txt a:active {
	text-decoration:underline;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.address-txt a:hover {
	text-decoration:none;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#bottom-links{ width:620px; float:left;padding:0px 20px 5px 0px;}
#subscribe{ width:243px; float:right; min-height:50px; background:url(images/dot.jpg) bottom repeat-x; padding:0 0 5px 0;margin:0 0 7px 0;}

h3{color:#006bab;font-family:"Trebuchet MS";font-size:16px; margin:0px; padding:0 0 5px 0;}
.black-txt{
	color:#000;
	font-family:"Trebuchet MS";
	font-size:12px;
}
.black-txt a:link, .black-txt a:visited, .black-txt a:active {
	text-decoration:underline;
	color:#000;
	font-family:"Trebuchet MS";
	font-size:12px;
}
.black-txt a:hover {
	text-decoration:none;
	color:#000;
	font-family:"Trebuchet MS";
	font-size:12px;
}

#mortgage{ width:243px; float:right; min-height:50px; background:url(images/dot.jpg) bottom repeat-x; padding:0 0 5px 0; margin:0 0 7px 0;}

#people-saying{ width:243px; float:right; min-height:50px; background:url(images/dot.jpg) bottom repeat-x; padding:0 0 5px 0; margin:0 0 7px 0;}

#question{ width:243px; float:right; min-height:50px; background:url(images/dot.jpg) bottom repeat-x; padding:0 0 5px 0; margin:0 0 7px 0;}

#bbb_logo{ width:243px; float:right; min-height:50px; padding:0 0 5px 0; margin:0 0 7px 0; text-align:center;}

#copyright{ width:970px; float:left; text-align:center;padding:30px 0 30px 0; text-align:center; background: url(images/gra-bg.jpg) repeat-x #fafafa;}




.navlist li
{
display: inline;
padding:10px 0 0 25px; 
height:32px;  
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#790033;
font-weight:bold;
 } 
.ul{ padding:0px 0px 0px 40px; margin:0px;}
.li{list-style-type:circle; padding:5px 10px 3px 12px; margin:7px 0 0 10px;}

.ul1{ padding:0px 0px 0px 40px; margin:0px;}
.li1{list-style-type:circle; padding:0px 10px 10px 20px; margin:7px 0 0 10px;list-style-position:inside;}


.home{
	text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight:bold;
	background:url(images/home_on.jpg) no-repeat;
	width:80px;
	height:31px;
	float:left;
	list-style-type:none;
	padding:0px 0 0 0;
	margin:8px 1px 0 0;
	text-align:center;
}
.home a:link, .home a:visited, .home a:active {
	text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight:bold;
	width:80px;
	height:30px;
	float:left;
	list-style-type:none;
	padding:0px 0 0 0;
		margin:7px 0 0 0;
}
.home a:hover {
	text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight:bold;
/*	background:url(images/home_on.jpg) no-repeat;*/
	width:80px;
	height:26px;
	float:left;
	list-style-type:none;
	padding:0px 0 0 0;
	margin:7px 6px 0 0px;
}





.martgage{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#790033;
font-weight:bold;
	width:206px;
	height:26px;
	float:left;
	list-style-type:none;
	text-align:center;
	padding:8px 0 0 0;
	margin:0 6px 0 0px;
}
.martgage a:link, .martgage a:visited, .martgage a:active {
	text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#790033;
font-weight:bold;
	width:206px;
	height:22px;
	float:left;
	list-style-type:none;
	padding:8px 0 0 0;
	margin:0 6px 0 0px;
}
.martgage a:hover {
	text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight:bold;
	background:url(images/martgage_on.jpg) no-repeat;
	width:206px;
	height:26px;
	float:left;
	list-style-type:none;
	padding:8px 0 0 0;
	margin:0 6px 0 0px;
}


.buying{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#790033;
font-weight:bold;
	width:85px;
	height:26px;
	float:left;
	list-style-type:none;
	text-align:center;
	padding:8px 0 0 0;
	margin:0px;
}
.buying a:link, .buying a:visited, .buying a:active {
	text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#790033;
font-weight:bold;
	width:85px;
	height:22px;
	float:left;
	list-style-type:none;
	padding:8px 0 0 0;
}
.buying a:hover {
	text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight:bold;
	background:url(images/buying_on.jpg) no-repeat;
	width:85px;
	height:26px;
	float:left;
	list-style-type:none;
	padding:7px 0 0 0;
}


.refinancing{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#790033;
font-weight:bold;
	width:130px;
	height:26px;
	float:left;
	list-style-type:none;
	text-align:center;
	padding:8px 0 0 0;
	margin:0 6px 0 0px;
}
.refinancing a:link, .refinancing a:visited, .refinancing a:active {
	text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#790033;
font-weight:bold;
	width:130px;
	height:22px;
	float:left;
	list-style-type:none;
	padding:8px 0 0 0;
}
.refinancing a:hover {
	text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight:bold;

	width:130px;
	height:26px;
	float:left;
	list-style-type:none;
	padding:8px 0 0 0;
	margin:0 6px 0 0px;
}



.about{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#790033;
font-weight:bold;
	width:98px;
	height:26px;
	float:left;
	list-style-type:none;
	text-align:center;
	padding:8px 0 0 0;
	margin:0px;
}
.about a:link, .about a:visited, .about a:active {
	text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#790033;
font-weight:bold;
	width:98px;
	height:22px;
	float:left;
	list-style-type:none;
	padding:8px 0 0 0;
}
.about a:hover {
	text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight:bold;
	background:url(images/about.jpg) no-repeat;
	width:100px;
	height:26px;
	float:left;
	list-style-type:none;
	padding:7px 0 0 0;
}

.contact{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#790033;
font-weight:bold;
	width:112px;
	height:26px;
	float:left;
	list-style-type:none;
	text-align:center;
	padding:8px 0 0 0;
	margin:0px;
}
.contact a:link, .contact a:visited, .contact a:active {
	text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#790033;
font-weight:bold;
	width:112px;
	height:22px;
	float:left;
	list-style-type:none;
	padding:8px 0 0 0;
}
.contact a:hover {
	text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight:bold;
	background:url(images/contact.jpg) no-repeat;
	width:112px;
	height:26px;
	float:left;
	list-style-type:none;
	padding:7px 0 0 0;
}

#header_txt{ width:970px; float:left; height:16px; text-align:center;font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#686a67; font-weight:bold;}

#ul-links{ float:left;}
.red-txt-ul{
	color:#790033;
	font-family:"Trebuchet MS";
	font-size:13px;
	padding:5px 0 5px 5px;
	font-weight:bold;
	list-style-position:inside;
	list-style-type:disc;
}

.labelcel

{

border-bottom-width: 1px;

border-bottom-style: dotted;

border-bottom-color: #cccccc;

font-size: 12px;

height: 30px;

}

.lad
{
width:206px;
float:left;
}

.get_quote
{
background: url(images/get-quote.gif);
width:100px;
height:32px;
}
.red-txt-ul{
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:13px;
	padding:0px 0 5px 5px;
	margin:0px;
	font-weight:bold;
	list-style-position:inside;
	list-style-type:disc;
}
.li-tick{ background: url(images/tick.png) left top no-repeat; float:left; list-style-type:none; padding:0px 0 8px 25px; margin:0px;}

.black_landingpage
{
color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	}


.black_title
{
color:#000000;font-family:"Trebuchet MS";font-size:20px; font-weight:bold;
margin:0px; padding:0 0 5px 0;
}

#Layer1 {
	position:relative;
	width:100%;
	height:auto;
	z-index:1;
	visibility: visible;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	

	
	
}
#Layer2 {
	position:relative;
	width:90%;
	color: #ffffff;
	z-index:2;
	visibility: visible;	
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	
}

#bg-img_ie{ background:url(images/m2k_image_ff.jpg) no-repeat left top; width:270px; height:373px; float:left;}
#bg-img{ background:url(images/m2k_image_ff.jpg) no-repeat left top; width:270px; height:380px; float:left;}


.red_bold{
color:#790033;font-family:"Tahoma"; font-weight:bold;font-size:24px; margin:0px; padding:0 0 5px 0;
}

.grill h3 
{
width: 431px;
height: 107px;
background-color: transparent;
background-image: url("images/win-this-grill.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
text-indent: -1000em;
margin-left: 30px;
display: block;

}


.layer1_table
{
margin-left:1px;
padding-top:5px;
float:left;
background-image:url(images/box_top_bg.jpg); background-repeat:no-repeat;
}
