﻿h1
{
	color:#000000;
	font-size:180%;
}

h2
{
	color:#000000;
	font-size:120%;
}

h3 
{
	color:#000000;
	font-size:110%;
}

a
{
	color:#7c9e4a;
	text-decoration:none;
}

a:hover
{
	color:#f7941d;
	text-decoration:underline;
}

ul
{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:20px;
	padding-left:0px;
}

li
{
	list-style-position:outside;
	margin-bottom:.5em;
	margin-left:20px;
	padding-left:0px;
}

.ClearBoth
{
	clear:both;
}

.ClearRight
{
	clear:right;
}

.ClearLeft {
	clear:left;
}

.FloatLeft 
{
	float:left;
}

.FloatRight
{
	float:right;
}

.TextAlignCenter
{
	text-align:center;
}

.TextAlignRight
{
	text-align:right;
	color:Fuchsia;
}

.AlignCenter
{
	width:95%;
	position:relative;
	display:block;
	margin:0 auto;
}

.Hidden
{
	display:none;
}

.PageTitle
{
	font-size:200%;
	color:#f7941d;
}

.Divider {
	position:relative;
	float:left;
	width:100%;
	height:22px;
	padding:8px 0 0 0;
	margin-bottom:8px;
	background:#7c9e4a url(../Images/Page/DividerBack.png) top left no-repeat;
	color:#FFFFFF;
	font-size:105%;
	font-weight:bold;
}

.Divider h2 
{
	margin:0 0 0 8px;
	font-size:14px;
	color:#FFFFFF;
}

.LargeText
{
	font-size:140%;
}

.BoldText
{
	font-weight:bold;
}

.MoreLink 
{
    clear:left;
    float:right;
    margin-top:10px;
    display:none;
}

.WelcomeTextHeader 
{
    float:left;
    width:50%;
}

.WelcomeTextMainHeading 
{
    float:left;
    clear:left;
    font-size:120%;
    font-weight:bold;
}

.WelcomeTextSubHeading 
{
    float:left;
    clear:left;
    font-size:200%;
    color:Orange;
    font-weight:bold;
}

.WelcomeTextIntro 
{
    float:left;
    clear:left;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
}

.FAQQuestion, .FAQAnswer 
{
    float:left;
    width:90%;
    padding:0 0 8px 5%;
    min-height:20px;
    margin-bottom:5px;    
    font-weight:bold;
}

.FAQQuestion
{
	background:url(../Images/Icons/FAQQuestionWhite.png) top left no-repeat;
	color:#F7941D;
}

.FAQAnswer
{
    background:url(../Images/Icons/FAQAnswerWhite.png) top left no-repeat;
}

.GreenDashedBottomBorder
{
	position:relative;
	float:left;
	width:100%;
    border-bottom:1px dashed #7c9e4a;
    margin-bottom:20px;
}

.NewsEventDate
{
	float:right;
	margin-right:1%;
    font-size:90%;
    font-weight:bold;
    color:Orange;
}

.NewsEventHeadline
{
    float:left;
    clear:left;
    width:60%;
    margin-bottom:10px;
    font-size:140%;
    font-weight:bold;
}

.AdvertBody
{
	width:40px;
}

.NewsEventDetails 
{
    float:left;
    width:92%;
    min-height:20px;
    padding-right:5%;
    padding-left:5%;
    padding-top:3px;
    padding-bottom:5px;
    margin-bottom:5px;
}

.InformationURL, .InformationAttachment
{
    float:left;
    width:92%;
    padding-right:5%;
    padding-left:0%;
    margin-top:20px;
    font-size:90%;
    font-weight:bold;
}

.InformationSplit60
{
    float:left;
    position:relative;
    width:55%;
}

.InformationSplit40
{
    float:left;
    position:relative;
    width:38%;
    margin-bottom:10px;
}

.SupplierServicesOfferedSearchResults 
{
    padding:1%;
    border:1px solid #dddddd;
    background-color:#eeeeee;
    font-size:80%;
}

.SupplierContactInformation
{
    padding:1%;
}

.InformationBreadcrumbs 
{
    margin-bottom:15px;
}

.InformationBreadcrumbs a 
{
    font-weight:bold;
}

.ThumbNailImage 
{
    padding-right:15px;
    padding-bottom:15px;
}


    