/**************************
* Styles for website tags *
**************************/

body {
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #99948e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	line-height: 1.5em;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: .5em;
	clear: both;
	font-style: italic;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: .25em;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: .25em;
}

p {
	margin: 0 0 1em;
}

a {
	color: #29364d;
}
a:hover {
	color: #99948e;
}

ul {
	margin-bottom: 1em;
}

table {
	border-left: 1px solid #99948e;
	border-top: 1px solid #99948e;
	margin-bottom: .5em;
}
th {
	background-color: #F0F0EA;
	border-right: 1px solid #99948e;
	border-bottom: 1px solid #99948e;
	padding: 4px 10px 3px;
}
td {
	border-right: 1px solid #99948e;
	border-bottom: 1px solid #99948e;
	padding: 4px 10px 3px;
}



/*******************************
* Styles for website structure *
*******************************/

/* Wraps and centers website */
#wrapper {
	width: 780px;
	margin: 0 auto;
	background-image: url(../images/wrapper-background.jpg);
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
}

/* Formats header and therapist/practice name */
#header {
	padding: 69px 30px 0 235px;
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	height: 78px;
	position: relative;
}
#header h1 {
	padding: 0 0 5px;
	margin-bottom: 0;
	font-size: 36px;
	color: #fff;
}
#header h2 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #e3e3e3;
}

/* Formats content area */
#content {
	background: url(../images/content-background.jpg) no-repeat bottom;
	position: relative;
	z-index: 20;
}

/* Formatting for Navigation */
.nav {
	margin: -5px 0 40px;
	padding: 0;
	list-style: none;
}
.nav li {
	float: left;
}
.nav li.home a {
	background-image: none;
	padding-left: 0;
}
.nav li a {
	display: block;
	padding: 0 10px 4px 15px;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	background-image: url(../images/nav-line.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.nav li a:hover {
	color: #99948e;
}
.nav li a.selected {
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	color: #000;
}

/* Formats page copy area */
#copy {
	width: 485px;
	padding: 0 60px 25px 0;
	float: right;
}


/* Formats left column with contact info */
#sideBar {
	padding: 140px 25px 0 35px;
	text-align: right;
	width: 175px;
	font-size: 11px;
	color: #666;
	float: left;
}

/* Formats footer */
#footer {
	background-image: url(../images/footer-background.jpg);
	text-align: right;
	padding: 6px 35px 0;
	height: 38px;
	color: #c0bdbd;
	font-size: 10px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

/* Positions therapist photo or logo block */
img.headerPhoto {
	left: 42px;
	top: 42px;
	z-index: 100;
	position: absolute;
}
