a {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#birmingham {
	margin: 283px 0px 0px 250px;
	padding: 0px;
	height: 25px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 101;
	clear: none;
	position: absolute;
}
#birminghamtext {
	display: block;
	position: relative;
	margin-bottom: 25px;
}
#blackcountry {
	margin: 0px;
	height: 25px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 103;
	clear: none;
	position: absolute;
	padding-top: 265px;
	padding-left: 230px;
}
#blackcountrytext {
	display: none;
	margin-bottom: 25px;
}
body  {
	font: 10pt/1.3em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.bold {
	font-weight: bold;
}
.bold_grey {
	font-weight: bold;
	color: #333333;
}

#centrebox {
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
}
.centre_right_col {
	padding: 0px;
	float: right;
	width: 280px;
	margin-left: 28px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: -15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearboth {
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 0px 0 -500px;
	text-align: left;
	position: absolute;
	left: 50%;
} 
#coventry {
	margin: 292px 0px 0px 290px;
	padding: 0px;
	height: 25px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 102;
	clear: none;
	position: absolute;
}
#coventrytext {
	display: none;
	margin-bottom: 25px;
}
.display_none {
	display: none;
}
.eightpt {
	font-size: 8pt;
	line-height: 1.3em;
}
.eightptfivept {
	font-size: 8.5pt;
	line-height: 1.3em;
}
.fifteenptbotmar {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.fifteenptbotpad {
	padding: 0px 0px 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
.fivepxpadtopandbot {
	padding-top: 5px;
	padding-bottom: 5px;
}
.fifteenpxtopmargin {
	margin-top: 15px;
}
.fiftyzindex {
	z-index: 50;
}
.fivepxbottommargin {
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	display: inline;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	display: inline;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer  {
	padding: 5; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(images/rec_smalllogo.gif) no-repeat left;
	margin-bottom: 10px;
	height: 30px;
	position: relative;
	margin-top: 3px;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: center;
}
#footer_Jobsearch  {
	padding: 5; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(images/rec_smalllogo.gif) no-repeat left;
	margin-top: 35px;
	margin-bottom: 10px;
	height: 30px;
} 
#footer_Jobsearch p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: center;
}


#formbox {
	background-image: url(images/JobSearch.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 130px;
	width: 156px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
	margin-bottom: 8px;
	font-weight: bold;
	color: #000000;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h1 {
	font-weight: normal;
	color: #CC0000;
	line-height: 1.3em;
	display: block;
}
h2 {
	padding: 0px 0px 1.5px;
	margin-top: 0.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color:Red;
	line-height: 1.3em;
}

h3 {
	line-height: 1.3em;
}
#header  {
	padding: 0;
	margin: 0px;
	height: 128px;
	background-color: #FFFFFF;
	background-image: url(images/banner_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 51;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCCC;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
}
#header ul {
	height: 25px;
	width: 960px;
	position: relative;
	left: 0px;
	top: 103px;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #CC0000;
	text-align:center;
	background-image: url(images/navbar_back.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#header li {
	color: #FFCCCC;
	float: left;
	position: relative;
	display: block;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCCC;
	height: 21px;
}
#header li:hover {
	background-color: #990000;
	height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCCCC;
	color: #FFFFFF;
	background-image: url(images/white_arrowhead.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header  li a {
	color: #FFCCCC;
	float: left;
	text-decoration: none;
	display: block;
	height: 21px;
	background-image: url(images/pink_arrowhead.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 27px;
	background-color: #CC0000;
	padding-top: 4px;
	padding-left: 1em;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCCC;
}
#header li.no_down a {
	background-image: none;
}
#header  li a:visited {
	color: #FFCCCC;
	float: left;
	text-decoration: none;
}
#header  li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/white_arrowhead.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 27px;
	background-color: #990000;
	padding-top: 4px;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCCCC;
}
#header li.no_down a:hover {
	background-image: none;
}

#header ul li ul {
	display: none;
	position: absolute;
	top: 26px;
	text-align: left;
	width: 390px;
	margin: 0px;
	padding: 0px;
}
#header ul li ul.employers {
	width: 345px;
}
#header ul li ul.register {
	width: 85px;
}
#header ul li ul.aboutus {
	width: 135px;
}
#header ul li ul.resources {
	width: 90px;
}
#header ul li:hover ul {
	display: block;
}
#header  ul  li  ul  li  {
	width: 390px;
	overflow: visible;
	display: block;
	background-color: #CC0000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCCCC;
}
#header ul li ul.employers li {
	width: 345px;
}
#header ul li ul.register li {
	width: 85px;
}
#header ul li ul.aboutus li {
	width: 135px;
}
#header ul li ul.resources li {
	width: 90px;
}
#header ul li ul li a {
	color: #FFCCCC;
	background-color: #CC0000;
	display: block;
	height: 21px;
	width: 390px;
	padding-top: 4px;
	padding-left: 1em;
	margin-top: -4px;
	margin-left: -1em;
	padding-right: 0px;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCCCC;
}
#header ul li ul.employers li a {
	width: 345px;
}
#header ul li ul.register li a {
	width: 85px;
}
#header ul li ul.aboutus li a {
	width: 135px;
}
#header ul li ul.resources li a {
	width: 90px;
}
#header ul li ul li a:hover {
	background-color: #990000;
	width: 390px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCCCC;
	height: 21px;
	padding-top: 4px;
	padding-left: 1em;
	margin-top: -4px;
	margin-left: -1em;
	display: block;
	color: #FFFFFF;
	background-image: none;
	padding-right: 0px;
}
#header ul li ul.employers li a:hover {
	width: 345px;
}
#header ul li ul.register li a:hover {
	width: 85px;
}
#header ul li ul.aboutus li a:hover {
	width: 120px;
}
#header ul li ul.resources li a:hover {
	width: 90px;
}
.hidden {
	visibility: hidden;
}
#hidebuttonbox {
	display: none;
	float: right;
	margin-top: -18px;
}
#hp_centre_box {
	margin-right: 194px;
	margin-left: 206px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	margin-top: 8px;
	margin-bottom: 0px;
	height: 365px;
	display: block;
	background-image: url(images/looking_boxes_back.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 9pt;
}

.horizrule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
input.btn {
	margin-left: 215px;
}
input.txt {
	width: 300px;
	background-color: #FFFFFF;
}
.insetpanel {
	background-color: #FFCCCC;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 5px 10px 10px;
	text-align: center;
}
.italic {
	font-style: italic;
}

#jobdescription {
	padding-top: 2px;
	display: none;
}
#jobtitle {
	font-size: 12pt;
	line-height: 1.3em;
	font-weight: bold;
	color: #CC0000;
}
.jumpmenu {
	padding: 0px;
	height: 25px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
}
#kidscapebox {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 10px;
	right: 20px;
}
#kidscapebox1 {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 10px;
	left: 320px;
	float:left;
}
#googlebox {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 10px;
	right: 20px;
}
#leeds {
	margin: 88px 0px 0px 268px;
	padding: 0px;
	height: 25px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 110;
	clear: none;
	position: absolute;
}

#leedstext {
	display: none;
	margin-bottom: 25px;
}
#leicester {
	margin: 256px 0px 0px 333px;
	padding: 0px;
	height: 25px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 104;
	clear: none;
	position: absolute;
}
#leicestertext {
	display: none;
	margin-bottom: 25px;
}
#liverpool {
	margin: 144px 0px 0px 160px;
	padding: 0px;
	height: 25px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 111;
	clear: none;
	position: absolute;
}
#liverpooltext {
	display: none;
	margin-bottom: 25px;
}
#logobox {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 0px;
	top: 28px;
	z-index: 52;
}

#look_staff_box {
	float: right;
	width: 245px;
	margin-left: 70px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 365px;
}
.look_body_text {
	font-size: 9pt;
	line-height: 1.3em;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin-bottom: -6px;
	padding-bottom: 0px;
	margin-top: 18px;
}
.looklist {
	padding-left: 15px;
	line-height: 1.25em;
	font-size: 9pt;
	line-height: 1.3em;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin-left: 0px;
	margin-top: 9px;
	padding-top: 0em;
}
.look_list_item {
	margin-bottom: 3px;
}
ul.looklist a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
ul.looklist a:visited {
	color: #333333;
	text-decoration: none;
}
ul.looklist a:hover {
	text-decoration: underline;
}
.looking_title_type {
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-bottom: 5px;
}
a.look_title {
	color: #FFFFFF;
	text-decoration: none;
}
a.look_title:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.look_title:hover {
	text-decoration: underline;
}
#mainContent  {
	font-size: 10pt;
	line-height: 1.3em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0;
	padding-bottom: 0;
	height: auto;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 30px;
	background-color: #FFFFFF;
	margin-right: 206px;
	margin-bottom: 25px;
	margin-left: 206px;
} 
.centre_right_col {
	padding: 0px;
	float: right;
	width: 280px;
	margin-left: 28px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#mainpicbox {
	margin: 0px 0px 1px;
	padding: 0px;
	height: 300px;
	width: 1000px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	clear: both;
	z-index: 49;
}
#manchester {
	margin: 140px 0px 0px 220px;
	padding: 0px;
	height: 25px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 109;
	clear: none;
	position: absolute;
}
#manchestertext {
	display: none;
	margin-bottom: 25px;
}
#mapbox {
	margin: 0px;
	padding: 0px;
	height: 379px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: absolute;
	z-index: 300;
	left: 206px;
	top: 260px;
}
#mapspacer {
	margin: 0px;
	padding: 0px;
	height: 380px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
}
.minifloatleft {
	float: left;
	margin-left: 10px;
}
.minifloatright {
	float: right;
	margin-right: 10px;
}
#news_box {
	background-color: #FFFFFF;
	background-image: url(images/featured_jobs.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 162px;
	width: 170px;
	padding-top: 27px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#Opportunities_Box {
	background-color: #FFFFFF;
	background-image: url(images/FeaturedOpps.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 166px;
	width: 156px;
	padding-top: 56px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.ninepttype {
	font-size: 9pt;
	line-height: 1.3em;
}
.nobormarpad {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.notopmarpad {
	margin-top: 0px;
	padding-top: 0px;
}
.minus_ten_px_top_mar {
	margin-top: -10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.minus_twenty_px_top_mar {
	margin-top: -20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#nottingham {
	margin: 211px 0px 0px 336px;
	padding: 0px;
	height: 25px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 105;
	clear: none;
	position: absolute;
}
#nottinghamtext {
	display: none;
	margin-bottom: 25px;
}
.oneptgreyborder {
	padding: 0px;
	border: 1px solid #666666;
}

.positionrelative {
	position: relative;
}
#preston {
	margin: 100px 0px 0px 192px;
	padding: 0px;
	height: 25px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 107;
	clear: none;
	position: absolute;
}
#prestontext {
	display: none;
	margin-bottom: 25px;
}
#qmarkbox {
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 177px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: absolute;
	top: 22px;
	right: 15px;
	z-index: 53;
}
.rangetyperight {
	text-align: right;
}
.registerbox {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#registerformbox {
	padding: 20px 10px 10px;
	color: #000000;
	margin: 0px;
	height: auto;
	position: relative;
}
#registerformbox form p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#registerformbox form p label {
	float: left;
	width: 210px;
	text-align: right;
	padding-right: 5px;
	display: block;
	visibility: visible;
}
.resultbox {
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 5px;
}
.resultbox p {
	padding-bottom: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 2px;
}
#sheffield {
	margin: 145px 0px 0px 286px;
	padding: 0px;
	height: 25px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 110;
	clear: none;
	position: absolute;
}
#sheffieldtext {
	display: none;
	margin-bottom: 25px;
}
#showbuttonbox {
	position: relative;
	float: right;
	margin-top: -18px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px; /* padding keeps the content of the div away from the edges */
	font-size: 9pt;
	line-height: 1.3em;
	margin: 0px;
	position: relative;
	height: auto;
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
	clear: none;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px; /* padding keeps the content of the div away from the edges */
	font-size: 9pt;
	line-height: 1.3em;
	margin: 0px;
	position: relative;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: none;
	display: inline;
}
#sidebar2 h3 {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sistersitesbox    {
	width: 174px;
	text-align: center;
	font-size: 10pt;
	line-height: 1.3em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	height: 68px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sistersitesbox p {
	padding-top: 0em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	color: #FFFFFF;
}

#straplinebox {
	position: absolute;
	left: 0px;
	top: 68px;
	text-align: center;
	width: 259px;
	font-style: italic;
	font-variant: normal;
	font-size: 9pt;
	font-weight: bold;
	z-index: 54;
}
#newlogoBP {
	position: absolute;
	left: -15px;
	top: 24px;
	text-align: center;
	width: 259px;
	font-style: normal;
	font-variant: normal;
	font-size: 8pt;
}
#straplineboxH1 {
	position: absolute;
	left: 260px;
	top: 28px;
	text-align: center;
	width: 459px;
	font-style: italic;
	font-variant: normal;
	font-size: 9pt;
	font-weight: bold;
	z-index: 364;
}
#newlogoBP {
	position: absolute;
	left: -15px;
	top: 24px;
	text-align: center;
	width: 259px;
	font-style: normal;
	font-variant: normal;
	font-size: 8pt;
}
.tabpics {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 20;
	position: relative;
	height: 31px;
}

.tenptbottommargin {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tenpxtoppadding {
	padding-top: 10px;
}

.twentypttoppadding {
	padding-top: 20px;
}
ul.sitemap {
	margin-top: -15px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.sitemap   li {
	padding-left: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
}
#warrington {
	margin: 152px 0px 0px 186px;
	padding: 0px;
	height: 25px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 107;
	clear: none;
	position: absolute;
}
#warringtontext {
	display: none;
	margin-bottom: 25px;
}
#welcometextbox {
	position: absolute;
	height: auto;
	width: 450px;
	top: 150px;
	right: 50px;
	color: #FFFFFF;
	z-index: 50;
}
#welcometextbox a {
	color: #FFFFFF;
	text-decoration: underline;
}
#welcometextbox a:visited {
	color: #FFFFFF;
}
#welcometextbox a:hover {
	text-decoration: underline;
}
.grey_frame {
	border: 1px solid #666666;
}

.menuItem
{
    height:50px;
    width:120px;
    background-color:#6543ff;
    color:white;
    font-weight:bold;
    text-align:center;
    line-height:50px;
    vertical-align:center;
    border-style:solid;
    border-color:#000000;
    border-width:1px;
}

#Details
{
    width:600px;
    height:490px;
    background-color:transparent;
}
#Candidates
{
    width:600px;
    height:490px;
    background-color:transparent;
}
.hiddenDiv
{
    display:none;
}
.fullCell
{
	width:490px;   
    height:30px;
    text-align:center;
    font-weight:bold;
    float:left;
}
.fullCellMini
{
	width:295px;   
    height:30px;
    text-align:center;
    font-weight:bold;
    float:left;
}
.leftCell
{
    width:200px;   
    height:30px;
    padding-right:3px;
    text-align:right;
    font-weight:bold;
    float:left;
}
.leftCellMini
{
	width:100px;   
    height:30px;
    padding-right:3px;
    text-align:right;
    font-weight:bold;
    float:left;
}
.rightCell
{
    width:350px;
    height:30px;
    float:left;
}
.rightCellMini
{
    width:195px;
    height:30px;
    float:left;
}
#divLightBox
{
	position:relative;
	width:100%;
	height:900px;
	display:none;
	background-color:Maroon;
	z-index:411;
	text-align:center
}
#divAlert
{
	border-style:solid;
	border-width:15px;
	border-color:aqua;
	position:absolute;
	background-color:White;
	width:300px;
	height:120px;
	text-align:center;
	top:25%;
	left:35%;
}
#divPassword
{
	border-style:solid;
	border-width:15px;
	border-color:aqua;
	position:absolute;
	background-color:White;
	width:300px;
	height:220px;
	text-align:center;
	top:25%;
	left:35%;
}
