@charset "UTF-8";
/* CSS Document */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	background-image:url(../images/top.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	font-size: 13px;
	color: #5b677d;	background-color:#EBEDF1;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6;
}

a {
	text-decoration: none;
	color: #5b677d;
}
a:hover {
	color:#06C;
}
p {
	font-size: 13px;
	color: #5b677d;
}
.img-border {
	padding:8px;
	background-color:#e2e2e2;
}
img {
	border:0px;
}
h1 {
	font-size: 27px;
	color: #353C4A;
}

#menu {
	position:absolute;
	width:700px;
	top:115px;
	height:50px;
	z-index:2;
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial;
	text-transform:uppercase;
	font-size:14.5px;
}

.menu-link  {
	color:#152c5c;
}
.menu-link a {
	padding-right:10px;
	padding-left:10px;
	color:#152c5c;
}
.menu-link:hover {
	background-image:url(../images/menu-selected.jpg);
	color:#333;
}
.menu-link a:hover {
	color:#333;
}
.menu-link-active a {
	padding-right:10px;
	padding-left:10px;
	color:#069edb;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:446px;
	z-index:10;
}

#logo-seal {
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	height:183px;
	z-index:9;
}

/*CONTENT*/

#container {
	position:relative;
	top:0px;
	margin:0px auto;
	width:1000px;
}
#content {
	position:absolute;
	left:0px;
	width:1000px;
	top:175px;
	z-index:5;
	
}
#content1 {
	position:absolute;
	width:100%;
	top:164px;
	height:460px;
	z-index:-1;
	background-color:#2a5099;
}
#blu-ray2 {
	position:absolute;
	width:100%;
	top:180px;
	height:123px;
	z-index:2;
	background-image:url(../images/blue-ray.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#blu-ray {
	position:absolute;
	width:100%;
	bottom:1px;
	height:123px;
	z-index:2;
	background-image:url(../images/blue-ray.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
/* BOTTOM 1 CONTENT */

#bottom1 {
	position:absolute;
	width:100%;
	top:623px;
	height:360px;
	z-index:-1;
	background-image:url(../images/bottombg1.jpg);
}
.small-white {
	font-size:12px;
	color:#4B5568;
	line-height:19px;
}
.small-white-title {
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial;
	font-size:22px;
	color:#666;
	font-weight:bold;
	text-shadow:inherit;
}
.small-title {
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial;
	font-size:15px;
	color:#666;
	font-weight:bold;
	line-height:15px;
}
.bottom-title {
	color:#06C;
}
.small-desc {
	color:#666;
	font-size:12px;
	line-height:15px;
}
.news {
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #DDDEE2;
}
.news.small-desc {
	line-height:15px;
}
.news.small-title {
	line-height:14px;
}

/* BOTTOM 2 CREDITS*/
#bottom2 {
	position:absolute;
	width:100%;
	top:900px;
	height:95px;
	z-index:2;
	background-image:url(../images/bottombg2.jpg);
}

.bottom {
	width:1000px;
	text-align:center;
	font-size:12px;
}
/* NAV */
.nav1 {
	background-color:#1a67b2;
	color:#FFF;
	font-size:11px;
	text-transform:uppercase;
}
.nav1 a {
	color:#FFF;
}
.nav2 {
	background-color:#E9E6E6;
	color:#666;
	font-size:11px;
	text-transform:uppercase;
}
.nav2 a {
	color:#666;
}


/* TITLES*/
.title {
	padding: 0;
	margin: 0;
	font-size: 280%;
	color: #4999c1;
	line-height:50px;
}

.titledesc {
	font-size: 155%;
	color: #63696B;
}
.title2 {
	font-size: 155%;
	color: #C8D4D9;
}
.block-bottom {
    padding: 8px;
    background: #333;
    color: #fff;
	font-weight:bold;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	vertical-align:top;
}
.white-bottom {
    background: #fff;
	text-align:center;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.block-bottom a {
    color: #fff;
}
.doctores {
	background-color:#FFF;
	padding:5px;
	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

