﻿.style1
{
    width: 720px;
    height: 550px;
}

.style2
{
    width: 720px;
    height: 160px;
    float: left;
}

.style3
{
    width: 720px;
    height: 350px;
    background-image: url('/images/TitleBG1.jpg');
}

.style4
{
    width: 150px;
    height: 350px;
    border-width: 1px;
}

.style5
{
    width: 100%;
    height: 100%;
    float: left;
    background-image: url('/images/TitleBG2.jpg');
}

.stylelinks
{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.style6
{
    width: 550px;
    height: 330px;
    float: left;
}

.style7
{
    width: 550px;
    height: 310px;
    float: left;
}

.style8
{
    width: 530px;
    height: 330px;
    float: left;
    background-color: White;
    /*background-image: url('/images/TitleBG1b.jpg');*/
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.style9
{
    font-family: Arial, Helvetica, sans-serif;
}

.style10
{
    font-size: large;
    font-weight: bold;
}

.style11
{
    font-size: x-large;
    font-weight: bold;
}

.footer2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
}

.footer1
{
    text-align: center;
}


/* Added by Scott Price at ADECS (Norfolk) Limited - http://www.adecsweb.com */
div.NeutralNotice
{
	background-color: #fefdc4;
	background-image: url('/images/backgrounds/info-symbol.gif');
	background-position: 4px 4px;
	background-repeat: no-repeat;
	border-color: blue; /*#de812e;*/
	border-width: 2px;
	border-style: solid;
	padding: 6px 6px 6px 60px;
	
	font-weight: bold;
	text-align: left;
}

div.NeutralNotice h2
{
	margin-top: 0;
	padding-top: 0;
	font-size: 20px;
	color: blue;
}

div.NeutralNotice p
{
	margin-top: 0;
	padding-top: 0;
	color: black;
}


div.Notice
{
	background-color: #fefdc4;
	background-image: url('/images/backgrounds/info-symbol.gif');
	background-position: 4px 4px;
	background-repeat: no-repeat;
	border-color: gray; /*rgb(255,168,105); #de812e;*/
	border-width: 2px;
	border-style: solid;
	padding: 6px 6px 6px 60px;
	
	font-weight: bold;
	clear: both;
	
	text-align: left;
}

div.Notice h2
{
	margin-top: 0;
	padding-top: 0;
	font-size: 20px;
	color: Blue; /*rgb(255,168,105);*/
}

div.Notice p
{
	margin-top: 0;
	padding-top: 0;
	color: black;
}
