﻿body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #007491;
	background: url(http://1agb.com/images/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #4ab0cf;
}

a {
  outline: none;
  color: #e32c06;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, li, p, form {
	margin: 0px;
	padding: 0px;
	border: 0;
}

body#home {
	color: #ffffff;
	background: url(http://1agb.com/images/body_bg_home.gif);
	background-repeat: repeat-x;
	background-color: #4ab0cf;
}

#wrapper {
	background: url(http://1agb.com/images/wrapper_bg.jpg) top center;
	background-repeat: no-repeat;
}

#header {
	height: 316px;
	width: 980px;
	margin: auto;
}

#content {
	background: url(http://1agb.com/images/content_bg.gif);
	background-repeat: no-repeat;
	margin: auto;
	width: 980px;
}

#content_home {
	background: url(http://1agb.com/images/content_bg_home.jpg);
	background-repeat: no-repeat;
	margin: auto;
	width: 980px;
}

#around_content {
	background: url(http://1agb.com/images/around_content_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#clear_home {
    clear: both;
	background: url(http://1agb.com/images/footer_clear_blue.gif);
	background-repeat: no-repeat;
	width: 980px;
	height: 20px;
}

#clear_inner {
    clear: both;
	background: url(http://1agb.com/images/footer_clear_white.gif);
	background-repeat: no-repeat;
	width: 980px;
	height: 20px;
}

#footer_wrapper {
	background: url(http://1agb.com/images/footer_wrapper_bg.gif);
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
}

#footer {
	line-height: 18px;
	background: url(http://1agb.com/images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 123px;
	width: 980px;
	margin: auto;
	position: relative;
}

#footer_left {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00516a;
	top: 22px;
	left: 71px;
	width: 780px;
}

#footer_left span a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-right: 20px;
}

#footer_left a:hover {
	color: #00516a;
	text-decoration: underline;
}

#footer_left a {
	color: #00516a;
	text-decoration: none;
}

#footer_right {
	position: absolute;
	left: 869px;
	top: 17px;
	border: 0;
}

/* - menu ------------------------------------------------------------------------------------ */

ul#menu {
	position: relative;
	z-index: 2;
	height: 30px;	
	width: 957px;
	margin: auto;
	padding-left: 23px;
	background: url(http://1agb.com/images/menu_bg.gif);
	background-repeat: no-repeat;
}

ul#menu li a span {
	display: none;
}

ul#menu li a {
	display: block;
	height: 30px;
}

ul#menu li {
	position: relative;
	float: left;
	list-style: none;
}

li#m1 a {
	width: 137px;
	background: url(http://1agb.com/images/menu_01.gif);
}

li#m2 a {
	width: 91px;
	background: url(http://1agb.com/images/menu_02.gif);
}

li#m3 a {
	width: 73px;
	background: url(http://1agb.com/images/menu_03.gif);
}

li#m4 a {
	width: 116px;
	background: url(http://1agb.com/images/menu_04.gif);
}

li#m5 a {
	width: 114px;
	background: url(http://1agb.com/images/menu_05.gif);
}

li#m6 a {
	width: 114px;
	background: url(http://1agb.com/images/menu_06.gif);
}

li#m7 a {
	width: 185px;
	background: url(http://1agb.com/images/menu_07.gif);
}

li#m8 a {
	width: 104px;
	background: url(http://1agb.com/images/menu_08.gif);
}

li#m1 a:hover {
	background: url(http://1agb.com/images/menu_01o.gif);
}

li#m2 a:hover {
	background: url(http://1agb.com/images/menu_02o.gif);
}

li#m3 a:hover {
	background: url(http://1agb.com/images/menu_03o.gif);
}

li#m4 a:hover {
	background: url(http://1agb.com/images/menu_04o.gif);
}

li#m5 a:hover {
	background: url(http://1agb.com/images/menu_05o.gif);
}

li#m6 a:hover {
	background: url(http://1agb.com/images/menu_06o.gif);
}

li#m7 a:hover {
	background: url(http://1agb.com/images/menu_07o.gif);
}

li#m8 a:hover {
	background: url(http://1agb.com/images/menu_08o.gif);
}

/* - sub menu ------------------------------------------------------------------------------------ */

ul#menu li ul {
	display: none;
	position: absolute;
	width: 179px;
	background-image: url(http://1agb.com/images/sub_menu_top.gif);
	background-repeat: no-repeat;
	top: 30px;
	left: 0px;
	background-color: #088da7;
	padding-top: 5px;
}

ul#menu li#m1 ul {
	left: 1px;
}

ul#menu li ul li {
	float: none;
	list-style: none;
	margin-left: 11px;
	margin-right: 11px;	
}

ul#menu li ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 147px;
	height: auto;
	padding: 2px 5px;
	margin-top: 3px; 
	color: #ffffff;
	background: none;
	text-decoration: none;
}

ul#menu li ul li span {
	display: block;
	font-size: 1px;
    line-height: 1px;
    margin: 0px;
    padding: 0px;
    border: 0px;
	position: absolute;
	background: url(http://1agb.com/images/sub_menu_bottom.png);
	background-repeat: no-repeat;
	top: 100%;
	left: -11px;
	height: 10px;
	width: 179px;
}

ul#menu li ul li a:hover {
	background: none;
	background-color: #d3eef5;
	color: #00657f;
	font-weight: bold;
}

/* content ------------------------------------------------------------------------------------ */

#right_content p, #one_content p {
	padding-top: 20px;
}

#left_content {
	padding-left: 24px;
	margin-top: 31px;
	width: 234px;
	float: left;
	padding-bottom: 20px;
}

#right_content {
	background: url(http://1agb.com/images/vert_dots.gif);
	background-repeat: repeat-y;
	margin-top: 31px;
	padding-right: 23px;
	padding-left: 20px;
	width: 660px;
	float: right;
	padding-bottom: 20px;
}

#one_content {
	padding-top: 31px;
	padding-right: 23px;
	padding-left: 24px;
	padding-bottom: 20px;
}

div#content img {
	border: 8px solid #cfebf4;
}

.left_pic {
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-right: 18px;
}

h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
	color: #d63817;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
	color: #007491;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}

/* left menu ------------------------------------------------------------------------------------ */

div#left_content h3 {
	margin: 0;
	padding: 10px;
	color: #00657f;
	background-color: #cfebf4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

div#left_content ul li {
	margin: 0;
	margin-top: 1px;
	list-style: none;
}

div#left_content ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	background: url(http://1agb.com/images/menu_dot.gif);
	background-color: #cfebf4;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	display: block;
	width: 234px;
	color: #00657f;
	text-decoration: none;
}

div#left_content ul li a:hover {
	color: #00657f;
	background-color: #c5dfe8;
}

div#left_content ul li a span {
	display: block;
	padding: 10px;
	padding-left: 35px;
}

#end_of_left_menu {
	width: 234px;
	height: 10px;
	background: url(http://1agb.com/images/end_of_left_menu.gif);
	background-repeat: no-repeat;
}

/* news ------------------------------------------------------------------------------------ */

div#news_pagination {
	margin-top: 25px;
	padding-bottom: 10px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #a49a98;
	text-transform: uppercase;
	font-size: 11px;
}

div#news_pagination a {
	font-weight: normal;
	color: #a49a98;
	text-decoration: none;
	font-size: 13px;
}

div#news_pagination a:hover {
	text-decoration: underline;
}

div#news_pagination span {
	font-size: 13px;
	color: #db5336;
}

div#news_pagination img {
	border: 0;
}

div.hr {
	overflow: hidden;
	display: block;
	clear: both;
	font-size: 1px;
    line-height: 1px;
	height: 1px;
    margin: 0px;
    padding: 0px;
    border: 0px;
	background: url(http://1agb.com/images/hor_dots.gif);
	background-repeat: repeat-x;
}

div.hr hr {
	margin-top: 1px;
}

p.news {
	line-height: 20px;
}

p.news span {
	color: #db5336;
	font-size: 15px;
	font-weight: bold;
}

p.news strong {
	font-size: 15px;
}

p.news b {
	display: block;
	float: right;
}

p.news b a {
	background-image: url(http://1agb.com/images/more.gif);
	width: 116px;
	height: 18px;
	display: block;
	float: none;
	color: #009933;
	margin-right: 20px;
	margin-bottom: 15px;
}

p.news b a:hover {
	background-image: url(http://1agb.com/images/moreo.gif);
}

p.news b a:active {
	background-image: url(http://1agb.com/images/morep.gif);
}

p.news b a span {
	display: none;
}

/* - home ------------------------------------------------------------------------------------ */

div#home_left {
	width: 100px;
	float: left;
	padding-left: 24px;
	margin-top: 30px;
	width: 400px;
}

div#home_left a {
	color: #ffffff;
}

div#home_left p {
	padding-bottom: 10px;
}

div#home_center {
	margin-left: 14px;
	margin-top: 30px;
	padding-left: 16px;
	padding-right: 16px;
	width: 233px;
	background: url(http://1agb.com/images/vert_dots_center.gif);
	background-repeat: repeat-y;
	float: left;
}

div#home_right {
	margin-top: 30px;
	padding-right: 24px;
	width: 232px;
	float: right;
}

div#home_left h2 {
	padding-bottom: 15px;
	color: #00313d;
	font-weight: normal;
}

div.home_white_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #cbe9f2;
	padding: 12px;
	width: 209px;
	color: #00657f;	
}

div.home_white_box a {
	color: #00657F;
}

div.home_white_box div {
	margin-top: 5px;
	text-align: right;
}

div.home_white_box div a {
	color: #00657f;
	font-weight: bold;
	text-decoration: none;
}

div.home_white_box div a:hover {
	text-decoration: underline;
}

div.home_white_box_shadow {
	background-color: #cbe9f2;
	width: 233px;
	height: 20px;
	background: url(http://1agb.com/images/home_box_shadow.png);
	background-repeat: no-repeat;
}

div#home_right a {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	display: block;
	cursor: pointer;
	width: 233px;
	height: 39px;
	background: url(http://1agb.com/images/home_link_bg_out.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #00657f;
	overflow: hidden;
}

div#home_right a strong {
	display: block;
	overflow: hidden;
	width: 38px;
	height: 28px;
	text-align: center;
	padding-top: 5px;
	color: #00657f;
}

div#home_right a:hover strong {
	color: #ffffff;
}

div#home_right a span {
	position: absolute;
	top: 5px;
	left: 47px;
	overflow: hidden;
	display: block;
	width: 180px;
	height: 28px;
	text-align: left;
	color: #00657f;
}

div#home_right a:hover {
	background: url(http://1agb.com/images/home_link_bg_over.gif);
	background-repeat: no-repeat;
	color: #e32c06;
	font-weight: bold;
}

div#home_right a:hover span {
	color: #e32c06;
}

div.hrh {
	overflow: hidden;
	display: block;
	clear: both;
	font-size: 1px;
    line-height: 1px;
	height: 1px;
    margin: 0px;
    padding: 0px;
    border: 0px;
	margin-bottom: 15px;
	background: url(http://1agb.com/images/hor_dots_home.gif);
	background-repeat: repeat-x;
}

div.hrh hr {
	margin-top: 1px;
}

div.home_news_shadow {
	background-color: #cbe9f2;
	width: 233px;
	height: 20px;
	background: url(http://1agb.com/images/home_news_shadow.png);
	background-repeat: no-repeat;
}

div#content_home h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
}

div#content_home h1 span {
	display: none;
}

h1#home_welcome {
	width: 268px;
	height: 31px;
	background: url(http://1agb.com/images/tit_welcome.png);
}

h1#home_examinations {
	width: 122px;
	height: 31px;
	background: url(http://1agb.com/images/tit_examinations.png);
}

h1#home_departments {
	width: 132px;
	height: 31px;
	background: url(http://1agb.com/images/tit_departments.png);
}

h1#home_news {
	width: 108px;
	height: 31px;
	background: url(http://1agb.com/images/tit_news.png);
}

#read_more_right_align {
	height: 18px;
	overflow: hidden;
}

#read_more_right_align a.read_more  {
	float: right;
}

a.read_more {
	background-image: url(http://1agb.com/images/more.png);
	width: 116px;
	height: 18px;
	display: block;
	float: none;
	color: #009933;
}

a.read_more:hover {
	background-image: url(http://1agb.com/images/moreo.png);
}

a.read_more:active {
	background-image: url(http://1agb.com/images/morep.png);
}

a.read_more span {
	display: none;
}

#home_birth_department {
	margin-top: 15px;
	position: relative;
	width: 400px;
	height: 228px;
}

#home_birth_department a {
	position: absolute;
	top: 186px;
	left: 117px;
}