/* 
Master Style Sheet
*/

.dummy {font-weight: bold;}

body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #e7debf;
	font: normal normal normal 10pt arial;
	color: #5F541F;
}
.healthcareIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #5F541F;
	margin: 5px 0px 5px 5px;
	position: relative;
	font-weight: normal;
	text-transform: none;
}

p {
	margin: 0px 0px 1em 0px;
	text-transform: none !important;
}

a:link {text-decoration: none; color: #a64d1e; font-weight: normal;}
a:visited {text-decoration: none; color: #a64d1e; font-weight: normal;}
a:active {color: #5f541f;}
a:hover {color: #5f541f;}

#freddie-mckenna {
	position: relative; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
	width: 580px; 
	z-index:10; 
	border: 0px solid;
}

.header {
	margin-top: 30px;
}

.menu {
	width: 580px;
	padding-left: 10px;
}

.subheader {
	font-size: 11px;
	position: relative;
	color: #5f541f;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px 0px 5px 15px;
}

.submenu {
	position: absolute;
	top: 0px;
	left: 100px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	width: 168px;
}

.submenu .selected:link, .submenu .selected:visited {
	color: #5f541f;
	text-decoration: underline;
}

.homecontent {
	position: relative;
	background: url('images/home-menu.jpg') no-repeat;
	width: 580px;
	height: 580px;
	padding-bottom: 20px;
	border-bottom: 1px solid #5f541f;
}

.homecontent .menu1 {
	position: absolute;
	top: 0px;
	left: 0px;
}

.homecontent .menu2 {
	position: absolute;
	top: 0px;
	left: 291px;
}

.homecontent .menu3 {
	position: absolute;
	top: 291px;
	left: 0px;
}

.homecontent .menu4 {
	position: absolute;
	top: 291px;
	left: 291px;
}

.content {
	text-transform: none;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	color: #5f541f;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #5f541f;
	border-bottom: 1px solid #5f541f;
	padding: 10px 0px 20px 5px;
}

.content .options {
	float: left;
	width: 70px;
	text-transform: none !important;
	font-size: .8em;
}

.content .options .item {
	padding-left: 10px;
	padding-bottom: 10px;
}

.content .options .item-selected {
	background: url('images/item-selected.gif') no-repeat;
}

.content .suboptions {
	float: left;
	width: 110px;
	text-transform: none !important;
	font-size: .8em;
}

.content .suboptions .item {
	padding-left: 10px;
	padding-bottom: 10px;
}

.content .suboptions .item-selected {
	background: url('images/item-selected.gif') no-repeat;
}


.active a:link, .active a:visited {
	color: #5f541f;
}

.content .clients {
	padding-left: 20px;
	padding-bottom: 10px;
	text-transform: none !important;
}

.content .clients-header {
	background: url('images/client-header.gif') no-repeat;
	font-weight: bold;
}

.content .copy {
	float: right;
	width: 470px;
	font-weight: normal;
}

.content .copyhcare {
	float: left;
	width: 470;
	font-weight: normal;
	text-transform: none;
}
.content .copyheader {
	font-weight: bold;
	margin-bottom: 10px;
}

.content .key {
	float: right;
	width: 170px;
	padding: 10px;
	border: 1px solid #5f541f;
	text-transform: none !important;
}

.content .key-header {
	font-weight: bold;
}

.content .contentmenu {
	float: right;
	width: 110px;
}

.content .mainselection {
	position: relative;
	float: left;
}

.mainselection .popup {
	position: absolute;
	top: -30px;
	left: -230px;
	width: 832px;
	height: 744px;
	background: url('images/popup.gif') no-repeat;
	display: none;
}

.popup .display {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 832px;
	height: 707px;
	text-align: center;
	overflow: auto
}

.content .mainselection-center {
	width: 470px;
	text-align: center;
}

.selection {
	text-align: center;
	background-color: #564b1c;
	padding: 1px;
}

.btt {
	padding-left: 15px;
	background: url('images/top-arrow.gif') no-repeat;
	font-size: .8em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.content .key-hilite {
	color: #b3460f;
	font-weight: bold;
}

.footer {
	text-align: center;
	padding: 15px 0px 30px 0px;
}

.homelink {
	font-size: 11px;
	position: relative;
	margin: 5px 10px 5px 0px;
}
