﻿/*
** Default Styles for things...
*/
body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, table, img
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 100%; /* Set to 100% to ensure even size text throughout */
	color: #3f3f3f;
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------------------------
-- Common Features
------------------------------------------------------------------------*/
body
{
	background-image: url(images/PageBackground.gif);
	background-repeat:repeat-x;
	font-size: 80%
}

div
{
	overflow: auto;
}

h1
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 150%;
}

h2
{
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 150%;
	/*color: #cdd929;*/
	color: #aeb823;
}

h3
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 125%;
	/*color: #cdd929;*/
	color: #aeb823;
}

h4
{
	padding-top: 5px;
	padding-bottom: 5px;
	/*color: #cdd929;*/
	color: #aeb823;
}


li
{
	margin-left: 25px;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
}

p
{
	padding-top: 1%;
	padding-bottom: 1%;
}

a
{
	color: #b35c22;	
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

a.NewWinLink
{
	font-size: 80%;
	color: Gray;
}

span.NoWrap
{
	white-space: nowrap;
}
img.DivCompleter
{
	clear:both;
	width: 1px;
	height: 1px;
}

div.ValidationSummary
{ 
	border-right: #e2c822 1px solid; 
	border-top: #e2c822 1px solid; 
	border-left: #e2c822 1px solid; 
	border-bottom: #e2c822 1px solid; 
	background-color: #fff9d7;
	width: 99%;	
}

div.ValidationSummary ul li
{
	list-style: none;
	margin-left: 10px;
}

span.Validator
{
	color: #b22222;
}

img.ArticleLeadImage
{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 225px;
	height: 168px;
}

.Hidden
{
	display: none;
}
/*------------------------------------------------------------------------
-- Page Layout
------------------------------------------------------------------------*/
div.PageWrapper
{
	width: 762px;
	background-color: Transparent;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

div.PageWrapper div.PageRoundedCornersTop
{
	background-image: url(images/PageHeader/PageHeader-RoundedCorners.gif);
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
	height: 12px;
	overflow:hidden; /* Avoids Scrollbars */
}

div.PageWrapper div.PageRoundedCornersBottom
{
	background-image: url(images/PageFooter/PageFooter-RoundedCorners.gif);
	background-repeat: no-repeat;
	height: 12px;
	overflow:hidden; /* Avoids Scrollbars */
}

div.PageWrapper div.PageContent
{
	background-image: url(images/PageContent.gif);
	background-repeat:repeat-y;
	padding-left: 6px;
	padding-right: 6px;
	clear: both;
}

div.PageWrapper div.PageContent div.LeftContent
{
	background-color: #ffffff;
	width: 205px;
	float: left;
}

div.PageWrapper div.PageContent div.LeftContent h3
{
	padding-left: 6%;
	padding-right: 6%;
}

div.PageWrapper div.PageContent div.LeftContent p
{
	padding-left: 6%;
	padding-right: 6%;
}

div.PageWrapper div.PageContent div.MainContent
{
	background-color: #ffffff;
	width: 533px;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
}

/*------------------------------------------------------------------------
-- Column Layout
------------------------------------------------------------------------*/

div.QuarterColumn
{
	width: 25%;
	float: left;
}

div.HalfColumnWrapper
{
	clear: both;
}

div.HalfColumn
{
	width: 50%;
	float: left;
}

div.RightAlignedColumn
{
	text-align: right;
}

div.CentreAlignedColumn
{
	text-align: center;
}
