﻿/* main */
/*******************************/
@font-face {
	font-family: Franklin;
	src: url(../fonts/frabk.ttf);
}
html, body, form {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-color: #fffef2;
	font-family: Franklin, Arial, Geneva, Sans-Serif;
}
img, div, a, input { 
	behavior: url(../js/iepngfix.htc);
}
.invisible {
	display: none;
	visibility: hidden;
}
.clearing {
	clear:both;
	height:1px;
	line-height:1px;
	display:none;
}
/* Top */
/*******************************/
.top {
	height:330px;
	background-color:#570300;
	text-align:center;
	position:relative;
}
.topInner {
	width:880px;
	height:330px;
	text-align:left;
	margin:0px auto;
	background-image:url(../images/misc/silhouette.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	position:relative;
}
h1 {
	position:absolute;
	top:90px;
	right:0px;
	text-indent:-999999px;
	background-image:url(../images/misc/rp.png);
	background-repeat:no-repeat;
	height:69px;
	width:484px;
}
/* Nav */
/*******************************/
.nav {
	height:45px;
	position:absolute;
	bottom:0px;
	right:0px;
}
.navItem {
	height:100%;
	border-top:solid 1px #864a48;
	text-align:center;
	float:left;
	text-indent:-99999px;
	padding:0px 40px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center center;
	height:100%;
}
.navItem:hover, .navItemSelected {
	border-top-color:#fffef2;
	background-color:#fffef2;
}
.navItem_Web {
	width:87px;
	background-image:url(../images/nav/web.gif);
}
.navItem_Therapy {
	width:125px;
	background-image:url(../images/nav/therapy.gif);
}
.navItem_Photography {
	width:107px;
	background-image:url(../images/nav/photography.gif);
}
.navItem_Web:hover, .navItemSelected_Web {
	background-image:url(../images/nav/web_x.gif);
}
.navItem_Therapy:hover, .navItemSelected_Therapy {
	background-image:url(../images/nav/therapy_x.gif);
}
.navItem_Photography:hover, .navItemSelected_Photography {
	background-image:url(../images/nav/photography_x.gif);
}
/* Content */
/*******************************/
.content {
	margin-top:50px;
	text-align:center;
	position:relative;
	color:#570300;
	font-size:16px;
	line-height:1.5em;
}
.contentItem {
	width:500px;
	text-align:left;
	margin:0px auto;
	position:relative;
	border:solid 1px #d2bbb1;
	background-color:#fef4e9;
	padding:20px 40px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.content p {
}
.content a {
	color:#570300;
	text-decoration:none;
	border-bottom:dotted 1px #d2bbb1;
}
.content a:hover {
	color:#000000;
	text-decoration:none;
	border-bottom:solid 1px #d2bbb1;
}
