/* Bulldog Engineering Recruitment global style sheet - Chris Monk - August 2006 */

body {
	color:			#000080;
	background-color:	#FFFFFF;
}

font, p, ol, ul, textarea, pre {
	font-family:		arial, helvetica, geneva, sans-serif;
	font-size:		10pt;
}

h1 {
	font-family:		arial, helvetica, geneva, sans-serif;
	text-decoration:	underline;
	font-size:		12pt;
	font-weight:		bold;
}

a {
	font-family:		arial, helvetica, geneva, sans-serif;
	text-decoration:	none;
	color:			#845F00;
	font-weight:		bold;
}
a:hover {
	text-decoration:	none;
	color:			#FF5F00;
}

.small {
	font-size:		7pt;
}

.large {
	font-size:		12pt;
	font-weight:		bold;
}

.heading {
	text-decoration:	underline;
	font-size:		12pt;
	font-weight:		bold;
}

.banner-top {
	background-color:	#EAEAEA;
}

.banner-bottom {
	background-color:	#EAEAEA;
	border-bottom:		1px solid #000080;
}

.motto {
	font-family:		times, bookman, garamond, serif;
	font-size:		24pt;
	font-style:		italic;
	font-weight:		bold;
}

.fixed {
	font-family:		fixed-sys;
}

.red {
	color:			#FF0000;
}

.white {
	background-color:	#FFFFFF;
}

.grey {
	background-color:	#E0E0E0;
}

.outlined {
	border-top:		1px solid #000080;
	border-left:		1px solid #000080;
	border-right:		1px solid #000080;
	border-bottom:		1px solid #000080;
}

#bulldog {
	position:		absolute;
	left:			600px;
	top:			150px;
	z-index:		1;
}

#bulldog2 {
	position:		absolute;
	left:			480px;
	top:			84px;
	z-index:		1;
}

#content {
	position:		absolute;
	left:			0px;
	top:			120px;
	z-index:		2;
}

#content2 {
	position:		absolute;
	left:			10px;
	top:			10px;
	z-index:		2;
}

#banner {
	position:		absolute;
	left:			0px;
	top:			0px;
}

#home {
	position:		absolute;
	left:			930px;
	top:			120px;
	z-index:		3;
}

.applicants {
	background-image:	url('../images/applicants.jpg');
	border-top:		1px solid #000080;
	border-left:		1px solid #000080;
	border-right:		1px solid #000080;
	border-bottom:		1px solid #000080;
}

.employers {
	background-image:	url('../images/employers.jpg');
	border-top:		1px solid #000080;
	border-left:		1px solid #000080;
	border-right:		1px solid #000080;
	border-bottom:		1px solid #000080;
}

