div.frontpage_intro {
	background-image: url(../images/front_banner.jpg);
	background-repeat: no-repeat;
	width: 931px;
	height: 122px;
	background-color: #d3d3d3;
	}
	
div.frontpage_intro p {
	margin: 0;
	padding-top: 10px;
	padding: 20px;
	font-size: 8pt;
	color: #333;
	}

#content {
	clear:both;
	width:901px;
	font-size: 10pt;
	background-image: url(../images/content_back.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 15px;
	position: relative;
}

#content2 {
	clear:both;
	float: left;
	width:690px;
	font-size: 10pt;
	background-image: url(../images/content_back2.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 15px;
	position: relative;
}

#sidebar {
	float: left;
	margin-left: 10px;
	width: 188px;
	}

#breadcrumb {
	display: none;
	border-bottom: 1px solid #118dcd;
	padding: 5px 0 5px 0px;
	font-size: 8pt;
	color: #ccc;
	}
	
#content h1 {
	padding-left: 10px;
	background-image: url(../images/h1_red.gif);
	background-repeat: no-repeat;
	position: relative;
	bottom: 7px;
	right: 6px;
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: helvetica, arial, sans-serif;
	height: 51px;
	width: 863px;
	padding: 40px 25px 0px 25px;
	}
	
#content2 h1 {
	padding-left: 10px;
	background-image: url(../images/h1_grey.gif);
	background-repeat: no-repeat;
	position: relative;
	bottom: 7px;
	right: 6px;
	color: #333;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: helvetica, arial, sans-serif;
	height: 45px;
	width: 672px;
	padding: 20px 15px 0px 25px;
	text-transform: uppercase;
	}
	
#content h1 span.h1links {
	display: block;
	position: absolute;
	top: 58px;
	right: 10px;
	color: #f0f0f0;
	font-size: 10pt;
	font-family: verdana, sans-serif;
	font-weight: normal;
	}
	
#content h1 span.h1links a {
	color: #f0f0f1;
	text-decoration: none;
	}
	
#content h1 span.h1links a:hover {
	text-decoration: underline;
	}
	
ul.account {
	list-style-type: square;
	margin-left: 45px;
	margin-bottom: 10px;
	}

ul.account li {
	padding: 2px;
	}
	
ul.contentlist {
	clear: both;
	list-style-type: none;
	margin-left: 15px;
	}
	
ul.contentlist li {
	margin-bottom: 35px;
	clear:both;
	}
	
ul.contentlist li .date {
	float: right;
	width: 45px;
	background-color: #c5e2f1;
	border: 20px solid #fff;
	border-top: 0;
	}
	
ul.contentlist li .date .day {
	font-size: 20pt;
	background-color: #fff;
	display: block;
	text-align: center;
	color: #333;
	}
ul.contentlist li .date .month {
	font-size: 12pt;
	display: block;
	text-align: center;
	color: #00466a;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	}
	
ul.contentlist li h3 {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 5px;
	}

ul.contentlist li a.title {
	font-size: 17pt;
	font-weight: normal;
	text-decoration: none;
	}
	
ul.contentlist div.byline {
	text-transform: uppercase;
	font-size: 8pt;
	color: #848484;
	font-family: arial;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
	
ul.contentlist li div.byline img {
	float: left;
	margin-right: 10px;
	}
	
ul.contentlist div.byline span.author, ul.contentlist div.byline span.time {
	color: #6e6e6e;
	}
	
.bylinebox {
	text-transform: uppercase;
	font-size: 8pt;
	color: #848484;
	font-family: arial;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	}
	
.summary {
	font-style: italic;
	padding: 15px;
	color: #222;
	}
	
.downloadbox {
	float: right;
	padding: 25px;
	margin: 0 0 25px 25px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	text-align: center;
	font-weight: bold;
	}
	
 ol.searchlist {
 	list-style: none;
 	margin:0px;
 	margin-left: 35px;
 	padding:0px;
 }
 
 ol.searchlist li {
	list-style-type:decimal;
	list-style-position: outside;
 	list-style-image: none;
 	clear: both;
 	padding-bottom: 10px;
 }
 
 ol.searchlist h3 {
 	font-size: 14pt;
 	padding-left: 12px;
 	font-weight: normal;
 	margin-bottom: 0px;
 	font-style: italic;
 }
 
 ol.searchlist a.title {
 	text-decoration: none;
 	line-height: 2em;
 }
 
 ol.searchlist a.title:hover {
 	text-decoration: underline;
 }
 
 ol.searchlist div.author {
 	font-size: 7pt;
 	color: #999999;
 	width: 400px;
 	padding-left: 12px;
 }
 
 ol.searchlist p {
 	clear:right;
 	padding: 5px;
 	display: none;
 }
 
 ol.gallery {
 	list-style-type: none;
 	clear:both;
 }
 
 ol.gallery li {
 	display: inline;
 	float: left;
 }
 
 ol.gallery img {
 	margin: 10px;
 }
 
 div #image {
 	clear: both;
 	text-align: center;
 }
 
 div #image img {
 	margin-bottom: 10px;
 }
 
 div.flvplayer {
 	width: 100%;
 	text-align: center;
 	}
 	
/* photo listings */

.mainphoto {
	width: 250px;
	border: 5px solid #ccc;
	}
	
ul.photos {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	}
	
ul.photos li {
	display: inline;
	float: left;
	margin-right: 10px;
	}
	
ul.photos img {
	border: 1px solid #ccc;
	}
	
ul.photos a:hover img {
	border: 1px solid #000;
	}
 	
/* My Profile Pages */

#myprofile .grey {
	background-image: url(../images/profile_grey_back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
#myprofile .greybottom {
	background-image: url(../images/profile_grey_back_bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 18px;
	width: 600px;
	}

#myprofile .edit {
	font-size: 10pt;
	color: #222;
	font-weight: normal;
	}

#myprofile #profilenav {
	float: right;
	width: 265px;
	margin-left: 25px;
	}
	
#myprofile #profilenav h3 {
	color: #5f5f5f;
	font-weight: bold;
	font-size: 15pt;
	clear:both;
	}
	
#myprofile #profilenav ul.settings {
	list-style-type: none;
	}
	
#myprofile #profilenav ul.settings li {
	position: relative;
	}
	
#myprofile #profilenav ul.settings strong {
	}
	
#myprofile #profilenav ul.settings .edit {
	position: absolute;
	right: 0px;
	}
	
#myprofile #profilenav ul.settings ul {
	list-style-type: none;
	margin-left: 20px;
	}

#myprofile #profilenav h3.photos {
	background-color: #900c0c;
	text-transform: lowercase;
	color: #fff;
	padding: 5px;
	font-size: 8pt;
	margin: 10px 10px 10px 0;
	}
	
#myprofile #clientfavs {
	margin: 10px 0 10px 5px;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	padding: 10px;
	clear:both;
	}

#myprofile #profilenav h3.photos a {
	color: #fff;
	}
	
#myprofile #viewprofile {
	float: right;
	width: 600px;
	}

#myprofile h2 {
	margin-top:0;
	border-bottom: 2px dashed #ccc;
	margin-bottom: 10px;
	}

#myprofile #viewprofile ul {
	margin: 0;
	}

#myprofile #main ul {
	list-style-type: none;
	}
	
#myprofile #main ul li {
	float: left;
	display: inline;
	width: 48%;
	padding: 5px;
	}
	
#myprofile #main ul li .name {
	font-weight: bold;
	}
	
#myprofile #massage {
	margin-top: 15px;
	clear: both;
	background-color: #d5d5d5;
	padding: 20px;
	}

#myprofile #massage table td {
	padding: 5px;
	}
	
#myprofile #massage table td.strong {
	font-weight: bold;
	width: 30%;
	border-bottom: 1px dashed #333;
	}
	
#myprofile #massage table td.text {
	width: 60%;
	border-bottom: 1px dashed #333;
	}
	
#myprofile #massage table td.edit {
	width: 10%;
	border-bottom: 1px dashed #333;
	text-align: right;
	}
	
#myprofile #massage table tr.last td {
	border: 0;
	padding-bottom: 0;
	}
	
#myprofile #rates h3 {
	color: #5f5f5f;
	font-weight: bold;
	margin-left: 15px;
	font-size: 15pt;
	margin-top: 20px;
	}
	
#myprofile #personal {
	background-color: #d5d5d5;
	margin: 0;
	padding: 20px;
	}
	
#myprofile #personal h3 {
	color: #5f5f5f;
	font-weight: bold;
	font-size: 15pt;
	}
	
#myprofile #reviews h3 {
	margin-top: 15px;
	color: #5f5f5f;
	font-weight: bold;
	font-size: 15pt;
	}
	
#myprofile #reviews .data {
	padding: 5px 15px 5px 15px;
	background-color: #d5d5d5;
	color: #333;
	}
	
#myprofile #reviews .reviewtext {
	padding: 15px;
	margin-bottom: 10px;
	}
	
#myprofile #reviews .reviewtext .date {
	color: #333;
	}
	
#editprofile  {
	position: relative;
	}
	
#editprofile #othercities {
	position: absolute;
	right: 0px;
	background-color: #f0f0f1;
	width: 200px;
	padding: 15px;
	}
	
#editprofile #othercities li {
	position: static;
	line-height: 1em;
	padding: 0;
	margin: 0;
	}

#editprofile table#editrates {
	margin-left: 10%;
	width: 550px;
	}
	
#editprofile table#editrates td {
	padding: 10px;
	}
	
#editprofile table#editrates .line {
	border-top: 1px dashed #ccc;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
table.viewrates {
	width: 400px;
	}
	
table.viewrates td {
	padding: 10px;
	width: 25%;
	}
	
table.viewrates td.head {
	font-weight: bold;
	}

div.message {
	background-color: #bfbfbf;
	padding: 25px;
	}

div.message .mainphoto {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	}
	
div.message ul.details {
	list-style-type: none;
	margin-left: 15px;
	width: 550px;
	float: left;
	}
	
div.message ul.details li {
	clear: both;
	margin-bottom: 10px;
	}
	
div.message ul.details li.subject {
	font-size: 16pt;
	font-weight: bold;
	}
	
div.message ul.details li strong {
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
	}
	
div.message div.body {
	clear: both;
	margin: 15px;
	border: 1px solid #333;
	background-color: #fff;
	padding: 15px;
	}
	
div.message a.action {
	font-weight: bold;
	color: #000;
	display: block;
	margin-left: 25px;
	}
	
div.message a.action:hover {
	text-decoration:none
	}
	
#clientform {
	border: 40px solid #bfbfbf;
	}
	
.sublinks {
	display: block;
	background-color: #5c5c5c;
	height:30px;
	width: 900px;
	margin-bottom: 20px;
	}
	
.sublinks span.h2links {
	display: block;
	position: absolute;
	top: 39px;
	right: 10px;
	color: #f0f0f0;
	font-size: 10pt;
	font-family: verdana, sans-serif;
	font-weight: normal;
	}
	
.sublinks span.h2links a {
	color: #f0f0f1;
	text-decoration: none;
	}
	
.sublinks span.h2links a:hover {
	text-decoration: underline;
	}
	
h3.red {
	color: #981213;
	}
	
h2 {
	font-weight: normal;
	margin-bottom: 10px;
	}
	
hr {
	clear: both;
	border-top: 1px dashed #333;
	background-color: #fff;
	margin: 30px;
	}
	
ol.regions {
	list-style-type: none;
	float: left;
	width: 200px;
	}
	
/* search results */
ol.profiles {
	list-style-type: none;
	}
	
ol.profiles li {
	display: block;
	float: left;
	width: 202px;
	margin-right: 15px;
	margin-bottom: 18px; 
	}
	
ol.profiles li a {
	display: block;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	}
	
ol.profiles li a:hover {
	border: 1px solid #333;
	}
	
ol.profiles li .location {
	display: block;
	background-color: #950101;
	padding: 5px;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	width: 190px;
	}
	
ol.profiles li .photo {
	width: 100%;
	height: 200px;
	background-image: url(../images/nophoto.gif);
	}
	
ol.profiles li .text {
	width: 190px;
	background-color: #848484;
	font-size: 8pt;
	color: #fff;
	height: 35px;
	padding: 5px;
	}
	
div#review {
	background-color: #d5d5d5;
	padding-top: 20px;
	}
	
div#review h3 {
	margin-left: 15px;
	color: #5f5f5f;
	font-weight: bold;
	font-size: 15pt;
	}
	
div.reviewform {
	padding: 10px;
	background-color: #fff;
	margin: 20px;
	}
