/* West Park Healthcare Centre */

body {
	background-color: #ffffff;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font: normal 11px verdana;
	color: #000000;
	line-height: 18px;
}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #275d93;
}

a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #275d93;
}

a:hover, a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #275d93;
}

h1 { 
	font: bold 14px verdana;
	color: #275d93;
}

h2 { 
	font: normal 12px verdana;
	color: #275d93;
}

h3 { 
	font: normal 12px verdana;
	color: #000000;
}

/* Containers */

#mcontainer {
	width: 900px;
	margin: auto;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#topcap {
	width: 900px;
}

#mbanner {
	width: 900px;
	height: 340px;
	background-image:url(../images/main_banner.jpg);
	background-position:top;
	background-repeat:no-repeat;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

#mbanner_about {
	width: 900px;
	height: 340px;
	background-image:url(../images/main_banner_about.jpg);
	background-position:top;
	background-repeat:no-repeat;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

#mbanner_training {
	width: 900px;
	height: 340px;
	background-image:url(../images/main_banner_training.jpg);
	background-position:top;
	background-repeat:no-repeat;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

#mbanner_contact {
	width: 900px;
	height: 340px;
	background-image:url(../images/main_banner_contact.jpg);
	background-position:top;
	background-repeat:no-repeat;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

#content {
	width: 900px;
	
}

#footer {
	width: 900px;
	text-align: center;
	border-top: 1px solid #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eeeeee;
	
}

.main_buttons {
	position: relative;
	top: -340px;
	left: 0;
	z-index: 1000;
	
}

/* Content Area */

.text {
	padding: 40px 20px 20px 20px;
	font: normal 11px verdana;
	color: #000000;
	line-height:20px;
	font: normal 11px verdana;
}

.sub_nav {
	padding-top:40px;
	width: 250px;
	font: normal 11px verdana;
}

.sub_nav ul li {
	list-style-type:disc;
	list-style-position:outside;
	color:#275d93;
	line-height:18px;
}

.sub_nav ol li {
	list-style-type:circle;
	list-style-position:outside;
	margin-left:-20px;
	color:#275d93;
	line-height:14px;
}

.red_text {
	font: bold 10px verdana;
	color: #990000;
}

#text_sizer {
	padding: 0px;
	text-align:right;
}