/*************************************** Reset All Elements */
*
{
	margin: 0;
	padding: 0;
	text-align: left;
}


/*************************************** Helpers */
.clear{ clear: both; }
.center{ text-align: center; }

.bold{ font-weight: bold; }
.smallerFont{ font-size: 0.6em; }
.indent{ text-indent: 15px; }
.alignLeft{ text-align: left; }

.verticalSpacing10pixels{ height: 10px; }
.verticalSpacing15pixels{ height: 15px; }
.verticalSpacing20pixels{ height: 20px; }
.verticalSpacing40pixels{ height: 40px; }

.floatLeft{ float: left; }
img.floatRight{ float: right; margin: 5px 0 5px 10px; }

/*************************************** Colours */




/*************************************** Paragraphs */
.italic{ font-style: italic; }


#verticalTitleBar p
{
	text-align: center;
	margin: 0 20px 0 30px;
	line-height: 2.0em;
}

#verticalTitleBar .info p{ margin-top: 15px; }

#verticalTitleBar .info p.important
{
	margin-top: 25px;
	line-height: 1.4em;
	color: #eab949;
}

#sideMenu p#designedBy
{
	padding-left: 25px;
	
	color: #a79784;
	font-size: 0.8em;
	background: url( ../_graphics/background.png ) repeat;
}

#content p
{
	margin: 6px 7px 0 7px;
	text-align: justify;
	line-height: 1.5em;
}

#content .additionalInfo
{
	color: #009999;
	padding: 0 0 4px 0;
}

#content p.timeAndCost
{
	text-align: right;
	font-weight: bold;
	padding-bottom: 20px;
	color: #333333;
}

#content p.timeAndCost.noBottomSpacing{ padding-bottom: 0; }

#content p.attention
{
	text-align: center;
	color: #009999;
	font-style: italic;
}

.smallNote
{
	font-size: 0.9em;
	color: #009999;
	font-style: italic;
}

#content p.itemAndCost{ text-align: justify; color: #333333; }

#content p.signature{ text-indent: 20px; font-weight: bold; font-style: italic; color: #333333; }


#content p.quote
{
	text-align: center;
	color: #e6ad40;
	font-size: 1.7em;
	line-height: 1.3em;
}

#content p.quoted
{
	text-align: center;
	color: #e6ad40;
	font-size: 0.8em;
}

/*************************************** Tables */
table.itemAndCost
{
	font-size: 1.0em;
	margin: 6px 7px 0 7px;
	width: 484px;
	border-spacing: 0;
	border-collapse: collapse;
	color: #333333;
}

.itemAndCost tr{ background: url( ../_graphics/priceDot.png ) repeat-x center; height: 25px; }
.itemAndCost tr.noDots{ background: none; }


.itemAndCost td{ text-align: right; }

.itemAndCost th{ font-weight: normal;  }
.itemAndCost th.smallNote{ padding-left: 25px; }

.itemAndCost span{ background: white; }

.itemAndCost th span.embeddedHeader{ font-size: 1.2em; font-weight: bold; }



/*************************************** Links */
#sideMenu #designedBy a{ color: #e6d0b6; text-decoration: none; }
#sideMenu #designedBy a:hover{ text-decoration: underline; }

#sideMenu ul a{ color: #8a8376; text-decoration: none; }
#sideMenu ul a:hover{ color: #4a4537; text-decoration: underline; }

h3 a{ color: #333333; text-decoration: none; }
h3 a:hover{ text-decoration: underline; }

#verticalTitleBar .info a{ color: #eab949; text-decoration: none; font-size: 1.1em; font-weight: bold; }
#verticalTitleBar .info a:hover{ text-decoration: underline; }


/*************************************** Headers */
h1, h2, h3, h4, h5, h6{ overflow: hidden; color: #333333; }

#verticalTitleBar #top h1{ display: none; }
#sideMenu h2 span{ display: none; }

#sideMenu h2.services
{
	display: block;
	
	height: 63px;
	background: url( ../_graphics/header_services.jpg ) no-repeat;
}

#sideMenu h2.information
{
	height: 53px;
	display: block;
	
	position: relative;
	top: 10px;
	background: url( ../_graphics/header_information.jpg ) no-repeat;
}

#content h2
{
	padding-top: 14px;
	text-align: center;
	font-size: 2.0em;
	font-weight: bold;
}

#content h3
{
	margin: 25px 0 0 7px;
}

h3.special
{
	font-size: 1.6em;
}

#content h3.name
{
	margin-left: 0;
}


/*************************************** Lists */
#sideMenu ul
{
	color: #8a8376;
	list-style: none;

	line-height: 1.8em;
	margin-left: 18px;
}

#sideMenu ul li
{
	width: 134px;
}



#sideMenu ul.information
{
	position: relative;
	top: 10px;
}

#sideMenu li.current{ color: #4a4537; font-weight: bold; }


#content ul
{
	margin-left: 40px;
	margin-right: 15px;
	list-style: disc;
	line-height: 1.5em;
}


/*************************************** Images */
.smallServiceImage
{
	float: left;
	margin: 20px 6px 0 0;
}

.mediumServiceImage
{
	float: right;
	margin: 7px 0 0 6px;
}

.largeServiceImage
{
	margin: 10px 0 0 2px;
}

.portrait
{
	float: left;
	margin: 20px 6px 20px 40px;
}



/* Misc */
iframe#virtualTour{ width: 100%; height: 610px; border: 0; }


