﻿/*
by Patrick Dent <patrick@circlelinedesign.co.uk>
Copyright Circleline Design 2006
http://www.circlelinedesign.co.uk
*/

html, body
{
    background-color: #e7e7e8;
}

a:link
{
    color: #2f9e8e;
    text-decoration: underline;
}

a:visited
{
	color: #333333;
	text-decoration:underline;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
}

a:active
{
    color: #000000;
    text-decoration: underline;
}

.mainDiv
{
    width: 750px;
}

.titleDiv
{
	width: 750px;
    height: 115px;
}

.hpTitle{
		font-size:26px;
		font-family:Arial, Helvetica, sans-serif;
		color:#2f9e8e;
		line-height: 130%;}
.longbarDiv
{
    background-color: #deb306;
	width: 750px;
    height: 10px;
}

/*TODO TODO TODO TODO TODO: might not need
.headerDiv
{
	width: 800px;
    height: 149px;
}
*/

.msgDiv
{
    background-color: #ffffff;
	width: 750px;
    height: 20px;
}

.contentDiv
{
    background-color: #ffffff;
	width: 750px;
}

.mainCopy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	vertical-align: top;
	font-style: normal;
	line-height: 18px;
	background-color: #ffffff;
	text-align: left;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

.LatestNewsCopy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	vertical-align: top;
	font-style: normal;
	line-height: 14px;
	background-color: #ffffff;
	text-align: left;
	padding-top: 5px;

}

.addressCopy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: top;
	font-style: normal;
	line-height: 20px;
	background-color: #ffffff;
	text-align: left;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}

.TableCopy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: top;
	font-style: normal;
	line-height: 20px;
	background-color: #ffffff;
	text-align: left;
}

.SmallCopy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	vertical-align: top;
	font-style: normal;
	background-color: #ffffff;
	text-align: left;
}

.SmallCopyForImages
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	vertical-align: top;
	font-style: normal;
	background-color: #ffffff;
	padding: 4px;
}

.TOPCopy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2f9e8e;
	vertical-align: top;
	font-style: normal;
	line-height: 20px;
	background-color: #ffffff;
	text-align: left;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}

.ContentHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2f9e8e;
	vertical-align: top;
	font-style: normal;
	line-height: 22px;
	background-color: #ffffff;
	text-align: left;
	font-weight: 700;
}

.ContentSubHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2f9e8e;
	vertical-align: top;
	font-style: normal;
	line-height: 20px;
	background-color: #ffffff;
	text-align: left;
	font-weight: 600;
}

.globalheaderSubHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2f9e8e;
	vertical-align: top;
	font-style: normal;
	line-height: 22px;
	background-color: #ffffff;
	text-align: left;
	font-weight: normal;
}

.menuDiv
{
	background-color: #e2f4fd;
    vertical-align: top;
    text-align: left;
    width: 190px;
    margin-top: 0px;
	padding-top: 0px;
}

.footerDiv
{
	width: 750px;
	height: 50px;
	background-color:#2f9e8e;
	font-size:11px;
	color:#FFF;
	font-family:helvetica;	
}

.copyright {
	padding-right: 20px;}

.pageTitleDiv
{
    text-align: left;
    font-size: 18pt;
    text-decoration: underline;
}

.warningDiv
{
    font-style: italic;
    font-weight: 800;
    font-size: 14pt;
    background-color: Orange;
    color: White;
    text-align: center;
    width: 50%;
}

.errorDiv
{
    font-style: italic;
    font-weight: 800;
    font-size: 14pt;
    background-color: Red;
    color: White;
    text-align: center;
    width: 50%;
}

.successDiv
{
    font-style: italic;
    font-weight: 800;
    font-size: 14pt;
    background-color: Green;
    color: White;
    text-align: center;
    width: 50%;
}

.requiredSpan
{
    font-style: italic;
    font-weight: 800;
    font-size: 16pt;
    color: Red;
    text-align: center;
}

img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.flagBorder
{
	border: 1px solid #000000;
}

