﻿body 
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: .9em;
	line-height: 1.6em;
	background-color: #d1ecf0;
	text-align: justify;
}

img
{
	border: none;
}

h1
{
	color: #be1e2d;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
}

h2
{
	color: #be1e2d;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
}

h3
{
	color: #000;
	font-size: 1.2em;
	margin: 0px;
}

h4
{
	color: #000;
	font-size: 1em;
	margin: 0px;
}

ul, p
{
	margin: 0px 0px 18px 0px;
}

a
{
	color: #1b75bb;
}

a:hover
{
	color: #be1e2d;
}

.imageleft
{
	float: left;
}

.imageright
{
	float: right;
	border: dashed 1px gray;
	padding: 4px;
	margin-left: 15px;
	margin-bottom: 10px;
	z-index: 1;
}

.floatright
{
	float: right;
}

.clear
{
	clear: both;
}

.ttl
{
	margin-bottom: 14px;
}

.double li
{
	width: 46%;
	float: left;
}

/*******************************/
/*********** Layout ************/
/*******************************/

#container
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	width: 957px;
	position: relative;
	margin: 0px auto;
	z-index: 1;
}

	#header
	{
		background-image: url(images/header.gif);
		background-repeat: no-repeat;
		width: 957px;
		height: 163px;
		z-index: 2;
	}
	
	/* Navigation */
	
	.nav
	{
		display: table;
		position: relative;
		list-style-type: none;
		margin: 23px 0px 0px 0px;
		padding: 0px;
		height: 20px;
		z-index: 3;
	}
	
		.nav li
		{
			display: table-cell;
			position: relative;
			margin: 0px;
			padding: 0px;
			float: left;
		}
		
		.nav li a
		{
			position: relative;
			display: block;
		}

		ul.dropdown
		{
			margin: 0;
			padding: 0;
			display: block;
			position: absolute;
			width: 230px;
			display: none;
			/**/
			background-color: #fff;
			border: solid 1px #acacac;
			border-top: none;
			padding: 5px 10px;
			top: 19px;
			left: -1px;
			z-index: 99999;
		}

			ul.dropdown li
			{
				margin: 0;
				padding: 0;
				float: none;
				position: relative;
				list-style: none;
				display: block;
				z-index: 99999;
			}

			ul.dropdown li a
			{
				display: block;
				/**/
				color: #1b75bb;
				text-decoration: none;
				border-top: solid 1px #d1ecf0;
				z-index: 99999;
			}
			
			ul.dropdown li a:hover
			{
				background-image: url(images/bullet.gif);
				background-repeat: no-repeat;
				background-position: 14px 10px;
			}
	
	/* Navigation Ends */
	
	
	#mainContent
	{
		min-height: 400px;
		position: relative;
		padding: 20px 45px 0px 45px;
		z-index: 2;
	}

	#footprints
	{
		background-image: url(images/footprints_bg.gif);
		background-repeat: no-repeat;
		width: 205px;
		height: 266px;
		position: absolute;
		right: 18px;
		bottom: -17px;
		z-index: -1;
	}	
	
	*html #footprints
	{
		right: 17px;
		bottom: -18px;
	}
	
#footer
{
	font-size: .7em;
	text-align: center;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 957px;
	height: 20px;
	position: relative;
	margin: 0px auto;
	padding-top: 40px;
	z-index: 0;
}


/*******************************/
/********** Content ************/
/*******************************/

/* home */

#homeLeft
{
	width: 312px;
	float: left;
}

.therapies
{
	position: relative;
	margin-top: 35px;
}

#note
{
	text-align: center;
	line-height: 1.2em;
	background-image: url(images/note.jpg);
	background-repeat: no-repeat;
	width: 281px;
	height: 214px;
	position: relative;
	left: 25px;
	float: right;
	padding: 70px 30px 0px 0px;
}

/* about */

#aboutLeft
{
	width: 580px;
	float: left;
}

#aboutPics
{
	padding-top: 75px;
	width: 240px;
	float: right;
}

	#aboutPics img
	{
		margin-bottom: 6px;
	}
	
/* meet our team */

.teampic
{
	width: 180px;
	float: left;
	margin-right: 30px;
}

.teamdesc
{
	float: left;
	width: 615px;
	margin-bottom: 20px;
}	

	.teamdesc h2
	{
		color: #000;
		font-size: 1.4em;
	}
	
	.teamdesc h3
	{
		margin-bottom: 10px;
	}
	
/* testimonials */

.testimonial
{
	background-image: url(images/border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/* Contact */

#contactLeft
{
	width: 380px;
	float: left;
	position: relative;
}

#contactRight
{
	width: 455px;
	float: left;
	position: relative;
	margin-left: 25px;
}

	#outerMap
	{
		border: dashed 1px gray;
		padding: 4px;
		height: 301px;
		width: 432px;
		margin-bottom: 10px;
		position: relative;
	}

	#map
	{
		height: 301px;
		width: 432px;
		position: relative;
		border: solid 1px #b2ada8;
	}
	
	.form
	{
	}
		
		.form th
		{
			text-align: right;
		}
		
		.form input
		{
			background-color: #ffffff;
			border: solid 1px #acacac;
			height: 15px;
		}
		
		.form input:hover
		{
			background-color: #d9eff3;
		}
		
		.form input.submit
		{
			background-color: #1b75bb;
			border: solid 1px #d1ecf0;
			color: #fff;
			font-weight: bold;
			height: 25px;
			cursor: pointer;
		}
		
		.form input.submit:hover
		{
			background-color: #2e87cc;
			border: solid 1px #08426f;
		}
		
	#directions
	{
	}
	
	
.sysMsg
{
    border: 1px solid #1b75bb;
    background-color: #d1ecf0;
    padding: 0 10px 0 10px;
    margin: 0 0 10px 0;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.sysMsg ul
{
    text-indent: 0;
    padding: 0;
    margin: 10px 0;
}

.sysMsg ul li
{
    color: #be1e2d;
    list-style-type: none;
    background-image: url(images/accept.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0 0 0 20px;
    margin: 0 0 0px 0;
    font-weight: bold;
}

.formValidation
{
    border: 1px solid #be1e2d;
    background-color: #f2f2f2;
    padding: 0 10px 0 10px;
    margin: 0 0 10px 0;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.formValidation ul
{
    text-indent: 0;
    padding: 0;
    margin: 10px 0;
}

.formValidation ul li
{
    color: #be1e2d;
    list-style-type: none;
    background-image: url(images/warning.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0 0 0 20px;
    margin: 0 0 0px 0;
    font-weight: bold;
}
