/* @override http://www.careersinhire.com.au/interface/careers-styles.css */

/* overridden HTML tag styles */
html, body {
	margin: 0;
	padding: 0;
	font: 12px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
p { 
	line-height: 1.3em;
	margin: 0 0 .6em;
}
a, a:visited {
	color: #f15d22;
	text-decoration: none;
}
a:hover {
	color: #f15d22;
	text-decoration: underline;
}
a:active {
	color: #4891dc;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul {
	padding-bottom: 5px;
}
li {
	background: url(/interface/images/bullet.png) no-repeat 7px 2px;
	padding-left: 20px;
	margin-bottom: 5px;
}

/* page structure */
#page {
	position: relative;
	min-height: 100%;
	min-width: 1000px;
}
#top-holder {
	position: relative;
	width: 950px;
	height: 65px;
	margin: 0 auto;
	padding: 0 25px;
}
#top-holder .links {
	position: absolute;
	bottom: 10px;
	right: 25px;
}
#video-holder {
	height: 410px;
	background: url(/interface/images/header-bg-large.png) repeat-x left top;
}
#video {
	width: 950px;
	height: 375px;
	margin: 0 auto;
	padding-top: 10px;
	background: url(images/header-video-background.jpg) no-repeat 0 10px;
}
#video-embed {
	padding-top: 10px;
}
#header-holder {
	height: 221px;
	background: url(/interface/images/header-bg-small.png) repeat-x left top;
}
#header {
	width: 1000px;
	height: 186px;
	margin: 0 auto;
	padding-top: 10px;
	background: url(/interface/images/header-text-bg.jpg) repeat-x left 10px;
}
#pin-holder {
	width: 950px;
	height: 25px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	top: -25px;
	padding-right: 25px;
	padding-left: 25px;
}
#pin-bg {
	position: absolute;
	width: 440px;
	height: 80px;
	right: 0;
	background: url(/interface/images/locate-a-business.png) no-repeat -25px top;
}
#pin-link {
	display: block;
	margin-left: 240px;
	width: 180px;
	height: 60px;
}
#pin-link span {
	display: none;
}

/* nav and content structure */
#content-holder {
	padding-bottom: 140px;
	position: relative;
}
.content {
	width: 950px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}
#left-nav {
	width: 200px;
	float: left;
}
#content-body {
	margin-left: 230px;
}


/* footer styles */
#footer-holder {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 130px;
	background-color: #d8dfe9;
}
.footer {
	width: 950px;
	height: 110px;
	margin: 0 auto;
	color: #002663;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 25px;
}
#footer-logo {
	width: 108px;
	float: left;
	padding-top: 10px;
}
#footer-left {
	line-height: 1.5em;
	width: 308px;
	float: left;
	padding-top: 15px;
}
#footer-middle {
	line-height: 1.5em;
	width: 275px;
	float: left;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
}
#footer-right {
	width: auto;
	float: right;
	padding-top: 15px;
}
.copyright-holder {
	height: 20px;
	color: #002663;
	font-size: 11px;
	line-height: 20px;
	background-color: #bec9d8;
}
.copyright {
	width: 950px;
	margin: 0 auto;
	padding: 0 25px;
}
.copy-by {
	width: 60%;
	float: left;
}
.designed-by {
	width: auto;
	float: right;
}
#footer-holder a, #footer-holder a:visited {
	color: #002663;
}
#footer-holder a:hover {
	text-decoration: none;
	color: #5397ce;
}

/* content etc */
#top-holder .links {
	color: #bec9d8;
}
#top-holder .links a, #top-holder .links a:visited {
	color: #526391;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
}
.page-heading {
	color: #f15d22;
	font-size: 18px;
	padding-bottom: 8px;
	line-height: 23px;
}
.sub-heading {
	color: #526391;
	font-size: 15px;
	margin-bottom: 7px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9dfe8;
}
.page-intro {
	color: #8ba1c6;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.paragraph {
	margin-bottom: 15px;
}
.clear {
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
}
.description {
	color: #777;
}
#content-body img {
	padding: 1px;
	border: 5px solid #ccd4e0;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* left-hand nav */
#left-nav ul, #left-nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}
#left-nav ul {
	border-bottom: 1px dotted #7d97b2;
}
#left-nav ul ul {
	border-bottom: none;
}
#left-nav li {
	border-top: 1px dotted #7d97b2;
}
#left-nav li a {
	display: block;
	padding: 5px;
}
#left-nav li li a {
	padding-left: 20px;
}
#left-nav li li li a {
	padding-left: 35px;
}
#left-nav a, #left-nav a:visited {
	color: #476b8f;
}
#left-nav a:hover {
	color: #476b8f;
	background-color: #eef0f3;
	text-decoration: none;
}
#left-nav a:active {
	color: #476b8f;
}
#left-nav a.current {
	background-color: #eef0f3;
}

/* file lists, inline menus, website links etc */
.menu-links ul, .menu-links li, .website-links ul, .website-links li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-links li, .website-links li {
	padding-left: 20px;
	background: url(/interface/images/bullet.png) no-repeat 8px 4px;
	margin-bottom: 5px;
}
.menu-links .description {
	font-style: italic;
	padding-left: 5px;
}
.website-links .description { }
li.doc-icon {
	background: url(doc-icons/word-icon.gif) no-repeat 6px -1px;
	padding-left: 26px;
	padding-top: 2px;
	padding-bottom: 1px;
}
li.pdf-icon {
	background: url(doc-icons/pdf-icon.gif) no-repeat 6px -1px;
	padding-left: 26px;
	padding-top: 2px;
	padding-bottom: 1px;
}

/* "Locate a hire business" search */
#search {
	width: 712px;
	background-color: #e5e9ef;
	position: relative;
	height: 42px;
}
#search span {
	display: block;
	float: left;
}
#search-text {
	color: #002663;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	line-height: 12px;
	font-size: 12px;
}
#search-box {
	padding-top: 10px;
}
#where {
	border: 1px solid #ccd4e0;
	margin: 0;
	padding: 3px;
}
#search-btn {
	border: 1px solid #a4b3cb;
	margin: 0 0 0 5px;
	padding: 2px 5px;
	color: #002663;
	background-color: #ccd4e0;
}

/* "Locate a hire business" search results */
#map-holder {
	width: 702px;
	height: 402px;
	border: 5px solid #ccd4e0;
}
#search-results-map {
	width: 700px;
	height: 400px;
	border: 1px solid #fff;
}
#results-holder {
	margin-top: 15px;
	width: 712px;
}
#results-holder ul, #results-holder li {
	background-image: none;
	padding-left: 0;
}
#results-holder li {
	color:#003e7e;
	border-bottom: 1px solid #ccd8e5;
	padding: 8px 15px;
}
#results-desc {
	background-color: #e5e9ef;
	color: #002663;
	padding: 10px 15px;
	margin-bottom: 5px;
}
#results-desc .left {
	float: left;
	width: 80%;
}
#results-desc .right {
	float: right;
	width: auto;
}
.row {
	position: relative;
	display: block;
	width: 100%;
}
.business-detail {
	float: left;
	width: 400px;
}
.phone {
	float: left;
	width: 156px;
}
.business-links {
	float: left;
	width: 121px;
	text-align: right;
}
.business-links a, .business-links a:visited {
	border-bottom: 1px dotted #ccd8e5;
}
.business-links a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #f15d22;
}
.business-name {
	font-weight: bold;
}
.address {
	display: block;
	margin-top: 3px;
}
.distance {
	padding-left: 5px;
	color: #f15d22;
}
.business-show {
	padding-left: 10px;
}
.business-show a, .business-show a:visited, #results-desc a, #results-desc a:visited {
	border-bottom: 1px dotted #ccd8e5;
}
.business-show a:hover, #results-desc a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #f15d22;
}
