/* @override 
	http://www.thehound.co.nz/common/thehound.css
*/

/*
*
*
--------------------------------------------------------------------------------------------------
##
##
##        Inbox Design    http://www.inboxdesign.co.nz
##        Engingeering & Technical Recruitment Ltd - http://www.etr.co.nz
##
##                 Sheldon Lendrum
##
##                    2006
##
##
--------------------------------------------------------------------------------------------------
*
*
*/

html,body {
	margin: 0;
	padding: 0;
	font-size: .9em; 
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#header {
	text-indent: -1500px;
	margin: 20px;
	height: 183px;
	background: url(../images/header.gif) no-repeat 50%;
}

#content{
	position: absolute;
	margin:0;
	padding: 10px 70px 0 220px;
}

#content #tagline {
	position: absolute;
	top: 140px;
	left: 260px;
	font-size: 15px;
}
#content p{
	text-align:justify;

}

#textt, .result{
	background: #e2e2e3;
	padding: 10px;
	padding-top: 0;
	margin: 0;

}

/*
---------------------------------------
content area
---------------------------------------
*/	


a {
	color: #bf2e1a;
	text-decoration: none;
	background-color: transparent;
}


a:hover{
	color: #444444;
	text-decoration: underline;
}

ol{
	list-style: disc;
}


/*
---------------------------------------
nav
---------------------------------------
*/

#menu{
	position: absolute;
	top: 30px;
	left: 30px;
}

ul#primary-nav,
ul#primary-nav ul {
	margin: 0;
	padding: 0;
	width: 150px; /* Width of Menu Items */
	background: #fff; /* IE6 Bug */
	font-size: 100%;
}

ul#primary-nav li {
	position: relative;
	list-style: none;
}

ul#primary-nav li a {
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 5px;
	border: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 150px; 
	top: 0;
	width: 250px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

ul#primary-nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

ul#primary-nav li.menuparent { background: transparent url(../images/arrow.gif) right center no-repeat; }

ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { background-color: #e2e2e3; }
li.over { background-color: #e2e2e3; }
li:hover { background-color: #e2e2e3; }

ul#primary-nav li a:hover { color: #bf2e1a; }


/*
_________________________________
Drop down Menus
_________________________________
*/

.dropdown{
	background: #e2e2e3;
	text-align: left;
	font-weight: bold;
	width: auto;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 0;
	border-bottom: 0;
	color: #666666;
}

.divider{
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #666666;
}


h6{
	color: #666666;
	margin: 0;
	padding: 0;
}

/*
---------------------------------------
images
---------------------------------------
*/

img {
	padding: 0;
	border: 0;
}




/*
---------------------------------------
form, fields
---------------------------------------
*/

label {
	display: block;
	float: left;
	width: 140px;
	padding-right: 1em;
}

feildset {
	display: block;
	background: #e2e2e3;
}

.form_elements {
	background-color: #cccccc;
	border: 1px solid #032588;
	padding: 0 0 2px 0;
}

textarea{
	width: 300px;
	height: 380px;
}


/*
---------------------------------------
dialog boxes
---------------------------------------
*/


h1{
	font-size: 1.8em;
}

h2{
	font-size: 1.5em;
}

h3{
	font-size: 1.2em;
}


.bold{
	font-weight:bold;
}

.center{
	text-align:center;
}



.red {
	color: #aa0011;
}

.result {
	position: relative;
	min-height: 5.5em;
	padding: .5em 0 1em;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
}
* html .result{
	height: 6em;
}
.result h2 {
	margin: 0;
	font-size: 1.2em;
}

.floatright {
	float: right;
	width: 120px;
}
.printright {
	float: right;
	margin-top: -.3em;
	margin-right: .5em;
}
.link {
	line-height: 1.6em;
}
.link img {
	vertical-align: middle;
	margin-right: .5em;
	border: 0;
	padding: 4px;
}

.bannerstrip{
	display: block;
	height: 14px;
	width: 100%;
	border: 0;
}

#adverttop img, #advertbottom img {display:block;}

.joblisting{
	width: 620px;
	float: left;
	clear: both;
}

.joblisting:hover {
	background: #e2e2e3;
}
