
/* Content div; holds everything except the footer
---------------------------------------------------------------------------------------------------- */
	div#content {
		clear:both;
	}

/* Layout: Intro div and Intro img
---------------------------------------------------------------------------------------------------- */
	div#content div.intro {
		float:left;
		width:477px;
		height:226px;
		background:url(http://www.apex-nursing.co.uk/images/index/intro-div-bottom-bg.jpg) no-repeat bottom left;
	}

	div.intro h2 {
		margin:0;
		padding:17px 0 0 17px;
		background:url(http://www.apex-nursing.co.uk/images/index/intro-div-top-bg.jpg) no-repeat top left;
		font:normal 3em arial;
		color:#008491;
	}

	div.intro p {
		margin:0;
		padding:8px 0 0 17px;
		color:#008491;
		font:normal 1.4em arial;
		width:440px;
	}

	div.intro p.last {
		text-align:right;
		width:420px;
	}

	div.intro p.last a {
		color:#008491;
	}

	div#content img.intro {
		float:right;
		clear:right;
	}

/* Layout: Browse div
---------------------------------------------------------------------------------------------------- */
	div#browse {
		clear:both;
		padding:14px 0 0 0;
		float:left;
		width:100%;
	}

	div.browse-entry {
		width:211px;
		height:204px;
		display:inline;
		margin:0 9px 10px 0;
		float:left;
		background:url(http://www.apex-nursing.co.uk/images/index/browse-entry-bottom-bg-fade.jpg) no-repeat bottom left;
	}
	
	div.search-browse-entry {
		width:211px;
		height:204px;
		display:inline;
		margin:0 9px 10px 0;
		float:left;
		background:url(http://www.apex-nursing.co.uk/images/index/search-browse-entry-bottom-bg.jpg) no-repeat bottom left;
	}

	div.last-browse-entry {
		margin-right:0;
	}

	div.browse-entry h3 {
		margin:0;
		padding:13px 0 0 0;
		height:49px;
		background:url(http://www.apex-nursing.co.uk/images/index/browse-entry-top-bg.jpg) no-repeat top left;
		font:normal 2.4em arial;
		color:#4e4e4e;
		text-align:center;
	}
	
	div.search-browse-entry h3 {
		margin:0;
		padding:13px 0 0 0;
		height:25px;
		background:url(http://www.apex-nursing.co.uk/images/index/search-browse-entry-top-bg.jpg) no-repeat top left;
		font:normal 2.4em arial;
		color:#4e4e4e;
		text-align:center;
	}

	div.browse-entry p {
		margin:0;
		padding:0 6px 10px 14px;
		color:#555555;
		font:normal 1.1em arial;
	}

	div.browse-entry p.last {
		text-align:right;
		padding:4px 20px 0 14px;
		font:normal 1.2em arial;
	}

	div.browse-entry p.last a:link, div.browse-entry p.last a:visited {
		color:#018458;
	}
	
	div.search-browse-entry div#minisearch {
		padding: 15px;
		color: #666666;
	}
	
	div.search-browse-entry div#minisearch p {
		margin-bottom: 8px;
		padding:0 0 0 0;
	}

	div.search-browse-entry div#minisearch label {
		float: left;
		width: 55px;	
        font-weight: bold;
	}

	div.search-browse-entry div#minisearch input, div#minisearch textarea {
		border: 1px solid #fefefe;
	}
	
	div.search-browse-entry div#minisearch .actions {
		width:190px;
		
	}
	
	div.search-browse-entry div#minisearch .butt {
		border:1px solid #d9d9d9;
		background:url(http://www.apex-nursing.co.uk/images/inner-pages/latest-jobs-h4-bg.jpg) no-repeat top left;
        float:right;
        margin-right: 10px;
        padding: 5px;
		font-weight: bold;
		color: #008491;
		cursor: pointer;
	}