html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #f0f0f0;
}


/*-------------------------------- logo and strap line ---------------------------------*/



#header {
	float: left;
	width: 100%;
	min-height: 100%;
	border: 0px solid red;
}

#center {
	width: 750px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
}

#header_content {
	width: 750px;
	height: 97px;
	margin: 0 auto;
	border: 0px solid red;
	background-image: url(../images/top_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#logo {
	float: left;
	height: 63px;
	border: 0px solid red;
	padding: 0px 0px 0px 0px;
}

#top_menu {
	text-align: right;
	float: right;
	width: 300px;
	padding: 5px 15px 5px 0px;
}


#tel_number {
	text-align: right;
	float: right;
	width: 350px;
	padding: 21px 0px 0px 0px;
}

#frame {
	width: 750px;
	min-height: 100%;
	height: 31px;
	margin: 0 auto;
	background-image: url(../images/logo_bot.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menuframe {
	width: 750px;
	min-height: 100%;
	height: 65px;
	margin: 0 auto;
	background-image: url(../images/menu_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu {
	width: 750px;
	float: left;
	margin: 0 auto;
	text-align: left;
	border: 0px solid red;
	padding: 7px 0px 0px 0px;
}


#search_box {
	text-align: right;
	float: right;
	width: 250px;
	padding: 5px 15px 0px 0px;
}

#homeflash {
	float: left;
	width: 750px;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	height: auto;
	border: 0px solid red;
	display:table-cell;
}

#homepic {
	float: left;
	width: 750px;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	height: auto;
	border: 0px solid red;
	display:table-cell;
}


/*-------------------------------- body ---------------------------------*/



#navigation {
	float: left;
	text-align:left;
	margin: 0 auto;
	border: 0px solid red;
}

#nav_pad {
	padding: 15px 0px 0px 20px;
}

#q_search {
	float: right;
	text-align:right;
	border: 0px solid red;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#q_search_pad {
	padding: 7px 20px 0px 20px;
}
/*-------------------------------- columns ---------------------------------*/

#column1 {
	margin: 0 auto;
	float: left;
	text-align:left;
	height: auto;
	width: 250px;
}
#columnfull {
	margin: 0 auto;
	width:750px;
	text-align:left;
	float: left;
}

#column2 {
	margin: 0 auto;
	width:495px;
	text-align:left;
	float: left;
}

#sub_bg {
	width: 100%;
	height: auto;
	background-image: url(../images/select_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#section_bottom {
	width: 250px;
	height: auto;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/section_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#section_top {
	width: 250px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	background-image: url(../images/section_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.title_pad {
	padding: 10px 0px 30px 20px;
}

.latest_job_pad {
	margin: 10px 0px 0px 0px;
}

.text_pad {
	padding: 10px 20px 20px 20px;
}

.subpage_text_pad {
	text-align: left;
	padding: 20px 15px 25px 25px;
}


#job_builder_frame {
	float: left;
	width: 750px;
	height: 233px;
	border: 0px solid red;
	background-image: url(../images/job_builder_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/*-------------------------------- footer ---------------------------------*/

#footer_frame {
	float:left;
	width: 750px;
	height: 88px;
	border: 0px solid red;
	background-image: url(../images/footer_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#footer_text_left {
	float:left;
	text-align:left;
	border: 0px solid red;
	height: auto;
	padding: 48px 0px 0px 25px;
}

#footer_text_right {
	float:right;
	text-align:right;
	border: 0px solid red;
	height: auto;
	padding: 48px 25px 0px 0px;
}

#design_text {
	float: left;
	width: 750px;
	text-align:left;
	border: 0px solid red;
	height: 67px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/footer_bot_bg.jpg);
	background-position: top;
	background-repeat: repeat;
}

#design_text_pad {
	float: left;
	text-align:left;
	border: 0px solid red;
	padding: 5px 0px 0px 25px;
}

#PrintFooter {
	display: none;
}