/* St. Joseph's Healthcare Hamilton - Inorbital 2007
--------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	font-family:  arial, verdana, serif;
	font-size: 13px;
	color: #000000;
	background: #ffffff;
}

/********** Header ************/

#headerContainer {
	width: 100%;
	height: 110px;
	padding: 0px;
	background: #ffffff;
	
}

#headerInner {
	width: 826px;
	height: 110px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#headerInner #left {
	width: 413px;
	height: 110px;
	padding: 0px;
	margin: 0px;
	float:left;
}

#headerInner #logo {
	margin: 9px 0px 0px 40px;
}

#headerInner #right {
	width: 413px;
	height: 110px;
	padding: 0px;
	margin: 0px;
	float:right;
}

#headerInner #searchBar {
	width: 388px;
	height: 29px;
	margin: 0px 0px 0px 0px;
	background: #1f6296;
	background-image: url(images/search_bg.gif);
}

#searchBar input {
	height: 13px;
	width: 122px;
	font-size: 14px;
	line-height: 14px;
	color: #a2a2a2;
	margin: 3px 0px 0px 210px;
	float:left;
}

span#searchFix	{
	width: 18px;
	height: 17px;
	background: url(images/search_button.gif) no-repeat 0 0;
	margin: 4px 0px 0px 4px;
	float:left;
}

a#searchButton {
	width: 18px;
	height: 17px;
	background: url(images/search_button.gif) no-repeat 0 0;
	float:left;
}
	
a:hover#searchButton	{
	background: url(images/search_button_on.gif) no-repeat  0 0;
}


/********** Main Menu ************/

#menuContainer {
	width: 100%;
	height: 40px;
	padding: 0px;
	background: #2f6d9d;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}

#menuInner {
	width: 826px;
	height: 40px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

span#menuAboutFix	{
	width: 101px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: url(images/menu_about_off.gif) no-repeat 0 0;
	float:left;
}

a#menuAbout {
	width: 101px;
	height: 40px;
	background: url(images/menu_about_off.gif) no-repeat 0 0;
	float:left;
}
	
a:hover#menuAbout	{
	background: url(images/menu_about_on.gif) no-repeat  0 0;
}

span#menuProgramsFix	{
	width: 186px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: url(images/menu_programs_off.gif) no-repeat 0 0;
	float:left;
}

a#menuPrograms {
	width: 186px;
	height: 40px;
	background: url(images/menu_programs_off.gif) no-repeat 0 0;
	float:left;
}
	
a:hover#menuPrograms	{
	background: url(images/menu_programs_on.gif) no-repeat  0 0;
}

span#menuDepartmentsFix	{
	width: 120px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: url(images/menu_departments_off.gif) no-repeat 0 0;
	float:left;
}

a#menuDepartments {
	width: 120px;
	height: 40px;
	background: url(images/menu_departments_off.gif) no-repeat 0 0;
	float:left;
}
	
a:hover#menuDepartments	{
	background: url(images/menu_departments_on.gif) no-repeat  0 0;
}

span#menuResearchFix	{
	width: 93px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: url(images/menu_research_off.gif) no-repeat 0 0;
	float:left;
}

a#menuResearch {
	width: 93px;
	height: 40px;
	background: url(images/menu_research_off.gif) no-repeat 0 0;
	float:left;
}
	
a:hover#menuResearch	{
	background: url(images/menu_research_on.gif) no-repeat  0 0;
}

span#menuEducationFix	{
	width: 96px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: url(images/menu_education_off.gif) no-repeat 0 0;
	float:left;
}

a#menuEducation {
	width: 96px;
	height: 40px;
	background: url(images/menu_education_off.gif) no-repeat 0 0;
	float:left;
}
	
a:hover#menuEducation	{
	background: url(images/menu_education_on.gif) no-repeat  0 0;
}

span#menuFoundationFix	{
	width: 107px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: url(images/menu_foundation_off.gif) no-repeat 0 0;
	float:left;
}

a#menuFoundation {
	width: 107px;
	height: 40px;
	background: url(images/menu_foundation_off.gif) no-repeat 0 0;
	float:left;
}
	
a:hover#menuFoundation	{
	background: url(images/menu_foundation_on.gif) no-repeat  0 0;
}

span#menuContactFix	{
	width: 123px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: url(images/menu_contact_off.gif) no-repeat 0 0;
	float:left;
}

a#menuContact {
	width: 123px;
	height: 40px;
	background: url(images/menu_contact_off.gif) no-repeat 0 0;
	float:left;
}
	
a:hover#menuContact	{
	background: url(images/menu_contact_on.gif) no-repeat  0 0;
}
	


/********** Content ************/

#contentContainer {
	width: 100%;
	padding: 0px;
	background: #f0f0f0;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	float: left;
}

#contentInner {
	width: 826px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#contentInnerFloat {
	width: 826px;
	padding: 0px;
	float: left;
	border-top: 4px solid #89c0d9;
	background: #ffffff;
	background-image: url(images/contentInner_bg.gif);
	background-repeat: repeat-y;
}

#contentInner #sideBar {
	width: 221px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#sideBar a {
	color: #ffffff;
	text-decoration: none; 
	display: block !important;
	_display: normal; /* for ie6 only */
}

#sideBar a:hover {
	color: #91dff9;
	text-decoration: underline; 
}

#sideBar #quickLinks{
	width: 207px;
	padding: 0px;
	margin: 0px 0px 0px 13px;
	font-size: 13px;
	color: #FFFFFF;
	background: #154e7c;
}

#sideBar #quickLinksTop {
	width: 207px;
	padding: 0px;
	margin: 0px;
	background: url(images/quickLinks_top.gif) no-repeat;
}

#sideBar #quickLinksBottom{
	width: 207px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background: url(images/quickLinks_bottom.gif) no-repeat bottom left;
}

#sideBar #programs{
	width: 207px;
	padding: 0px;
	margin: 0px 0px 0px 13px;
	font-size: 13px;
	color: #FFFFFF;
	background: #137ca4;
}

#sideBar #programsTop {
	width: 207px;
	padding: 0px;
	margin: 0px;
	background: url(images/programs_top.gif) no-repeat;
}

#sideBar #programsBottom{
	width: 207px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background: url(images/programs_bottom.gif) no-repeat bottom left;
}

#sideBar .boxPad{
	width: 221px;
	height: 13px;
	padding: 0px;
	margin: 0px;
}

#sideBar .boxPadSmall{
	width: 221px;
	height: 5px;
	padding: 0px;
	margin: 0px;
}

#sideBar ul {
	margin: 2px 0px 0px 30px;
	padding: 0px;
}

#sideBar li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #59c8ed;
}

#sideBar #mcMaster{
	width: 207px;
	height: 82px;
	padding: 0px;
	margin: 0px 0px 0px 13px;
}

#contentInner #mainContent {
	width: 605px;
	padding: 0px;
	margin: 0px;
	float: right;
}

#mainContent #mainContentPad {
	padding: 15px;
	margin: 0px;
}

#contentFooter {
	width: 570px;
	margin: 15px 0px 0px 0px;
	background: url(images/dottedLine552.gif) repeat-x top left;
}

#contentFooter p {
	padding: 8px 0px 0px 0px;
	color: #c2c2c2;
	font-size: 12px;
}

#contentFooter a {
	color: #004071;
	text-decoration: none; 
}

#contentFooter a:hover {
	color: #215c8a;
	text-decoration: underline; 
}


/********** Footer ************/

#footerContainer {
	width: 100%;
	height: 30px;
	padding: 0px;
	background: #0c4876;
	float:left;
}

#footerInner {
	width: 826px;
	height: 30px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}

#footerInner p {
	margin: 8px 16px 8px 16px;
}

#footerInner #left {
	width: 413px;
	height: 30px;
	padding: 0px;
	float: left;
	font-size: 11px;
}

#footerInner #right {
	width: 413px;
	height: 30px;
	padding: 0px;
	text-align: right;
	float: right;
	font-size: 10px;
}
