body
{
	margin: 0;
	padding: 0;
	overflow: scroll;
	background: url('../images/backdrop.gif') repeat-y 50% 50% #eee;;
	font-family : Helvetica, Lucida Grande, Tahoma, Verdana, sans-serif;
	color : #333;
	font-size: 11px;
}

div#container
{
	margin: auto;
	width: 750px;
}

div#page 
{ 
	background: white;
	padding-bottom: 10px;
}
div#content { padding: 0 15px 0; }
div.clear { clear: both; }
img { border: 0; }
p { padding: 0; margin: 0 0 1em; }
form { display: inline; }

div.floatRight { float: right; }

/* ====================================
    Header styles
   ==================================== */
div#header
{
	position: relative;
	height: 97px;
	background: url('../images/headerBack.gif') no-repeat;
}

#tabs
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 739px;
	padding: 0 0 0 11px;
	background: #960000;
}

/* ====================================
    Tab styles
   ==================================== */
div#tabs ul
{
	margin: 0;
	padding: 0;
}

div#tabs ul li
{
	display: block;
	list-style: none;
	float: left;
}

div#tabs ul li a
{
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 11px 0;
	height: 20px;
}

div#tabs ul li a:HOVER { background: #700000; }

div#creepycrawly
{
	background: #ccc;
	font-size: 10px;
	color: #333;
	padding: 7px 0 0 18px;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 18px;
	height: 17px;
}
div#creepycrawly a { text-decoration: none; }

div#companyLogo
{
	position: absolute;
	top: 15px;
	left: 18px;
	cursor: pointer;
	z-index: 10;
	width: 220px;
	height: 45px;
}

/* ====================================
    Footer styles
   ==================================== */
div#footer
{
	padding: 10px;
	text-align: center;
	font-size: 80%;
}

/* ====================================
    Body styles
   ==================================== */

div.hasRightColumn
{
	position: relative;
	padding-right: 200px;
}

div.hasRightColumn div.rightColumn
{
	position: absolute;
	top:0;
	right: 0;
	width: 190px;
}

div.hasLeftColumn
{
	position: relative;
	padding-left: 155px;
}

div.hasLeftColumn div.leftColumn
{
	position: absolute;
	top:0;
	left:0;
	width: 145px;
}

div.spacer	/* A big spacer div to make extra room when the sidebars are too long for the content */
{
	height: 200px;
}

div.equalColumns
{
	position: relative;
}

div.equalColumns div.leftColumn
{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}

div.equalColumns div.rightColumn
{
	padding-left: 50%;
}

/* ====================================
    Submenu styles
   ==================================== */

ul.leftMenu
{
	margin: 0;
	padding: 5px 0 20px 0;
	border-right: 1px solid #999;
	margin-right: 5px;
}

ul.leftMenu li
{
	list-style: none;
	display: block;
	padding: 5px 5px 5px 0;
	text-align: right;
}

ul.leftMenu li a { color: #666; }

ul.leftMenu li.current { margin-right: -11px; background: url('http://neoweb.stage.neoworks.co.uk/images/menu_selected.gif') no-repeat top right; padding-right: 16px; font-weight: bold; }


/* ====================================
    Form Styles
   ==================================== */

form div.question
{
	clear: both;
	margin-bottom: 8px;
}

form div.question span.label, span.requiredlabel
{
	display: block;
	float: left;
	width: 130px;
}

form div.question span.requiredlabel
{
	font-weight:bold;
}

form div.question span.input
{
	display: block;
	margin-left: 140px;
}

form div.question span.input input
{
	width: 212px;
}

form div.question span.input input.checkbox
{
	width: auto;
	padding-right: 10px;
}