/*

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

B2L magazine - experts page stylesheet

Base stylesheet for main pages

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: #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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	color: #000000;	
	padding: 0px;
	margin: 12px 0px -12px 0px; 
}


#mainColumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #999999;	
	padding: 0px 60px 0px 0px;
	margin: 12px 0px 12px 0px; 
}

#contributorContainer {
	width: auto;
	margin: 24px 0px;
	padding: 0px;
	height: 150px;
	clear: both;
}

#contributorContainer img {
	margin: 0px 8px 0px 0px;
	padding: 0px;
	width: 138px;
	border: 1px solid #999999;
	float: left;
}

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

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



