/*CSS for home page (in addition to sellit.css)*/

/********

		All the backgrounds

*******/

#bd {
	border-width: 0 !important;
	padding: 0;
	margin: 0 !important;
	padding-bottom:15px;
}
#homeLoggedIn {
	padding: 5px 15px 15px;
	text-align: center;
background: #333333 url("/images/layouts/home/home_title.gif") top left;
}
#homeLoggedIn a, #homeLoggedIn a:link, #homeLoggedIn a:visited {
	color: white;
}
#topSlogan h2, #topSlogan h1 {
	color: #fff;
	text-align: center;
}
/*#topSlogan h1 {
	font-size:25px;
}*/


.home .middle {
	height: 383px;
	background: #e0e8eb url("/images/layouts/home/home_middle.gif") top left;
}
.home .nothing {
	/*height: 144px;*/
	background: white none;
}
.home .bottom {
	height: 194px;
	background: #ddd url("/images/layouts/home/home_bottom.gif") top left;
}

.bodyHome #ft { 
	background-image:  url("/images/layouts/home/home_verybottom.gif");
}

/********

		Images & Words (getting positioned)
		
******/

.home .middle, .home .bottom { position: relative; } /*allow abs. posn w/in them*/
.home .middle img, .home .posn {position: absolute;}
.home h3.posn {
	font: normal normal normal 30px/26px  "Heveltica Neue", Helvetica, Arial, sans-serif;
	color: black;
}
.home p.posn {
	font: normal normal normal 14px/17px  "Heveltica Neue", Helvetica, Arial, sans-serif;
	color: #666;
}
.home h4.posn {
	font: normal normal bold 12px/17px  "Heveltica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	letter-spacing: 0;
}
.home p.posn strong {
	font-weight: inherit;
	color: #333;
}
.home .nothing {
	padding: 30px 0 34px;
}
.home .nothing h2, .home .nothing h3 {
	font-size:20px;
	color: #333;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding-bottom: 12px;
}
.home .nothing p {
	margin: 0;
	text-align: center;
	font-size:13px;
}
.home .nothing p, .home .nothing h3 {
	color: #666666;
}
.btmCol {
	padding-left: 11px;
	font-size: 14px;
	color: #404a54;
}
.btmCol h3 {
	font-size: 19px;
	padding-bottom: 6px;
}
.btmCol ul strong, .btmCol h3 {
	color: #333;
	font-weight: normal;
}
.btmCol ul {
	margin: 0.7em 0 0.8em;
	line-height: 1.25em;
}
.btmCol p {
	margin: 0;
}
.btmCol ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.btmCol p img {
}
#requestSent {
  text-align:center;
  margin-top: 100px;
}
#loggingOut {
  margin-top:135px;
  text-align:center;
}
#loggingOut img {
  border:0px;
  text-decoration:none;
}
.mainFont { color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; }
.darkFont { color:#003366; font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold;  }
.mainSmall { color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:14px; }
.lightBlue { color:#66ccff; font-family:Arial, Helvetica, sans-serif; font-size:14px; }
.footer { color:#336699; font-family:Arial, Helvetica, sans-serif; font-size:14px; text-align:center  }
.inputPass, .inputText, .inputEmail  { color:black; font-family:Arial, Helvetica, sans-serif; font-size:14px; width:300px; line-height:25px; padding: 10px 10px 10px 10px; } 
