@charset "utf-8";

/* CSS Document */


body {
	background-color: #E1E1FF
}
body,td,th {
	font-family: Tahoma;
	color: #666666;
	list-style-type: none;
	text-align: left;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
#wrap {
	position:relative;
	left:0px;
	width:760px;
	height:850px;
	z-index:1;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	background-image: url(img/common/footer_bck.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#logo {
	position:absolute;
	left:0px;
	width:760px;
	height:100px;
	z-index:1;
	top: 0px;
	background-image: url(img/common/logo_bck.jpg);
	background-repeat: repeat-x;
}
#navigation {
	position:absolute;
	left:0px;
	top:260px;
	width:210px;
	height:566px;
	z-index:auto;
	border-right-style: dashed;
	border-right-color: #0099FF;
	border-right-width: 1px;
}

/* Style for menu */

dl, dt, dd, ul, li, {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	top: 18px;
	left: 0;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color: #646464;
}
dl#menu {
	width: 210px;
}
dl#menu dt {
	cursor: pointer;
	;
	line-height: 22px;
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #3366FF;
}
dl#menu dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 22px;
}
dl#menu li {
	text-align: left;
	background: #fff;
	list-style-type: none;
}
dl#menu dt a {
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	color: #646464;
	padding-left: 35px;
	background-image: url(img/common/gr-arrow.gif);
	background-repeat: no-repeat;
	background-position: 16px;
	font-weight: bold;
}
dl#menu li a {
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	color: #646464;
	padding-left: 10px;
	text-align: left;
}


dl#menu li a:hover, dl#menu dt a:hover {
	background-color: #C6CFF4;
}


.tahoma_18px_blue {
	color: #0099FF;
	font-family: Tahoma;
	font-size: 18px;
}
.tahoma_18px_grey {
	color: #666666;
	font-family: Tahoma;
	font-size: 18px;
}
.tahoma_11px_grey {
	font-size: 11px;
	font-family: Tahoma;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.tahoma_11px_grey_centered {
	font-size: 11px;
	font-family: Tahoma;
	color: #666666;
	text-decoration: none;
	text-align: center;
}

.tahoma_11px_grey_bold {
	font-size: 11px;
	font-family: Tahoma;
	color: #666666;
	font-weight: bold;
}
.tahoma_11px_grey_link_no {
	font-size: 11px;
	font-family: Tahoma;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#splash_left {
	position:absolute;
	left:0px;
	top:100px;
	width:210px;
	height:160px;
	z-index:3;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
}
#splash_right {
	position:absolute;
	left:210px;
	top:100px;
	width:550px;
	height:160px;
	z-index:2;
}

/* End Style menu */

#welcome {
	position:absolute;
	left:0px;
	top:0px;
	width:510px;
	height:340px;
	z-index:2;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0099FF;
}
#news {
	position:absolute;
	left:0px;
	top:370px;
	width:510px;
	height:129px;
	z-index:2;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	list-style: none;
	list-style-type: none;
	text-align: left;
}
#sp {
	position:absolute;
	left:0px;
	top:385px;
	width:210px;
	height:148px;
	z-index:2;
	font-size: 11px;
	font-family: tahoma;
	color: #646464;
}
dl#sp {
	width: 210px;
}
dl#sp  dt {
	cursor: pointer;
	;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	background-color: #F2F4FD;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #3366FF;
	border-top-color: #3366FF;
	border-top-width: 1px;
}
dl#sp  dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 22px;
}
dl#sp  li {
	text-align: center;
	background: #fff;
}

.thinborderfloat {
	float:left;
	border:solid 1px silver;
	padding:5px;
	margin-right:10px;
	margin-top: 8px;
} 
.thinborderfloat2 {
	float:right;
	border:solid 1px silver;
	padding:5px;
	top: 50px;
	margin-left: 8px;
	margin-top: -15px;
}
.thinborderfloat3 {
	float:right;
	border:solid 1px silver;
	padding:5px;
	top: 50px;
	margin-left: 10px;
	margin-top: 5px;
}   
#footer {
	position:absolute;
	left:210px;
	top:798px;
	width:549px;
	height:26px;
	z-index:2;
	border-top-color: #0099FF;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-top: 2px;
}

/* Contact.htm*/
#content {
	position:absolute;
	left:210px;
	top:260px;
	width:550px;
	height:565px;
	z-index:2;
}
#partners {
	position:absolute;
	left:0px;
	top:0px;
	width:510px;
	height:500px;
	z-index:2;
	padding: 20px;
}
#suppliers {
	position:absolute;
	left:0px;
	top:0px;
	width:510px;
	height:500px;
	z-index:2;
	padding: 20px;
}
#media_pic {
	position:absolute;
	left:0px;
	top:0px;
	width:510px;
	height:500px;
	z-index:2;
	padding: 20px;
}
#l_news {
	position:absolute;
	left:0px;
	top:0px;
	width:510px;
	height:500px;
	z-index:2;
	padding: 20px;
}
#full_article {
	position:absolute;
	left:0px;
	top:100px;
	width:495px;
	height:80px;
	z-index:2;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#donations {
	position:absolute;
	left:0px;
	top:0px;
	width:510px;
	height:500px;
	z-index:2;
	padding: 20px;
}
#contact {
	position:absolute;
	left:0px;
	top:0px;
	width:510px;
	height:500px;
	z-index:2;
	padding: 20px;
}
#articles {
	position:absolute;
	left:0px;
	top:0px;
	width:510px;
	height:500px;
	z-index:2;
	padding: 20px;
}
#about {
	position:absolute;
	left:0px;
	top:0px;
	width:510px;
	height:500px;
	z-index:2;
	padding: 20px;
}
#f_admin {
	position:absolute;
	left:0px;
	top:0px;
	width:510px;
	height:500px;
	z-index:2;
	padding: 20px;
}
#f_medical {
	position:absolute;
	left:0px;
	top:0px;
	width:510px;
	height:450px;
	z-index:2;
	padding: 20px;
}
#f_nurses {
	position:absolute;
	left:0px;
	top:0px;
	width:510px;
	height:450px;
	z-index:2;
	padding: 20px;
}
#f_disclaimer {
	position:absolute;
	left:0px;
	top:505px;
	width:510px;
	height:35px;
	z-index:2;
	padding-right: 20px;
	padding-left: 20px;
}

#crt_tesf {
	position:absolute;
	left:0px;
	top:270px;
	width:510px;
	height:200px;
	z-index:2;
	padding: 20px;
}


#names {
	position:absolute;
	left:20px;
	top:80px;
	width:250px;
	height:300px;
	z-index:2;
}
#names ul {
	list-style: none;
	padding: 0;
	font-size: 11px;
	margin-left: 10px;
	font-weight: bold;
}	

#names li a img {
	height: 0;
	width: 0;
	border-width: 0;
}
#names li a:hover img {
	position: absolute;
	top: 0px;
	left: 280px;
	height: 173px;
	width: 150px;
}

#names a span {display: none;}

#names a:hover span {
	display: block;
	position: absolute;
	top: 180px;
	left: 280px;
	width: 140px;
	z-index: 100;
	color: #666666;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: normal;
}
#names2 {
	position:absolute;
	left:200px;
	top:105px;
	width:250px;
	height:300px;
	z-index:2;
}
#names2 ul {
	list-style: none;
	padding: 0;
	font-size: 11px;
	margin-left: 10px;
	font-weight: bold;
}	
#names2 li a img {
	height: 0;
	width: 0;
	border-width: 0;
}
#names2 li a:hover img {
	position: absolute;
	top: 0px;
	left: 100px;
	height: 173px;
	width: 150px;
}

#names2 a span {display: none;}

#names2 a:hover span {
	display: block;
	position: absolute;
	top: 180px;
	left: 100px;
	width: 140px;
	z-index: 100;
	color: #666666;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: normal;
}
#attainments{
	position:absolute;
	left:20px;
	top:240px;
	width:180px;
	height:250px;
	z-index:2;
}
#attainments ul {
	list-style: none;
	padding: 0;
	font-size: 11px;
	margin-left: 10px;
	font-weight: bold;
}	

#attainments a span {display: none;}

#attainments a:hover span {
	display: block;
	position: absolute;
	top: 5px;
	left: 220px;
	width: 400px;
	z-index: 100;
	color: #666666;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: normal;
}
#video_list {
	position:absolute;
	left:0px;
	top:0px;
	width:510px;
	height:500px;
	z-index:2;
	padding: 20px;
}
