﻿/* 
    == Reset ==
*/

	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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
	{
		background: transparent;
		border: 0;
		font-size: 100%;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}

	ol, ul
	{
		list-style: none;
	}

	blockquote, q
	{
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after
	{
		content: '';
		content: none;
	}

	/* remember to define focus styles! */
	:focus
	{
		outline: 0;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table
	{
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	input
	{
		margin: 0;
		padding: 0;
		vertical-align: top;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
	}

/* 
    == Default ==
*/

	body
	{
		background: #fff url(/images/background-page.gif) repeat-x;
		color: #000;
		font: 11px Tahoma, Verdana, Arial, sans-serif;
		text-align: center;
	}
	
	p
	{
		
	}
	
	a
	{
		color: #009dad;
		cursor: hand;
		text-decoration: underline;
	}
	
	a:visited
	{
		color: #38cad9;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	h2 {
		color: #000;
		font: 22px Tahoma, Verdana, Arial, sans-serif;
	}

/* 
    == Common ==
*/

	.clear
	{
		clear: both;
	}

	.clearRight
	{
		clear: right;
	}

	.clearLeft
	{
		clear: left;
	}
	
	.floatLeft {
		float: left;
	}
	
	.floatRight {
		float: right;
	}
	
	sup {
		font-size:9px;
		vertical-align:top;
	}
	
	div.paragraph {
		padding-bottom: 20px;
	}

/* 
    == Navigation ==
*/

	ul#utilitiesNav {
		float: right;
		margin-right: 12px;
	}
	
		ul#utilitiesNav li {
			background: url(/images/nav-utilities-left.gif) no-repeat left;
			float: left;
			height: 16px;
			padding-left: 10px;
			margin-right: 6px;
		}
		
			ul#utilitiesNav li a {
				background: url(/images/nav-utilities-right.gif) no-repeat right;
				color: #006277;
				display: block;
				float: left;
				font-size: 11px;
				font-weight: bold;
				height: 16px;
				padding: 0 10px 0 0;
				text-decoration: none;
				text-transform: lowercase;
			}
			
			ul#utilitiesNav li a:hover {
				color: #f00;
			}
			
	ul#mainNav {
		display: inline;
		float: right;
		height: 28px;
		margin: 0 24px 0 0;
		width: 477px;
	}
	
		ul#mainNav li {
			float: left;
			line-height: 28px;
			text-transform: lowercase;
		}
		
			ul#mainNav li.theAmerispecDifference {
				background: url(/images/mainNav-TheAmerispecDifference.gif);
				height: 28px;
				text-align: center;
				width: 188px;
			}
			
			ul#mainNav li.inspectionServices {
				background: url(/images/mainNav-InspectionServices.gif);
				height: 28px;
				text-align: center;
				width: 149px;
			}
			
			ul#mainNav li.toolsAndResources {
				background: url(/images/mainNav-ToolsAndResources.gif);
				height: 28px;
				text-align: center;
				width: 140px;
			}
			
		ul#mainNav li a {
			color: #fff;
			font: bold 12px Verdana;
			text-decoration: none;
		}

			ul#mainNav li a:hover {
				text-decoration: underline;
			}
			
	div#footer p {
		color: #797979;
		font-size: 11px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	
	ul#footerNav {
		clear: both;
		display: block;
		margin: 0 0 20px 1px;
		padding: 0 0 0 20px;
	}
	
		ul#footerNav li {
			border-left: 1px solid #707070;
			display: inline;
			font: 10px arial;
			padding: 0 4px;
			text-align: center;
		}
		
		ul#footerNav li.fn0, ul.footerNav li.first {
			border-left: none;
			padding-left: 0;
		}
		
		ul#footerNav li a {
			color: #707070;
			text-decoration: none;
		}
		
		ul#footerNav li a:hover {
			text-decoration: underline;
		}

	
		ul#footerNavigationMain
		{
			padding-top: 5px;
		}
		
		div#footerBranding
		{
			background: url(/images/footer-servicemaster_family_of_brands.gif) no-repeat left 14px;
			border-top: 1px solid #818181;
			color: #7d7d7d;
			margin: 14px 38px 0 37px;
			padding: 14px 0 0 125px;
			text-align: left;
		}
		
		div#footerBranding p
		{
			margin: 0 0 10px 4px;
		}
		
		ul#footerCrossNavigation1
		{
			display: block;
			float: left;
			margin-top: 2px;
		}
	
		ul#footerCrossNavigation2
		{
			display: block;
			float: left;
			margin-bottom: 10px;
		}
	
		ul#footerCrossNavigation1 li, ul#footerCrossNavigation2 li
		{
			display: block;
			float: left;
		}
	
		ul#footerCrossNavigation1 li a, ul#footerCrossNavigation2 li a
		{
			text-decoration: underline;
		}
		
		div.breadcrumbs
		{
			height: 28px;
			padding: 10px 0 0 0;
			width: 800px;
		}
		
			div.breadcrumbs span
			{
				color: #828282;
			}
			
		div#subNavigation {
			margin: 0;
			padding: 0;
		}
		
			div#sideMenu div#subNavigation ul {
				margin: 0;
				padding: 0;
				width: 142px;
			}
			
			div #sideMenu div#subNavigation ul li {
				background: url(/images/background-sidemenu-subNavigation.gif) no-repeat;
			background-position: left top;
				color: #fff;
				display: inline-block;
				font-size: 12px;
				font-weight: bold;
				padding: 8px 10px 3px 10px;
				width: 122px;
			}
			
				* html div #sideMenu div#subNavigation ul li {
					w\idth: 142px;
					width: 122px;
				}
		
				div#sideMenu div#subNavigation ul li a {
					color: #fff;
					font-size: 12px;
					font-weight: bold;
					text-decoration: none;					
					position: relative; /* peekaboo bug fix for IE6 */
					min-width: 0; /* peekaboo bug fix for IE7 */
				}

				div#sideMenu div#subNavigation ul li a.AspNet-Menu-Selected {
					font-weight: bold !important;
				}


				div#sideMenu div#subNavigation ul li a a:hover h3 {
					text-decoration: underline;
				}

				div#sideMenu div#subNavigation ul li ul {
					background: #fff;
					margin: 7px 0 0px -8px;
					padding: 5px 0 0 0;
					width: 138px;
				}

					div#sideMenu div#subNavigation ul li ul li {
						background: #fff;
						background-image: none;
						padding: 0 8px 8px 8px;
						width: 122px;
					}
					
						* html div #sideMenu div#subNavigation ul li ul li {
						w\idth: 138px;
						width: 122px;
					}
				
					div#sideMenu div#subNavigation ul li ul li a {
						color: #f00;
						font-size: 11px;
						font-weight: normal;
						text-decoration: underline;
					}
			
					div#sideMenu div#subNavigation ul li ul li a:hover {
						text-decoration: none;
					}
		
	div#insidePageContent ul.anchors {
		list-style: none;
		margin: 0 0 20px 0;
	}
	
		ul.anchors li {
			border-left: 1px solid #707070;
			display: inline;
			font-size: 11px;
			padding-left: 5px;
		}
		
		ul.anchors li.first {
			border: 0;
			padding-left: 0;
		}
		
		#anchorsFirst {
			margin: 0 !important;
		}

/* 
    == Custom Classes ==
*/

	img.temporaryFooter {
		clear: both;
		margin: 0 0 20px 20px;
	}
	
	a {}

		a.readMore {
			background: url(/images/more_arrow.gif) no-repeat;
			background-position: right 5px;
			color: #f00;
			padding: 0 13px 0 0;
			text-decoration: underline;
			text-transform: lowercase;
		}
		
			a.readMore:visited {
				color: #ff6666;
			}
	
			a.readMore:hover {
				text-decoration: none;
			}
	
		div.backToTop {
			margin: 0 0 20px 0;
		}
		
		div.backToTop a {
			background: url(/images/arrow-up.gif) no-repeat;
			background-position: right 4px;
			font-size: 12px;
			padding: 0 9px 0 0;
			text-decoration: underline;
		}
		
			div.backToTop a:hover {
				text-decoration: none;
			}
	
		a.iconLink {
			background-position: left center;
			background-repeat: no-repeat;
			color: #f00;
			display: block;
			padding: 3px 0 5px 0;
			text-decoration: underline;
			text-align: left;
		}
		
			a.iconLink:hover {
				text-decoration: none;
			}
			
			a.pdfIcon {
				background: url(/images/icon-acrobat-20x19.gif) no-repeat;
				margin: 0 0 10px 0;
				padding-left: 25px;
				}
		

/* 
    == Structure ==
*/

	div#wrapper {
		margin: 0 auto;
		padding: 0;
		text-align: left;
		width: 800px;
	}
	
	div#content {
		display: inline;
		float: left;
		margin: 0 0 40px 0;
		width: 800px;
	}
	
	div#header {
		background: url(/images/header-amerispec_logo.gif) no-repeat;
		height: 152px;
		margin: 11px 0 0 0;
		width: 800px;
	}
	
		div#header h1 {
			display: inline;
			float: left;
			height: 53px;
			margin: 48px 0 23px 32px;
			text-indent: -5000px;
			width: 295px;
		}
		
		div#header div#search {
			float: left;
			height: 25px;
			margin: 72px 0 27px 297px;
			width: 150px;
		}

			div#header #search iframe {
				height: 25px;
				width: 160px;
			}
		
	div.titleArea {}
	
		div.titleArea h2 {
			float: left;
			width: 708px;
		}
		
		div.titleArea a.printToPage {
			display: block;
			float: left;
			margin: 7px 0 0 10px;
			width: 82px;
		}
	
		#containsHeader {
			height: 89px;
		}
		
		body#homePage {}
		
			body#homePage #containsHeader {
				height: 79px;
			}
			
			body#homePage #containsHeader h2 {
				padding-top: 24px;
			}
		
	div.homeBox {
		height: 140px;
		padding: 11px 15px 0 181px;
		width: 354px;
	}
	
		* html div.homeBox {
			w\idth: 550px;
			width: 354px;
		}
	
		div.homeBox h3 {
			color: #f00;
			font-size: 20px;
		}
		
			div.homeBox a h3 {
				color: #f00;
				text-decoration: none;
			}
			
			div.homeBox a:hover h3 {
				color: #f00;
				text-decoration: underline;
			}
		
		div.homeBox h4 {
			color: #666666;
			font-size: 13px;
			font-weight: bold;
		}

		div.homeBox p {
			color: #666666;
			font-size: 13px;
			line-height: 17px;
		}
		
		#homeContent a.readMore {
			font-size: 13px !important;
			line-height: 17px !important;
		}

			#buyingAHome {
				background: url(/images/background-buyingAHome.jpg) no-repeat;
			}
			
			#sellingAHome {
				background: url(/images/background-sellingAHome.jpg) no-repeat;
			}
			
			#realEstateProfessionals {
				background: url(/images/background-realEstateProfessionals.jpg) no-repeat;
			}
			
			#inspectionServices {
				background: url(/images/background-inspectionServices.jpg) no-repeat;
			}
			
	div#homeContent {
		float: left;
		margin: 0 40px 40px 0;
		width: 550px;
	}
	
	div#sidebar {
		float: left;
		width: 210px;
	}
	
		div#sidebar div.findALocationBox {
			background: url(/images/background-sidebar-bottom.gif);
			background-position: 0 bottom;
			padding: 0 0 20px 0;
			margin: 0 0 30px 0;
			width: 210px;
		}
		
			div#sidebar div.findALocationBox h3 {
				background: url(/images/background-sidebar-top.gif);
				background-position: 0 top;
				color: #006176;
				font-size: 20px;
				padding: 11px 16px 3px 16px;
			}
			
			div#sidebar div.findALocationBox h4 {
				color: #707070;
				font-size: 12px;
				font-weight: bold;
				padding: 5px 16px 3px 16px;
			}
			
			div#sidebar div.findALocationBox p {
				color: #797979;
				font-size: 11px;
				margin: 0 16px 6px 16px;
			}
				
			div#sidebar div.findALocationBox ul {
				color: #797979;
				font-size: 12px;
				list-style-type: disc;
				margin: 0 16px 10px 18px;
				padding: 0 0 0 16px;
			}
				
			div#sidebar div.findALocationBox label {
				color: #797979;
				display: block;
				font-weight: bold;
				font-size: 11px;
				margin: 0 16px 2px 16px;
			}
				
			div#sidebar div.findALocationBox input.sidebarInput {
				color: #797979;
				display: block;
				font-size: 14px;
				margin: 0 16px 10px 16px;
				width: 171px;
			}
			
			div#sidebar div.findALocationBox input.sidebarSubmit {
				border: 0;
				background: url(/images/background-sidebar_submit.gif);
				color: #000;
				font: 12px Tahoma;
				height: 25px;
				margin: 5px 16px 10px 16px;
				text-transform: lowercase;
				width: 176px;
			}
				
			div#sidebar div.findALocationBox a.readMore {
				margin: 0 16px 0 16px;
			}
			
		div#sidebar div.askAnInspectorBox {
			background: url(/images/background-sidebar-ask_an_inspector.gif) no-repeat;
			height: 31px;
			margin: 0 0 30px 0;
			padding: 15px 0 0 35px;
			width: 175px;
		}
		
			* html div#sidebar div.askAnInspectorBox {
				w\idth: 210px;
				width: 175px;
				he\ight: 46px;
				height: 31px;
			}
		
			div#sidebar div.askAnInspectorBox a h3 {
				color: #414370;
				text-decoration: none;
				font-size: 16px;
			}
				
			div#sidebar div.askAnInspectorBox a:hover h3 {
				text-decoration: underline;
			}
		
		div#sidebar div.tipOfTheMonthBox {
			background: url(/images/background-tip.gif) no-repeat;
			background-position: 0 bottom;
			margin: 0 0 30px 0;
			padding: 0 0 20px 0;
			width: 210px;
		}
		
			div#sidebar div.tipOfTheMonthBox h3 {
				background: url(/images/background-tip_header.gif) no-repeat;
				color: #fff;
				padding: 10px 0 22px 13px;
				font-size: 16px;
			}
			
			div#sidebar div.tipOfTheMonthBox a h3 {
				text-decoration: none;
			}

			div#sidebar div.tipOfTheMonthBox p {
				color: #434343;
				font-size: 13px;
				line-height: 18px;
				margin: 0 10px 5px 15px;
			}
			
			div#sidebar div.tipOfTheMonthBox a.readMore {
				padding-left: 15px;
			}
		
		div#sidebar div.basicBox {
			background: url(/images/background-sidebar-bottom.gif) no-repeat;
			background-position: 0 bottom;
			margin: 0 0 30px 0;
			padding: 0 0 20px 0;
			width: 210px;
		}
		
			div#sidebar div.basicBox h3 {
				background: url(/images/background-sidebar-top.gif);
				background-position: 0 top;
				color: #006176;
				font-size: 18px;
				padding: 11px 16px 5px 16px;
			}
			
			div#sidebar div.findALocationBox h3 {
			}
			
			div#sidebar div.basicBox p {
				color: #434343;
				font-size: 13px;
				line-height: 18px;
				margin: 0 10px 5px 15px;
			}
			
			div#sidebar div.basicBox a.readMore {
				padding-left: 15px;
			}
			
		div#sidebar div.teaser {
			border-bottom: 1px solid #eeeeee;
			margin: 0 10px 20px 10px;
			padding: 0 0 10px 0;
			text-align: center;
			width: 190px;
		}
		
			div#sidebar div.teaser img {
				margin: 0 auto 10px auto;
			}
		
			div#sidebar div.teaser img.teaseImage {
				float: left;
				margin: 0 10px 3px 0;
			}
			
			div#sidebar div.teaser a h4 {
				color: #797979;
				font-weight: bold;
				line-height: 18px;
				text-align: left;
			}

				div#sidebar div.teaser a h4 {
					color: #797979;
					font-weight: bold;
					line-height: 18px;
					text-align: left;
					text-decoration: none;
				}

				div#sidebar div.teaser a:hover h4 {
					text-decoration: underline;
				}

			div#sidebar div.teaser p {
				color: #797979;
				font-size: 11px;
				margin: 0;
				text-align: left;
			}
			
				div#sidebar div#last {
					border: 0;
					margin-bottom: 0;
					padding-bottom: 0;
				}
				
			div#sidebar div.teaser ul li {
				text-align: left;
				margin: 0 0 10px 0;
			}
			
			div#sidebar div.teaser ul li a {
				color: #f00;
			}
			
	div#sideMenu {
		float: left;
		margin: 0 15px 0 0;
		width: 142px;
	}
	
		div#sideMenu div.sideMenuBox {
			background: url(/images/background-sidemenu.gif) no-repeat;
			background-position: left bottom;
			margin: 0 0 15px 0;
			padding: 0 0 15px 0;
			width: 142px;
		}
		
			div#sideMenu div.sideMenuBox ul {
				margin: 7px 10px 0px 10px;
			}

				div#sideMenu div.sideMenuBox ul li {
					padding-bottom: 8px;
				}
			
				div#sideMenu div.sideMenuBox ul li a {
					color: #f00;
					text-decoration: underline;
				}
		
				div#sideMenu div.sideMenuBox ul li a:visited {
					color: #ff6666;
				}
		
				div#sideMenu div.sideMenuBox ul li a:hover {
					text-decoration: none;
				}
		
		div#sideMenu div#basic h3 {
			background: url(/images/background-sidemenu-basic.gif) no-repeat;
			background-position: left top;
			padding-top: 15px;
		}
		
			div#sideMenu div#basic ul {
				margin-top: 0;
			}		
	
		div#sideMenu div#subNavigation h3 {
			background: url(/images/background-sidemenu-subNavigation.gif) no-repeat;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			padding: 8px 10px 3px 10px;
		}
	
		div#sideMenu div#subNavigation a h3 {
			text-decoration: none;
		}

		div#sideMenu div#subNavigation a:hover h3 {
			text-decoration: underline;
		}

	div#insideContent {
		float: left;
		margin: 0 15px 0 0;
		padding: 3px 0 0 0;
		width: 418px;
	}
	
	.fullPage {
		width: 100% !important;
	}
	
	.firstTwoColumns {
		width: 575px !important;
	}
	
	div.twoColumn {
		float: left;
		margin: 0 !important;
		padding: 3px 0 0 0 !important;
		width: 643px !important;
	}
	
	
		div#insideContent h3 {
			color: #006176;
			float: left;
			font-size: 20px;
			padding-bottom: 10px;
			width: 325px;
		}
		
		div#insideContent div#subHeadBar img {
			float: right;
			margin: 7px 0 0 0;
		}
		
	div#insideContent div#insidePageContent {
		clear: both;
		width: 100%;
	}
	
		div#insidePageContent p.footnote {
			font-size: 10px;
			line-height: 14px;
		}
	
		div#insidePageContent img {
			padding: 0 0 10px 0;
		}
		
		div#insidePageContent img.floatLeft {
			padding: 5px 10px 7px 0;
		}
		
		div#insidePageContent img.floatRight {
			padding: 5px 0 7px 10px;
		}
		
		div#insidePageContent p {
			color: #797979;
			font-size: 12px;
			line-height: 18px;
			margin: 0 0 20px 0;
		}
		
		div#insidePageContent h3 {
			color: #606060;
			float: none;
			font-size: 16px;
			font-weight: bold;
			margin: 0 0 15px 0;
		}
		
		div#insidePageContent h4 {
			color: #606060;
			float: none;
			font-size: 14px;
			font-weight: bold;
			margin: 0 0 15px 0;
		}

		div#insidePageContent h5 {
			color: #606060;
			float: none;
			font-size: 13px;
			margin: 0 0 15px 0;
		}

		div#insidePageContent ul {
			color: #797979;
			font-size: 12px;
			line-height: 18px;
			list-style-type: disc;
			margin: 0 0 20px 30px;
		}
		
		div#insidePageContent ol {
			color: #797979;
			font-size: 12px;
			line-height: 18px;
			list-style-type: decimal;
			margin: 0 0 20px 30px;
		}
		
		#anchorPage ol {
			list-style-type: lower-alpha !important;
		}
		
		table.anchorList {
			border: 0;
			margin: 0 0 15px 0;
			width: 100%;
		}
		
		table.anchorList td {
			font-size: 11px;
			line-height: 18px;
			padding: 0 5px 5px 0;
		}
			
	table.infoTable {
		color: #797979;
		margin: 0 0 20px 0;
		width: 100%;
	}
	
		table.infoTable th {
			font-weight: bold;
			padding: 0 5px 5px 0;
		}	
			
		table.infoTable td {
			padding: 0 5px 5px 0;
		}
		
		table.infoTable td.descriptionHeader {
			font-size: 14px;
			font-weight: bold;
			padding: 20px 5px 5px 0;
		}
		
		
	ul.checkboxList {
		list-style-image: url(/images/checkboxListSquare.gif);
	}
	
	div.ecTitle {
		margin-top: 10px;
	}
	
	div.ecTitle h4 {
		background: url(/images/accordion-plus.gif) no-repeat left 6px;
		cursor: hand;
		display: inline;
		padding-left: 10px;
	}
	
	div.expandcollapse div.selected h4 {
		background: url(/images/accordion-minus.gif) no-repeat left 6px !important;
	}
	
	div.expandcollapse h3 {
		color: #009dad !important;
	}