﻿/* Common generic styles */
@import url("/App_Resources/Styles/Site/Core.css");

/*
===========================================================
Page templates and layouts
===========================================================
*/

#contentMain {
    background:url('/App_Resources/Images/Site/generic/headingbg.png') no-repeat;
}

h1 {
    color:White;
    padding:6px 10px 25px 10px;
    font-size:1.3em;
}

h2 {
    color:#da1c23;
    font-size:1.1em;
}

h3 {
    font-family:Verdana, Arial, Sans-Serif;
    font-size:0.8em;
    margin:15px 0 0 0;
    font-weight:bold;
}

a {
    border-bottom: 0;
}

#newsletterContainer {
    width: 631px;
    overflow: hidden;
}

#newsletterLeft {
    width: 310px;
    float: left;
    margin: 0 20px 0 0;
}

#newsletterRight {
    float: left;
    width: 300px;
}

#newsletterSignUp {
    background: none;
    margin: 0;
}

#newsletterSignUp h3 {
    font: Bold 1.3em Georgia, Verdana, Arial;
    color: #d91c22;
    margin: 0 0 20px 0;
}

#newsletterSignUp a {
   border-bottom: 0;
}

#contentMain img {
    border:0;
}

#contentMain a {
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

#contentMain a:visited {
	color: #4e4e4e;
}

#contentMain a:hover {
	color: #FFF;
	background-color: #DA1C23;
}

#contentMain p {
    font-family:Verdana, Arial, Sans-Serif;
    font-size:0.8em;
    margin: 0 0 10px 0;
}

/*
===========================================================
RSS properties
===========================================================
*/

.rssList h2 {
    margin:0;
}

.rssList ul {
    float:right;
    width:220px;
}

#newsletterSignUp h3 {
	font: 1.2em Georgia, Verdana, Arial;
	color: #231f20;
	padding: 5px 0 3px 0;
}

.signUpForm {
	padding: 7px 0;
}

.signUpForm label {
	font: 0.7em Verdana, Arial, Georgia;
	float: left;
	margin: 0 8px 10px 0;
	height: 16px;
	padding: 5px 0 0 0;
}

.homePageText {
	width: 163px;
	border: solid 1px #000;
	height: 17px;
	font: 0.7em Verdana, Arial, Georgia;
	color: #000;
	padding: 4px 0 0 4px;
}

.dropDownHome {
	font: 1em Verdana, Arial, Georgia;
	margin: 0 7px 0 0;
	float: left;
	padding: 0;
}

.newsletterCheck {
	clear: both;
	margin: 0 10px;
}

.newsletterCheck p {
	font: Bold 0.7em Verdana, Arial, Georgia;
	margin: 0 5px 0 0;
}

.newsletterCheck label {
	font: 0.7em Verdana, Arial, Georgia;
	margin: 0 5px 0 5px;
	text-decoration: underline;
}

a.smallText {
	font: 0.6em Verdana, Arial, Georgia;
	text-decoration: underline;
	color: #231f20;
}

.seeAllHome {
	text-align: center;
}

#newsletterSignUp .seeAllHome {
	clear: both;
	background: url(/App_Resources/Images/Site/homepage/buttonBack.png) no-repeat right;
	height: 15px;
	padding: 3px;
	margin: 15px 0 0 70px;
}

#newsletterSignUp .seeAllHome a {
	text-decoration: none;
	font: Bold 0.7em Verdana, Arial, Georgia;
	color: #fff;
	border: 0;
	padding: 0;
}

.seeAllHome a:visited {
	color: #fff;
}
