﻿/* 
	Uncle Bob's Storage Estimator
	Home Screen CSS
	June 2009
	

		
 */
 body.estimator a {
 	color:#8A9AB6;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	text-decoration:none;
 }
 	body.estimator a:hover {
		text-decoration:underline;
 	}
	
		.EstimatorText {
			color: #004e96;
		}

#navigation li a {
	background:url(../images/site/nav-home.gif) no-repeat;
}

#content {
	width:980px;
	padding: 0;
	background: transparent;
	position:relative;	
	}	

	#block {
		background:url(../images/site/Block.jpg) no-repeat;
		margin:0 auto;
		width:980px; 
		height:339px;
		display:block;
		text-indent:-9999px;
		position:relative;
	}
			
		#block h2 a {
			display:block;
			height:90px;
			margin-left:88px;
			position:absolute;
			width:400px;
			position:relative;
		 }

		#block p#Started a {
			display:block;
			height:60px;
			margin-left:250px;
			margin-top:95px;
			position:relative;
			width:300px;		 
			}
		 
		 #block p#home-image-link a {
			display:block;
			height:300px;
			left:600px;
			position:absolute;
			width:330px;	
		 }
		 
/* ------------------------ 
		sub boxes home
------------------------ */
		 
	ul#SubBlockBottom {
		background:url(../images/site/subBlockbg.png) no-repeat bottom;
		_background:url(../images/site/subBlockbg.gif) no-repeat bottom;
		display:block;
		width:	885px;
		position:relative;
		margin-left:48px;
	}
	
	ul#SubBlockBottom h3 {
		height:84px;
		text-indent:-9999px;
		width:210px;
		position:relative;
		display:block;
		float:left;
		_display:inline;
	}
	
		#SubBox-1 h3 {
			background:url(../images/site/SubBlockHead-1.jpg) no-repeat;
			margin-left:2px;
		}
		
		#SubBox-2 h3 {
			background:transparent url(../images/site/SubBlockHead-2.jpg) no-repeat;
		}
		
		#SubBox-3 h3 {
			background:transparent url(../images/site/SubBlockHead-3.jpg) no-repeat;
		}
		
		#SubBox-4 h3 {
			background:url(../images/site/SubBlockHead-4.jpg) no-repeat;
		}
		
		ul#SubBlockBottom li{
			display:block;
			list-style-type:none;
			float:left;	
			_display:inline;
			width:210px;
			overflow: hidden;
			margin-right: 16px;
			padding-bottom: 35px;
			}
	
				li#SubBox-1 a {
					display: block;	
				}
			
			ul#SubBlockBottom li#SubBox-2 {
				margin-right: 14px;
			}
				
			ul#SubBlockBottom li#SubBox-3 {
				margin-right: 14px;
			}
			
				ul#SubBlockBottom #SubBox-3 ul {
					margin-bottom: 1em;
				}
		
					ul#SubBlockBottom #SubBox-3 li {
						display:block;
						float:none;
						height:auto;
						margin: .2em 0 0 15px;
						padding: 0 0 0 10px;
						background: url(../images/site/bullet.gif) no-repeat 0 5px;
					}
			
			ul#SubBlockBottom li#SubBox-4 {
				margin: 0;
			}
			
			#Find-Facility {
				padding: .5em 15px;	
				background: transparent;
				height: auto;
			}
	
	#SubBlockBottom p {
		padding: .5em 15px;
	}
	
#footer {
	background: transparent;
	padding-top: 0;
}
	
