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

@import url("reset.css");

.clear {clear:both;}

body {
	background-image:url(images/bkgnd.jpg);
	background-repeat:repeat-x;
	margin-top:-2px;
}

h1, h2, h3, p, td {
	font-family:Helvetica, Myriad Pro, arial, sans-serif;
	font-style:normal;
	line-height:130%;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#069;
	text-align:left;
}

h2 {
	font-size:14px;
	color:#069;
	font-weight:bold;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#333;
}

p {
	font-size:12px;
	font-style:normal;
	font-weight:100;
	color:#666;
	text-align:justify;
}

strong {
	font-weight:bold;
	color:#069;
}

a img:hover {
	opacity:0.8;
	filter: alpha(opacity=40);
}

	

	
/*MAIN CONTAINER*/
#bigbox {
	width:940px;
	margin: 0px auto;
	padding:0px;
}

/*HEADER*/
#header{
	width:940px;
	height:248px;
	padding:0px;
	margin:0px;
}

/*SLIDESHOW*/
.slideshow {
	width:940px;
	height:248px;
	margin:0px auto;
	padding:0px;
}

.slideshow2 {
	width:600px;
	height:300px;
	margin:0px auto;
	padding:0px;
	float:left;
}

/*NAVIGATION BAR*/

/* Spanish */
#nav {
	width:940px;
	height:52px;
	background:url("images/nav_esp.jpg");
	background-repeat:no-repeat;
	float:left;
	margin-top:2px;
	margin-bottom:20px;
}

	#nav a {
		display:block;
		height:52px; 
		float:left;
		text-indent:-9999px;
		background:url(images/nav_esp.jpg);
		outline:none;
	}

		#nav a.home {
			width:100px;
			margin:0 0 0 300px;
			background-position: -300px 0px;
		}
			#nav a.home:hover {
				background-position:-300px -52px;
			}

		#nav a.about {
			width:100px;
			background-position: -400px 0px;
		}
			#nav a.about:hover {
				background-position: -400px -52px;
			}
		
		#nav a.doctors {
			width:100px;
			background-position: -500px 0px;
		}
			#nav a.doctors:hover {
				background-position: -500px -52px;
			}
		
		#nav a.services {
			width:100px;
			background-position: -600px 0px;
		}
			#nav a.services:hover {
				background-position: -600px -52px;
			}
			
			#nav a.careers {
			width:100px;
			background-position: -700px 0px;
		}
			#nav a.careers:hover {
				background-position: -700px -52px;
			}
		
		#nav a.contact {
			width:140px;
			background-position: -800px 0px;
		}
			#nav a.contact:hover {
				background-position: -800px -52px;
			}

/* English */
#naveng {
	width:940px;
	height:52px;
	background:url("images/nav_eng.jpg");
	background-repeat:no-repeat;
	float:left;
	margin-top:2px;
	margin-bottom:20px;
}

	#naveng a {
		display:block;
		height:52px; 
		float:left;
		text-indent:-9999px;
		background:url(images/nav_eng.jpg);
		outline:none;
	}

		#naveng a.home {
			width:100px;
			margin:0 0 0 300px;
			background-position: -300px 0px;
		}
			#naveng a.home:hover {
				background-position:-300px -52px;
			}

		#naveng a.about {
			width:100px;
			background-position: -400px 0px;
		}
			#naveng a.about:hover {
				background-position: -400px -52px;
			}
		
		#naveng a.doctors {
			width:100px;
			background-position: -500px 0px;
		}
			#naveng a.doctors:hover {
				background-position: -500px -52px;
			}
		
		#naveng a.services {
			width:100px;
			background-position: -600px 0px;
		}
			#naveng a.services:hover {
				background-position: -600px -52px;
			}
			
			#naveng a.careers {
			width:100px;
			background-position: -700px 0px;
		}
			#naveng a.careers:hover {
				background-position: -700px -52px;
			}
		
		#naveng a.contact {
			width:140px;
			background-position: -800px 0px;
		}
			#naveng a.contact:hover {
				background-position: -800px -52px;
			}


/* INFO*/

#info {
	width:940px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:opx;
	padding:0px;
}

/*SIDEBAR*/
#sidebar {
	width:200px;
	margin:0px;
	padding:0px;
	float:left;
	background:none;
}

#sidebar a {
	border:none;
	text-decoration:none;
	color:#036;
}

#sidebar a:hover {
	border:none;
	text-decoration:underline;
	color:#900;
}

#buttons {
	width:200px;
	margin:0px;
	padding:0px;
	
}

#buttons a .button {
	width:200px;
	height:40px;
	margin-bottom:5px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	border:0px;
	padding:0px;
}

#locations {
	height:280px;
	margin:0px;
	padding:0px;
	background-image:url(images/sidebar.jpg);
	background-repeat:no-repeat;
}

#indy {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:0px;
	font-family:Helvetica, Myriad Pro, Arial, sans-serif;
}

#indy h2 {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}

#indy h3 {
	color:#FFF;
	line-height:120%;
	font-size:12px;
	margin-top:2px;
}

#indy p {
	color:#FFF;
	line-height:120%;
	font-size:11px;
}

#vipbar {
	margin: 10px 0 0 0;
}


/*MAIN CONTENT*/

#content {
	width:478px;
	border:solid;
	border-color:#4492c9;
	border-width:1px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;	
	padding:0px;
	float:left;
}

#news {
	border-bottom:dashed;
	border-bottom-width:1px;
	border-bottom-color:#4492c9;
}

	#news p,h1 {
		margin:20px;
	}


#welcome {
	background-image:url(images/editorial.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-right:20px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:50px;
	border-bottom:dashed;
	border-bottom-width:1px;
	border-bottom-color:#4492c9;
	margin-top:10px;
}

	#welcome h1 {
	margin:0 0 10px 0;;
}

#demo {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:20px;
	padding-right:20px;
	padding-left:20px;
	padding-top:0px;
	padding-bottom:0px;
}
	#demo h1 {
	margin:20px 0 10px 0;;
}



/*ADVERTISEMENTS*/

#ads {
	width:240px;
	float:left;
	margin:0;
	padding:0px;
}

#ads a {
	border:none;
}

#ads a:visited {
	border:none;
}

#ads img {
	border:none;
	margin-bottom:10px;
}

/* RADIO */

.player {
	width:240px;
	margin:0;
	padding:0;
	text-align:left;
}

	.player a {
	border:none;
	text-decoration:none;
	color:#036;
	font-weight:bold;
}

	.player a:hover {
	border:none;
	text-decoration:underline;
	color:#900;
}


/* ABOUT PAGE */

#our {
	width:300px;
	height:610px;
	border:solid;
	border-width:1px;
	border-color:#4492c9;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

#our img {
	margin-top:20px;
}

#history {
	width:300px;
	height:610px;
	border:solid;
	border-width:1px;
	border-color:#4492c9;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

#history img {
	margin-top:20px;
}

#history a {
	color:#4492c9;
	text-decoration:underline;
	font-weight:bold;
}

#history a:hover {
	border:none;
	text-decoration:underline;
	color:#900;
	font-weight:bold;
}


#right {
	width:190px;
	height:610px;
	border:solid;
	border-width:1px;
	border-color:#4492c9;
	background-image:url(images/clinic_bkgnd.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

#right p {
	margin-top:180px;
	font-weight:bold;
	text-align:right;
}

#right img {
	margin-left:-20px;
	margin-right:-20px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	
}



/*FOOTER */

#footer {
	background-color:#082f49;
	height:50px;
	padding:15px;
	margin: 0px auto;
	margin-top:20px;
}

#footer p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FC0;
	text-align:center;
	text-decoration:none;
	margin: 0px auto;
}

#footer a {
	color:#FC0;
	text-decoration:none;
	border:none;
}

#footer a:hover {
	color:#CCC;
	font-weight:bold;
	text-decoration:underline;
}

#footer a:visited {
	color:#FCO;
	text-decoration:none;
	border:none;
}

/* CONTACT PAGE */

#mapbar {
	width:300px;
	margin:0;
	padding:0;
	float:left;
}

	#address {
		width:300px;
		height:200px;
		background-image:url(images/address.jpg);
		background-repeat:no-repeat;
	}
			

	#map {
		width:278px;
		margin:32px 0 0 0;
		padding:10px;
		border:solid;
		border-color:#4492c9;
		border-width:1px;
	}
	
		#address h2 {
			font-size:16px;
			color:#535353;
			position:relative;
			top:105px;
			right:25px;
			text-align:right;
		}


/* CONTACT FORM */

#contact p, label, legend { 
	font-family:Helvetica, Myriad Pro, arial, sans-serif;
	font-style:normal;
	line-height:130%; 
}

#contact h1 { margin: 10px 0 10px; font-size: 18px; color: #069; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 528px; margin:0 0 0 40px; padding: 35px; border: 1px solid #4492c9; background-color: #FFF; float:left; }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 12px; color:#535353; font-weight:bold; -moz-border-radius:5px; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font-family:Helvetica, Myriad Pro, arial, sans-serif;
	font-style:normal; line-height:130%; -moz-border-radius:5px; -webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; cursor: default; }
#contact fieldset { padding:20px; border:1px solid #d5d5d5; moz-border-radius:5px; -webkit-border-radius:5px; }
#contact legend { padding:7px 10px; font-size:12px; font-weight:bold; color:#4492c9; border:1px solid #d5d5d5; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; line-height: 22px; background: #FBE3E4 url('images/error.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; }

ul.error_messages { margin: 0 0 0 15px; padding: 0; }
ul.error_messages li { height: 22px; line-height: 22px; color:#333; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('images/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }


/*SERVICES*/

#submenu {
	width:940px;
	height:90px;
	padding:0px;
	margin:0px;
}

#submenu img {
	display:inline;
	float:left;
	margin-left:20px;
	margin-right:0px;
	margin-top:2px;
	margin-bottom:0px;
}

#services {
	width:940px;
	height:300px;
	margin:0px auto;
	padding:0px;
}

#vip {
	width:300px;
	height:300px;
	margin:0px;
	padding:0px;
	float:right;
}

.column {
	width:275px;
	margin-left:0px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:0px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
	float:left;
	border-right:solid;
	border-right-style:dashed;
	border-right-color:#4492c9;
	border-right-width:1px;
}

.column h1 {
	font-size:16px;
	font-weight:bold;
	color:#069;
	line-height:100%;
}

.column h3 {
	font-size:12px;
	font-weight:bold;
	color:#069;
	line-height:150%;
}

.column li {
	font-family:Helvetica, Myriad Pro, arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:100;
	color:#666;
	text-align:left;
	list-style:disc;
	line-height:150%;
}
	
#column {
	width:300px;
	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
	margin-bottom:0px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	float:right;
}	

#column h1 {
	font-size:16px;
	font-weight:bold;
	color:#069;
	line-height:100%;
}

#column h3 {
	font-size:12px;
	font-weight:bold;
	color:#069;
	line-height:150%;
}

#column li {
	font-family:Helvetica, Myriad Pro, arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:100;
	color:#666;
	text-align:left;
	list-style:disc;
	line-height:150%;
}

#column img {
	float:right;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}

/* VIP */


.lftcolumn {
	width:230px;
	margin-left:0px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	padding-right:18px;
	padding-bottom:0px;
	padding-top:0px;
	float:left;
	border-right:solid;
	border-right-style:dashed;
	border-right-color:#4492c9;
	border-right-width:1px;
}

.lftcolumn h2 {
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height:150%;
}

.lftcolumn h3 {
	font-size:12px;
	font-weight:bold;
	color:#069;
	line-height:150%;
}

.lftcolumn li {
	font-family:Helvetica, Myriad Pro, arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:100;
	color:#666;
	text-align:left;
	list-style:disc;
	line-height:150%;
}

.lftcolumn th {
	font-family:Helvetica, Myriad Pro, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#069;
	line-height:150%;
}

.lftcolumn td {
	font-family:Helvetica, Myriad Pro, arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:100;
	line-height:150%;
	color:#666;
}

#rtcolumn {
	width:400px;
	height:610px;
	margin:0px;
	padding:0px;
	float:right;
}

#rtcolumn img {
	width:400px;
	padding:0px;
	float:right;
	margin-bottom:20px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

.job {
	width:450px;
	height:auto;
	margin:0px;
	float:left;
}

#zerona {
	width:940px;
	height:300px;
	margin:0 0 60px 0;
}

/* Media page */

#media {
	width:240px;
	margin:20px 0 0 0;
	float:left;
}

	#articles li {
	font-family:Helvetica, Myriad Pro, arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:100;
	color:#666;
	text-align:left;
	list-style:disc;
	line-height:150%;
}

	.mediatitle {
		width:240px;
		height:30px;
		background-color:#eee;
		margin:0 0 10px 0;
		border-top:solid;
		border-top-width:1px;
		border-top-color:#999;
		border-bottom:solid;
		border-bottom-width:1px;
		border-bottom-color:#999;
	}
	
		.mediatitle h1 {
			font-size:13px;
			text-indent:10px;
			margin:7px;
		}
		
		.mediatitle a {
			text-decoration:none;
			color:#069;
		}
		
			.mediatitle a:hover {
			text-decoration:none;
			color:#900;
		}
		
		.mediacontent a {
			border:none;
			text-decoration:none;
			color:#036;
			font-weight:bold;

}

		.mediacontent a:hover {
			border:none;
			color:#900;
}

.media {
	background-image:url(images/bg_media.jpg);
	background-repeat:repeat-x;
}

#head {
	width:940px;
	height:202px;
}

	#top {
		width:940px;
		height:150px;
		margin:0px;
	}
	
	#logo {
		width:300;
		height:150px;
		float:left;
	}
	
	#title {
		width:300px;
		height:40px;
		float:left;
		margin:100px 10px 10px 330px;
	}

#videoplayer {
	width:900px;
	background-color:#e0e0e0;
	height:400px;
	margin:4px;
	padding:20px;
}

#bodycopy {
	width:940px;
}

	#articles {
		width:630px;
		margin:20px;
		float:left;
	}
	
		#articles img {
				margin-bottom:20px;
			}
	
		#articles a {
				color:#069;
				font-weight:bold;
			}
			
			#articles a:hover {
				color:#900;
				font-weight:bold;
			}
		
			.art_title {
				width:630px;
				height:20px;
				background-color:#e0e0e0;
				margin:0 0 20px 0;
				text-indent:10px;
			}
				
			.art_title h2 {
				color:#999;
			}
			
		#side {
			width:250px;
			margin:20px 20px 20px 0;
			float:left;
		}

