﻿body 
{
	background-color: #EBEBEB;
	font-family: Verdana, Geneva, Sans-Serif;
	color: #4A4B4D;
	font-size: 12px;
}
a
{
	color: #68696C;
}
a:hover
{
	color: #091950;
	text-decoration: underline;
}
.HeaderContainerBack
{
	position: relative;
	padding-top: 10px;
	height: 215px;
	background-color: #FFFFFF;
}
.NavBackground
{
	position: absolute;
	top: 90px;
	left: 0;
	background: url(../images/nav_bg_left.gif) repeat-x;
	height: 80px;
	width: 100%;
}
.HeaderContainer
{
	position: relative;
	margin: 0 auto;	
	width: 974px;
	height: 100%;
}
.Logo
{
	position: absolute;
	top: 0;
	left: 0;
}
.Tagline
{
	position: absolute;
	top: 48px;
	right: 0;
}
.TopNav
{
	position: absolute;
	left: 242px;
	top: 80px;
	width: 600px;
	height: 80px;
	padding-left: 90px;
	background: url(../images/nav_bg.gif) repeat-x;
}
.TopNav ul
{
	position: relative;
	width: 600px;
}
.TopNav li
{
	position: relative;
	display: block;
	float: left;
	list-style-type: none;
}



.PageContainerBack
{
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
	background-color: #FFFFFF;
}
.PageContainer
{
	position: relative;
	margin: 0 auto;	
	padding: 0 20px;
	width: 934px;
	background: url(../images/page_bg.png) repeat-y;
}
.FeatureContainer
{
	position: relative;
	float: left;
	width: 210px;
}
.FeatureContainer h1
{
	margin-left: 10px;
	margin-bottom: 10px;
}
.FeatureMenu
{
	margin-left: 25px;
	margin-bottom: 20px;
}
.FeatureMenu li
{
	font-weight: bold;
	list-style-image: url(../images/bullet.gif);
}
.ContentContainer
{
	position: relative;
	margin-left: 220px;
	width: 664px;
	padding: 0 20px;
}

.FooterContainer
{
	position: relative;
	margin: 0 auto;
	padding: 10px 20px;
	width: 934px;
	height: 80px;
	background: url(../images/footer_bg.gif) no-repeat top center;
	color: #68696C;
}
.SiteBy
{
	position: absolute;
	right: 20px;
}
.FooterLinks
{
	margin: 20px auto;
	width: 225px;
}
.FooterLinks img
{
	margin: 5px;
}

.clear
{
	clear: both;
}

h1
{
	font-weight: bold;
	font-family: Arial Narrow, Arial, Verdana, Tahoma;
	font-size: 16px; 
	text-transform: uppercase;
	color: #091950;
	margin-bottom: 20px;
}

/* requested styles */

h2 
{
	font-size: 14px; 
	font-weight: bold;
	color: #0B1B60;
	letter-spacing: 0.05em;
}

h3
{
	font-size: 12px; 
	font-weight: bold;
	color: #0B1B60;
}

h4
{
	font-size: 12px; 
	font-weight: bold;
	color: #707070;
}

h5
{
	font-size: 12px; 
	font-weight: bold;
	color: #E25F11;
}

ul
{
	list-style-type: square;
	list-style-position: outside;
}

ol li
{
	list-style-type: decimal;
	list-style-position: outside;
}

div.ebullet
{
	background: url(bullet-ensi.gif) no-repeat left;
	padding: 6px 0 5px 25px;
}


span.inlineHeading
{
	font-family: Arial Narrow, Arial, Verdana, Tahoma;
	font-size: 10px;
	color: #091950;
}

/* end requested styles */


.HomeContentContainer
{
	position: relative;
	width: 430px;
}
.BlogDate
{
	position: relative;
	float: left;
	background-image: url(../images/blog_date.gif);
	width: 41px;
	height: 36px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
.BlogDay
{
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}
.BlogMonth
{
	display: block;
	position: relative;
	font-size: 8px;
	top: 4px;
	text-transform: uppercase;
}
.BlogItem
{
	margin-left: 50px;
	margin-bottom: 20px;
}
.BlogItem h4
{
	font-size: 12px;
	color: #E25F11;
	font-weight: bold;
}
.BlogItem .Read
{
	color: #305195;
	font-weight: bold;
}
.HomeFeatureContainer
{
	position: relative;
	float: right;
	width: 225px;
	margin-bottom: 20px;
}

.ProductContainer, .CopyContainer
{
	position: relative;
	width: 460px;
}
.BlogContainer
{
	position: relative;
	margin-left: 60px;
	width: 400px;
}
.BlogImages img, .ProductImages img, .CopyContainer img
{
	float: right;
	width: 200px;
	border: solid 5px #F5F5F5;
	margin-bottom: 10px;
}
.CopyFeatureContainer
{
	float: right;
	width: 210px;
}

.TeamMember
{
	position: relative;
	margin-top: 20px;
	background-color: #F5F5F5;
	padding: 10px;
}
.TeamMember img
{
	position: relative;
	float: left;
	border: solid 5px #FFFFFF;
}
.TeamMemberText
{
	margin-left: 180px;
}
.TeamMemberText p
{
	margin-top: 10px;
}
.TeamMemberHeader
{
	color: #091950;
	font-weight: bold;
}

.ContactContent
{
	color: #091950;
	background-color: #F5F5F5;
	padding: 20px;
}
.ContactContent th
{
	font-weight: bold;
}
.ContactBox
{
	margin: 5px 0;
	padding: 5px;
	width: 250px;
	height: 18px;
	border: solid 1px #091950;
}
.ContactEnqBox
{
	margin: 5px 0;
	width: 600px;
	border: solid 1px #091950;
}
.ContactError
{
	font-weight: bold;
	color: Red;
}