/*	Basics
-------------------------------------------------- */
#assessform{
text-align:right;
font-size:15px;
}

#needsanalysis h2{
text-align:left;
font-size:20px;
color: #006699;

}

#assessform input,select{
margin-top:7px;
margin-right:35px;
}
	body {
		background: #fff;
		margin: 0;
		padding: 5px;
		font: 62.5%/1.6 'Arial', Helvetica, Verdana, sans-serif;
		color: #626560;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 0;
		padding: 0;
	}
	h1 {
		font-size: 1.95em;
	}
	h2 {
		font-size: 1.5em;
	}
			
	p {
		font-size: 1.2em;
		padding: 2px 0 5px;
		margin: 9px 0 6px;
	}

	a:link,
	a:visited {
		color: #006699;
		text-decoration: underline;
	}
			
	a:hover {
		color: #037aaa;
		text-decoration: none;
	}
			
	img, a img {
		border: 0;
	}


/*	Structural Elements
-------------------------------------------------- */

	#wrapper {
		width: 900px;
		margin: 0 auto;
                background-color:#c1e2f6;
	}

	#header {
		padding: 20px 0 0;
background-color:#fff;
	}

#header a img{
width:336px;
height:39px;
}

	#nav {
		height: 30px;
		margin: 20px 0 0;
		padding: 0;
	}
			
		#nav li {
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
			text-indent: -9999px;
		}
				
			#nav li a {
				border: 0;
				display: block;
				background: transparent url('http://convalescentnursinghomes.com/images/nav-grid.gif') no-repeat;
			}
					
			#nav li#home a {
				width: 57px;
				height: 30px;
			}
            
			#nav li#two a {
				width: 88px;
				height: 30px;
                                background-position:-57px 0px;
			}
	
                        #nav li#three a {
				width: 78px;
				height: 30px;
                                background-position:-147px 0px;
			}
                        #nav li#four a {
				width: 64px;
				height: 30px;
                                background-position:-227px 0px;
			}
                        #nav li#five a {
				width: 85px;
				height: 30px;
                                background-position:-292px 0px;
			}
                       #nav li#six a {
				width: 123px;
				height: 30px;
                                background-position:-377px 0px;
			}
                       #nav li#seven a {
				width: 57px;
				height: 30px;
                                background-position:-500px 0px;
			}
                        #nav li#eight a {
				width: 131px;
				height: 30px;
                                background-position:-558px 0px;
			}
                        #nav li#nine a {
				width: 131px;
				height: 30px;
                                background-position:-688px 0px;
			}
			/* Focus & Hovers */
					
			li#home a:hover,
			li#home a:focus {
			background-position: 0 -30px;
			}

                        li#two a:hover,
			li#two a:focus{
			background-position:-57px -60px!important;
			}

                        li#three a:hover,
			li#three a:focus{
			background-position:-147px -60px!important;
			}
                        li#four a:hover,
			li#four a:focus{
			background-position:-227px -60px!important;
			}
                        li#five a:hover,
			li#five a:focus{
			background-position:-292px -60px!important;
			}
                        li#six a:hover,
			li#six a:focus{
			background-position:-377px -60px!important;
			}
                      
                        li#seven a:hover,
			li#seven a:focus{
			background-position:-500px -60px!important;
			} 
                        li#eight a:hover,
			li#eight a:focus{
			background-position:-558px -60px!important;
			}
                        li#nine a:hover,
			li#nine a:focus{
			background-position:-688px -60px!important;
			}
			/* Actives */
			
			body.one #nav li#home a {
			background-position: 0 -60px;
			}
                        body.two #nav li#two a {
			background-position:-57px -60px;
			}
                        body.three #nav li#three a {
			background-position:-147px -60px;
			}
                        body.four #nav li#four a {
			background-position:-227px -60px;
			}
                        body.five #nav li#five a {
			background-position:-292px -60px;
			}
                        body.six #nav li#six a {
			background-position:-377px -60px;
			}
                        body.seven #nav li#seven a {
			background-position:-500px -60px;
			}
                        body.eight #nav li#eight a {
			background-position:-558px -60px;
			}
                        body.nine #nav li#nine a {
			background-position:-558px -60px;
			}
			
					

	#focus {
		background: url('images/focus-bg.gif') no-repeat left top;
		margin: 10px 0 25px 0;
		padding: 56px 350px 0 70px;
		height: 96px;

	}
			
		#focus p {
			color: #845247;
			font-size: 1.4em;
			font-style: italic;
			line-height: 1.25;
			margin: 0;
		}
				
		#focus img {
			padding: 0 0 0 372px;
		}

	.primary {
		float: left;
		padding: 0 28px 0 10px;
		margin: 0 30px 0 0;
		width: 540px;
		border-right: 1px solid #ccc;
	}
	#directorypage .primary, #assess .primary {
		float: left;
		padding: 0 0 0 10px;
		margin: 0;
		width: 880px;
		border-right: none;
	}
				
	.secondary {
		float: left;
		width: 280px;
		padding: 5px 0 0 0;
	}
				
	#footer {
		margin: 2.5em 0 0 0;
		padding: 0 0 1em 0;
		border-top: 1px solid #ccc;
		font-size: 1.1em;
	}


/*	Typography
-------------------------------------------------- */

	#needhelp {
		padding: 20px 0 0 0;
		float: right;
		font-size: 1.1em;
	}
			
		#needhelp a {
			color: #79201a;
			text-decoration: underline;
		}
			
	#needsanalysis h2 {
		margin: 0 0 3px 0;
		padding: 0 0 2px 0;
		border-bottom: 1px solid #c9c7b4;
	}
				
	/* These are standard sIFR styles... do not modify */
			
	.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;
	}
			
	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
			
	.sIFR-flash + div[adblocktab=true] {
	  display: none !important;
	}
			
	/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
			
	.sIFR-hasFlash h2,
	.sIFR-hasFlash #needsanalysis h2 {
		visibility: hidden;
		letter-spacing: -3px;
		font-size: 26px;
		line-height: 30px;
	}
			
	.sIFR-hasFlash h2 {
		visibility: hidden;
		letter-spacing: -3px;
		font-size: 20px;
		line-height: 22px;
	}


/*	Various
-------------------------------------------------- */

	.clear {
		clear: both;
	}
			
	#needsanalysis {
		background: url('images/smneedsanalysis-bg.gif') no-repeat left top;
		margin: 1em 0;
		padding: 15px 20px 20px;
		width: 500px;
		float: left;
	}
			
		#needsanalysis img {
			margin: 10px 25px 0 0;
		}
			
	table, table input {
		font-size: 11px;
	}
			
	#locations ul {
		width: 280px;
		height: 29px;
		margin: 0;
		padding: 0 0 0 6px;
	}
			
		#locations ul li {
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
			text-indent: -9999px;
		}
				
			#locations ul li a {
				border: 0;
				display: block;
				background: #edecda url('images/locationsnav-grid.gif') no-repeat;
			}
					
			#locations ul li#care a {
				width: 88px;
				height: 29px;
			}
					
			#locations ul li#state a {
				width: 64px;
				height: 29px;
			}
					
			#locations ul li#metro a {
				width: 91px;
				height: 29px;
			}
					
			/* Hovers, Focus */
					
			li#care a:link,
			li#care a:visited {
				background-position: -6px 0;
			}
					
				li#care a:hover,
				li#care a:focus {
					background-position: -6px -29px;
				}
					
			li#state a:link,
			li#state a:visited {
				background-position: -94px 0;
			}
					
				li#state a:hover,
				li#state a:focus {
					background-position: -94px -29px;
				}
					
			li#metro a:link,
			li#metro a:visited {
				background-position: -158px 0;
			}
					
				li#metro a:hover,
				li#metro a:focus {
					background-position: -158px -29px;
				}

				#bycaretype,
				#bymetro,
				#bystate {
					display: block;
					clear: both;
					padding: 10px;
				}
							
					#bycaretype {
						background: url('images/type-bg.gif') no-repeat left top;
						display: none;
					}
							
					#bystate {
						background: url('images/states-bg.gif') no-repeat left top;
					}
							
					#bymetro {
						background: url('images/metro-bg.gif') no-repeat left top;
						display: none;
					}
						
				#locations #bycaretype ul,
				#locations #bymetro ul,
				#locations #bystate ul {
					float: left;
					width: auto;
					height: 331px;
					font-size: 1.1em;
					padding: 0 3px 10px 3px;
				}
						
					#locations #bycaretype ul {
						width: 45%;
					}
							
					#locations #bymetro ul,
					#locations #bystate ul {
						width: 31%;
					}
						
					#locations #bycaretype ul li,
					#locations #bymetro ul li,
					#locations #bystate ul li {
						text-indent: 0;
						background: none;
						float: none;
						line-height: 1.6em;
						display: inline;
					}
							
					#locations #bycaretype ul li a,
					#locations #bymetro ul li a,
					#locations #bystate ul li a {
						background: none;
						color: #006699;
					}

	#proplisting {
		float: left;
		width: 250px;
		list-style-type: none;
		margin: 11px 13px 0 0;
		padding: 0;
		font-size: 1.2em;
	}
	#proplisting li {
		margin: 0 0 9px 0;
	}
	#proplisting a {
		text-decoration: none;
		color: #626560;
	}
	#proplisting a:hover {
		text-decoration: underline;
		color: #037aaa;
	}

	#narrowby {
		width: 540px;
		float: left;
		font-size: 1.3em;
	}
	#narrowby ul {
		width: 150px;
		float: left;
		list-style-type: none;
		margin: 7px 0 0;
		padding: 0;
	}
	#narrowby ul.rightul {
		border-left: 1px #ccc solid;
		padding-left: 21px;
	}

	#assessform td {
		font-size: 1.2em;
	}
	#assessform input, #assessform select {
		font-family: 'Arial', Helvetica, Verdana, sans-serif;
		font-size: 0.9em;
	}
	#assessform td select {
		font-size: 0.8em;
	}


	#assessform .heading 
	{
		font-size: 1.2em;
		padding: 2px 0 5px;
		margin: 9px 0 6px;
		text-align: center;
		font-weight: bold;
	}
	
	#submitbtn {
		font-size: 1.0em;
		color: #845247;
		font-weight: bold;
		padding: 4px 21px;
	}
	
	.center {
		text-align: center;
	}
	

