/*
* Non-Homepage layout CSS definitions www.xtreme.net.nz
* Single column layout
*
* @author   Duncan Mundell <duncan@swaziboy.com>
* @version  1
* @updated  02/02/2006
*/

/* Override Breadcrumbs rules to left align */
#breadcrumbs {
	padding-left: 20px;
	}

/* Main site & quick job search & downloads */
div.search,
div.quickjobsearch,
div.downloadlinks {
	background: #e3babb url(../images/interface/div-red-bg.png) top left repeat-x;
	font-size: 0.8em;
	padding: 6px 0 8px 8px;
	border: 1px solid #b44649;
	margin-bottom: 20px;
	}
	
div.search h1,
div.quickjobsearch h1,
div.downloadlinks h1 {
	color: #000;
	margin-bottom: 4px;
	font-weight: bold;
	}
	
div.search input,
div.quickjobsearch input {
	display: inline;
	vertical-align: top;
	}
	
div.search form input.keywords,
div.quickjobsearch form input.keywords {
	background-color: #FFF;
	border: 1px solid #000;
	margin-top: 1px;
	width: 117px;
	color: #2f2f2f;
	}
	
div.search form input.button,
div.quickjobsearch form input.button {
	margin-left: 8px;
	}
	
div.search a,
div.quickjobsearch a,
div.downloadlinks a {
	color: #FFF;
	text-decoration: underline;
	font-size: 0.9em;
	padding-top: 5px;
	display: block;
	}
	
div.downloadlinks a {
	color: #282828;
	}

/* Industry Classifications */
div.industryclass {
	background: #dcebf1 url(../images/interface/industryclass-bg.png) top center no-repeat;
	border-bottom: 1px solid #68a0b4;
	padding-bottom: 10px;
	font-size: 0.8em;
	margin-bottom: 20px;
	}

div.industryclass h1 {
	background: url(../images/interface/industryclass-heading-bg.png) top left no-repeat;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 20px;
	padding-left: 15px;
	}
	
div.industryclass ul,
div.industryclass li {
	margin: 0;
	padding: 0 1px;
	list-style-type: none;
	}

div.industryclass a,
div.industryclass span {
	padding: 3px 0 3px 15px;
	color: #1c3640;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	display: block;
	height: 1%; /* Fix for IE */
	}

/* Undo fixes for IE above */
#leftcolumn > div.industryclass a,
#leftcolumn > div.industryclass span{
	height: auto;
	}
	
div.industryclass a:hover,
div.industryclass a.current,
div.industryclass span.current {
	color: #7b2125;
	background-color: #c8e0e7;
	}
	
		
/* Right column */
#rightcolumn {
	float: none;
	width: auto;
	}

/* Heading styles */
#rightcolumn h1 {
	font: normal 1.6em Arial, Helvetica, sans-serif;
	color: #7b2125;
	margin-bottom: 0.5em;
	}

#rightcolumn h2 {
	color: #7b2125;
	font: bold 1em Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-top: 5px solid #F9E8E8;
	padding-top: 10px;
	text-transform: capitalize;
	}

#rightcolumn h2 em {
	color: #7b2125;
	font-style: normal;
	font-weight: normal;
	}
	
#rightcolumn h3 {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 3px;
	color: #D59092;
	text-transform: uppercase;
	}


/* Paragraph settings */
#rightcolumn p {
	font-size: 0.8em;
	margin-bottom: 1em;
	line-height: 1.4em;
	}
	
	
/* List styles */
#rightcolumn ul {
	list-style: disc;
	margin-top: 5px;
	margin-left: 35px;
	font-size: 0.8em;
	}
	
#rightcolumn li {
	margin-bottom: 1em;
	}


/* Forms */
#rightcolumn form {
	margin-bottom: 10px;
	}
	
#rightcolumn fieldset {
	font-size: 0.9em;
	font-weight: bold;
	border-top: 1px solid #233847;
	padding-top: 10px;
	}

#rightcolumn legend {
	font-weight: bold;
	padding: 0 10px;
	}
	
	
	
/* Links */
#rightcolumn a {
	color: #0d345f;
	text-decoration: underline;
	font-weight: bold;
	}

#rightcolumn a:hover {
	color: #7b2125;
	}


/* Defaults for tables */
#rightcolumn table {
	border-collapse: collapse;
	width: 100%;
	border-left: hidden;
	font-size: 0.8em;
	margin-bottom: 15px;
	border-bottom: 1px solid #bcc9d6;
	}
	
#rightcolumn th {
	padding: 5px;
	background-color: #dae5e9;
	border: 1px solid #bcc9d6;
	border-left: none;
	border-right: none;
	color: #5a818f;
	vertical-align: middle;
	}
	
#rightcolumn td {
	padding: 10px 5px;
	border-top: 1px solid #bcc9d6;
	border-left: 1px solid #eef1f5;
	color: #2f5f71;
	vertical-align: middle;
	}

#rightcolumn td.nopadding {
	padding: 0;
	}

#rightcolumn td.nowrap {
	white-space: nowrap !important;
	}

#rightcolumn td.leftcolumm {
	border-left: none;
	}
