/*

-------------------------------------------------------------------

B2L magazine - News stylesheet

Base stylesheet for News page

Note: 	The seasonal colour scheme information will be held in another stylesheet, e.g. season_spring.css

-------------------------------------------------------------------

*/


/*
-------------------------------------------------------------------
Default page set up
-------------------------------------------------------------------
*/

body {
	background-color: #F0E9E1;
	background-repeat: repeat;
	background-image:  url("../img/background.gif"); /* Sets background image and colour */
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	color: #000000;	/* Sets default sans serif text colour */
}

img {
	margin: 0px;
	padding:0px;
	border: 0px none; /* Default image settings */
}

a, a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #aaaaaa;
	text-decoration: none;
}

a:active, a:hover {
	color: #000000;
	text-decoration: underline;
	/* Colour infomation contained in seasonal Stylesheet*/
}

#page {
	position: relative;
	margin: 28px auto; 
	width: 942px; /* Sets default page 'area'  */
}

/*
-------------------------------------------------------------------
Masthead and navigation stylesheets
-------------------------------------------------------------------
*/

#skipNav {
	position: absolute; /* Allows naviagtion to be avoided and screen reader user to go directly to content */
	top: -1000px; /* So content is set way off page */
}

#masthead {
	position: absolute;
	background-color: #FFFFFF;
	width: 918px;
	height: 91px;
	margin: 0px;
	padding: 12px; /* Sets up main masthead area - the logo is set up as background image in Seasonal stylesheet */
	}

#logo {
	top: 0px;
	right: 0px;
	width: 179px;
	height: 21px;
	float: right; /* Settings for Mortgage Express logo */
}

#mainNavigation {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 650px;
	height: 20px;
	font-size: 0.9em;
	color: #999999;
	text-align: right;
	float: right; /* Settings for main navigation */
}

#mainNavigation a, #mainNavigation a:link {
	color: #999999;
	text-decoration: none; 
}

#mainNavigation a:visited {
	color: #aaaaaa;
	text-decoration: none;
}

#mainNavigation a:active, #mainNavigation a:hover {
	color: #000000;
	text-decoration: underline;
	/* Colour infomation contained in seasonal Stylesheet*/
}

/*
-------------------------------------------------------------------
Main content area
-------------------------------------------------------------------
*/

#textArea {
	position: absolute;
	background-color: #FFFFFF;
	width: 694px;
	margin: 25px 0px;
	padding: 12px;
	top: 105px;
	left: 0px; /* Sets up text area for content */
}

/*
-------------------------------------------------------------------
Main column settings
-------------------------------------------------------------------
*/


#mainColumn {
	width: 448px;
	margin: 6px 0px;
	padding: 0px;
	float: left; /* Sets up main column area */
}

#mainColumn h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.1em;
	color: #999999;
	margin: 0px;
	padding: 0px; /* Main headline style */
}

#mainColumn h2 {
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	padding: 6px 0px;
	margin: 0px; /* Standfirst style */
}

#mainColumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;	
	padding: 0px 60px 0px 0px;
	margin: 12px 0px 12px 0px; /* Sets up text area for content */
}

#mainColumn a, #mainColumn a:link {
	color: #000000;
	text-decoration: none;
}

#mainColumn a:visited {
	color: #000000;
	text-decoration: none;
}

#mainColumn a:active, #mainColumn a:hover {
	color: #000000;
	text-decoration: underline;
	background: none;
}


#mainColumn ul {
	
	font-size: 0.8em;
	padding: 15px;
}

#mainColumn li {
	
	padding: 0;
	list-style-position: outside;
	list-style-type: square;
	

}

#linkstyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.2em;
}

/*
-------------------------------------------------------------------
generic settings settings 
-------------------------------------------------------------------
*/

.firstLineHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase; /* Span stylesheet for captialising first paragraph in sans serif */
}

#containerCocoa {
	margin: 12px 0px 12px 0px;
	padding: 12px;
	background-color: #f0e9e1; /* Creates Cocoa shaded container */
}

#containerSkyblue {
	margin: 12px 0px 12px 0px;
	padding: 12px;
	background-color: #b2e2f6; /* Creates Sky blue shaded container */
}


/*
-------------------------------------------------------------------
Picture settings 
-------------------------------------------------------------------
*/

#leftImage {
	margin: 0px 12px 12px 0px;
	padding: 0px;
	border: none;
	float:left;
}

#rightImage {
	margin: 12px 0px 0px 12px;
	padding: 0px;
	border: none;
	float:right;
}

#newsArrow {
	margin: 0px;
	padding: 0px;
	border: none;
	float:right; /* Settings for Arrow graphic */
}


/*
-------------------------------------------------------------------
Side column settings
-------------------------------------------------------------------
*/

#sideColumn {
	width: 195px;
	margin: 12px 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#sideColumn h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.1em;
	color: #999999;
	margin: 0px;
	padding: 0px; /* Main headline style */
}

#sideColumn h2 {
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	padding: 6px 0px;
	margin: 0px; /* Standfirst style */
}

#sideColumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;	
	padding: 0px;
	margin: 12px 0px 12px 0px; /* Sets up text area for content */
}

#sideColumn a, #sideColumn a:link {
	color: #000000;
	text-decoration: none;
}

#sideColumn a:visited {
	color: #000000;
	text-decoration: none;
}

#sideColumn a:active, #sideColumn a:hover {
	color: #000000;
	text-decoration: underline;
}

#sideColumn ul {
	
	font-size: 0.6em;
	padding: 0;
}

#sideColumn li {
	
	padding: 0;
	list-style-position: outside;
	margin-left: -15px;

}
/*
-------------------------------------------------------------------
Quote stylesheet
-------------------------------------------------------------------
*/

#quote {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 35px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.1em;
	color: #999999;
}


/*
-------------------------------------------------------------------
Info CTA box settings
-------------------------------------------------------------------
*/

#info {
	width: auto;
	margin: 20px 0px 0px 20px;
	padding: 8px 8px 8px 40px;
	background-color: #999999;
	background-image:  url("../images/01_regulars/info_default.gif"); /* Loads default 'grey' info graphic - this is replaced by the specific colour version in the Story colour stylesheet */
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #ffffff;
}

#info a, #info a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#info a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#info a:active, #info a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.highlightText {
	font-size: 1.2em;
	font-weight: bold; /* Used to highlight telephone number in Infopanel */
}

/*
-------------------------------------------------------------------
Contents panel style settings
-------------------------------------------------------------------
*/

#contents {
	position: absolute;
	background-color: #FFFFFF;
	width: 183px;
	margin: 25px 0px;
	padding: 12px;
	top: 105px;
	right: 0px;
}

#contents ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none; /* Contents are defined as a list to be fully DDA compliant */
}

#contents li {
	font-size: 0.8em;
	color: #b70618;
	line-height: 1.2em;
	margin: 0px 0px 12px;
	padding: 0px;
	list-style-type: none;
}

#contents a, #contents a:link {
	color: #b70618;
	text-decoration: none;
}

#contents a:visited {
	color: #f89494;
	text-decoration: none;
}

#contents a:active, #contents a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #eab8a3;
}



