/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* West of Scotland Insurance Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {text-decoration: underline; color: #3F87F5; font: 11px verdana, arial, sans-serif;}
a:visited {color: #3F87F5;}
a:hover {color: #FF472A;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 11px verdana, arial, sans-serif;
	line-height: 18px;
	color: #303030;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font: 18px arial, verdana, sans-serif;
	color: #3F87F5;
	margin: 0px 0px 2px 0px;
	}
	
h2 {
	font: 14px arial, verdana, sans-serif;
	color: #3F87F5;
	margin: 0px 0px 2px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}
	
	ul li {
		padding: 0px 0px 6px 12px;
		background-image: url(images/bullet.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* West of Scotland Insurance Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.footnote {
	color: #999999;
	}
	
	.footnote a {text-decoration: underline; color: #999999;}
	.footnote a:visited {color: #999999;}
	.footnote a:hover {color: #FF472A;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.redText {
	font-weight: bold;
	color: #FF472A;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}

	.formattedTable th {
		background-color: #3d6ca6;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .lightGrey {
		background-color: #f4f4f4;
		}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* West of Scotland Insurance Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 742px;
	margin: 0px auto 0px auto;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {	
	color: white;
	background-color: black;
	padding: 5px 0px 5px 20px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#headerArea {
	background-image: url(images/background_headerarea.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
	#headerArea img {
		margin: 17px 0px 17px 18px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {	
	background-color: #3F87F5;
	height: 25px;
	padding: 0px 0px 0px 5px;
	}
	
	#menuArea a {text-decoration: none; color: white; font: bold 11px verdana, arial, sans-serif; padding: 6px 13px 6px 13px; display: block; float: left;}
	#menuArea a:visited {color: white;}
	#menuArea a:hover {background-color: #FF472A; color: white;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#leftContentArea {
	float: left;
	width: 497px;
	border-bottom: 20px solid #3F87F5;
	}
	
	#leftContentArea #subNavigation {
		width: 489px;
		background-color: #FF472A;
		height: 25px;
		padding: 0px 0px 0px 3px;
		}
		
		#leftContentArea #subNavigation a {text-decoration: none; color: white; font: bold 11px verdana, arial, sans-serif; padding: 6px 6px 6px 6px; display: block; float: left;}
		#leftContentArea #subNavigation a:visited {color: white;}
		#leftContentArea #subNavigation a:hover {background-color: #FF8167; color: white;}
	
	#leftContentArea .contentHolder {
		padding: 10px 10px 10px 10px;
		}
		
	#leftContentArea .contentHolder a.pdfLink {
		display: block;
		padding-left: 50px;
		background: transparent url('images/pdficon_small.gif') center left no-repeat;
		line-height: 50px;
		
		}
		

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#rightContentArea {
	float: left;
	width: 240px;
	position: relative; /* Margin on Internet Explorer on the PC refuses to work correctly here, breaking the footer; so im using relative positioning */
	top: 10px;
	left: 5px;
	}
	
	#rightContentArea .contentHolder {
		padding: 7px 7px 7px 7px;
		margin: 0px 0px 10px 0px;
		border: 1px solid #DDDDDD;
		}
		
	#rightContentArea a {text-decoration: none; color: #3F87F5; font: 11px verdana, arial, sans-serif;}
	#rightContentArea a:visited {color: #3F87F5;}
	#rightContentArea a:hover {color: #FF8167;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	clear: both; 
	font: 10px verdana, arial, sans-serif;
	color: #7D7D7D;
	border-top: 3px solid black;
	padding: 2px 0px 0px 0px;
	}
	
	#footerArea a {text-decoration: none; color: #7D7D7D; font: 10px verdana, arial, sans-serif;}
	#footerArea a:visited {color: #7D7D7D;}
	#footerArea a:hover {text-decoration: underline; color: #3F87F5;}