@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body {
	background: #231F20;
}
img, object, embed, video {
	max-width: 100%;
}

a, a:visited {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;

}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
/*	background: #231F20;	*/
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding: 0 0 0 0;
	clear: none;
	float: none;
}

/********************
*	Header Section	*
*********************/
header {
	background: #231F20;
}
#ALD_Header {
	height: 112px;
	width: 100%;
}
#Nav {
	display: inline-block;
	height: 90px;
	float: right;
}
#TopMenu {
	display: inline-block;
	position: relative;
	top: 10px;
	width: 250px;
	float: right;
	margin: 0 0 0 0;
}
#TopMenu ul {
	margin: 0 0 0 0;
	text-align: right;
}
#TopMenu li {
	display: inline;
	margin: 0 10px 0 10px;
	padding: 2px 5px;
	background: #353535;
	border: 1px outset #646464;
	font-family: Avenir-Book;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 19px;
}
#MainMenu {
	display: inline-block;
	position: relative;
	top: 70px;
	float: right;
	right: -250px;
	margin: 0 0 0 0;
}
#MainMenu ul {
	margin: 0 0 0 0;
}
#MainMenu li {
	display: inline;
	margin: 0 10px 0 10px;
	font-family: BankGothic-Medium;
	font-size: 14px;
	font-variant: small-caps;
	color: #FCFCFC;
	line-height: 14px;
	text-shadow: 0px 6px 5px rgba(27,1,1,0.50);
}
#ALD_Header .TopBand {
	display: block;
	height: 90px;
	width: 100%;
	font-family: BankGothic-Medium;
	font-size: 14px;
	line-height: 14px;
	text-shadow: 0px 6px 5px rgba(27,1,1,0.50);
}
#ALD_Header .BottomBand {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 22px;
	background: #A29063;

	color: #FCFCFC;
	line-height: 14px;
}
#ALD_Header img {
	float: left;
	position: relative;
	top: -60px;
	left: 10px;
}

.Contents {
	width: 100%;
}
.ContentsNoSidebar {
	display: block;
	clear: both;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background: #FCFCFC;
	margin: 0 auto;
	width: 850px;
	padding: 0 20px;
}
.ContentsNoSidebar h1 {
	font-family: sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	color: #988344;
	line-height: 37px;
	font-variant: small-caps;
	letter-spacing: 2px;
}
.ContentsNoSidebar h2 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}
.ContentsNoSidebar hr {
	clear: both;
	margin: 0;
}
.WideFont {
	-webkit-transform:scale(1.2, 0.8);
	-moz-transform:scale(1.2, 0.8);
	-ms-transform:scale(1.2, 0.8);
	-o-transform:scale(1.2, 0.8);
	transform:scale(1.2,0.8);
	text-indent: 80px;
}
.LeftColumnContentBox {
	display: inline-block;
	width: 380px;
	float: left;
	vertical-align: top;
	margin-left: 10px;
}
.RightColumnContentBox {
	display: inline-block;
	float: right;
	width: 45%;
	vertical-align: top;
	margin-right: 10px;
}
.plaintextlight {
	color: #444;
	text-align: justify;
	font-style: normal;
	font-size: .9em;
}
.ContentBox {
	width: 100%;
	background: #FCFCFC;
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
}
.ContentBox h1 {
	font-family: BankGothic-Light;
	font-size: 20px;
	color: #4A4A4A;
	line-height: 21px;
	margin: 0 0 0 0;
}
.ContentBox hr {
	margin: 5px 0 5px 0;
}
.Center-iFrame {
	display: block;
	margin: 0 auto 0 auto;
}
.ListBox {
	width: 100%;
	margin: 0 0 10px 0;
}
.ListBox h1 {
	font-family: BankGothic-Light;
	font-size: 20px;
	color: #4A4A4A;
	line-height: 21px;
	margin: 0 0 0 0;
}
.ListBox ul {
	font-family: Verdana-Bold;
	font-size: 14px;
	color: #1E1E1E;
	line-height: 17px;
}
.ListBox li {
	font-family: Verdana-Bold;
	font-size: 14px;
	color: #1E1E1E;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #979797;
}
.ListBox li:last-child {
	border-bottom: none;
}
.MultiLineLI li {
	padding-left: 45px;
	text-indent: -30px;
	text-align: justify;
}

.LocationAddress {
	display: inline-block;
	vertical-align: top;
}

.MapBox {
	display: inline-block;
	float: right;
	width: auto;
	vertical-align: top;
	margin: 20px 10px 0 0;
}
#map-canvas {
	width: 400px;
	height: 400px;
	background-color: #CCC;
}
.SolidDot {
	list-style-type: disc;
}
.listIcon {
	width: 30px;
	display: inline-block;
	text-align: center;
}
.ListBox img {
	height: 20px;
	margin: 5px auto 5px auto;
}

.CopyWrite {
	font-size: small;
	color: #888;
	text-align: justify;
}
/****************************
*	Staff Tools Section		*
*****************************/
#ALD_Content {
	height: 300px;
}
#ALD_Secondary_Content {
	height: 300px;
}

/************************
*	Sidebar Section		*
*************************/
.sidebar {
	background: #FCFCFC;
	width: 100%;
	padding: 10px 10px 10px 10px;
}
.sidebar h1 {
	font-family: BankGothic-Light;
	font-size: 20px;
	color: #4A4A4A;
	line-height: 21px;
	margin: 0 0 0 0;
}
.sidebar ul {
	font-family: Verdana-Bold;
	font-size: 14px;
	color: #1E1E1E;
	line-height: 17px;
}
.sidebar li {
	margin: auto 0 auto 0;
	border-bottom: 1px solid #979797;
}
.sidebar img {
	height: 20px;
	margin: 5px auto 5px auto;
}
.sidebar li:last-child {
	border-bottom: none;
}

#ALD_Top_Sidebar {
	height: 100px;
	margin: 0 0 10px 0;
	clear: both;
}
#ALD_Middle_Sidebar {
	height: 100px;
	clear: both;
	margin: 0 0 10px 0;
}
#ALD_Bottom_Sidebar {
	height: 100px;
	clear: both;
	margin: 0 0 10px 0;
}


/************
* Footer 	*
*************/
footer {
	clear: both;
	background: #FCFCFC;
	width: 100%;
	height: auto;
	padding: 10px;
}
.NextLink {
	float: right;
}
.PrevLink {
	float: left;
}
.HorizontalMenu {
	text-align: center;
}
.HorizontalMenu li {
	display: inline;
	margin: 0 10px 0 10px;
	font-family: BankGothic-Medium;
	font-size: 14px;
	font-variant: small-caps;
	line-height: 14px;
	text-shadow: 0px 3px 4px rgba(27,1,1,0.50);
}
/************************
* Team Members	*
*************************/
.TeamMembers {
	background: #FCFCFC;
	width: 800px;
}
.TeamMembers h1 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.TeamMembers img {
	margin: 30px 10px 20px 0;
	float: left;
}
.TeamMembers p {
	margin: 5px 0 10px 0;
	font-size: 14px;
}
.TeamMembers hr {
	clear: both;
}
.TeamMembers li {
	font-size: 14px;
}
.TeamMemberPhoto {
	display: inline-block;
	vertical-align: top;
	width: 120px;
}
.TeamMemberInfo {
	display: inline-block;
	width: 650px;
}
/************************
* Directors Section	*
*************************/
#VacationRequestList th {
	font-size: 14px;
}
#VacationRequestList .TimeStamp { width: 160px; text-align: left; }
#VacationRequestList .Staff { width: 218px; text-align: left; }
#VacationRequestList .StartDate { width: 120px; text-align: center; }
#VacationRequestList .EndDate { width: 120px; text-align: center; }
#VacationRequestList .Approval { width: 130px; text-align: center; }
#VacationRequestList .Approval select {
	border-radius: 6px;
	background: #FFFFFF;
	border: 1px solid #979797;
	-moz-box-shadow:    inset 0px 1px 3px 0px rgba(0,0,0,0.50);
	box-shadow:         inset 0px 1px 3px 0px rgba(0,0,0,0.50);	
	width: 120px;
	height: 20px;
	text-align: center;
}

#VacationRequestListScroll {
	width: 100%;
	height: 253px;
	overflow-y: scroll;
}
#VacationRequestListScroll table {
	width: 100%;
	font-family: HelveticaNeue-Medium;
	font-size: 14px;
	color: #333333;

}

#VacationCalcList {
	width: 100%;
	height: 275px;
	border: thin solid #959595;
	margin: 0 0 10px 0;
}
#VacationCalcList .Staff { display: inline-block; width: 300px; }
#VacationCalcList .AccumulatedHours { display: inline-block; width: 225px; }
#VacationCalcList .HoursUsedtoDate { display: inline-block; width: 225px; }

#VacationCalcListScroll {
	width: 100%;
	height: 253px;
	overflow-y: scroll;
}
#VacationCalcListScroll table {
	width: 100%;
}


/************************
* Venders / Contacts	*
*************************/
#VendersContacts {
	display: inline-block;
	height: 600px;
}

/****************
* Analytics 	*
*****************/
#ReportTitle {
	display: inline-block;
	float: right;
}
#Analytics {
	display: inline-block;
	height: 775px;
	font-family: HelveticaNeue-Medium;
	font-size: 12px;
	color: #333333;
}

#Analytics label {
	display: inline-block;
	margin: 0 2px 0 4px;
	font-size: 10px;
}
#Analytics select {
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 10px;
}
#CustomDates input {
	width: 95px;
	font-size: 10px;
}

#AnalyticsOutput {
	display: block;
	width: auto;
	height: 700px;
	text-align: center;
	overflow-y: scroll;
}
#AnalyticsOutput table {
	margin: 0 auto 0 auto;
}
#AnalyticsOutput th {
	text-align: center;
	background-color: #BDB090;
	border: thin solid #8E7D54;
	padding: 2px 10px 2px 10px;
}
#AnalyticsOutput td {
	text-align: center;
	border: thin solid #8E7D54;
	padding: 2px 10px 2px 10px;
}
.blankRow {
	font-size: .5em;
}

/* Sidebar Items */

#AdminMenu {
	clear: both;
	margin: 0 0 10px 0;
}

#CorporateStats {
	font-family: HelveticaNeue-Medium;
}
#CorporateStats table {
	width: 100%;
	font-family: HelveticaNeue-Medium;
}
#CorporateStats th {
	text-align: left;
	background-color: #D7D7D7;
}
#CorporateStats td {
	font-size: .75em;
}

.LeftColumn {
	width: 175px;
}
.RightColumn {
	text-align: right;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}


}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding: 0 0 0 0;
	clear: none;
	float: none;
	margin-left: auto;
}

#ALD_Header {
}

.Contents {
	width: 100%;
}
.ContentsNoSidebar {
	width: 100%;
}
#ALD_Content {
width: 100%;
margin-left: 0;
}
#StaffToolItems {
width: 48.7179%;
margin-left: 0;
}
#PhoneExtensions {
margin-left: 2.5641%;
clear: none;
}
#ALD_Secondary_Content {
width: 100%;
margin-left: 0;
}
#Office {
width: 48.7179%;
margin-left: 0;
}
#Clinical {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}

/************************
*	Sidebar Section		*
*************************/
.sidebar {
	background: #FCFCFC;
	width: 33%;
	margin-left: 2.5641%;
	padding: 5px 5px 5px 5px;
}
#ALD_Sidebar {
	width: 100%;
	clear: none;
}
#PatientDocuments {
	clear: both;
	margin-left: 0;
}
#CheckLists {
	clear: none;
}
#ALD_Bottom_Sidebar {
	clear: none;
}
#CoordDocuments {
	clear: both;
	margin-left: 0;
}
#SterilizerSporeCheck {
	clear: both;
	margin-left: 0;
}
#InsuranceLinks {
	clear: both;
	margin-left: 0;
}

.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 90%;
	max-width: 850px;
	padding: 0 0 0 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#ALD_Header {
}

.Contents {
	width: 775px;
}
.ContentsNoSidebar {
	width: 850px;
}
/*
.ContentBox {
	width: 98%;
	margin: 0 0 10px 0;
}	*/
.ListBox {
	margin-left: 0;
	width: auto;
}

#PhoneExtensions {
	margin-left: 2.25%;
	clear: none;
}
#Office {
	width: 48.7179%;
}
#Clinical {
	width: 48.7179%;
	margin-left: 2.5%;
	clear: none;
}

/************************
*	Sidebar Section		*
*************************/
#ALD_Sidebar {
	float: right;
	width: 275px;
	margin: 0 0 0 10px;
	clear: none;
}

.sidebar {
	background: #FCFCFC;
	width: 255px;
	padding: 10px 10px 10px 10px;
	margin-left: 0;
}
footer {
	margin: 0 auto;
	width: 870px;
}
#PatientDocuments {
	clear: none;
}
#CheckLists {
	clear: both;
}
#ALD_Bottom_Sidebar {
	clear: both;
}
#CoordDocuments {
	clear: both;
}
#SterilizerSporeCheck {
	clear: both;
}
#InsuranceLinks {
	clear: both;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
@media print {
#ALD_Header {
	display: none !important;
}
.no-print, .no-print * {
	display: none;
}
}