
body {
	margin: 0px;
	background-image: url(/images/pagebg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
body.Home{background: #000;}
.clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.bg {
	background: url(/images/topbg.gif) repeat-x top left;
}
.loginbg {
	background: url(/images/login-topbg.gif) repeat-x top left;
}
.page {
	width: 840px;
	margin: 0 0;
}

.home_page {
	width: 840px;
	margin: 0 auto;
}

.header {
	width: 840px;
	height: 90px;
}

.content {
	width: 840px;
}

.home_content {
	margin: 0 auto;
	width:840px;


}

.homeflash{
	
	height:130px;
	width: 840px;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	margin:0;
	padding:0;
}

.headerimage{
	width: 150px;
	float: left;
}

.nav_column {
	width: 150px;
	float: left;
	padding-top:20px;
}

.content_column {
	width: 537px;
	float: left;
	padding-top:5px;
}

.main_content_wrapper {
	padding-top: 5px;
	padding-left:20px;
}

.main_content {
	width: 517px;
}

.home_main_content {
	padding-top: 10px;
	padding-bottom:10px;
}

.home_buttons{
	height:320px;
	width:740px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
}

.random_image {
	display: block;
	width: 740px;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: Transparent;
}

.home_buttons_link1 {
	display: block;
	width: 370px;
	height: 313px;
	position: relative;
	top: -313px;
	left: 0;
	z-index: 1000;
}

.home_buttons_link2 {
	display: block;
	width: 370px;
	height: 313px;
	position: relative;
	top: -626px;
	left: 370px;
	z-index: 1001;
}


.footer {
	padding-left: 320px; /* 150+150+20 */
	font-size: 9px;
}

.print_email {
	padding-top: 30px;
}

.copyright_tagline_home {
	padding-top: 10px;
	clear: both;
	text-align: center;
	width: 840px;
	color: #BFBFBF;
	font-size: 9px;
	padding-left:20px;
	border-top: 1px solid #666666;
}

.copyright_tagline {
	padding-top: 50px;
	clear: both;
	text-align: left;
	color: #7F7F7F;
	font-size: 9px;
}

.tagline {
	font-size: 9px;
	color: #7F7F7F;
}
a.permanentpositions:link,  a.permanentpositions:active, a.permanentpositions:visited { 
display: block;
    width: 200px;
    height: 30px;
    background: transparent url(/images/button-permanent-1.jpg) no-repeat top left;
	 text-decoration:none;
} 
a.permanentpositions:hover {
   	 text-decoration:none;
	 background: transparent url(/images/button-permanent-2.jpg) no-repeat top left;} 

a.locums:link,  a.locums:active, a.locums:visited { 
display: block;
    width: 200px;
    height: 30px;
    background: transparent url(/images/button-locums-1.jpg) no-repeat top left;
	 text-decoration:none;
} 
a.locums:hover {
   	 text-decoration:none;
	 background: transparent url(/images/button-locums-2.jpg) no-repeat top left;} 
