/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	background: #f61514;
}

/* header start */
#header {
	height: 132px;
	border-bottom: 1px solid #999;
}
#header img.logo {
	margin: 0px 0 0 15px;
	float: left;
}
#header ul {
	width: 400px;
	margin: 15px 0px 0px 500px;
}
#header li {
	float: left;
	list-style: none;
	padding-right: 10px;
}
/* header end */


/* top menu start */
#topmenu {
	padding: 0px 181px 0px 15%;
	height: 25px;
	border-top: 4px solid #fff;
	border-bottom: 1px solid #666;
}
#topmenu ul {
	width: 900px;
	padding: 4px 0;
	margin: 0;
	text-align: center;
}
#topmenu li {
	float: left;
	list-style: none;
	padding-right: 10px;
}
#topmenu a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
}
#topmenu a:hover {
	text-decoration: underline;
}
/* top menu end */

/* main content start */
#container {
	background: #fff;
	padding: 0.8em 15% 2em 15%;
	border-bottom: 1px solid #999;
}
#content {
	padding-left:6x;
	width: 650px;
}
#right {
	float: right;
	margin: 0px 50px 0px 70px;
	*margin-top: 10px;
	_margin-left: 30px;
	width: 215px;
}


#left {
	margin-right: 120px;
}

#leftabout {
	margin-right: 50px;
}

#leftabout ul, #left ul{
list-style: none;
margin:0px;
padding:0px;
}

#leftabout li{
font-size: 11px;
line-height: 20px;
background:url(../images/red_circ.gif) 0 4px no-repeat;
margin: 0px;
padding: 0 0 0 20px;
}

#left li{
font-size: 11px;
line-height: 20px;
background:url(../images/red_circ.gif) 0 6px no-repeat;
margin: 0px;
padding: 0 0 0 20px;
}


#content h1 {
	margin: 15px 220px 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #999999;
	line-height: 32px;
}
#content p {
	font-size: 11px;
	line-height: 18px;
}

form label {
font-size:11px;
}


#sidelinks ul{
list-style:none;
padding:0;
margin:0;
}

img.image  {
border:0;
text-decoration: none;
}

a.redthin {display: block;
	background: url(../images/redsidebutton.gif) 0 0px no-repeat;
	text-decoration: none;
	width: 164px;
	height: 21px;
	color: #fff;
	margin: 0 auto 10px auto;
	*margin-top: 10px;
	padding: 5px 0px 0 10px;
}

a.redthin:hover {
	background: url(../images/redsidebutton.gif) 0 -26px no-repeat;
	color:#ff0000;
	text-decoration: none;
}


table.grey {
background: #CCC;
padding: 7px;
margin: 10px 0;
}

table.white {
background: #e3e1df;
padding:0 0 10px 0;
margin: 10px 0;
}


table.white h3{
background: url(../images/icon_childcare.jpg) 0 0 no-repeat;
height: 40px;
color: #000;
padding: 20px 0 0 70px ;
margin: 0;
}

table.white h3.construction{
background: url(../images/icon_construction.jpg) 0 0 no-repeat;
height: 40px;
color: #000;
padding: 20px 0 0 70px ;
margin: 0;
}

table.white h3.consgrey{
background: url(../images/icon_consgrey.jpg) 0 0 no-repeat;
height: 40px;
color: #000;
padding: 20px 0 0 70px ;
margin: 0;
}


table.white h3.candidates{
background: url(../images/icon_candidates.jpg) 0 0 no-repeat;
height: 40px;
color: #000;
padding: 20px 0 0 70px ;
margin: 0;
}

table.white h3.childgrey{
background: url(../images/icon_childgrey.jpg) 0 0 no-repeat;
height: 40px;
color: #000;
padding: 20px 0 0 70px ;
margin: 0;
}


table.white td{
padding: 0 0 7px 7px;
margin:0;
font-size: 11px;
line-height: 17px;
}

table.white td.unapproved{
padding: 0 0 7px 7px;
margin:0;
font-size: 11px;
line-height: 17px;
background: #CCC;
}

table.white th{
padding: 0 7px;
margin:0;
font-size: 12px;
line-height: 18px;
font-weight: bold;
text-align: left;
vertical-align: middle;
}

table.grey th{
padding: 0 7px;
margin:0;
font-size: 12px;
line-height: 18px;
font-weight: bold;
text-align: left;
}

table.grey td{
padding: 0 7px;
margin:0;
font-size: 12px;
line-height: 18px;
text-align: left;
vertical-align: middle;
}

table.white td.dataline{
background: #fff;
text-align: left;
vertical-align: middle;
}



table.grey td {
padding: 0;
margin: 0;
}


a {
font-size: 11px;
text-decoration: underline;
color:#666666;
}

a:hover{
font-size: 11px;
text-decoration: underline;
color:#f61514;
}

.employtext{
color:#FF0000;
font-weight:bold;
}


#footer {
	clear: both;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height:16px;
	padding: 0.8em 15% 2em 15%;
	width: 650px;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	color: #fff;
	text-decoration: none;

}
#footer a:hover {
	text-decoration: underline;
}
/* footer end */

table.returned {
padding: 0;
border: 0;

}

table.returned td{
font-size: 11px;
font-weight: bold;
}

p.error, td.error {
font-size: 11px;
font-weight: bold;
color: #ff0000;
}

input, textarea, select {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

input, textarea{
padding: 2px;
}

#formcreche{
margin: 10px 0 0 0;}

#formcreche input.children{
margin-left:10px;
}

#formcreche td.tright{
text-align:right;
}

#formcreche table td{
padding: 5px;
}
