/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Allen Accountancy Recruitment Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #f0012a;}
a:visited {color: #f0012a;}
a:hover {color: black;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.8em/1.3em 'trebuchet ms', arial, verdana, sans-serif;
	color: #393939;
	background-color: #f0002d;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

acronym {
	cursor: help;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	color: #f0002c;
	}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: -5px 0px 15px 0px;
	color: #777777;
	}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	color: #777777;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 5px 0px 0px 5px;
	list-style-type: none;
	}
	
	ul li {
		background: transparent url(images/bullet.gif) no-repeat left 5px;
		padding: 0px 0px 3px 15px;
		color: #f0002d;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Allen Accountancy Recruitment Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.block {
	display: block
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
	height: 5px;
	margin: 20px 0px 20px 0px;
	background: transparent url(images/background_breakrule.gif) no-repeat top center;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.quoteHolder {
	padding: 0px 30px 0px 25px;
	margin: 25px 0px 0px 0px;
	background: transparent url(images/background_quoteholder.gif) no-repeat top left;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.redText {
	color: #f11f43;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.testimonialName {
	color: #f11f43;
	font-size: 0.9em;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.featuredContent {
	background-color: #f5f5f5;
	border: 1px dashed black;
	padding: 10px;
	font-style: italic;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	background-color: #fbfbfb;
	border-top: 1px solid black;
	}
	
	.formattedTable th, .formattedTable td {padding: 6px; border-bottom: 1px solid black;}
	
	.formattedTable th {
		background-color: #3d6ca6;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colourRow {
		background-color: #f5f5f5;
		}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Allen Accountancy Recruitment Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 760px;
	margin: 0px auto 0px auto;
	background-color: white;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#leftArea {
	float: left;
	width: 249px;
	padding: 17px 0px 0px 16px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 495px;
	height: 93px;
	background: transparent url(images/background_menuarea.jpg) no-repeat left top;
	}
	
	#menuArea a {color: white; float: left; margin: 73px 0px 0px 16px; text-decoration: none;}
	#menuArea a:visited {color: white;}
	#menuArea a:hover {color: #f0002c;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#contentArea {
	float: left;
	width: 457px;
	background: transparent url(images/background_contentarea.gif) no-repeat left top;
	padding: 32px 19px 32px 19px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	height: 190px;
	font-size: 0.8em;
	line-height: 2.3em;
	margin: 0px 26px 15px 284px;
	padding: 0px 0px 0px 10px;
	background: transparent url(images/background_footerarea.gif) repeat-x left top;
	color: #c1c1c1;
	}
	
	#footerArea a {color: #c1c1c1; text-decoration: none;}
	#footerArea a:visited {color: #c1c1c1;}
	#footerArea a:hover {color: #f11f43;}