/* CSS Document */
#profileListingsHeading
{
	position: relative;
	width: 345px;
	height: 57px;
	
	background-image:url(../images/template/headingBG.png);
	
}

#profileListingsHeading a:link, #profileListingsHeading a:visited, #profileListingsHeading a:hover, #profileListingsHeading a:active
{

	font-size: 24px;
	color: #12253d;
	text-decoration: underline;
}

#profileListingsHeading #headingText
{	
	position: relative;
	display: block;
	top: 14px;
	left: 20px;
	font-weight: bold;
}

#profilePicsContainer
{
	position: relative;
	width: 345px;
	height: 181px;
}

html>body #profilePicsContainer
{
	height: auto;
	min-height: 181px;
}

#profilePicsContainer #mainPicContainer
{
	position: absolute;
	left: 0px;
	
	background-image: url(../images/template/photoBG.png);
	padding: 6px 18px 26px 11px;
	width: 222px;
	height: 149px;
}

#profilePicsContainer #mainPicContainer #mainPic
{
	width: 222px;
	height: 149px;
}

#profilePicsContainer #profileLeftThumbnailsContainer
{
	position: absolute;
	right: 0px;
	top: 12px;
	
	z-index: 10000;
}

#profilePicsContainer #profileBottomThumbnailsContainer
{
	position: relative;
	padding-top: 181px;
	width: 345px;
}

.profileLeftThumbnail, .profileBottomThumbnail
{
	position: relative;
	
	width: 94px;
	height: 62px;
}

.profileLeftThumbnail
{
	margin-bottom: 17px;
}

.profileBottomThumbnail
{
	margin-right: 28px;
}

.profileBottomThumbnail_last
{
	position: absolute;
	right: 0px;
	
	width: 94px;
	height: 62px;
}

#profileUrl
{
	color: #58442a;
	/* text-decoration: none; */	
}

#profileDescription
{
	color: #575757;
	font-size: 12px;
	line-height: 1.1;
}

.amenitiesTable
{
	width: 350px;
}

.amenitiesTable tr td
{
	border: 1px solid #aaaaaa;
	color: #575757;
	font-size: 10px;
}

.amenitiesTable .oddRow
{
	background-color: #f3f3f3;
}

.amenitiesTable .evenRow
{
	background-color: white;
}

#profileDetailsRightColumn
{
	position: relative;
	font-size: 12px;
	line-height: 1.1;
	
	/* top: -160px; */
	
	/* margin-left: 20px; */
	/* margin-right: 29px; */
}

.profileEmailLink:link, .profileEmailLink:visited, .profileEmailLink:hover, .profileEmailLink:active, .websiteEmailLink:link, .websiteEmailLink:visited, .websiteEmailLink:hover, .websiteEmailLink:active
{
	color: black;
	/* text-decoration: none; */
}

#profileEventsArea
{
	position: relative;
	/* top: -160px; */
	width: 199px;
	height: 379px;
	
	margin-bottom: 10px;
	
	background-image: url(../images/template/profileEventsBG.jpg);
}

#profileEventsInnerArea
{
	position: relative;
	top: 21px;
	left: 16px;
}

.eventsHeader
{
	display: block;
	position: relative;
	height: 30px;
	
	margin-left: -4px;
	margin-bottom: 25px;
}

.profileEvent
{
	position: relative;
	margin-bottom: 25px;
}

.profileEventArrow
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.profileEventLinkArea
{
	position: relative;
	left: 18px;
	width: 138px;
}

.profileEventLinkArea a:link, .profileEventLinkArea a:visited, .profileEventLinkArea a:hover, .profileEventLinkArea a:active
{
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.1;
}

#nextBackArea
{
	position: absolute;
	bottom: 15px;
	width: 100%;
}

#nextBackArea a:link, #nextBackArea a:visited, #nextBackArea a:hover, #nextBackArea a:active
{
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.1;
}

#profileEventBackLink
{
	position: absolute;
	left: 15px;
	bottom: 0px;
}

#profileEventNextLink
{
	position: absolute;
	right: 15px;
	bottom: 0px;
}

#directions
{
	width: 293px;
}
