/* OHA - Ontario Hospital Association */

body {
	background-color: #EAEAEA;
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Verdana;
	line-height: 18px;
	color: #000000;
	background-image:url(../images/pagebg.jpg);
	background-repeat:repeat-x
}

a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #000000;
}

a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #000000;
}

a:hover, a:active { 
	font-weight: normal; 
	text-decoration: none; 
	color: #666666;
}

h1 { 
	font: bold 14px Arial, Verdana;
	color: #3c83bb;
}

h2 { 
	font: normal 12px Arial, Verdana;
	color: #3c83bb;
}

h3 { 
	font: bold 12px Arial, Verdana;
	color: #000000;
}

/* Home Page Stucture */

#home_container {
	width: 986px;
	height: 720px;
	margin: 0 auto;
	background-image:url(../images/topbanner.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#page_id {
	width: 934px;
	text-align: right;
	font: normal 18px Arial, Verdana;
	color: #3c83bb;
	padding: 127px 52px 0 0;
	border: solid 0px red;
	
}

#main_pic {
	float:left;
	padding: 129px 25px 0 0;
	border: solid 0px red;
	
}
#main_nav {
	width: 928px;
	text-align: left;
	text-transform: uppercase;
	font: normal 12px Arial;
	color: #ffffff;
	padding: 19px 0 0 60px;
	border: solid 0px red;
	
}

#main_nav a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #ffffff;
}

#main_nav a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #ffffff;
}

#main_nav a:hover, a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #ffffff;
}

#text_welcome {
	width: 315px;
	height: 280px;
	float:left;
	padding-top:130px;
	padding-left:10;
	text-align: justify;
	border: solid 0px red;
	color: #7A7A7A;
	
}

#footer_message {
	width: 980px;
	height: 40px;
	float:left;
	text-align: justify;
	border: solid 0px red;
	color: #7A7A7A;
	padding-left:10;
}
#home_boxes {
	width: 986px;
	height: 195px;
	border: solid 0px red;
	
}

.left {
	width: 390px;
	height: 165px;
	float: left;
	margin: 0 0 0 70px;
	padding: 9px 0 20px 0;
	border: solid 0px red;
	
}

.right {
	width: 390px;
	height: 165px;
	float: right;
	margin: 0 75px 0 0;
	padding: 9px 0 20px 0;
	border: solid 0px red;
	
}

#footer {
	width: 986px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0 0 0;
	border: solid 0px red;
	
}

#footer a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
}

#footer a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
}

#footer a:hover, a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #000000;
}

/* Sub Page Stucture */

#sub_container {
	width: 986px;
	height: 640px;
	margin: 0 auto;
	background-image:url(../images/bg_subpage.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#text_subpage {
	width: 845px;
	height: 400px;
	text-align: justify;
	padding: 40px 0 0 70px;
	border: solid 0px red;
	
}

/* Sub Page with Pic Stucture */

#sub_wpic_container {
	width: 986px;
	height: 640px;
	margin: 0 auto;
	background-image:url(../images/bg_subpage_wpic.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#sub_wpic_container_2 {
	width: 986px;
	height: 640px;
	margin: 0 auto;
	background-image:url(../images/bg_subpage_wpic_2.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#text_subpage_wpic {
	width: 460px;
	height: 400px;
	text-align: justify;
	padding: 40px 0 0 70px;
	border: solid 0px red;
	
}