/* CSS Document */

/* Don't think there was a precedent for a *{} rule before I shifted inline CSS into this
file. I think it was just to factor out the margin:0;padding:0; code out of all the divs I
added. Should be ok to replace * with div ! */
div {
	margin:0;
	padding:0;
}

body,html {text-align:center;height:100%;} 

#wrapper {
	position:relative;
	/*height:100%;*/
	min-height:100%;
	height:auto;
	width:944px;
	margin:0 auto;
}
/* for variable height borders = change wrapper div to have 
min-height:100% and height:auto;*/

#wrapper #hangright {
	position:absolute;
	top:0px;
	left:944px;
	/*height:882px;*/
	height:100%;
	width:24px;
	background: url(images/right.jpg); /* right.jpg = 24w x 61h */
}
#wrapper #hangright2 {
	position:absolute;
	top:112px;
	left:0px;
	height:240px;
	width:24px;
	background: url(images/right2.jpg); /* right2.jpg = 24w x 240h */
}
#wrapper #hangleft {
	position:absolute;
	top:0px;
	left:-24px;
	/*height:882px;*/
	height:100%;
	width:24px;
	background: url(images/left.jpg);background-repeat:repeat-y;;
}
 
#wrapper #hangleft2 {
	position:absolute;
	top:112px;
	left:0px;
	height:240px;
	width:24px;
	background: url(images/left2.jpg); 
}
#head1 {
	/*position:absolute;
	top:0px;
	left:0px;*/
	width: 944px;
	height:54px;
	background: url(images/head1.jpg); /* head1.jpg = 943x54 */
}
#b4flashcontent {
	/*position:absolute;
	top:54px;
	left:0px;*/
	width:1px;
	height:58px;
	background: url(images/CR_spacer.gif);
	/*background: url(images/head2.jpg);  head2.jpg=944x81 */
	/*background: red;*/
	float:left;
}
#flashcontent {
	/*position:absolute;
	top:54px;
	left:1px;*/
	width:943px;
	/*padding-left:1px;*/
	height: 58px;
	background: url(images/head2.jpg); /* head2.jpg=944x81 */
	float:right;
}
#flashcontent2 {
	/*position:absolute;
	top:112px;
	left:0px;*/
	width: 944px;
	height: 240px;
	background:url(images/head3.jpg);
	clear:both;	
}

#CR_maincontent {
	position:relative;
	/*top:352px;
	left:0px;*/
	width:944px;
	/*min-height:300px;*/
	height:auto;
	background:white;
	text-align:left;
	/*float:left;*/ /* floated element will expand to fit round its children!*/
}

#CR_rightcontent {
	position:relative;
	/*top:0px;*/
	/*left:225px;*/
	width:715px;
	/*height:530px;*/
	/*min-height:100px;*/
	background:white;
	text-align:left;
	float:right;
}

#CR_jigsaw {
	position:relative;
	top:1px;
	left:-2px;
	width:710px;
	height:164px; 
	background:#FFFFFF;
	background-position:centre;   	
	background-repeat:repeat-y; 
	background-image:url('images/intro.jpg');
}
#CR_maintext {
	position:absolute; 
	top:25px; 
	left:152px; 
	width:400px; 
	height:100px; 
	z-index:0;
	font-size: 10px; 
	font-face: verdana; 
	font-family: verdana, Helvetica, sans-serif;
	background-position:centre;   	 
	background-repeat:repeat-y;
	text-align:left;
}
#CR_workseeker_button {
	position:absolute; 
	top:33px; 
	left:572px; 
	width:100px; 
	height:60px;
} 
#CR_employer_button {
	position:absolute; 
	top:84px; 
	left:572px; 
	width:100px; 
	height:60px;
}

#CR_monitor {
	position:relative;
	top:22px;
	left:-10px;
	width:224px; 
	height:235px;
	float:left;
	background:white;
}
#CR_montop {
	position:absolute;
	background-image:url('images/montop.jpg');
	top:0px;
	left:10px;
	width:224px;
	height:11px;
}
#CR_monleft {
	position:absolute;
	background-image:url('images/monleft.jpg');
	top:11px;
	left:10px;
	width:13px;
	height:158px;
}
#CR_monmid {
	position:absolute;
	background-image:url('images/monmid.jpg');
	top:11px;
	left:23px;
	width:198px;
	height:158px;
}
#CR_monright {
	position:absolute;
	background-image:url('images/monright.jpg');
	top:11px;
	left:221px;
	width:13px;
	height:158px;
}
#CR_monbot {
		position:absolute;
		background-image:url('images/monbot.jpg');
		top:169px;
		left:10px;
		width:224px;
		height:70px;
}

#CR_adv_search {
	position:relative; 
	top:14px; 
	left:-14px; 
	width:468px; 
	height:247px; 
	text-align:right;
	background-image:url('images/searchback.jpg');
	/*background:blue;*/ /*only for debugging as obscured bg image*/
	float:right;
}
#CR_lblJobCategory {
	position:absolute;
    font-family:verdana;
	font-size:11px;
	color:#292929;
	font-weight:bold;
	top:30px;
	left:27px;
	width:105px;
	height:12px;
}
#CR_lblJobCategoryNotes {
	position:absolute;
    font-family:verdana; 
    font-size:9px; 
    color:#292929;
	top:45px;
	left:27px;
	width:105px;
	height:48px;
}
#CR_lblJobLocation {
	position:absolute;
	font-family:verdana; 
	font-size:11px; 
	color:#292929; 
	font-weight:bold;
	top:92px; 
	left:27px; 
	width:105px; 
	height:12px;
}
#CR_lblJobLocationNotes {
	position:absolute;
	font-family:verdana; 
	font-size:9px; 
	color:#292929;
	top:107px;
	left:27px;
	width:105px;
	height:48px;
}
#CR_selectRole {
    position:absolute;
	top:30px;
	left:140px;
	text-align:left;
}
#CR_selectLocation {
	position:absolute; 
	top:95px; 
	left:140px; 
	text-align:left;
}
#CR_lblKeyword {
	position:absolute; 
	top:155px; 
	left:27px; 
	width:105px; 
	height:20px;
    font-family:verdana; 
	font-size:11px; 
	color:#292929; 
	font-weight:bold;
}
#CR_inputKeywords {
    position:absolute; 
	top:155px; 
	left:140px; 
	text-align:left;
}
#CR_ResetSubmit {
    position:absolute;
	top:185px;
	left:80px;
	width:150px;
	height:20px;
}
#CR_AdvancedSearchLink {
	position:absolute; 
	top:220px; 
	left:300px; 
	width:150px; 
	height:34px;
}

.CR_clear {
	clear:both;
	/* height:1px; */
	overflow:hidden;
}

#CR_leftnav {
	position:relative;
	top:0px;
	left:1px;
	width:225px;
	height:457px;
	/*background:red;*/
	background-image:url('images/leftback.gif'); 		/* leftback.gif = w225 x h5000 */
/*	layer-background-image:url('images/leftback.jpg');*/ /* leftback.jpg doesn't exist */
	float:left;    
}

#CR_loginbox {
	position:relative;
	top:1px;
	left:9px;
	width:203px;
	height:200px;
	z-index:1;
	background-image:url('images/loginback.jpg');
	layer-background-image:url('images/loginback.jpg.jpg');
	background-repeat:no-repeat;
} 
#CR_new_registration {
	position:absolute; 
	top:39px;
	left:9px;
	width:120px;
	height:80px;
	font-color:#666666; 
	font-face:verdana; 
	font-size:9pt;
	text-align:center;
}
#CR_password {
	position:absolute;
	top:70px;
	left:10px;
	width:180px;
	height:80px;
	font-family:verdana;
	font-size:0.6em;
	color:#7c7c7c;
	text-align:left;
}
#CR_login_forgotpwd {
	position:absolute; 
	top:155px;
	left:12px;
	width:170px;
	height:40px;
}
#CR_loggedin_options {
	position:absolute; 
	top:39px;
	left:9px;
	width:200px;
	height:80px;
	font-color:#666666; 
	font-face:verdana; 
	font-size:9pt;
	text-align:left;
}
#flashcontent3 {
	position:relative;
	top:15px;
	left:9px;
	width:203px;
	height:242px; 
} 


#foot1 {
	/*position:absolute;
	top:810px;
	left:0px;*/
	width:944px;
	height:26px;
	line-height:26px;
	text-align:center;
	background-image:url('images/footbar.jpg');
}
#foot2 {
	/*position:absolute;
	top:836px;
	left:0px;*/
	width:944px;
	height:46px;
	background-image:url('images/foot.jpg');
}

.CR_scroll_job {
	padding: 0 10px 0 0;
}

.CR_scroll_job span {
	color: £000000;
	font-family: Verdana;
	font-size: 9px;
	margin-right: 50px;
}
