@charset "utf-8";
/* CSS Document */
body { 
	min-height: 100%;
	min-width: 900px;
	padding: 0px; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	margin: 0px; 
	min-width: 900px; 
	min-height: 100%; 
	background-color: #FFF;
	color: #848484;
}
#sepBar {
	background-color: #a5d5fe;
	width: 100%;
	height: 67px;
	position: absolute;
	top: 176px;
	/* border: 1px solid #000; */
	border-top: 1px solid #dbeeff;
	border-bottom: 1px solid #dbeeff; /*#9baebf;*/
	z-index: -20;
}
#primaryImage {
	position: absolute;
	right: 0px;
	z-index: -15;
}
#logo {
	position: absolute;
	top: 6px;
/*	left: 200px;*/
	left: 10%;
	z-index: -10;
}
#menu {
	position: absolute;
	z-index: 10;
	left: 40px;
	top: 190px;
}
.menuItem {
	background-image: url(images/signature_nursing_menu_button.png);
	background-position: center center;
	background-repeat: no-repeat;
	min-height:34px;
	width: 147px;
	padding-top: 10px;
	padding-right: 16px;
	margin-bottom: 12px;
	text-align: right;
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
}
div.menuItem a { color: #666; text-decoration: none; }
div.menuItem a:active { color: #666; text-decoration: none; }
div.menuItem a:visited { color: #666; text-decoration: none; }
div.menuItem a:hover { color: #900; text-decoration: none; }

div.contact a { color: #999; text-decoration: none; }
div.contact a:active { color: #999; text-decoration: none; }
div.contact a:visited { color: #999; text-decoration: none; }
div.contact a:hover { color: #999; text-decoration: none; }
#content {
	position: absolute;
	font-size: 1.4em;
	left: 240px;
	top: 270px;
	padding-right: 20px;
}
#griffinconcepts {
	width: 95%; 
	text-align: right; 
	margin-top: 150px;
	font-size: .8em;
	min-width: 95%;
}
#alwaysOnCall {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: 100;
	font-size: 1.1em;
}
#phoneTagLine {
	position: absolute;
	left: 40px;
	top: 500px;
	font-size: 1.6em;
	color: #000;
	font-weight: bold;
}

div#griffinconcepts a {text-decoration: none; color:#CCC;}
div#griffinconcepts a:hover {text-decoration: none; color: #333;}
div#griffinconcepts a:visited {text-decoration: none;}
div#griffinconcepts a:active {text-decoration: none;}