/*-----------------------------------------------------------------------------
Suburban Floorcoverings Style Sheet 

version:   1.0
author:    Michael Ritter
email:     michael_ritter@sra.com
website:   --
-----------------------------------------------------------------------------*/
/* =General
-----------------------------------------------------------------------------*/
	
	/* Remove padding and margin */
	* {
	margin: 0;
	padding: 0;
	}
	
	/* Set height to 100% */
	html, body{
	height:auto;
	height:100%;
	min-height:100%; 
	}

	/* Class for clearing floats */
	.clear {
	clear:both;
	}
	
	.left{
	float:left;
	}
	
	.right{
	float:right;
	}
		
	/* Remove border around linked images */
	img {
	border: 0;
	}
/* =Typography
-----------------------------------------------------------------------------*/
	body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#c0bfbf url(../images/designElements/bgGradient.gif) repeat-x 0 0;
	}

	p{
	padding-bottom:12px;
	line-height:15px;
	}
	
	ul{
	display:block;
	}
	
	li{
	display:block;
	}

	sup{
	font-size:9px;
	line-height:8px;
	}
	
	sub{
	display:block;
	margin:7px 48px;
	}
	
	blockquote{
	display:block;
	background:#292827;
	color:#fff;
	margin:0 40px;
	padding:7px 20px;
	font-size:12px;
	}
	
	#content ul{
	padding:10px;
	list-style:disc !important;
	}
	
	#content ul li{
	background:url(../images/designElements/bullet.gif) no-repeat left 4px;	
	padding-left:12px;
	padding-bottom:5px;
	}
	
	#rightColumn.green p{
	margin:0 15px;
	}
	
	#rightColumn.green ul{
	display:block;
	margin:-15px 0 0 15px;
	}
	
	#rightColumn.green ul li{
	list-style:none;
	}
		
	
	#mySlideshow ul li{
	background:none;
	padding:0 10px;
	margin:8px 0;
	}	
		
	.small{
	font-size:9px;
	letter-spacing:-1px;
	color:#666;
	}
	
	.greenType{
	color:#2a7331;	
	font-weight:bold;
	font-size:11px;
	}
	
/* =Headings
-----------------------------------------------------------------------------*/
	h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#414141;
	font-size:16px;
	font-weight:normal;
	margin:15px 0 10px 0;
	}
	
	
	#rightColumn h1{
	margin-top:8px;
	margin-bottom:3px;
	}
	
	#rightColumn.green h1{
	margin:0 15px 5px;
	}
	
	.teaserColumn h1{
	margin-top:8px;
	}
	
	h2{
	color:#007838;
	font-size:10px;
	margin-bottom:8px;
	}

/* =Links
-----------------------------------------------------------------------------*/
	a{
	color:#32873a;
	text-decoration:none;
	}
	
	a:hover{
	text-decoration:underline;
	}
	
	
/* =Branding
-----------------------------------------------------------------------------*/
	#header{
	padding:30px 0 30px 30px;
	border-bottom:2px solid #b6c0bb;
	}

/* =Main Nav
-----------------------------------------------------------------------------*/
	ul#nav{
	float:right;
	margin-right:20px;
	margin-top:13px;
	}
	
	ul#nav li{
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	float:left;
	margin:-1px 0 0 15px;
	padding-bottom:8px;
	}
	
	ul#nav li a{
	font-size:10px;
	color:#4A4A4A;			
	text-decoration:none;
	padding:0 8px 6px 0; 
	}
	
	ul#nav li a:hover{
	color:#8b9691;
	border-bottom:5px solid #b6c0bb;
	}

	ul#nav li a.live{
	cursor:pointer;
	color:#8b9691;
	border-bottom:5px solid #b6c0bb;
	}

	/* Drop-downs - Suckerfish Interpretation
	------------------------------------------*/
		#nav li ul { /* second-level lists */
		background:#fff;
		border:solid 1px #b6c0bb;
		border-top:solid 5px #b6c0bb;
		padding:8px 0;
		margin:6px 0 0 0;
		z-index:1000;
		position: absolute;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		}
	
		#nav li ul li{
		float:none;
		border:none;
		display:block;
		padding:0;
		margin:2px 0;
		}

		#nav li ul li a{
		padding:2px 15px;
		margin:0;		
		border:none;
		display:block;
		}
		
		#nav li ul li a:hover{
		border:none;
		}
	
		#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		}
		
		
		
	/* End Drop-downs
	--------------------------------*/	

/* =Sub Nav
-----------------------------------------------------------------------------*/
	
	#rightColumn.green teaser ul{
	margin-top:10px;
	}
	
	#rightColumn.green teaser ul li{
	margin:0 10px 10px 0;
	display:block;
	}
	
	
	/*  Nav used for mySlideshow
	----------------------------------------*/
	ul#tab{
	height:25px;
	min-height:25px;
	border-bottom:2px solid #42413f;
	background:url(../images/nav/ulBg.gif);
	padding:0;
	z-index:300;
	}
	
	ul#tab li{
	float:left;
	padding:0;
	background:none !important;
	z-index:300;
	}
	
	ul#tab li a{
	display:block;
	background:url(../images/nav/darktab.gif);
	color:#b6c0bb;
	text-decoration:none;
	font-weight:bold;
	width:246px;
	height:17px;
	padding:8px 0 0 20px;
	z-index:300;
	}
	
	ul#tab li a:hover{
	background:url(../images/nav/lighttab.gif);
	color:#42413f;
	}
	
	ul#tab li a.first{
	margin-right:2px;
	}
	
	ul#tab li.inactive a{
	background:url(../images/nav/lighttab.gif);
	color:#42413f;
	}
	
	ul#tab li.inactive a:hover{
	background:url(../images/nav/darktab.gif);
	color:#b6c0bb;
	
	}
	
/* =Main Content
-----------------------------------------------------------------------------*/
	#container{
	width:885px;
	background:#fff;
	border:3px solid #e8e8e8;
	border-top:none;
	border-bottom:none;
	margin:0 auto;
	}
	
	#content{
	padding:28px;
	}
	
	#leftColumn{
	float:left;
	width:534px;
	margin-right:30px;
	}
	
	#rightColumn{
	float:right;
	width:260px;
	font-size:10px;
	}
	
	#rightColumn.green{
	background:#f0f4f2;
	padding-top:20px;
	padding-bottom:30px; 
	width:280px;
	margin-left:-20px;
	}

	
/* =Secondary Content
-----------------------------------------------------------------------------*/
	#slideShow{
	width:100%;
	background:#42413f;
	padding-bottom:45px;
	margin-bottom:20px;
	z-index:-200;
	}
	
	#slideShow p{
	display:inline;
	color:#fff;
	margin-left:15px;
	}
	
	#slideShow ul{
	width:100%;
	}
	
	#slideShow li{
	color:#fff;
	padding:15px 10px 5px 10px;
	display:block;
	float:left;
	}
	
	#slideShow a{
	color:#96b299;
	}

	.teaser{
	margin-bottom:25px;
	clear:both;
	}

	/* Safari Hack */
	body:first-of-type .safAdjust{
	margin-bottom:10px;
	}

	.teaserColumn{
	width:49%;
	float:left;
	margin:25px 0;
	}
	
	#leftColumn .teaser{
	margin-bottom:15px;
	padding-bottom:10px;
	}
	
	ul#contactInfo{
	float:right;
	margin:-60px 30px 0 0;
	}
	
	ul#contactInfo li{
	display:block;
	text-align:right;
	}
	
	
	/* Safari Hacks */
	body:first-of-type ul#contactInfo{ 
	margin-top:8px !important;
	}
	
		

	
/* =Footer
-----------------------------------------------------------------------------*/
	ul#footer{
	position:relative;
	clear:both;
	border-top:2px solid #b6c0bb;
	font-size:9px;
	padding:10px;
	width:100%;
	display:block;
	text-align:center;
	}
	
	ul#footer li{
	display:inline;
	margin-right:15px;	
	}	
	
	ul#footer a{
	color:#000;
	text-decoration:none;
	}
	
/* =Forms
-----------------------------------------------------------------------------*/

	fieldset{
	border:none;
	width:470px;
	}
	
	input, select, textarea{
	float:right;
	width:200px;
	font-size:11px;
	padding:1px;
	}
	
	input[type="radio"], input[type="checkbox"]{
	margin-right:175px;	
	width:20px;
	}
	
	
	select{
	width:205px;

	}
	
	label{
	float:left;
	}
	
	ol li{
	list-style:none;
	display:block;
	margin:10px;
	padding:10px;
	clear:both;
	}
	
	.button{
	font-size:12px;
	color:#fff;
	background:#000;
	width:135px;
	display:inline;
	margin-left:10px;
	margin-bottom:40px;
	}
	
	fieldset li fieldset ol li{
	padding:3px;
	margin:0;
	}
	
	fieldset li fieldset ol li label{
	margin-left:100px;
	}

	fieldset li fieldset ol li input{
	margin-right:180px;
	width:50px;
	}
	
	ol.group{
	
	text-indent:0;
	display:block;
	}
	
	ol.group li{
	padding-left:60px;
	text-indent:0;
	text-align:left;
	list-style:none;
	margin:0;
	}	

	li.greenBg{
	background:#f0f4f2;
	margin-top:10px;
	padding-bottom:20px;
	}


/* =Tables
-----------------------------------------------------------------------------*/

/* =Misc 1
-----------------------------------------------------------------------------*/
	.padAll{
	padding:15px;
	}
	
	.topPad{
	padding-top:10px;
	}
	
	.rightPad{
	padding-right:10px;
	}
	
	.bottomPad{
	padding-bottom:10px;
	}
	
	.leftPad{
	padding-left:10px;
	}
	
	.marginAll{
	margin:15px !important;;
	}
	
	.bottomMargin{
	margin-bottom:10px;
	}
	
	.topMargin{
	margin-top:10px;
	}
	
	.blank{
	display:none;
	}
	
	.bioImg{
	margin:2px 15px 20px 0;
	float:left;
	}
	
	.openQuote{
	background:#292827 url(../images/designElements/leftQuote.gif) no-repeat 8px 10px;
	display:block;
	margin:0 40px;
	height:32px;
	}
	
	.closeQuote{
	background:#292827 url(../images/designElements/rightQuote.gif) no-repeat 158px 0;
	display:block;
	margin:0 40px;
	height:32px;
	}
	
	
	
/* =Logo List
-----------------------------------------------------------------------------*/
	ul#logoList{
	float:left;
	margin:15px 30px; 
	}
	
	ul#logoList li{
	display:inline;
	margin-right:30px;
	}

/* =sIFR
-----------------------------------------------------------------------------*/	
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}
	
	.sIFR-replaced {
		visibility: visible !important;
	}
	
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}



	/* Decoy Styles
	-----------------------------------------------*/
	.sIFR-hasFlash h1 {
	visibility: hidden;
		}
	
	
	
	
