﻿
/* Contains style rules that apply directly to the HTML elements. */

*
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}
body
{
	background-color: #050300;
	color: #efd9bf;
	font-family: Verdana, Tahoma, Arial;
}
h1
{
	font-size: 1.2em;
	margin-bottom: 0.7em;
}
h2
{
	font-size: 1.1em;
	margin-bottom: 0.6em;
}
h3
{
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-weight: bold;
}
p
{
	margin: 0.5em 0;
}
a:hover,
a:visited,
a:link,
a:active
{
	color: #c3aa7b;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: solid 1px #af6b1c;
}
dt
{
	font-weight: bold;
}
dd
{
	margin-bottom: 0.5em;
}
ul.decorated li,
ol.decorated li
{
	margin-left: 1.5em;
}



/* Columns */
.column-half
{
	width: 470px;
	float: left;
	margin-right: 20px;
}



/* Bug fixes */
.float-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}



/* Unit styling - relocate to proper css */
#slideShowFlash
{
	border: solid 1px #af6b1c;
	float: right;
}
div.billboard
{
	float:left;
	margin-right:34px;
	width:564px;
	min-height: 242px;
}
div.billboard div.header
{
	margin-bottom: 0;
	padding: 12px;
	background-color: #160d02;
}
div.billboard div.header *
{
	margin: 0;
}
div.billboard div.body
{
	padding: 12px;
}



/* Old style rules from previous web - remove or change bit by bit */
a.close
{
	position: absolute;
	bottom: 12px;
	right: 12px;
}
#MainTable
{
	width: 740px;
	height: 450px;
	background-color: #fdf9c4;
	border: #e7e293 solid 2px;
}
div.slide-show-entry
{
	display: none;
	margin: 0 auto;
	text-align: center;
	height: 320px;
}
div.slide-show-entry p
{
	margin-bottom: 1em;
}
table.information
{
	color: #000;
}
table.information td
{
	padding: 5px;
}
div.navigation a
{
	margin-right: 1.2em;
}
.TopLeftLogoImage
{
	float: left;
}
.MenuCell
{
	width: 66px;
	text-align: center;
	cursor: hand;
}
.MainCell
{
	padding: 10px;
	padding-top: 50px;
}
.BottomCell
{
	background-color: #f0eab8;
}
table.employees
{
	margin: 1em 0 0;
}
table.employees td
{
	padding: 0 0.5em 1em 0.5em;
}
.EmployeeCell
{
	background-color: Transparent;
}
.EmployeePortrait
{
	display: block;
	border-top: none;
	border-bottom: none;
	border-right: none;
	margin-bottom: 0.4em;
}
.EmployeeName
{
	display: block;
	white-space: nowrap;
}
.ServiceTab
{
	padding: 3px;
	font-weight: bold;
	color: #484108;
	background-color: #E0D9A2;
	border-top: 3px solid #D2CA82;
	border-bottom: 3px solid #D2CA82;
	cursor: hand;
}
.ServiceCell
{
	padding: 8px 8px 8px 8px;
	border-right: #D2CA82 3px solid;
	border-top: 0px;
	border-left: #D2CA82 3px solid;
	border-bottom: #D2CA82 3px solid;
	background-color: #f5eda7;
}
.ServiceImage
{
	float: left;
	clear: both;
	margin: 0 1em 0 0;
}
#tabs a
{
	padding: 5px 12px;
	float: left;
	background-color: #1C1002;
}
#tabs a.selected
{
	font-weight: bold;
	background-color: #8e5717;
	text-decoration: none;
	color: #0f0901;
}
#service-info-container div.ServiceArea
{
	padding: 1em;
	border: solid 1px #8e5717;
	background-color: #0f0901;
	display: none;
}
#service-info-container div.info
{
	/* float: left; */
}
.UserLink
{
	margin: 0px 12px 0px 0px;
}
#tabRow img
{
	border: none;
}
div.slide-show-page img
{
	border: none;	
}
#slideShowHomeBottom
{
	position: absolute;
	z-index: 0;
	display: none;
}
#slideShowHomeTop
{
	 position: absolute;
	 z-index: 1;
}


/* Utility classes */
.topmost
{
	margin-top: 0;
}
.last
{
	margin-right: 0;
}

