﻿#MainPicture {
	background-image: url('../Images/MainPage/MainPic_EKG_Stetho.png');
	background-repeat: no-repeat;
	height: 284px;
	width: 641px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#LatestNewsContainer {
	width: 440px;
	margin-left: 10px;
	display: block;
	float: left;
}
#LatestNews {
	background-image: url('../Images/MainPage/LatestNewsSlice.png');
	background-repeat: repeat-x;
	width: 440px;
	height: 31px;
	font: bold medium Verdana, Helvetica, sans-serif;
	color: white;
	vertical-align: middle;
	line-height: 31px;
	text-indent: 10px;
}
#LatestNewsContainer a {
	color: #3F5726;
	font-weight: bold;
}
#EmployeesLoginContainer {
	width: 180px;
	background-color: #3366CC;
	float: left;
	display: block;
	margin-left: 21px;
}
#EmployeesLogin {
	background-image: url('../Images/MainPage/FeaturedServicesSlice.png');
	background-repeat: repeat-x;
	height: 31px;
	font: bold medium Verdana, Helvetica, sans-serif;
	color: white;
	vertical-align: middle;
	line-height: 31px;
	text-indent: 10px;
}
#Links li {
	background: #FFFFFF;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #3F5726;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #3F5726;
	height: 26px;
	line-height: 26px;
}
#Links li a{
	background: #FFFFFF;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #3F5726;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 26px;
	line-height: 26px;
}
#Slogan {
	font-size: 30px;
	color: #FFFFFF;
	width: 275px;
	float: right;
	margin-top: 100px;
	margin-right: 10px;
	font-style: oblique;
	text-align: center;
	display: inline;
	text-transform: capitalize;
}

