/* Client: Health Care Staffing | Website: healthcare-staffing.com */
/* Coded by Devon Ackerman of AEI Web Design | aeiwebdesign.com | 07/02/07 */

/* universal */
body {
	background-image: url(../_imagez/hcs_bgrd_rptr.jpg);
	background-color: #006699;
	margin: 0;
	padding: 0;
}

/* makes all images not require border=0  */
img {
	border: none;
}

/* menu system */
/* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* a:active MUST come after a:hover in the CSS definition in order to be effective!! */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #336600;
	line-height: 18px;
	padding: 10px 0 0 8px;
}

.menu_hdr {
	padding: 0 0 0 2px;
	font-weight: 400;
}

.menu_sub {
	padding: 0 0 10px 22px;
}

a:link {
	color: #0061A0;
	text-decoration: underline;
}

a:visited {
	color: #0061A0;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

a:active {
	color: #003366;
	text-decoration: underline;
}

/* header */
.hdr_rptr {
	background-image: url(../_imagez/hcs_hdr_rptr.jpg); 
	background-repeat: repeat-x;
}

/* body txt */
.txt_hdr_bg {
	background-image: url(../_imagez/hcs_txt_top.jpg); 
	background-repeat: no-repeat;
}

.txt_hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000066;
	line-height: 16px;
	padding: 20px 0 2px 30px;
}

.txt_mid_rptr {
	background-image: url(../_imagez/hcs_txt_mid.jpg); 
	background-repeat: repeat-y;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000066;
	line-height: 18px;
	padding: 12px 30px 0 30px;
	border: 1px;
}

.txt_ftr_bg {
	background-image: url(../_imagez/hcs_txt_bot.jpg); 
	background-repeat: no-repeat;
}

/* footer */
.txt_ftr_ctr {
	background-image: url(../_imagez/hcs_ftr_rptr.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #666666;
	line-height: 10px;
}

div.box {
	width: 215px;
	background-repeat: repeat-y;
	background-position: top;
	background-color: #D2DAE2;
	margin-left: 5px;
	margin-top: 5px;
	float: right;
	padding: 5px;
	border-top-color: #000000;
	border-top-style: solid;
	border-left-color: #000000;
	border-left-style: solid;
	border-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	}
