/*****************************/
/**		Global 				**/
/*****************************/

html,body,.outer {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #353535;
}

.wrapper {
  z-index: 10;
  margin-top: 50px;
  margin-left: 5%;
}


/*****************************/
/**		Edges 				**/
/*****************************/

.top_left {
	background: url(images/edge_topleft.gif) no-repeat top right;
	width: 16px;
	height: 8px;
}

	.top_left img {
		width: 16px;
		height: 10px;
	}

.top_right {
	background: url(images/edge_topright.gif) no-repeat top left;
	width: 13px;
}

	.top_left img {
		width: 13px;
		height: 10px;
	}
	
.middle_left {
	background: url(images/edge_middleleft.gif) repeat-y top right;
}

	.middle_left img {
		width: 16px;	
	}
	
.middle_right {
	background: url(images/edge_middleright.gif) repeat-y top left;
}

	.middle_right img {
		width: 13px;
		
	}
	
.bottom_left {
	background: url(images/edge_bottomleft.gif) no-repeat top right;
	width: 20px;
	height: 16px;
}

	.bottom_left img {
		width: 20px;
		height: 16px;
	}

.bottom_right {
	background: url(images/edge_bottomright.gif) no-repeat top left;
	width: 13px;
	height: 20px;
}

	.bottom_right img {
		width: 13px;
		height: 20px;
	}
	
.bottom_center {
	background: url(images/edge_bottomcenter.gif) repeat-x top;
}

	.bottom_center img {
		width: 2px;
		height: 20px;
	}


/*****************************/
/**		Template			**/
/*****************************/
	
.main {
	width: 784px;
	background: #FFF;
	position: relative;
	vertical-align: top;
}

.main_wrapper {
	height: 550px;
}


/* Footer */
.footer {
	color: #676666;
	font-size: 9px;
	text-align: right;
	padding: 0 30px 30px 0;
}

/* Navbar */
table.navbar {
	position: relative;
	top: 0px;
	left: 274px;
}

	a.home {
		display: block;
		width: 148px;
		height: 41px;
		
	}
	
		a.home:hover {
			
		}
	
	a.mpn {
		display: block;
		width: 128px;
		height: 41px;
		
	}
	
		a.mpn:hover {
			
		}
	
	a.contact {
		display: block;
		width: 148px;
		height: 41px;
		
	}
	
		a.contact:hover {
			
		}

/* Logo */
a.logo {
	display: block;
	position: relative;
	top: -22px;
	left: 18px;
	width: 386px;
	height: 63px;
}

	a.logo img {
		border: none;
	}

/* Home - Body */
#home td.middle_left img {
	height: 540px;
}

table.body {
	position: relative;
	top: -10px;
	margin: 0 15px 0 15px;
	border: solid 1px #005aab;
}

td.header {
	border-bottom: solid 1px #005aab;
}

td.subheader {
	padding: 4px 2px;
}

#left_subheader {
	margin-left:2px;
}

td.services {
	
}

	td.left,
	td.right {
		background: url(images/gray_bg.gif) repeat-x top;
		height: 259px;
	}
	
	td.left {
		width: 566px;
		vertical-align: top;
	}
	
		img.title {
			margin: 5px;
		}
		
		td.services table.lists {
			line-height:2em;
			width: 100%;
			color: #005aab;
			font-size:1.1em;
			margin: 26px 0 0 15px;
		}
		
		a {
		text-decoration:none;
		color: #005aab;
		
	}
	
		a:hover {
			text-decoration:underline;
		color: #005aab;
		}
		
		table.lists ul {
			
		}
	
	td.right {
	width: 175px;
	}
		
		img.services_doctor {
	display: block;
	position: relative;
	top: 1px;
	left: 0px;
	margin-left: 13px;
		}
		
/* Locations - Body */
#locations td.middle_left img {
	height: 603px;
}

td.locations {
	vertical-align: top;
	background: url(images/gray_bg.gif) repeat-x top;
	height: 259px;
	text-align: center;
}
	
	#locations div.note {
	margin: 7px 0 0 10px;
	font-size: 12px;
	color: #666;
	text-align: center;
	}
	
	iframe,
	img.googlemap,
	#map {
		margin: 10px 12px 2px 12px;
		border: solid 1px #306C81;
		padding: 0;
	}
	
	#map {
		font-size: 12px;
		text-align: left;
	}
	
	#map span,
	#map span.title {
		font-weight: bold;
	}
	
	#map span.title {
		font-size: 14px;
		color: #317C92;
	}
	
	#map hr {
		width: 200px;
	}
	
	a.larger_map {
		display: block;
		float: right;
		position: relative;
		right: 15px;
		background: #CEE2E0;
		font-size: 10px;
		text-decoration: none;
		color: #317C92;
		padding: 3px 5px;
	}
	
	table.maps {
		margin: 30px 0 20px 40px;
	}
	
	table.maps td {
		vertical-align: top;
		width: 33%;
		text-align: center;
		font-size: 11px;
		
	}
	
		table.maps img {
			width: 208px;
			height: 208px;
			clear: both;
			margin: 20px 10px 10px 10px;
		}
	
		table.maps .title {
			font-weight: bold;
		}

/* Contact - Body */

a.link {
	color: #317C92;
}

#contact td.middle_left img {
	height: 552px;
}

td.contact {
	vertical-align: top;
	background: url(images/gray_bg.gif) repeat-x top;
	height: 259px;
}
	
td.contact table {
	width: 750px;
	color: #317C92;
	}

td.contact .emails  {
	padding: 20px 0 30px 50px;
	vertical-align: top;
	text-align: center;
	}
	
td.contact .emails table {
	padding: 20px 0 30px 50px;
	vertical-align: top;
	text-align: center;
	}
	
td.contact .address {
	padding: 0px 0px 30px 50px;
	vertical-align: middle;
	}
	
td.contact .emails span,
td.contact .address span {
			font-weight: bold;
		}
		
		
.threedot {
	margin-left:10px;
	margin-top:13px;
}
