/* Sarah Mains Recruitment Home */
html{
	margin-bottom: 1px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	color: #666666;
}

#container {
	width: 910px;
	margin: 0 auto;
	background-color: #ffffff;
	min-height: 100%;
	/*margin-bottom: -65px;*/
}

#header {
	height: 150px;
	margin-left: 24px;
	padding: 0;
	background: url(../images/subp_header_bg.png) no-repeat;
	margin-bottom: 20px;
}

#container #steps {
	position: relative;
	top: 120px;
	left: 250px;
	text-indent: -999999px;
	background: url(../images/step1.png) no-repeat;
	width: 573px;
	height: 15px;
}
#container #steps2 {
	position: relative;
	top: 120px;
	left: 250px;
	text-indent: -999999px;
	background: url(../images/step2.png) no-repeat;
	width: 573px;
	height: 15px;
}
#container #steps3 {
	position: relative;
	top: 120px;
	left: 250px;
	text-indent: -999999px;
	background: url(../images/step3.png) no-repeat;
	width: 573px;
	height: 15px;
}

h2 {
color: #1A1818;
}

strong {
	color: #1A1818;
}

#topnav {
	font-size: 11px;
	float:right;
	margin-right: 24px;
	margin-top: 65px;
}

#topnav #ul_menu {
	margin-left: -40px;
}

#topnav #ul_menu li {
	float: left;
	list-style-type: none;
}

a {
	color: #333333;
	text-decoration: none;
}	

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

#left{
	position:relative;
	width:154px;
	float:left;
	margin-left: 24px;
	margin-right: 70px;
}

#left #ul_sidemenu {
	margin-left: -40px;
}

#left #ul_sidemenu li{
	list-style-type: none;
	background: url(../images/subp_leftmenu_bg.png) bottom left no-repeat;
	height: 20px;
	margin-bottom:10px;
}

#right {
	width: 614px;
	position:relative;
	float:left;
	padding-left: 24px;
	margin-right: 24px;
	background: url(../images/subp_innerbody_bg.png) top left no-repeat;
}

h2#h_LeftHeader {
	text-indent: -999999px;
	width: 154px;
	height: 32px;
	background-image: url(../images/job_desc.png);
}

.clearfooter {
	clear: both;
}

#footer {
	margin-top: 30px;
	width: 100%;
}

#footercontainer {
	padding-top: 130px;
	margin-left: 24px;
	margin-right: 24px;
	height: 181px;
	background: url(../images/subp_footer_bg.png) top left no-repeat;
}

#footer #ul_footermenu {
	margin-left: -40px;
}

#footer #ul_footermenu li {
	float: left;
	list-style-type: none;
}
