﻿/*------------UC: image, description, and link--------*/
#divImageAndDescriptionUC
{
	float: left;
	margin-top: 1em;
	padding-bottom: 1em;
}

.BottomBorder
{
	border-bottom: 1px solid #bfbdbd;
}

.NoBorder
{
	border-bottom: 0px solid #bfbdbd;
}

#divImageAndDescriptionUC .title
{
	font: italic 1.4em Georgia, serif;
	color: #333;
	margin-top: 0.4em;
}


#divImageAndDescriptionUC .description
{
	clear: both;
	font: normal 1em Georgia, serif;
}

#divImageAndDescriptionUC .link
{
	/*color: #887869;
	cursor: pointer;*/
	font: normal 1em Georgia, serif;
}
#divImageAndDescriptionUC .link:hover
{
	/*text-decoration: underline;
	color: #887869;*/
}

.topanchor
{
	color: #966247 !important;
	font: normal .7em Georgoa, serif;
	margin-left: 1em;
}
/*-----------UC: Link image and caption-------------*/
.LinkImageWithCaption
{
	
}
.descriptionDiv
{
	clear: both;
	/*float: left;
	width: 180px;*/
	padding: 0 0 0 3px;
}
/*------------UC: image and caption--------*/
#divImageAndCaption
{
	margin-top: 0em;
}

#caption
{
	padding: 0.2em 0 0.5em 0;
}

.div_bottom_align
{
	position: absolute;
	bottom: 0.5em;
	right: 0;
	height: auto;
	clear: both;
}

.divLeftImage
{
	padding: 0 .6em 0 0;
	float: left;
}

.divRightImage
{
	padding: 0 0 0 0.6em;
	float: right;
}

.div_right_image_padded
{
	float: right;
	border: 1px solid red;
}

/*-------------UC: hypLInk-----------------*/
.divHypLinkText
{
	margin-bottom: 0.5em;
}

a.hypLinkText
{
	font: bold 0.8em "Palatino Linotype", serif;
	background: transparent url('/threefold/images/page_graphics/ImageLinks/arrow.gif') no-repeat 0 6px;
	color: #333;
	padding: 0 0 0 1em;
}

a.hypLinkText:hover
{
	
}

/*-------------UC: contact form -----------*/
#contact_form
{
	margin-top: 1em;
}

.notes
{
	margin-left: 0em;
	font-style: italic;
	font-size: 0.85em;
}

.submitButton
{
	background: #97012E;
	color: #fff;
	margin-left: 5em;
	border: 2px solid #E3B551;
	border-right: 2px solid #BD9743;
	border-bottom: 2px solid #BD9743;
	cursor: pointer;
}

.contact_intro
{
	color: #97012E;
	font: normal normal bold 1.2em verdana, sans-serif;
}

.contact_text
{
	color: #97012E;
	font: normal normal normal 1.3em/1.5em verdana, sans-serif;
}


.clearboth
{
	clear: both;
}