/*

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

B2L magazine - main stylesheet

Base stylesheet for main pages

Note: 	The seasonal colour scheme information will be held in another stylesheet, e.g. season_spring.css
		Story colour scheme will be held in another stylesheet, e.g. colour_violet.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: #000000;
	margin: 0px;
	padding: 0px; /* Main headline style */
}

#mainColumn h2 {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.1em;
	text-transform: uppercase;
	border-top: 2px dashed #999999;
	border-bottom: 2px dashed #999999;
	padding: 6px 0px;
	margin: 12px 0px 12px 0px; /* Standfirst style */
}

#mainColumn h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	color: #000000;	
	padding: 0px;
	margin: 12px 0px -12px 0px; /* Subhead style */
}


#mainColumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;	
	padding: 0px 60px 0px 0px;
	margin: 12px 0px 12px 0px; /* Sets up main paragraph style */
}

#mainColumn ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;	
	padding: 0px 40px 0px 10px;
	margin: 12px 0px 12px 0px; /* Added for Winter 2008 edition's feature_taxation.php file */
}

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

/*
-------------------------------------------------------------------
Q & A style settings
-------------------------------------------------------------------
*/

#mainColumnQA {
	width: 448px;
	margin: 6px 0px;
	padding: 0px;
	float: left; /* Sets up main column area for Q&A page */
}

#mainColumnQA h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.1em;
	color: #999999;
	margin: 0px 0px 24px 0px;
	padding: 0px 0px 12px 0px; /* Main headline style */
	border-bottom: 2px dashed #999999;
}

.headlineLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.5em;
	font-weight: normal;
	line-height: 0.8em;
	color: #999999; /* Sets increase size - colour reset by Story colour stylesheet */
}

.headlineBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.5em;
	font-weight: normal;
	line-height: 0.8em;
	color: #999999; /* Sets colour to black for ampersand */
}

#mainColumnQA h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	color: #000000;	
	padding: 0px;
	margin: 0px; /* Question heading style style */
}

#mainColumnQA h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.1em;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px; /* Standfirst style */
}

#mainColumnQA 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 */
}

#mainColumnQA img {
	float: left;
}

#maincolumnQA a {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#containerQ {
	margin: 24px 0px 24px 0px;
	padding: 8px;
	border: 1px solid #999999; /* Sets up box area - border colour redfined in Story colour stylesheet */
}

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

/*
-------------------------------------------------------------------
Top tip styles
-------------------------------------------------------------------
*/

#topTip {
	background-image:  url("../img/top_tips_default.gif");
	background-repeat: no-repeat;
	background-position: 4px -2px;
	width: 140px;
	margin: 0px;
	padding: 54px 0px 20px 20px;
	float: right; 
	z-level:20;
	/* Sets area for Top Tip with default graphic as background - replaced by image in story colour stylesheet */

}

#tipContainer {
	width: auto;
	border: 1px solid #999999; /* Sets up border and area for tip box -  replaced by Story colour stylesheet */
}

#tipContainer p {
	width: auto;
	padding: 1em;
	margin: 0px;
	text-indent:-0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000; /* Sets up style for text */
}

#tipContainer img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

#contributor {
	background-color: #cccccc;
	width: auto;
	height: auto;
	padding: 8px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000; /* Sets up style for contributor name -  replaced by Story colour stylesheet */

}


/*
-------------------------------------------------------------------
Arrow box styles
-------------------------------------------------------------------
*/


#ArrowBox {
	background-color: #fff;
	width: 160px;
	margin: 0px;
	padding: 20px 20px 0px 0px;
	float: left;
	clear: both;/* Set up for Winter 2008 edition's feature, "Taking the correct road into taxation" */
	
}

#ArrowBoxContainer {
	margin: 0px;
	background-color:#b2e2f6;

}

#ArrowBoxTitle {
	background-color:#b2e2f6;
	width: auto;
	height: auto;
	padding: 8px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	color: #000000; 

}


#ArrowBoxContainer  p {
	width: auto;
	padding: 8px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color:#b2e2f6;
	color: #000000; /* Sets up style for text */
}


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

#landscapePic {
	width: 694px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#portraitPic {
	width: 440px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

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

#sideColumn {
	width: 215px;
	margin: 12px 0px 0px 20px;
	padding: 0px;
	float: right;
}

/*
-------------------------------------------------------------------
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;
	text-indent:-8px;

}

/*
-------------------------------------------------------------------
Boxout area stylesheets
-------------------------------------------------------------------
*/

#textBox {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 35px 0px;
	background-color: #FFFFFF;
	background-image:  url("../img/box-shade.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

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

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

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

#textBox h4 {
	background-color: #999999;
	width: auto;
	padding: 8px;
	margin: 0px;
	border-bottom: 6px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #FFFFFF; /* Sets up headline style for box out */
}

#textBox p {
	background-color: #cccccc;
	width: auto;
	padding: 8px 8px 8px 12px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000; /* Sets up paragraph style for box out */
}

#textBox ul {
	background-color: #cccccc;
	width: auto;
	padding: 8px 8px 8px 24px;
	margin: 0px;
	color: #000000; 
}

#textBox li {
	width: auto;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;
	list-style-position: outside; /* Sets up list style for box out */
}

/*
-------------------------------------------------------------------
Brokers briefs boxout area stylesheets
-------------------------------------------------------------------
*/

#textBoxBB {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

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

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

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

#textBoxBB img {
	margin: 0px 0px 12px 0px;
	float: left;
}

#brokersName {
	background-color: #e6e6e6;
	width: 86px;
	margin: 0px;
	padding: 8px;
	float: right;
}

#quoteMarks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 6em;
	line-height: 0.5em;
	color: #4c2582;
	margin: 0px;
}

#name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 1em;
	margin: -30px 0px 0px 0px;
}

#jobtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	line-height: 1em;
}


#textBoxBB h4 {
	background-color: #e6e6e6;
	width: auto;
	padding: 8px;
	margin: 0px 0px 12px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	text-decoration: underline;
	color: #4c2582;
	clear: both;
}

#textBoxBB p {
	background-color: #e6e6e6;
	width: auto;
	padding: 8px 8px 8px 12px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333333; /* Sets up paragraph style for box out */
}


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

#info {
	width: auto;
	margin: 20px 0px 0px 20px;
	padding: 8px 8px 8px 40px;
	background-color: #999999;
	background-image:  url("../img/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.7em;
	line-height: 1.3em;
	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 */
}

#callCosts{
	
	padding: 8px 8px 8px 20px;
	font-size: 9px;
	color: #999;
	text-align: left;
}

/*
-------------------------------------------------------------------
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;
}



