body {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	color:#333333;
	background:#808080;
	font-size:   0.8em;
  	line-height: 18px;
}

body, div, img, object, form, embed, p, hr, ul, li, h3 {
	border:0;
	padding:0;
	margin:0;
}

a {
	color:#960E00;
}

a:visited {
	color:#960400;
}

a:hover {
	color:#808080; 
}

h1, h2, h3, h4, h5, h6 {
	font-family:tahoma,verdana;
}

h1 {
	margin:20px 0;
}

h2 {
	margin:10px 0;
}

.clear {
	clear:both;
	width:auto;
	min-height:0 !important;
	height:0 !important;
	line-height:0 !important;
	font-size:0 !important;
	float:none !important;
	padding:0 !important;
	border:0 !important;
}

p  {
	padding:0.4em 0;
}

#site {
	margin:10px auto;
	width:990px;
	border:1px solid #333;
	background:white;
}

div.centre {
	margin:0 auto;
}

.right {
	text-align:right;
}

.centre {
	text-align:center;
}

.left {
	text-align:left;
}

.floatLeft {
	float:left !important;	
}	

.floatRight {
	float:right !important;
	display:block;	
}

#beta #article p.grey, #beta #review p.grey, #beta p.grey {
	background:#ccc;
	padding:0.5em 2px;
}

.imgLeft, .imgRight {
	float:left;
	border:1px solid black;
	margin:2px;
}

.imgRight {
	float:right;
}

/* Header styles                                  */

#header {
	height:115px;
	border-bottom:2px solid #808080;
	position:relative;
}

#header img {
	margin:16px 0
}

#banner {
	width:600px;
	position:absolute;
	top:22px;
	right:16px;
}

#main {
	padding:10px;
	min-height:400px;
	border:2px solid #808080;
	border-top:none;
	border-bottom:none;
	float:left;
	width:806px;
}

#breadcrumb {
	margin-bottom:10px;	
}

ul#nav {
	float:left;
	margin-left:10px;
	width:150px;
	list-style:none;
}

ul#nav li {
	display:block;
	padding:4px;
	font-size:1.4em;
}

.job {
	margin-bottom:10px;
	border-bottom:1px dotted #808080;
}	

#rhs {
	width:140px;
	padding:10px;
	float:right;
}

#footer {
	border-top:2px solid #808080;
	background:#960E00;
	height:6em;
	color:white;
	padding:10px;
	position:relative;
}

#footer p {
	padding:0;
	font-size:1.1em;
	vertical-align:bottom;
}

#footer div {
	width:49%;
}

#footer .right,#footer .left {
	position:absolute;
	right:10px;
	bottom:10px;
}

#footer .left {
	left:10px;
}

#footer .left p {
	text-align:left;
}

#footer .right p {
	text-align:right;
}

#jobDetails .jobDetail {
	width:49%;
	float:left;
}

#footer a {
	color:white !important;
}

/* admin styles */

table {
	border:1px solid #ccc;
	width:100%;
}

th {
	text-align:left;	
}

td {
	vertical-align:top;
	border:1px solid #ccc;
}
td.noWrap {
	white-space:nowrap;
}

td.notLive {
	background:red;
}

td p {
	padding:0;
}

#login label {
	font-size:1.4em;
	display:block;
	margin:10px 0;
}
