/*
* Home Page layout CSS definitions www.roblaw.co.nz
*
* @author   Duncan Mundell <duncan@swaziboy.com>
* @version  1
* @updated  21/06/2008
*/

/* Left Column */
#leftcolumn {
	float: left;
	width: 185px;
	}
	
	
/* Middle Column */
#rightcolumn {
	float: left;
	width: 450px;
	margin-left: 20px;
	}
	
	
/* Right Column */
#endcolumn {
	float: left;
	width: 185px;
	margin-left: 20px;
	}
	
	
/* Divs for each of the side colums with colour variations */

/* Featured Employer */
div.featuredemployer {
	background: #dcebf1 url(../images/interface/industryclass-bg.png) top center no-repeat;
	border-bottom: 1px solid #68a0b4;
	padding-bottom: 5px;
	font-size: 0.8em;
	margin-bottom: 20px;
	}

div.featuredemployer h1 {
	background: url(../images/interface/industryclass-heading-bg.png) top left no-repeat;
	height: 29px;
	color: #FFF;
	padding-top: 7px;
	padding-left: 15px;
	}
	
div.featuredemployer img {
	border: 1px solid #FFF !important;
	border-left: none !important;
	border-right: none !important;
	margin-left: 1px;
	margin-top: 5px;
	}
	
	
/* Work in NZ */
div.workinnz {
	background: #c6d6c0 url(../images/interface/workinnz-bg.png) top center no-repeat;
	border-bottom: 1px solid #345d27;
	padding-bottom: 5px;
	font-size: 0.8em;
	margin-bottom: 20px;
	}

div.workinnz h1 {
	background: url(../images/interface/workinnz-heading-bg.png) top left no-repeat;
	height: 29px;
	color: #FFF;
	padding-top: 7px;
	padding-left: 15px;
	}
	
div.workinnz img {
	border: 1px solid #FFF !important;
	border-left: none !important;
	border-right: none !important;
	margin-bottom: 3px;
	}
	
div.workinnz a {
	display: block;
	text-align: center;
	margin: 0 1px;
	color: #FFF;
	background-color: #3E6931;
	padding-bottom: 3px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	}
	
div.workinnz a:hover {
	background-color: #85AD78;
	}
