/* CSS Written by Robert Blaich
St. Boniface Hospital Research
Media Services Department */

/* Defaults */

body {
	background-color: #919193;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: "Myriad", "Myriad Pro", Arial, sans-serif;
	color: #00703c;
	font-weight: bold;
}

a:link {
    color: #0079c2; /* Blue */
    text-decoration : underline; 
}
a:visited {
    color: #00703c; /* Dark Green */
    text-decoration : underline; 
}
a:hover {
    color: #00a160; /* Mid Green */
    text-decoration : none; 
}
a:active {
    color: #72c6a1; /* Light Green */
    text-decoration : underline; 
}


/* Containers to center on page */

#container {
	background: #fff url("../images/background.jpg") repeat;
	width: 1020px;
	margin:	0 auto;
	padding: 0;
	text-align: left;
	clear: both;
}

#container2 {
	width: 984px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	clear: both;
}

/* Header area from top graphic with logo to bottom graphic with people */

#header {
	background: #fff url("../images/header.jpg") no-repeat;
	width: 980px;
	height: 110px;
	margin: 0 auto;
	clear: both;	
}

#header h1 {
	display: none;
}


#header2 {
	background: #fff url("../images/header2.jpg") no-repeat;
	width: 980px;
	height: 134px;
	margin: 0 auto;
	padding: 0;	
	clear: both;
}

#header2 h2 {
	display: none;
}

#search01 {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}

#toptext {
	float: left;
	font-style: italic;
	text-align: center;
	margin-left: 345px;
	margin-top: 30px;
	font-size: 10px;
	
}

/* Main Menu */


#mainmenu {
	background-color: #006233;
	width: 980px;
	height: 28px;
	margin: 0 auto;
	clear: both;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
}

#mainmenu ul {
	padding-left: 0;
	margin: 0;
	color: #fff;
	float: left;
	width: 100%;
}

#mainmenu ul li { 
	display: inline; 
}


#mainmenu ul li a {
	padding: 5px 50px 0.7em 50px;
/*	background-color: #006b6e; */
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#mainmenu ul li a:hover {
	background-color: #00a160;
	color: #000;
}

#mainmenu a .pop {
	display: none;
	z-index: 10;
}

#mainmenu a:hover .pop {
	display: inline;
	position: absolute;
	width: 80%;
	text-align: center;
	margin-left: 308px;
	top: 145px;
	left: 0;


}

/* Selected Menu */
#mainmenu ul li .selectedMenu {
	background-color: #5ec998;
	color: #000;
}

#mainmenu ul li .selectedMenu:hover {
	background-color: #00a160;
	color: #000;
}


/* Main Content Area */

#dottedline1 {
	border-top: #000 dotted 1px;
	width: 980px;
	height: 3px;
	margin: 2px auto;	
	clear: both;
}

#maincontent {
	width: 703px;
	float: right;
	border-left: #000 dotted 1px;
	padding: 0 25px 0 25px;
}

.contentheading {
	font-size: 28px;
	color: #00703c;
	font-weight: bold;
}

/* Sub Menu Area */

#submenu {
	padding-left: 5px;

}

#submenu ul {
	padding-left: 0;
	list-style-type: none;
	margin: 0 0 -1px 0;
}

#submenu ul a {
	display: block;
	padding: 4px 3px 4px 10px;
	width: 200px;
	/* background-color: #004b4d; */
	border-top: 1px solid #fff;
}

#submenu ul a:link, #submenu form a:link {
	color: #00703c;
	text-decoration: none;
}

#submenu ul a:visited, #submenu form a:visited {
	color: #00703c;;
	text-decoration: none;
}

#submenu ul a:hover {
	background-color: #00703c;;
	color: #fff;
}

/* Sub-sub Navigation */
#submenu ul li ul a {
	display: block;
	padding: 4px 3px 4px 30px;
	width: 180px;
	/* background-color: #c9c8ff; */
	border-top: 1px solid #fff;
	font-size: 12px;
	font-weight: normal;
}


#submenu ul li ul a:link {
	color: #00703c;
	text-decoration: none;
}

#submenu ul li ul a:visited {
	color: #00703c;
	text-decoration: none;
}

#submenu ul li ul a:hover {
	background-color: #00a160;
	color: #000;
}

/*
#submenu ul li ul .current {
	background-color: #00a160;
	color: #000;
	width: 213px;
} */

/* Sub-sub-sub Navigation */
#submenu ul li ul li ul a {
	display: block;
	padding: 4px 3px 4px 50px;
	width: 160px;
	/* background-color: #8e8ab3; */
	border-top: 1px solid #fff;
	font-size: 12px;
	font-weight: normal;
}


#submenu ul li ul li ul a:link {
	color: #00703c;
	text-decoration: none;
}

#submenu ul li ul li ul a:visited {
	color: #00703c;
	text-decoration: none;
}

#submenu ul li ul li ul a:hover {
	background-color: #72c6a1;
	color: #000;
}

/*
#submenu ul li ul li ul .current {
	background-color: #72c6a1;
	color: #000;
	width: 213px;
} */


.logos {
	border-top: dotted #000 1px;
	margin: 25px 14px 0 14px;
	width: 200px;
}

/* News and Events */

.createdate_frontpage {
	font-weight: bold;
}

.contentpaneopen_frontpage {
	
	padding: 0 0 10px 0;
	margin-right: 10px;
	vertical-align: top;
	
}

#AutoTable tr td {
	vertical-align: top;
}

.contentheading_frontpage {
	background-color: #fff;
}

/* Footer */


#footer {
	background: #fff url("../images/footer.jpg") no-repeat;
	width: 980px;
	height: 337px;
	margin: 0 auto;	
	clear: both;
	text-align: center;
}

#footer p {
	display: none;
}


