﻿
/* * * Site Layout * * */

html
{
	/* Always show the vertical scrollbar. This prevents
	 * the page from jumping horizontally between views.
	 */
	overflow: -moz-scrollbars-vertical; /* FF */
	overflow-y: scroll;                 /* IE */
}
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	background-color: #333333;
	margin: 0;
}
.Frame
{
	width: 880px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	background-color: Black;
}

/* Header */

.Header
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 255px;
	text-align: center;
	color: Silver;
	background-color: #880000;
}
.MenuBar
{
	position: absolute;
	top: 73px;
	left: 274px;
	width: 621px;
	font-family: "Arial Narrow", "Helvetica Compressed", Arial, Helvetica, Sans-Serif;
	color: Yellow;
	text-align: center;
	cursor: default;
}
.MenuBar a:link, .MenuBar a:visited
{
	color: White;
	text-decoration: none;
}
.MenuBar a:hover
{
	color: #ff9900;
}
.BannerBorder
{
	position: absolute;
	top: 116px;
	left: 269px;
	width: 631px;
	height: 5px;
	background-color: #ff9900;
}
.Banner
{
	position: absolute;
	left: 269px;
	top: 121px;
	width: 631px;
	height: 134px;
}

/* Sidebar */

.Sidebar
{
	position: relative;
	width: 259px;
	background-color: #DAC399;
	z-index: 2;
	text-align: center;
	padding-bottom: 10px;
}
.LogoContainer
{
	height: 255px;
	margin: 0 0 12px 0;
}
.Logo
{
	width: 230px;
	height: 132px;
	margin: 103px 10px 10px;
	position: relative;
}
.SiteMenuLeftContainer
{
	/* font-family: "Franklin Gothic Medium", Verdana, Sans-Serif; */
	font-family: "Arial Narrow", "Helvetica Compressed", Arial, Helvetica, Sans-Serif;
	font-size: large;
	font-weight: bold;
}
.SiteMenuLeftContainer p
{
	margin: 0 0 8px 0;
}
.SiteMenuLeftContainer a:link, .SiteMenuLeftContainer a:visited
{
	color: Black;
	text-decoration: none;
}
.SidebarContactInfo
{
	color: Maroon;
	font-size: x-small;
	margin: 50px 0 30px;
}
.Iso9001RegisteredImage
{
	width: 100px;
	height: 70px;
}
.IchthusSmall, .PhoenixSmall
{
	width: 50px;
	height: 50px;
}
.IchthusLarge, .PhoenixLarge
{
	float: right;
	margin-left: 5px;
}

/* Body */

.Body
{
	position: absolute;
	left: 0;
	top: 265px;
	width: 890px;
	background-color: #DAC399;
	z-index: 1;
	border-left: solid black 10px;
	border-bottom: solid black 10px;
}
.InnerBody
{
	position: relative;
	left: 259px;
	top: 0;
	width: 591px;
	padding: 20px;
	background-color: White;
	color: #666666;
	border-bottom: solid black 20px;
}
.LinkBlock
{
	clear: both;
	text-align: center;
	font-size: smaller;
	margin: 30px;
}

/* * * Content Layout * * */

.columns
{
	display: table;
	width: 100%;
}
.column
{
	display:table-cell;
	padding: 5px;
	float: left;
}
.cHalf
{
	width: 275px;
}
.cThird
{
	width: 167px;
}
.cFooter
{
	width: 33%;
	height: 100%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.columnEnd
{
	clear: both;
}
.Experience
{
	margin: 0 auto 0.5em;
	font-size: inherit;
	font-weight: bold;
	color: Black;
}
.Experience tr
{
	padding-bottom: 0.5em;
}
.Experience tr td
{
	width: 210px;
	padding-right: 5px;
	vertical-align: middle;
}
.Facts
{
	margin: 0 70px;
	padding-bottom: 0.5em;
	color: Black;
}
.Facts p
{
	margin-bottom: 0.5em;
}
.Info
{
	font-weight: bold;
	color: Black;
	margin-bottom: 3em;
}
.email
{
	color: Black;
	text-decoration: none;
	direction: rtl;
	unicode-bidi: bidi-override;
}
.PleaseNote
{
	margin-left: 50px;
	margin-top: -1em;
	width: 50%;
	font-size: smaller;
	font-weight: normal;
}
.Testimonial
{
	margin-right: 40px;
	margin-left: 40px;
}
.center
{
	text-align: center;
	clear: both;
}
.Name
{
	font-weight: bold;
}
.Title
{
	font-weight: bold;
	font-style: italic;
}
.Motto
{
	font-style: italic;
}

/* * * Element Format * * */

h1
{
	font-family: "Arial Narrow", "Helvetica Compressed", Arial, Helvetica, Sans-Serif;
	font-size: x-large;
	color: Black;
}
h2
{
	font-size: small;
	margin-bottom: 0;
}
h3
{
	font-size: small;
}
h4
{
	font-size: small;
	margin-bottom: 0;
}
h3, h4, strong
{
	color: #a51b1b;
}
p
{
	margin-top: 0;
}
img
{
	border: 0;
}
