/* GENERAL STYLES */
/* ========================================================
	CSS STYLES FOR BOULDER COMMUNITY HOSPITAL
   ======================================================== */   

/* THESE CONTROL THE SIZE AND POSITION OF EACH OF THE SUBNAVIGATION MENUS */
/* The background-image spacer.gif elements solve menu problems in PC IE */

#subPatients {
	background-image: url(/images/navV3/spacer.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	text-align: left;
	position: absolute;
	width: 160px;
	left: 44px;
	top: 126px;
}

#subQuality {
	background-image: url(/images/navV3/spacer.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	text-align: left;
	position: absolute;
	width: 190px;
	left: 196px;
	top: 126px;
}

#subMedical {
	background-image: url(/images/navV3/spacer.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	text-align: left;
	position: absolute;
	width: 180px;
	left: 390px;
	top: 126px;
}

#subPhysicians {
	background-image: url(/images/navV3/spacer.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	text-align: left;
	position: absolute;
	width: 160px;
	left: 530px;
	top: 126px;
}

#subClasses {
	background-image: url(/images/navV3/spacer.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	text-align: left;
	position: absolute;
	width: 160px;
	left: 624px;
	top: 126px;
}

/* THIS CONTROLS THE SIZE OF THE INDIVIDUAL SUBNAV BUTTONS */

.sub a:link, .sub a:active, .sub a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A1A29C;
	border-bottom-color: #3E3E3E;
}

.subT a:link, .subT a:active, .subT a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #3E3E3E;
}

.sub a:hover, .subT a:hover {
	font-weight: normal;
	color: #5584D7;
	text-decoration: none; 
}

/* Shopping Cart */
.shoppingCart
{
	position: relative;
	left: 375px;
	top: 40px;
	cursor: hand;
	cursor: pointer;
	z-index:99;
}

/* EDITOR PROPERTIES */
