@charset "UTF-8";
/* CSS Document */
*{margin:0px; padding:0px;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body, html {
	line-height: 1;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #535353;
	background-color: #fff;
	background-image: url(../web_images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong{
	font-weight: bold;
}


em{
	font-style:italic;
	font-size: 12px;
}

address{
	font-weight: bold;
	font-size: 13px;
	margin: 0px 20px 10px 15px;
	padding-bottom: 10px;
	line-height: 1.7;
	font-style: normal;
	border-bottom: 1px dotted #cccccc;
}

address strong{
	color: #ec1b34;
}

.clear{
	clear: both;
}

sup{
	font-size: 10px;
}


/*------------------------------
	POSITIONING DIVS
-------------------------------*/

.container{
	margin: 0px auto 0px auto;
	width: 950px;
}

.topfold{
	width: 100%;
}

.banner{
	width: 950px;
	background-image: url(../web_images/banner-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 110px;
}

#logo{
	width: 235px;
	margin-top: 63px;
	margin-left: 15px;
	float: left;
}

#content_container{
	width: 700px;
	margin-left: 25px;
	float: right;
	padding-bottom: 30px;
}

/*------------------------------
	LOGO FLIP STYLES
-------------------------------*/

	
#logo ul {
		list-style:none;
		margin:0;
		padding:0;
	}
#logo li {
		float:left;
		width:190px;
		margin:0;
		padding:0;
		text-align:center;
	}
#logo li a {
		display:block;
		height:100%;
		color:#FFF;
		text-decoration:none;
	}
#logo li a {
		background:url(../web_images/logo-bg.gif) no-repeat 0px -29px;
	}
#logo li a:hover, li a:focus, li a:active {
		background-position: 0px 0px;
	}
	


/*------------------------------
	FOOTER STYLES
-------------------------------*/

.bottomfold{
	border-top: 10px solid #fede00;
	background-image: url(../web_images/fold-bottom-bg.gif);
	background-repeat: repeat-x;
}

.footer{
	margin: 0px auto 0 auto;
	width: 950px;
	height: 120px;
	padding-top: 20px;
	background-image: url(../web_images/fold-bottom-recycle.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}

.footer p{
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

.footer p strong{
	font-size: 11px;
	font-weight: bold;
	color: #ec1b34;
}


/*------------------------------
	NAVIGATION STYLES
-------------------------------*/
/*------------------------------
	MAIN NAV STYLES
-------------------------------*/

/*---------LEVEL 1---------*/

.main-nav{
	padding-left: 10px;
	padding-right: 10px;
	width: 680px;
	height: 40px;
	float: right;
	margin-top: 65px;
	background-image:url(../web_images/nav-bg.gif);
	background-repeat: no-repeat;
}

.main-nav ul{
	margin-top: 0px;
	text-transform: uppercase;
}

.main-nav ul li{
	list-style-type: none;
	margin-left: 0px;
	float: left;
	background-image: url(../web_images/nav-division.gif); 
	background-position: right;
	background-repeat: no-repeat;
}

.main-nav ul li a{
	padding: 13px 12px 13px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 1;
}

.main-nav ul li a:hover{
	color: #fede00;
	text-decoration: none;
}

.main-nav ul li a.active{
	color: #ffffff !important;
	background-image: url(../web_images/nav-active.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}


/*------------------------------
	SIDE NAV STYLES
-------------------------------*/

.sidebar{
	width: 223px;
	float: left;
	margin-top: 30px;
	text-transform: uppercase;
	background-image: url(../web_images/sidebar-shadow.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

.sidebar ul{
	margin-top: 0px;
	border-left: 1px solid #dedddd;
	border-right: 1px solid #dedddd;
	border-top: 1px solid #dedddd;
}

.sidebar ul li {
	border-bottom: 1px solid #dedddd;
	list-style-type: none;
	margin-left: 0px;
	background-image: url(../web_images/sidebar-nav-normal.gif);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
}

.sidebar ul li a{
	color: #5d5c5c;
	font-size: 13px;
	display: block;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
}

.sidebar ul li a:hover{
	color: #000;
	text-decoration: none;
}

.sidebar ul li a.active{
	background-image: url(../web_images/sidebar-nav-active.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #000 !important;
}

/*------SPECIAL STYLES------*/


.sidebar ul li a.book {
	list-style-type: none;
	margin-left: 0px;
	background-image: url(../web_images/sidebar-nav-book.gif);
	background-repeat: repeat-x;
	color: #ed1b34;
}

.sidebar ul li.heading {
	list-style-type: none;
	margin-left: 0px;
	background-image: url(../web_images/sidebar-nav-master-heading.gif);
	background-repeat: repeat-x;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
}

.sidebar ul li.heading span{
	font-weight: normal;
}

/*------SECTION BUTTON STYLES------*/

.sidebar ul.btns{
	margin-top: 5px;
	border: none;
}

.sidebar ul.btns li{
	background-image: url(../web_images/sidebar-btns.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom: none;
	margin-bottom: 3px;
	height: 76px;
}

.sidebar ul.btns li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
	display: block;
	padding: 10px !important;
}

.sidebar ul.btns li a span{
	font-size: 12px;
	font-weight: normal;
}

.sidebar ul.btns li a:hover{
	color: #fede00;
	text-decoration: none;
}

/*------------------------------
	HOMEPAGE STYLES
-------------------------------*/

/*---------RESIDENTIAL HOMEPAGE-----------*/

.home-res-features{
	width: 345px;
	background-color: #e01931;
	float: left;
	position: relative;
}

.home-res-features img{
	margin-bottom: -3px;
	padding: 0px;
	line-height: 0;
}

.home-res-features-content{
	margin-left: 7px;
	margin-right: 6px;
	padding-left: 15px;
	padding-right: 10px;
	background-color: #fff;
	border-left: 1px solid #d77682;
	border-right: 1px solid #d77682;
}

.home-res-features-content p{
	margin-top: 10px;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	margin-right: 0px !important;
	color: #535353;
}

.home-res-features-content p a{
	font-weight: bold;
	text-decoration: none;
	color: #535353;
}

.home-res-features-content p a:hover{
	font-weight: bold;
	text-decoration: underline;
}

.home-res-features-content h2, .home-res-features-content h2 a{
	margin: 0px !important;
	padding: 0px !important;
	font-weight: bold;
	color: #ec1b34;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
}

.home-res-features-content h2 span{
	font-weight: normal !important;
}

.home-res-features-bottom{
	background-image: url(../web_images/home-res-features-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 345px;
	height: 46px;
}

.home-res-features-bottom span.go{
	position: absolute;
	bottom: 27px;
	right: 20px;
}

.home-res-features-bottom span.go img{
	margin-bottom: 0px;
}

.home-res-video a{
	width: 700px;
	height: 70px;
	background-image: url(../web_images/home-res-video.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}

.home-res-video a:hover{
	width: 700px;
	height: 70px;
	background-image: url(../web_images/home-res-video-roll.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/*---------INDUSTRIAL HOMEPAGE-----------*/


.home-ind-features{
	position: relative;
	width: 700px;
	height: 169px;
	background-image: url(../web_images/home-ind-features-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.home-ind-features span.go{
	position: absolute;
	bottom: 15px;
	right: 25px;
}

.home-ind-features img{
	float: left;
}

.home-ind-features p{
	margin-top: 5px;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	margin-right: 50px;
	color: #535353;
}

.home-ind-features p a{
	font-weight: bold;
	text-decoration: none;
	color: #535353;
}

.home-ind-features p a:hover{
	text-decoration: underline;
}

.home-ind-features h2, .home-ind-features h2 a{
	margin: 0px 0px 0px 0px !important;
	padding: 15px 0px 0px 0px !important;
	font-weight: bold;
	color: #ec1b34;
	font-size: 26px;
	text-transform: uppercase;
	text-decoration: none;
}

.home-ind-features h2 span{
	font-weight: normal !important;
}

/*------------------------------
	H STYLES
-------------------------------*/

#content_container h1{
	font-size: 30px;
	color: #ec1b34;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 15px 15px 15px;
}

#content_container h1 span{
	font-weight: bold;
}

#content_container h2{
	font-size: 24px;
	color: #ec1b34;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 15px 15px 15px;
}

#content_container h2 span{
	font-weight: bold;
}

#content_container h3{
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	margin: 10px 15px 10px 15px;
	color: #5d5c5c;
}

#content_container h4{
	font-size: 14px;
	margin: 5px 50px 5px 50px;
}

#content_container h5{
	font-size: 12px;
	padding-top: 10px;
	margin: 10px 50px 5px 0px;
}



/*------------------------------
	TEXT STYLES
-------------------------------*/

#content_container p{
	font-size: 12px;
	font-weight: normal;
	color: #535353;
	line-height: 1.7;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 30px;
}

a{
	color: #535353;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

a.backtotop{
	padding: 10px;
	background-color: #ec1b34;
	color: #fff;
	display:block;
	margin-left: 0px;
	font-size: 14px;
	text-decoration: none;
}

/*------------------------------
	INVESTMENT TABLE STYLES
-------------------------------*/

table.investment{
	margin-left: 15px;
	margin-bottom: 10px;
	width: 600px;
}

table.investment td{
	padding: 8px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #535353;
	vertical-align: middle;
	text-align: center;
	line-height: 1.3;
}

table.investment th{
	padding:8px;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	border-bottom: 1px dotted #cccccc;
	line-height: 1.3;
}

table.investment th span{
	font-weight: bold;
}

/*------------------------------
	BIN SIZING TABLE STYLES
-------------------------------*/

table.binsizing{
	margin-left: 20px;
	margin-bottom: 25px;
	width: 650px;
}

table.binsizing td{
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #535353;
	vertical-align: middle;
	text-align: center;
}

table.binsizing th{
	color: #545454;
	padding:10px;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	border-bottom: 1px dotted #cccccc;
}

table.binsizing th strong{
	font-size: 30px;
	color: #ec1b34;
}

/*------------------------------
	JUNK REMOVAL TABLE STYLES
-------------------------------*/


table.junk{
}

table.junk td{
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #535353;
	vertical-align: middle;
	text-align: left;
	line-height: 1.3;
}

table.junk th{
	color: #ec1b34;
	padding:10px;
	font-weight: bold;
	font-size: 50px;
	vertical-align: middle;
	border-bottom: 1px dotted #cccccc;
	line-height: 1.3;
}

table.junk td.that-easy{
	color: #ec1b34;
	padding:10px;
	text-align: center;
	font-size: 22px;
	border-bottom: none;
}

table.junk td img{
	border: 1px solid #fede00;
}

/*------------------------------
	MARKETS AVAILABLE STYLES
-------------------------------*/


table.markets{
	margin-left: 15px;
	margin-bottom: 25px;
	width: 600px;
}

table.markets th{
	color: #ec1b34;
	padding:10px;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	border-bottom: 1px dotted #cccccc;
	line-height: 1.3;
}

table.markets td{
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #535353;
	vertical-align: middle;
	text-align: left;
	line-height: 1.3;
	text-align: left;
	width: 75%;
}

table.markets td.available{
	background-color: #678e34;
	color: #fff;
	text-align: center;
	width: 25%;
	border-bottom: 1px dotted #fff;
}

table.markets td.sold{
	background-color: #e51a33;
	color: #fff;
	text-align: center;
	width: 25%;
	border-bottom: 1px dotted #fff;
}

table.markets td.pending{
	background-color: #fede00;
	color: #fff;
	text-align: center;
	width: 25%;
	border-bottom: 1px dotted #fff;
}


/*------------------------------
	REQUEST INFORMATION TABLE STYLES
-------------------------------*/

table.FranchiseForm{
	margin-left: 15px;
	margin-bottom: 25px;
	width: 600px;
}

table.FranchiseForm th{
	color: #ec1b34;
	padding:10px;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	border-bottom: 1px dotted #cccccc;
	line-height: 1.3;
}

table.FranchiseForm td{
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #535353;
	vertical-align: middle;
	text-align: left;
	line-height: 1.3;
	width: 50%;
}

table.FranchiseForm td.submit{
	text-align: center;
	border-bottom: none;
}

/*--------MAIN CONTENT LIST STYLES-------*/

#content_container ul{
	margin: 0px 0px 15px 45px;
	color: #535353;
	line-height: 1.7;
	font-size: 12px;
}

#content_container ul li{
	list-style-image: url(../web_images/bullets.gif);
	list-style-position: outside;
	font-size: 12px;
	color: #535353;
	margin-right: 30px;
}

#content_container ul li a{
	font-weight: bold;
}

#content_container ol{
	margin: 30px 0px 15px 60px !important;
	color: #535353;
	line-height: 1.7;
	font-size: 12px;
	list-style-position: outside;
}

#content_container ol li{
	list-style-type: decimal;
	list-style-position: outside;
	color: #ec1b34;
	font-size: 24px;
	line-height: 1;
}

#content_container ol li p{
	line-height: 1.5;
}

#content_container ol.pledge li{
	list-style-type: none;
	list-style-position: inside;
	color: #535353;
}

#content_container ol li strong{
	font-weight: bold;
	color: #535353;
	font-size: 14px;
}

#content_container ol li a{
	font-weight: bold;
}

#content_container ol li ul{
	margin: 0px 0px 15px 45px;
	color: #535353;
	line-height: 1.7;
	font-size: 12px;
	list-style-position: outside !important;
}

#content_container ol li ul li{
	list-style-image: url(../web_images/bullets.gif);
	list-style-position: outside !important;
	font-size: 12px;
	color: #535353;
	line-height: 1.5;
}

#content_container ol li ul li a{
	font-weight: bold;
}


/*--------PULL QUOTE STYLES-------*/

.pullquote{
	float: right;
	width: 250px;
	padding: 10px;
	margin: 20px;
	border: 1px dotted #cccccc;
	background-image: url(../web_images/pullquote-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.pullquote h1{
	font-size: 30px;
	color: #cccccc;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 15px 15px 15px;
}

.pullquote h1 a{
	font-size: 30px;
	color: #cccccc;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 15px 15px 0px;
	text-decoration: none;
}

.pullquote h1 a:hover{
	text-decoration: underline;
}

.pullquote h1 span{
	font-weight: bold;
	color: #bebebe;
}

/*----------------*/

#content_container .small-pullquote{
	float: right;
	padding: 10px;
	margin: 0px 20px 20px 20px;
	border: 1px dotted #cccccc;
	background-image: url(../web_images/pullquote-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#content_container .small-pullquote h1{
	font-size: 20px;
	color: #cccccc;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 15px 15px 15px;
}

#content_container .small-pullquote h1 a{
	font-size: 20px;
	color: #cccccc;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 15px 15px 0px;
	text-decoration: none;
}

#content_container .small-pullquote h1 span{
	font-weight: bold;
	color: #bebebe;
}

/*--------FORM STYLES-------*/

table.contact-form{
	width: 300px;
	float: right;
	padding: 10px;
	margin: 20px;
	border: 1px dotted #cccccc;
	background-image: url(../web_images/pullquote-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}

table.contact-form th{
	color: #ec1b34;
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
	line-height: 1.3;
	text-align: right;
	vertical-align: middle;
	text-transform: uppercase;
}

table.contact-form td.heading{
	color: #bebebe;
	text-align: center;
	font-size: 14px;
}

table.contact-form td{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	text-align: right;
	line-height: 1.2;
	vertical-align: middle;
}

table.contact-form input, table.contact-form textarea{
	padding: 6px;
	float: left;
}

table.contact-form input.enter{
	padding: 7px 7px 7px 7px;
	text-align: center;
	width: 100px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ec1b34; 
	text-transform: uppercase;
	cursor: pointer;
	border: 2px solid #b31629;
}

/*------------------------------
	FAQ STYLES
-------------------------------*/

ul.acc {
	width:673px; 
	color:#033; 
	margin:0px 0px 0px 0px !important;
	list-style-type:none !important;
	list-style-image: none !important; 
}
ul.acc li{
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;  
	list-style-type:none !important;
	list-style-image: none !important;
}
ul.acc ul li{
	list-style-image: url(../web_images/bullets.gif) !important;
	list-style-position: outside;
	font-size: 12px;
	color: #535353;
	margin-right: 30px;
	margin-bottom: 0px !important;
}

ul.acc li ol{
	color: #535353;
	line-height: 1.7;
	list-style-position: outside;
}

ul.acc li ol li{
	list-style-type: decimal !important;
	list-style-position: outside;
	color: #ec1b34;
	font-size: 24px;
}

ul.acc h4{
	margin-left: 15px !important;
	font-weight: bold;
}

ul.acc h3 {
	border: 1px solid #dedddd; 
	padding:5px 30px 5px 10px !important; 
	font-weight: normal !important; 
	margin: 0px !important; 
	cursor:pointer; 
	background-image: url(../web_images/plus.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-color: #fff;
	font-size: 11px;
	color: #ec1b34 !important;
	display: block;
}

ul.acc h3 img{
	border: 1px solid #000;
	float: left;
	margin-right: 15px;
	z-index: 500;
}

ul.acc h3 em{
	border-top: 1px dotted #dedddd;
	color: #535353;
	font-weight: normal;
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	float: left;
	width: 450px;
}

ul.acc h3:hover {
	background-image: url(../web_images/plus_roll.gif);
}
ul.acc .acc-section {
	overflow:hidden; 
	background:#fff;
}
ul.acc .acc-content {
	padding:10px 10px 0px 10px; 
	border-top:none; 
	background:#fff
}

table.faqs td{
	padding-left: 20px;
}

/*------------------------------
	TAB STYLES
-------------------------------*/

ul.tabNavigation {
	list-style: none;
	margin: 30px 0px 6px 15px!important;
	padding: 0;
}

ul.tabNavigation li {
	margin: 0px !important;
	display: inline;
}

ul.tabNavigation li a {
	padding: 10px 10px 10px 10px;
	background-color: #ed1b34;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	border: 1px solid #dedddd;
	border-bottom: 2px solid #dedddd;
	font-size: 16px;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
	color: #fff;
	padding: 10px;
	background-color: #525252;
}
		
ul.tabNavigation li a:focus {
	outline: 0;
}

div.tabs > div {
	padding: 5px;
	border: 2px solid #dedddd;
	margin-bottom: 25px;
	margin-left: 15px;
}

/*------------------------------
	BOOK ONLINE STYLES
-------------------------------*/

#contentBottom2{
	margin-bottom: 30px;
}

#services, #options{
	margin-left: 70px;
	margin-right: 70px;
}

#leftColumn2 h2{
	border: 1px solid #dedddd;
	text-align: center;
	color: #ec1b34;
	font-size: 14px;
	padding: 10px;
	font-weight: bold;
}

#services img{
	margin-left: 50px;
}

#options a{
	width: 250px;
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #5d5c5c;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../web_images/sidebar-nav-normal.gif);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	border: 1px solid #dedddd;
	margin-bottom: 10px;
}

#options a:hover{
	background-image: url(../web_images/faqs-roll.gif);
	background-repeat: repeat-x;
	color: #ed1b34;
	background-color: #fef9b9;
}

#formContainer{
	margin-left: 70px;
}

#formContainer2{
	margin-left: 0px;
}

#formContainer h1,#formContainer2 h1{
	font-size: 24px !important;
	margin-left: 60px !important;
}

#formContainer table td, #formContainer2 table td{
	padding: 5px;
	vertical-align: top;
}

#formContainer table td.cell-title, #formContainer2 table td.cell-title{
	color: #5d5c5c;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

#formContainer table td input, 
#formContainer table td textarea,
#formContainer2 table td input,
#formContainer2 table td textarea{
	padding: 6px;
}


/*-----------------------

SITE MAP STYLES

-------------------------*/


table.sitemap {
	width: 100%;
}

table.sitemap td{
	padding-right: 10px;
}

table.sitemap td ul{
	margin-left: 0px !important;
	padding-left: 0px !important;
}

table.sitemap td ul li{
	margin-left: 30px;
}

table.sitemap td ul li.title{
	border-bottom: 1px solid #dedddd;
	list-style-type: none !important;
	list-style-image: none !important;
	margin-left: 0px !important;
	background-image: url(../web_images/sidebar-nav-normal.gif);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	color: #5d5c5c;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 15px;
}

table.sitemap td ul li a{

}
#more_keep_your, #more_keep_your2{
	display:none;
	border-top: none !important;
	margin-top: 15px;
}
.read_more, .read_more a:link, .read_more a:visited {
	color:#E02806;
	cursor:pointer;
	text-decoration: none;
	display: block;
	margin: 7px 0px 0px 0px;
	text-align: left;
}

.read_more a:hover{
	text-decoration: underline;
}
