/*
-----------------------------------------------------
McCoyJobs.com Style Sheet
Name: McJob
Designer: Brian Baldock
URL: mccoyjobs.com / mccoyjobs.ca
Date: June 2006
------------------------------------------------------ */

/* Default */
body {
  position: relative;
	background:#fff url(../images/rose_b.gif);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p, td, th, a, li {
  color: #555;
	font-size: 86%;
	line-height: 120%;
}

td p {
  font-size: 100%;
}

td a {
  font-size: 100%;
}

p a {
  font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
  color: #333;
	font-weight: bold;
	margin: 3px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

a {
  position: relative;
  text-decoration: none;
}

a:link {
  color: #000;
  text-decoration: underline;
}

a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #555;
  text-decoration: none;
}

ul {
  list-style: disc inside;
  font-size: 1.2em;
}

hr {
color: #000;
background-color: #000;
text-align: center;
width: 100%;
height: 1px;
padding: 0px 0px 0px 0px;
margin: 5px 0px 5px 0px;
}

/* Layout */

#mccoyjobs {

}

div#wrapper {
  width: 767px;
  height: 516px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px 0px 0px;
}

div#topper {
  position: absolute;
  top: 0px;
  width: 767px;
  height: 516px;
  z-index: 5;
}

html>body #topper {
  background: transparent url(../images/letters.png) no-repeat;
}

div#content {
  position: absolute;
  top: 0px;
  width: 767px;
  z-index: 500;
}

html>body #content {
  background: transparent url(../images/mainbody.png) repeat-y;
}

div#content_container {
  width: 600px;
  padding: 10px 22px 20px 145px;
}

div#header_image {
  width: 599px;
  height: 160px;
  background: #fff url(../images/header.jpg) no-repeat;
}

#jobHeader {
  width: 302px;
  height: 33px;
  background: transparent url(../images/careercap.gif) no-repeat;
}

div#navigation {
  margin: 0px 0px 12px 0px;
}

div#footer {
  font-size: 75%;
}

/* Navigation */

h1 a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

h1 a:visited {
  color: #000;
  text-decoration: none;
}

h1 a:hover {
  color: #000;
  text-decoration: none;
}

#navigation a {
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid #555;
}

#navigation a:link {
  color: #555;
}

#navigation a:visited {
  color: #555;
}

#navigation a:hover {
  color: #c33c29;
  text-decoration: none;
  border-top: 2px solid #c33c29;
  border-bottom: 0px solid #c33c29;
}






