﻿
#hd { 
		background-image: url(../Images/Home/home-hd-bg.jpg);
		height: 259px;
}
	
#hd-soc { display: none; }

#bd
{
     padding: 10px 25px;
     background: transparent url(../Images/Home/home-bd-bg.png) repeat-y 0 0;
}

#ft
{
    background-image: none;
    background-color: transparent;
}

#home-top
{
	border: 1px solid #dadfe4;
	padding: 15px;
	width: 878px;
	height: 300px;
	background-color: #fff;
	margin-bottom: 10px;
}

#home-join-form
{
    position: absolute;
    left: 48px;
    top: 276px;
    width: 225px;
}

#home-join-form input
{
    background: #fff url(../Images/Home/join-input-bg.png) repeat-x 0 0;
    border: 1px solid #9faec6;
    height: 20px;
    padding: 2px;
}

#home-join-form .form-fieldgroup
{
    margin-right: 6px;
}

#home-contribute-button
{
    position: absolute;
    left: 300px;
    top: 250px;
    width: 178px;
    height: 51px;
}

#home-video
{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 425px;
    height: 264px;
    padding: 1px;
    overflow: visible;
    background-color: #fff;
}

#home-bottom
{
    position: relative;
    width: 912px;
}

#home-bottom .action-box
{
    width: 268px;
    float: left;
		border: 1px solid #dadfe4;
		padding: 15px;
		height: 395px;
		background-color: #fff;
}

#home-bottom .action-box.news
{
	margin: 0 5px;
}

#home-bottom .action-box.news .item {margin-bottom:15px; position: relative;}		
	
#home-bottom .action-box.news .item a {font-size:108%; font-weight: bold;}

#home-bottom .action-box.news .item p {font-size:86%; margin-bottom:0px; clear: both;}

#home-bottom .action-box.news .item .title {text-transform:uppercase; position: relative; font-size: 100%;}

#home-bottom #social-box
{
	padding: 0;
	width: 298px;
}

#hd #hd-join-form
{
	left: auto;
	right: 55px;
	top: 85px;
	width: 240px;
}

#hd #hd-join-form form input[type=text]
{
	height: 20px;
	padding-top: 5px;
	font-size: 100%;
}

#hd #hd-join-form label.watermark
{
	font-size: 100%;
	padding-left: 5px;
}

#hd #hd-join-form .action-form-submit-button
{
	margin-right: 0;
}