﻿body
{
	color: #313130;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Century Gothic, Sans-Serif;
	font-size: .8em;
	height: 100%;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: visible;
}

html {
	height: 100%;
}

form {
	height: 100%;
}

h1
{
	font-size: 1.6em;
	margin: 0 0 .8em 0;
}

h2
{
	color: #ba8748;
	font-size: 1em;
	margin: 0 0 .8em 0;
}

h3
{
    font-size: .9em;
}

h4
{
	margin: 0;
}

img
{
	border: none;
}

a
{
	color: #ba8748;
	font-weight: bold;
}

a:hover
{
	color: #373635;
}

.clear
{
	height: 0px;
	line-height: 0px;
	clear: both;
}

ul
{
	margin-left: 20px;
	overflow: hidden;
}

	ul ul
	{
		list-style-type: disc;
	}

hr
{
	border: none;
	border-top: solid 1px #cda876;
	margin-bottom: 20px;
}

/***************************/
/******* Masterpages *******/
/***************************/

/* Base.master */

	#highlights
	{
		background-image: url(images/highlights.gif);
		background-repeat: no-repeat;
		width: 1322px;
		height: 384px;
		position: absolute;
		top: 11px;
		left: -181px;
		z-index: -1;
	}

#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	position: relative;
	margin: 0 auto;
	margin-bottom: -122px;
	z-index: 10;
}

	#header
	{
		background-image: url(images/header.gif);
		background-repeat: no-repeat;
		background-position: 0px 11px;
		height: 293px;
		z-index: 10;
	}

		.logo
		{
			display: block;
			width: 290px;
			height: 200px;
			position: absolute;
			top: 25px;
			left: 80px;
		}

		.family
		{
			position: absolute;
			top: 11px; 
			right: 65px;
		}

		.emergcare
		{
			position: absolute;
			top: 258px;
			left: 30px;
		}

		#nav
		{
			position: absolute;
			top: 248px;
			right: 20px;
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		
			#nav li
			{
				float: left;
			}
			
			#nav li a
			{
				font-size: .9em;
				color: #fff;
				font-weight: bold;
				line-height: 38px;
				text-decoration: none;
				display: block;
				padding: 0px 12px;
			}
			
			#nav li a:hover
			{
				color: #cdab63;
			}
	
#mainContent
{
	padding: 17px;
	z-index: 10;
}
	
.interior
{
	padding: 0px 10px;
}

#push {
	height: 122px;
}	
	
#footer
{
	width: 100%;
	height: 122px;
	position: relative;
	color: #ede1cc;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

	#footer .inner
	{
		width: 920px;
		height: 72px;
		position: relative;
		margin: 0px auto;
		padding: 30px 20px 20px 20px;
	}
	
		#footer .inner .hours
		{
			background-image: url(images/rt_border.gif);
			background-repeat: repeat-y;
			background-position: right;
			width: 347px;
			float: left;
			margin-right: 20px;
		}
		
		#footer .inner .contact
		{
			width: 553px;
			float: left;
		}
		
			#footer .inner .hours span, #footer .inner .contact span
			{
				float: left;
				margin-right: 20px;
			}
			
			#footer .inner .hours strong, #footer .inner .contact strong
			{
				display: block;
			}

/***************************/
/****** Content Pages ******/
/***************************/

/* Home */

.hmbox
{
	background-image: url(images/hmbox_bg.gif);
	background-repeat: repeat-y;
	width: 632px;
	float: left;
	margin-right: 11px;
	z-index: 10;
}

	.hmbox .top
	{
		background-image: url(images/hmbox_top.gif);
		background-repeat: no-repeat;
		background-position: top;
		padding: 10px 10px 0px 10px;
		z-index: 10;
	}
	
		a.closeup
		{
			color: #373635;
			display: block;
			font-weight: normal;
			text-align: justify;
			text-decoration: none;
			background-image: url(images/closeup.jpg);
			background-repeat: no-repeat;
			width: 242px;
			height: 303px;
			padding: 110px 15px 0px 355px;
			z-index: 10;
		}
	
	.hmbox .bottom
	{
		background-image: url(images/hmbox_btm.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		height: 10px;
		z-index: 10;
	}
	
#hmLeft
{
	width: 283px;
	float: left;
	z-index: 10;
}

.smbox
{
	background-image: url(images/smbox_bg.gif);
	background-repeat: repeat-y;
	width: 283px;
	margin-bottom: 11px;
	z-index: 10;
}

	.smbox .top
	{
		background-image: url(images/smbox_top.gif);
		background-repeat: no-repeat;
		background-position: left top;
		height: 10px;
		z-index: 10;
	}
	
	.smbox a.ttl, .smbox .ttl
	{
		display: block;
		background-image: url(images/smbox_ttl.gif);
		background-repeat: no-repeat;
		background-position: left top;
		height: 29px;
		padding: 13px 13px 10px 13px;
		z-index: 10;
	}
	
	.smbox .content
	{
		width: 243px;
		padding: 0px 20px 20px 20px;
		z-index: 10;
	}
	
		.smbox a
		{
			color: #313130;
			display: block;
			line-height: 24px;
			text-decoration: none;
			background-image: url(images/link_bg.gif);
			background-repeat: repeat-x;
			z-index: 10;
		}
		
		.smbox a:hover
		{
			color: #ba8748;
		}
	
	.smbox .bottom
	{
		background-image: url(images/smbox_btm.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 10px;
		z-index: 10;
	}
	
/* Contact */

.map
{
	background-image: url(images/hmbox_bg.gif);
	background-repeat: repeat-y;
	width: 632px;
	float: right;
	margin-right: 11px;
	z-index: 10;
}

	.map .top
	{
		background-image: url(images/hmbox_top.gif);
		background-repeat: no-repeat;
		background-position: top;
		padding: 10px 10px 0px 10px;
		z-index: 10;
	}

	.map .bottom
	{
		background-image: url(images/hmbox_btm.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		height: 10px;
		z-index: 10;
	}
	
/* */

h2.center
{
	font-size: 18px;
}

.center
{
	text-align: center;
}

.imgleft
{
	float: left;
	margin-right: 20px;
	background-color: #cfac7a;
	padding: 1px;
	border: solid 3px #ede1cb;
}

.servicesNav
{
	float: left;
	padding-right: 20px;
	width: 300px;
}

.backtotop
{
	background-image: url(images/backtotop.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	text-decoration: none;
	text-align: right;
	font-size: 11px;
	clear: both;
	display: block;
}

.before, .after, .photo
{
	text-align: center;
	float: left;
	font-weight: bold;
	margin: 0px 10px 20px 0px;
}


	.before img, .after img, .photo img
	{
		display: block;
	}
