@charset "utf-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/foral%20tile%20v2.png);
	background-repeat: repeat;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#container  {
	width: 648px;
	text-align: left;
	position: relative;
	font-size: 0.75em;
	background-color: #FFF;
	padding: 10px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#logo  {
	position: absolute;
	left: -150px;
	top: -17px;
	z-index: 1000;
}






#header  {
	position: relative;
	width: 648px;
} 

#content  {
	background-color: #FFF;
	width: 560px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 63px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 1.5em;
}

#menu {
	float: left;
	height: 20px;
	position: relative;
	width: 648px;
	top: -35px;
	font-weight: 500;
	background-image: url(images/menubg.png);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	z-index: 500;
}
#dates {
	height: 50px;
	width: 648px;
	background-image: url(images/Nurses--layout-general-V2_02.jpg);
	background-repeat: no-repeat;
}



#menu ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

#menu li {
	float:left
}

#menu li a:link, #menu li a:visited {
	color: #dcdcd1;
	display:block;
	text-decoration:none;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: bold;
	}
	
#menu li a:hover{
	background-color:#000;
}

a img { border:0 }
img { border:0 }


#footer {
	background-color: #dcdcd1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.redtext {
	color: #920000;
	font-size: 1.4em;
	font-weight: bold;
}
.scripttext {
	margin-left: -20px;
}

.bodytext {
	font-size: 1em;
	line-height: 1.2em;
	color: #666;
	letter-spacing: 0.1em;
}

#interest {
	position: absolute;
	left: 605px;
	top: 265px;
	z-index: 1000;
}
#flights {
	position: absolute;
	left: 605px;
	top: 388px;
	z-index: 1000;
}


#confirm {
	position: absolute;
	left: 605px;
	top: 510px;
	z-index: 500;
}
#pending {
	position: absolute;
	left: 600px;
	top: 550px;
	z-index: 1000;
}


.link a:link, .link a:visited {
	color: #666;
	text-decoration:none;
	font-size: 1.2em;
	}
	
	
.link a:hover{color:#b30101;}

