/* CSS Document */
/*
-------------------------------------
 general declarations
*/
body
{
/*	position: relative;*/
	text-align: center;
	background-color: white;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333;
}

body, td {
	color: #333;
}

img {
	border: 0;
}

a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

h1, h2, h3, div.header3, div.header1, div.header2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	clear:both;
}

h1, div.header3, div.header1, div.header2
{
	color: #7fa5ba;
}

.header1
{
	font-size: 1.7em;
	width:350px;
}

.header2
{
	font-size: 2em;
	width:500px;
}

.header3
{
	font-size: 1.7em;
	width:500px;
}


/*PATIENT SECTION*/
#startpromo		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	position : relative;
	top: 81px;
	left: 206px;
	width : 168px;
	height : 107px;
/*	background-image : url(../images/bg_promo.gif);*/
}

#startimage		{
	width : 374px;
	height : 188px;
	background-position: top right;
}
td.quoteitalic
{
	font-size:1.45em;
	font-style:italic;
	text-align:center;
	font-weight:bold;
	padding-bottom:20px;
}

span.quoteitalic_lh, span.quoteitalicleft_lh
{
	font-size:1.5em;
	font-style:italic;
}

.promoHeader		{
	font-weight : bold;
	line-height : 20px;
}

.promoText		
{
	font-size:0.9em;
}
/*END PATIENT SECTION*/

a:hover {
	text-decoration: underline;
}

h3, h4 {
	margin: 0;
	padding: 0;
	color: #FF3442;
	font: bold 11px Verdana;
}

h4 {
	color: #333;
}

p {
	margin-top: 1px;
	margin-bottom: 15px;
}

#pageContainer
{
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}



/*
-------------------------------------
 main content areas
*/
#mainContainer
{
	float:left;
	clear:both;

}

#mainContainer, td.Header1stLevel {
	text-align: left;
	min-height: 100px;
	width: 750px;
}

#mainContainer .leftColumn {
	float: left;
	width: 334px;
}

#mainContainer .rightColumn {
	text-align: right;
}

#mainContainer .leftColumn table#spacerTable {
	height: 276px;
}

#mainContainer .leftColumn table#spacerTable td.upper {
	vertical-align: top;
}

#mainContainer .leftColumn table,
#mainContainer .rightColumn table {
	border-collapse: collapse;
	border: none;
	vertical-align: top;
}

#mainContainer .leftColumn table td.lower,
#mainContainer .rightColumn table td.lower {
	padding-top: 10px;
	vertical-align: bottom;
}

#mainContainer .Header1stLevel h3, #mainContainer .leftColumn h3 {
	margin-left: 20px;
	margin-top: 6px;
}

#mainContainer .leftColumn p {
	padding-left: 2px;
}

#mainContainer .horisontalDivider {
	clear: both;
	border-bottom: 1px solid #FF3442;
	margin-top: 20px;
	margin-bottom: 22px;
}

#mainContainer #boxes {
	margin-bottom: 20px;
}

#mainContainer #boxes p {
	padding-left: 0;
}

#mainContainer #boxes p.link {
	margin-bottom: 0;
}

#mainContainer #boxes .listContainer {
	margin-top: 8px;
}

#mainContainer #boxes .listContainer p {
	margin-bottom: 8px;
}

#mainContainer #boxes table.boxes {
	width: 750px;
	border-collapse: collapse;
}

#mainContainer #boxes ul {
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
}

#mainContainer #boxes li {
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 0 0 0 6px;
}

#findOutMoreImage {
	margin-right: 55px;
	padding-left: 9px;
	border-left: 1px solid #FF3442;
}

#mainContainer #boxes table td.left,
#mainContainer #boxes table td.right {
	width: 312px;
}

#mainContainer #boxes table td.middle {
	width: 83px;
	background-color: white;
}

#mainContainer #boxes table td.lower {
	width: 312px;
	padding: 3px 10px 13px 10px;
}

#mainContainer #boxes table td.left table,
#mainContainer #boxes table td.right table
{
	background-color: #eee;
	padding: 13px 10px 13px 10px;
	width: 327px;
}

#contentContainer
{
	width: 602px;
	float: right;
	text-align: left;
	border-top: 1px solid #ff3442;
	margin-top: 8px;
}

#contentContainer div
{
	width:410px;
}


/*-----------------------------------Styles for new frontpage two column layout------------------------- */
#leftContentContainer
{
	width: 375px;
	float: left;
	text-align: left;
	margin-top: 15px;
	border-top: 1px solid #ff3442;
}

#leftContentContainer .smallColumn
{
	width: 355px;
}

#leftContentContainer .inside
{
                margin: 0 20px 0 0;
}

#rightContentContainer
{
	width: 375px;
	float: right;
	text-align: left;
	margin: 15px 0 0 0px;
	border-top: 1px solid #ff3442;
}

#rightContentContainer .header
{
                font-weight: normal;
                color: #7fa5ba;
                font-size: 1.3em;
                margin-top: 15px;
                margin-bottom: 15px;
}

#rightContentContainer .rightContent
{
                float: right;
}

#rightContentContainer .inside
{
                margin: 0 20px 0 20px;
}

#rightContentContainer .startColumn .inside
{
                margin: 0 0 0 25px;
}



.greyFadeBg
{
               background-image : url(/images/grey_fade_bg_tcm9-2117.jpg);
               background-repeat: repeat-x;
               
}

/*---------------------------------------------------------------------------------------------------
Styling for form elements
----------------------------------------------------------------------------------------------------*/

#contestForm
{
         font-size: 1.1em;
}

.formRowElements
{
	width: 330px;
}

.formRowElements input
{
	width: 230px;
                margin-bottom: 5px;
}

.formRowElements .textArea input
{
	width: 320px;
}

.formRowElements .radio input
{
	width: 20px;
                margin: 2px 0px 0px 0px;
}

.formRowElements div
{
	margin: 0px 0px 0px 0px;
                padding: 0px;
}

.formRowElements .label
{
               width: 80px;
                float: left;
}

.formRowElements .formField
{
               width: 240px;
                float: left;
}

.smallFont
{
               font-size: 0.7em;
}

.smallFont a
{
               font-weight: normal;
               text-decoration: underline;
}


/*
-------------------------------------
 search form specific
*/
#coverLayer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 98;
	width: 300px;
	height: 300px;
	background-image:url(../images/cover_layer_background.gif);
	visibility: hidden;
}

#searchInProgress {
	position: absolute;
	left: 240px;
	top: 220px;
	width: 240px;
	height: 100px;
	z-index: 99;
	background-color: #F6F6F6;
	border: 2px solid #AAA;
	visibility: hidden;
}
 
/*
-------------------------------------
 search form specific
*/
#searchForm {
	float: right;
	text-align: left;
	border-left: 1px solid #FF3442;
}

#searchForm table {
	border-collapse: collapse;
	width: 361px;
	margin-left: 5px;
}

#searchForm table td {
	background-color: #F6F6F6; 
	vertical-align: top;
}

#searchForm table td.verticalDivider {
	padding: 0;
	width: 4px;
	background-color: white;
}

#searchForm table td.horisontalDivider {
	padding: 0;
	height: 6px;
	background-color: white;
	border: none;
}

#searchForm input.text {
	width: 156px;
	font: normal 11px Verdana;
}

#searchForm select#searchRadius {
	width: 89px;
	font: normal 11px Verdana;
}

select.country {
	font: normal 11px Verdana;

}

#searchForm select#foundAddresses 
{
	width: 361px;
		font: normal 11px Verdana;
}

#searchForm select#state {
	width: 160px;
	font: normal 11px Verdana;
}

#searchForm .submit, .leftColumn .submit {
	font: normal 11px Verdana;
	padding: 2px 4px 1px 5px;
	margin: 8px 0 8px 0;
	background-color: #EEEEEE;
	border: 1px solid #111111;
}

.leftColumn .submit 
{
	margin:0;
}
#searchForm table td.heading {
	padding: 8px 4px 2px 8px;
}

#searchForm table td.cell {
	padding: 8px 4px 6px 8px;
}

#searchForm table td.searchByZipCode {
	padding: 8px 4px 14px 8px;
}

/*
-------------------------------------
 search result specific
*/
#searchResults {
	margin-bottom: 20px;
	float: left;
}

#searchResults .resultBox, #searchResults .mapBox {
	vertical-align: top;
	text-align: left;
	border: 1px solid #C4C4C4;
	padding: 4px 8px 4px 8px;
	margin-bottom: 8px;
}

#searchResults .resultBox {
	width: 357px;
}

#searchResults .mapBox {
	width: 732px;
}

#searchResultsImage {
	margin-right: 135px;
}

#searchResults .resultBox img.portrait {
	float: left;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 8px;
	text-align: left;
	vertical-align: top;
}

#searchResults .resultBox img.icon {
	margin-top: 6px;
	margin-right: 8px;
	vertical-align: bottom;
}

#searchResults .resultBox .clinicInfo {
	margin: 0;
	padding-top: 4px;
}

#searchResults .divider {
	clear: both;
	margin-top: 6px;
	border-bottom: 1px solid #C4C4C4;
}

#searchResults .addressLeft {
	float: left;
	padding: 6px 2px 6px 2px;
}

#searchResults .addressRight {
	float: right;
	padding: 6px 2px 6px 2px;
}

#searchResults .additionalInfo {
	margin: 6px 0 6px 0;
	padding: 0;
}

ul.laundrylist
{
	margin-left:8px;
	padding-left:8px;
	margin-top:2px;
}


/*
-------------------------------------
 popup contact information
*/
#popupContactInformation {
	margin: 20px;
	width: 270px;
	text-align: left;
	min-height: 100px;
}

#popupMapInformation {
	margin: 20px;
	width: 500px;
	text-align: left;
	min-height: 100px;
}

#popupMapInformation h3, #popupContactInformation h3 {
	margin: 10px 0 12px 20px;
}

#popupMapInformation h2, #popupContactInformation h2 {
	margin-bottom: 0;
	text-align: left;
	font: bold 14px Verdana, sans-serif;
}

#popupContactInformation #secondaryInfo {
	color: #6E6E6E;
}

#popupContactInformation .horisontalDivider {
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6E6E6E;
}

/*
-------------------------------------
 footer
*/
#footer {
	clear: both;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	height: 22px;
	background-color: #FF3442;
}

#footer #inner {
	width: 750px;
	text-align: right;
	margin: 0 auto 0 auto;
	padding: 4px 0 0 0;
}

#footer #inner a {
	color: white;
	font-weight: normal;
}

#footer #inner a:hover {
	text-decoration: underline;
}

#footer #inner a.copyright {
	margin-right: 20px;
}



/*
------------------------------------------
Header */

#headerContainer
{
	position: relative;
	width: 750px;
	height: 70px;
	border-bottom: 1px solid #ff3442; }

#header
{
	width: 334px;
	height: 25px;
	float: left;
	margin-top: 10px;
}

#logo
{
	width: 205px;
	height: 22px;
	float: right;
	margin-top: 29px;
}


/*-----------------------------
Styles for links */
img
{
	border: 0px;
}

a.menu_link
{
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

a.menu_link_selected
{
	color: #ff3442;
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	text-decoration: underline;
}

a.menu_link:hover
{
    text-decoration: underline;
}

a.menu_link_selected:hover
{
	text-decoration: underline;
}

a.main_link
{
	font-weight: bold;
	color: #333;
	text-decoration: none;
}


/*
----------------------------------------
Navigation */

#navigationContainer
{
	position: relative;
	width: 750px;
	margin-bottom: 20px;
}

#leftNav
{
	float:left;
	text-align: left;
	width: 148px;
	padding-top: 5px;
}

#midNav
{
	float: left;
	text-align: left;
	border-left: 1px solid #ff3442;
	padding-left: 12px;
	padding-top: 5px;
}

#midNav .rightNav
{
	padding-left: 10px;
	padding-bottom: 0px;
}

div#midNav .rightNav
{
	border-left: 1px solid #ff3442;
	background-image: none;
	margin-left: 5px;
}

.rightNav
{
	height: 70px;
}

.rightNav table, #midNav table, #leftNav table
{
	border-collapse:collapse;
}

div#leftNav div, div#midNav div {
	background: url(/images/nav_redtri_tcm9-91.gif) no-repeat top left;
	background-position: 0px 50%;
	padding-left:14px;
	clear:right;
	margin-top:2px;
}

div#midNav div
{
	width: 225px;
}

#midNav table, #leftNav table {
	height: 100%;
}


/*ad layout */

	.adContainer p
	{
		margin:3px 0px 10px 0px;
	}

	div.adStatus-3, div.adStatus-5
	{
		border: solid 2px #ccc;
		min-height:160px;
		_height:160px;
	}


	div.adStatus-2
	{
		min-height:145px;
		_height:145px;
	}


	div.adStatus-1
	{
		min-height:130px;
		_height:130px;
	}

	.adContainer
	{
		width: 748px;
		border: solid 1px #ccc;
		margin-bottom:20px;
	}

	
	.adContainer .leftInfo
	{
		width: 529px;
		float: left;
		border-right: 1px solid #ccc;
		clear: none;
		min-height: 65px;
		_height: 65px;
	}

	div.adStatus-3 .leftInfo, div.adStatus-5 .leftInfo
	{
		min-height: 113px;
		_height: 113px;
	}


	div.adStatus-2 .leftInfo
	{
		min-height: 98px;
		_height: 98px;
	}

	div.adStatus-1 .leftInfo
	{
		min-height: 83px;
		_height: 83px;
	}

	
	.adContainer .rightInfo
	{
		width: 218px;
		float: right;
	}
	
	.adContainer .rightInfo ul
	{
	    list-style-image: url(/images/ad_arrow_tcm9-764.gif);
	    list-style-position: outside;
	    margin-top: 5px;
	    margin-bottom: 5px;
	    padding-left: 0px;
	    margin-left: 15px;
	}

	.adContainer .rightInfo ul li { margin-bottom: 4px;}
	.adContainer .rightInfo ul li a { font-weight: bold; }

	.adContainer .adLower
	{
		background-color: #eee;
		float:left;
		overflow:hidden;
	}	
	
	.adContainer .laundryList
	{
		width: 529px;
		float: left;
		border-top: 1px solid #ccc;
		min-height: 46px;
		_height: 46px;
	}

	.adContainer .adServices-0
	{
		background-color: #fff;
	}	
	
	.adContainer .location
	{
		width: 218px;
		float: right;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		min-height: 46px;
		_height: 46px;
		background-color: #fff;
		padding-bottom: 15px;
		margin-bottom: -15px;
	}
	
	.adContainer .portrait
	{
		float:left;
		margin-right: 5px;
		padding-bottom: 5px;
	}
	
	.adContainer .text
	{
		float:left;
		width: 400px;
		overflow-x:hidden;
	}
	
	.adContainer .inside
	{
		margin: 10px 10px 10px 10px;
	}
	
	.adContainer .spacer
	{
		clear: both;
	}
		
	.adContainer .bold-text
	{
		font-weight: bold;
	}
	
	.adContainer .ad-bullet
	{ 
		color: #f00; 
	}
	

/*
-------------------------------------
Market specific styles
*/
