﻿body
{
	font-family: Arial, "Trebuchet MS" , Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.825em;
	color: #6B6B6B;
	background-color: #F3F3F3;
	padding-top: 0;
	margin-top: 0;
	background: #F3F3F3 url(Images/GreenBackground.gif) repeat-x top center;
}

.wrapper
{
	width: 900px;
	background-color: Transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	display: block;
	height: 1%;
	padding: 0;
}
#MidShadow
{
	height: 66px;
	width: 900px;
}
#left
{
	width: 25px;
	float: left;
}
#right
{
}

/* Content */
#Content
{
	width: 900px;
	min-height: 600px;
	background: transparent url(Images/Content.gif) repeat-y top center;
	padding-top:25px;
}
#Content2
{
	width: 900px;
	background: transparent url(Images/Content2.jpg) repeat-y top center;
	min-height: 600px;
}
#FooterContent
{
	width: 900px;
	background: transparent url(Images/Content.gif) repeat-y top center;
}
#colOne
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	min-height: 500px;
}
#colTwo
{
	width: 490px;
	float: left;
	padding-right: 30px;
	padding-left: 25px;
	min-height: 500px;
	margin-left:25px;
}
#colThree
{
	width: 220px;
	float: right;
	margin-right:25px;
	padding-left: 30px;
	padding-right: 25px;
	margin-bottom: 25px;
	background: transparent url(Images/divider.gif) repeat-y left;
}
/* Tags */
a
{
	color: #9BC455;
	text-decoration: none;
}

a:hover
{
	color: black;
	text-decoration: underline;
}

img
{
	border: none;
}

.button
{
	height: 22px;
	background-color: white;
	font-size: 0.75em;
	border: solid 1px gray;
	border: 1px solid;
	cursor: pointer;
}
.button:hover
{
}

div.footerHr
{
	display: none;
	background: transparent url(../../Images/hr.gif) repeat-x left;
	clear: both;
	height: 10px;
	margin-top: 40px;
}

div.footerHr hr
{
	display: none;
}


/*----- header css -----*/
.topNav
{
	display: block;
	height: 33px;
	margin-left: 60px;
}

.header
{
	width: 900px;
	height: 269px;
	display: block;
	background: transparent url(Images/header.jpg) bottom no-repeat;
}

.careNeedsHeader
{
	width: 900px;
	height: 269px;
	display: block;
	background: transparent url(Images/careNeedsHeader.jpg) bottom no-repeat;
}

.contactUsHeader
{
	width: 900px;
	height: 269px;
	display: block;
	background: transparent url(Images/contactUsHeader.jpg) bottom no-repeat;
}

.faqHeader
{
	width: 900px;
	height: 269px;
	display: block;
	background: transparent url(Images/faqHeader.jpg) bottom no-repeat;
}

.homeCareHeader
{
	width: 900px;
	height: 269px;
	display: block;
	background: transparent url(Images/homeCareHeader.jpg) bottom no-repeat;
}

.nursingHomesHeader
{
	width: 900px;
	height: 269px;
	display: block;
	background: transparent url(Images/nursingHomesHeader.jpg) bottom no-repeat;
}

.ourStaffHeader
{
	width: 900px;
	height: 269px;
	display: block;
	background: transparent url(Images/ourStaffHeader.jpg) bottom no-repeat;
}

.testimonialsHeader
{
	width: 900px;
	height: 269px;
	display: block;
	background: transparent url(Images/testimonialsHeader.jpg) bottom no-repeat;
}

.trainingHeader
{
	width: 900px;
	height: 269px;
	display: block;
	background: transparent url(Images/trainingHeader.jpg) bottom no-repeat;
}

.headerlogo
{
	float: left;
	padding: 25px 0 0 60px;
	height: 200px;
	width: 300px;
}

/*----- search -----*/

.search
{
	width: 255px;
	float: right;
	margin-right: 20px;
	margin-top: 25px;
}
.searchBox
{
	padding-right: 10px;
	background-color: white;
	border: 1px solid;
	height: 17px;
	border-top-color: white;
	border-left-color: white;
	border-right-color: white;
	border-bottom-color: white;
}
.searchResults
{
	width: 100%;
}
.searchRow
{
	width: 100%;
	padding-bottom: 20px;
}
.searchLink
{
	font-style: italic;
	font-size: 0.75em;
}
.button
{
	margin-left: 10px;
	height: 22px;
	background-color: white;
	font-size: 0.75em;
	border: 1px solid;
	border-top-color: white;
	border-left-color: white;
	border-right-color: white;
	border-bottom-color: white;
	cursor: pointer;
}
.button:hover
{
	margin-left: 10px;
	background-color: #B63B3B;
	border-top-color: #B63B3B;
	border-left-color: #B63B3B;
	border-right-color: #B63B3B;
	border-bottom-color: #B63B3B;
	font-size: 0.75em;
	color: White;
}

/*----- float css -----*/
.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.clearboth
{
	clear: both;
	height: 0;
}
.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}


/*----- list css -----*/
ul
{
	list-style-image: url(../../images/bullet.gif);
	padding-left: 20px;
	padding-top: 0;
	margin-top: 0;
}

ol
{
}

li
{
	padding: 0;
	margin: 0;
	line-height: 1.25em;
	font-size: 0.75em;
}
li a:link
{
	color: #333;
}
li a:visited
{
	color: #333;
}
li a:hover
{
	color: #333;
}
li a:active
{
	color: #333;
}


/*----- heading css -----*/
h1
{
	font-size: 1.125em;
	line-height: 1.5em;
	color: #9BC455;
	font-weight:bold;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 5px;
	margin-top: 0;
}

h2
{
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #CB4697;
	padding: 0;
	margin: 0;
}

h3
{
	font-size: 0.875em;
	line-height:1.5em;
	color: #CB4697;
	padding: 0;
	margin: 0;
}

h4
{
	font-size: 0.75em;
	line-height: 1.25em;
	color: black;
}
	
h5
{
	font-size: 0.75em;
	color: black;
	padding: 0;
	margin: 0;
}


/*----- paragragh css -----*/
p
{
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 5px 0 15px 0;
	margin: 0;
}
p a:link
{
	color: blue;
}
p a:visited
{
	color: blue;
}
p a:hover
{
	color: blue;
}
p a:active
{
	color: blue;
}




/*----- navigation css -----*/
.nav
{
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}
.navigationlink
{
	text-decoration: none;
}
.navigationlink a:link
{
	color: #333;
}
.navigationlink a:visited
{
	color: #ccc;
}
.navigationlink a:hover
{
	color: #333;
}
.navigationlink a:active
{
	color: #333;
}
.navigationlinkselected
{
	color: #000;
}



/* Footer */

.footer
{
	width: 850px;
	height: 40px;
	margin-left: 25px;
	clear: both;
	display: block;
	background: #9BC455 url(Images/footerBgd.gif) bottom no-repeat;
	color: #ffffff;
}
.loginfooter
{
	font-size: 0.75em;
	line-height: 2.0em;
	text-decoration: none;
	width: 500px;
	display: none;
}
.loginfooter a
{
	display: block;
	padding-left: 0;
	color: #666666;
}
.footerleft
{
	font-size: 0.75em;
	line-height: 2.0em;
	display: block;
	text-decoration: none;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

.footerright
{
	font-size: 0.75em;
	display: block;
	text-decoration: none;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	float: right;
	color: #A5A5A5;
}

.footer a
{
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover
{
	text-decoration: underline;
}


/*----- validation links css -----*/
#validation
{
	list-style: none;
	text-decoration: none;
	float: right;
	clear: right;
	margin-top: 6px;
	font-size: 100%;
}

#validation li
{
	list-style: none;
	text-decoration: none;
	float: right;
}

#validation a
{
	display: block;
	width: 80px;
	height: 15px;
	margin-left: 10px;
	text-decoration: none;
}

#validation #c2klink
{
	text-decoration: none;
	text-align: right;
	color: #666666;
	font-size: 10px;
	width: 130px;
	margin-right: 14px;
	float: right;
	clear: both;
}

#validation #c2klink:link
{
	color: #D3E9F5;
}
#validation #c2klink:visited
{
	color: #D3E9F5;
}
#validation #c2klink:hover
{
	color: #fff;
}
#validation #c2klink:active
{
	color: #D3E9F5;
}

/*----- log out css -----*/
.logout
{
	font-size: 0.625em;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	width: 200px;
	clear: both;
}
.logout:link
{
	color: #aaaaaa;
}
.logout:visited
{
	color: #aaaaaa;
}
.logout:hover
{
	color: #666666;
}
.logout:active
{
	color: #aaaaaa;
}

.loginpanel
{
	border: solid 1px silver;
	width: 330px;
	font-size: 1.0625em;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.loginsmtxt
{
	font-size: 0.75em;
}
.forgottenmtxt
{
	font-size: 0.9375em;
	padding-left: 50px;
}


/*----- Privacy & Terms -----*/
.LegalText
{
}

/*----- Language Selection -----*/
.flagLanguageSelection
{
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}

.flagLanguageSelection .lngLegendFlags
{
	display: none;
	text-align: right;
}

.flagLanguageSelection .languageFlags
{
	display: inline;
	margin: 0;
}

.flagLanguageSelection .languageFlags li
{
	list-style-type: none;
	text-decoration: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.homeContent
{
	background-color: #3B2829;
	width: 900px;
	display: block;
}

.roomsContent
{
	background-color: #2F0908;
	width: 900px;
	display: block;
}

.contentImage
{
	float: left;
	display: block;
}

.contentTitle
{
	float: left;
	display: block;
	margin: 25px 0 0 25px;
}

.contentPanel
{
	float: left;
	display: block;
	margin: 25px;
	color: #fff;
	width: 400px;
}

#FileManager
{
	overflow: auto;
	display: block;
	width: 800px;
	height: 200px;
	border: solid 1px #cccccc;
	margin-bottom: 20px;
	margin-top: 10px;
}

#FileManager table
{
	display: block;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#CareLink
{
	display:block;
	float: left;
	height: 33px;
	width: 86px;
	background: url("images/btnGreen.gif" ) 0 0 no-repeat;
	background-position: 0 -33px;
}

#TrainingLink
{
	display:block;
	float: left;
	height: 33px;
	width: 126px;
	background: url("images/btnPurple.gif" ) 0 0 no-repeat;
}


#TrainingLink:hover
{
	background-position: 0 -33px;
}

#footerCareLink
{
	display:block;
	float: left;
	height: 28px;
	width: 101px;
	background: url("images/footerCareLink.gif" ) 0 0 no-repeat;
}


#footerCareLink:hover
{
}

#footerTrainingLink
{
	display:block;
	float: left;
	height: 28px;
	width: 120px;
	background: url("images/footerTrainingLink.gif" ) 0 0 no-repeat;
}


#footerTrainingLink:hover
{
}

.breadCrumbTrail
{
  font-size: 0.875em;
  padding-bottom: 10px;
  display: block;
}

.breadCrumbTrail > a:first-child + span + span
{
  display: none;
}

.panel
{
	background: #ffffff url(../../images/panelBgd.jpg) no-repeat top left;
	width: 205px;
	height: 165px;
	padding: 5px 10px 0 10px;
	margin-bottom: 20px;
	position: relative;
}

.panel h2
{
	color: #ffffff;
	margin-bottom:20px;
	margin-left:10px;
}

.panel a.panelBtn
{
	position: absolute;
	bottom: 0;
	width: 195px;
	padding: 5px;
	display: block;
}

.highlight
{
	color: #CB4697;
	font-weight: bold;
}

.highlightAlt
{
	color: #9BC455;
	font-weight: bold;
}

a.highlightAlt
{
	color: #9BC455;
	font-weight: bold;
}

.block
{
	margin-top: 10px;
}

.contactList
{
	
}

.contactList li
{
 list-style: none;
 background: #ffffff url(../../images/buttonBgd.jpg) no-repeat left;
 display: block;
 width: 400px;
 height: 54px;
}
.contactList li a
{
 line-height: 54px;
 margin-left: 60px;	
}

.Wizard
{
	width: 750px;
}

.Wizardv p
{
	width: 600px;
}
.Wizard p label
{
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 15px;
}

.WizardSidebar
{
	display: block;
	width: 120px;
}

.txtWide
{
	width:400px;
}

.txtNarrow
{
	width: 100px;
}

.hidden
{
    display: none;
    visibility: hidden;
}

.nounderline
{
    text-decoration: none;
}

.nounderline:hover
{
    text-decoration: underline;
}
