@charset "UTF-8";
/* CSS Document */

#hero { background:url(../images/home/hero.jpg) no-repeat; }

#hero a#regoLink { top: 337px; left: 718px; }

#home a:hover,
#home a { background:url(../images/nav/top-menu.png) 0px -78px; }

#content h2 {
	color: black;
	margin: 0;
	padding: 0 0 15px 0;
}

#content img { 
	float: left;
	margin-left: -20px;
	padding-right: 20px;
}

#content p { margin-top: 0px; }

a.hovBright:hover {
	background: white;
	opacity: 0.2;
}

#features {
    clear: left;
    float: left; 
    padding: 0; 
    margin: 0 0 15px 17px;
}

#features li {
    float: left;
    display: block;
    width: 297px; height: 155px;
    margin: 0 8px 0 7px;
    position: relative;
}

#features li.win { background:url(../images/home/box1.jpg) no-repeat; }
#features li.love { background:url(../images/home/box2.jpg) no-repeat;   }

.mailinglistlayout {
	clear: none;
}
.mailinglistlayout label
 {
 	
 	font-weight: bold;
}

.mailinglistlayout input#fullname, .mailinglistlayout input#email{
	width: 140px;
	margin-right: 10px;
}

.mailinglistlayout input#email{
    margin-right: 25px;
}

#register {
    text-transform:uppercase;
    background: #fff267;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    color: #004e55;
}

.promoimage{
	float:left;
	margin:0 0 0 27px;
	padding-top:15px;
	position:relative;
	width:562px;
}

.success {
    border: 1px solid #FFD400;
    background: #FFFFD4;
    font-weight: bold;
    text-align:center;
    padding: 10px 2px 10px 2px;
}