/*** Promo Layouts (These should probly go in Main.css once we are done.)***/

/*Image only with link wraped around it*/
.default{}

/*Image, Title and Copy with Link*/
.promo_layout_1 .content_header
{
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
	height:auto;
	line-height:13px;
	
}

.promo_layout_1 .readMoreLink
{
	font-weight:normal;
}

.promo_layout_1
{
	width:216px;
}

.promo_layout_1 .news_bottom
{
	width:200px;
	padding:2px;
}

.promo_layout_1 .content_description
{
	margin-bottom:10px;
}

/*Image, Title and Copy with No Link*/

.promo_layout_2 .content_description
{
	margin-bottom:10px;
}

.promo_layout_3{}

.promo_layout_4{}


/*sign Up Promo*/

.description {
	color:#262626;
	font-size:10px;
}


#sign_up .content_description
{
	margin-bottom:5px;
}

#form
{
	margin-bottom:10px;
}

.featureLink
{
	margin-top:10px;
	margin-bottom:10px;
}

.sign-up-input{
	color:#666666;
	font-size:9px;
	background-color:#ffffff;
	font-weight:normal;
	margin-left:0px;
	width:125px;
}

#sign_up {
	width:216px;
}

#sign_up .content_description {
	font-size:11px;
	margin:15px 0 10px 0;
	font-weight:600;
	color:#080D0F;
	text-transform:uppercase;
}

#sign_up img {
	display:none;
}

.sign-up-submit {
	font-size:9px;
	border:1px solid #CECECE;
	background-color:#809DB4;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:inline;
	width:60px;
	cursor:pointer;
}

#slot_1 .promo_layout_1 .content_header {
	color:#080d0f;
	font-size:11px;
	margin:10px 0 5px 0;
}

a {text-decoration:none;}






