﻿.home_body {
	background-image: url('../images/general_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
}
.welcome {
	background-image: url('../images/top_nav_bg.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
	padding: 0 0 5px 0;
	margin: 10px 0 0 0;
	text-align: center;
}
.top_wrapper {
	width: 900px;
	height: 103px;
	margin: 0 auto;
	padding: 0 20px;
}
.logo {
	float: left;
	margin: 25px 0 0 0;
}
.navigation {
	float: right;
	width: 630px;
	height: 100px;
}
.navigation a {
	display: block;
	float: right;
	padding: 10px;
	text-align: center;
	margin: 71px 0 0 1px;
	color: #004aaa;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}
.navigation a.navigation_active {
	background-color: #3062a4;
	color: white;
}
.navigation a:hover {
	background-color: #4285dc;
	color: white;
}
/* body */
.body-wrapper {
	margin: 0 auto;
	width: 860px;
	height: 381px;
	background-image: url('../images/welcome-bg.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 20px;
}
.left-text {
	width: 450px;
	margin: 60px 0 0 0;
	float: left;
}
.left-text p {
	font-size: 11px;
	text-align: justify;
	color: white;
	padding: 10px 0 10px 0;
	line-height: 12px;
}
.left-text h1 {
	background-image: url('../images/Medical-has-been-evolved.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 18px;
	width: 280px;
}
.left-text h1 span {
	display: none;
}
.featured-links {
	width: 500px;
	height: 230px;
	margin: 0 0 0 0;
	float: left;
}
.featured-links a {
	height: 230px;
	float: left;
}
.featured-links a#registrations {
	background-image: url('../images/btn_regstrations.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
}
.featured-links a#announcements {
	background-image: url('../images/btn_announcements.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 190px;
}
.featured-links a#featured-articles {
	background-image: url('../images/btn_featured-articles.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 170px;
}
.notepad {
	width: 276px;
	float: right;
	background-image: url('../images/notepad.gif');
	background-repeat: repeat-y;
	margin: 40px 0 0 0;
}
.notepad h1 {
	width: 268px;
	height: 33px;
	background-image: url('../images/news_feed.gif');
}
.notepad span {
	display: none;
}
/*
.notepad ul
{
	
	width:240px;
	margin:0 0 0 25px;
}

.notepad li
{
	list-style-image:url('../images/notepad_listing.gif')
}
*/
.notepad a {
	display: block;
	font-size: 10px;
	color: #1b447f;
	text-decoration: none;
	padding: 0 15px 5px 20px;
	margin: 0 0 5px 10px;
	text-align: justify;
	border-bottom: 1px;
	border-bottom-color: #e2e2e2;
	border-bottom-style: solid;
	background-image: url('../images/notepad_listing.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 210px;
}
.notepad a:hover {
	display: block;
	color: #4285dc;
	border-bottom: 1px;
	border-bottom-color: #4285dc;
	border-bottom-style: solid;
	background-image: url('../images/notepad_listing.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}
.bottom-wrapper {
	width: 900px;
	margin: 0 auto;
}
.general-text-container {
	float: left;
	margin: 25px 0 0 0;
	width: 575px;
}
.general-text-container h1 {
	font-size: 16px;
	color: #2f5b99;
}
.general-text-container p, .general-text-container2 p {
	font-size: 10px;
	line-height: 12px;
	margin: 5px 0 0 0;
	color: #666;
	text-align: justify;
}
.general-text-container a, .general-text-container2 a {
	color: #1b447f;
	text-decoration: none;
	font-size: 11px;
	padding-top: 10px;
	float: left;
}
.general-text-container a:hover, .general-text-container2 a:hover {
	color: #4285dc;
}
.general-text-container2 {
	float: left;
	margin: 10px 0 0 30px;
	width: 276px;
}
.general-text-container2 h1 {
	background-image: url('../images/foreign_univercities.gif');
	height: 26px;
	width: 276px;
}

h1#auol {
	background-image: url('../images/about_slmc.gif');
	height: 26px;
	width: 276px;
}

h1#conslmc {
	background-image: url('../images/contact_slmc.gif');
	height: 26px;
	width: 276px;
}

.general-text-container2 span {
	display: none;
}
.general-text-container2 a {
	width: 100%;
	margin: 0 0 2px 0;
	font-weight: bold;
}
.bottom-navigation {
	width: 100%;
	display: block;
	background-color: #efefef;
	height: 40px;
	float: left;
	margin: 25px 0 0 0;
	text-align: center;
	font-size: 11px;
	padding: 30px 0 0 0;
	color: #999;
}

.search_box {
	width: 276px;
	float: right;
	background-image: none;;
	background-repeat: repeat-y;
	margin: 40px 0 0 0;
}
