﻿/* header section */
div#carousel
{
	height: 415px; 
	width: 990px; 
	background-image: url('/images/hero-background.png'); 
	background-position: 10px 0px; 
	background-repeat: no-repeat;	
	position: relative;
}

div#carousel a
{
	font-size: 1em;
	font-weight: bold;
	color: White;
}

div#carouselSelectors
{
	position: absolute;
	left: 17px;
	right: 17px;
	top: 10px;
	height: 170px;
}

div.carouselIcon
{
	width:210px;
	height:120px; 
	text-align:center; 
	float:left; 
	margin-top: 0px;
}

div.carouselIcon img
{
	cursor: pointer;
	margin: auto;
	height: 100px;
	padding-top: 10px;
}

div.carouselIcon div.title
{
	margin: auto;
	color: White;
	font-weight: bold;
	margin-top: -20px;
}

div#carouselCaption
{
	color: White;
	position: absolute;
	left: 35px;
	right: 35px;
	top: 160px;
	height: 220px;
}

div#carouselCaption span
{
	font-size: 14px;
	line-height: 18px;
}

div#sleepKit
{
	margin-left: 15px;
}

/* content section */
div#content
{
	height: 320px; 
	width: 990px; 
	background-image: url('/images/login-background.png'); 
	background-position: 10px 0px; 
	background-repeat: no-repeat; 
	margin-top: 10px;
}

div#content div
{	

}

div#content h1
{
	text-align:left;
	font-size: 20px;
	margin: 5px;
}

div#login
{
	width:322px; 
	height:292px; 
	text-align:center; 
	float:left; 
	margin: 10px 13px 0px 21px;
	padding: 10px;	 
}

div#register
{
	width:322px; 
	height:292px; 
	text-align:center; 
	float:left; 
	margin: 10px 0px 0px 0px; 
	padding: 10px;	
}

div#resources
{
	width:212px; 
	height:292px; 
	text-align:center; 
	float:left; 
	margin: 10px 20px 0px 12px;
	padding: 10px;	
	position: relative;
}

div#resources ul
{
	padding: 5px 0px 0px 20px;
	margin: 0px;	
}

div#resources li
{
	padding: 2px;
	margin: 0px;
}

#facebook
{
	position: absolute;
	left: 15px;
	bottom: 25px;
	height: 25px;
	line-height: 25px;
	right: 0px;
	text-align: left;
	vertical-align: middle;
	background-image: url('/images/icn_facebook.png');
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 30px;
}

#facebook a
{
	border-style: none;
	padding: 0px;
	float: left;
	font-weight: bold;
}

#facebook img
{
	margin: 0px 5px 5px 0px;
	border-style: none;
}

.error
{
	color: Red;
	text-align: left;
	padding: 5px;
}