@charset "UTF-8";
/* CSS Document */

/*=== SWATCH COLOURS

Dark grey: #555555;
Light grey: #E0E0E0;
Dark red: #990000;
Blue: #0066CC;
Green: #64831C;

===* /

/*=== GLOBAL DECLARATIONS ===*/

* {
	padding: 0;
	margin: 0;
}

IMG {
	border: none;
}

BODY {
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 100%;
	color: #555555;
	background-image: url('/content/files/assets/background.jpg');
	background-repeat: repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
}

H1, H2, H3 {
	font-family: Georgia;
	color: #990000;
	padding-bottom: 3px;
}

H1 {
	font-size: 26px;
}

H2 {
	color: #555555;
	font-size: 20px;
}

H3 {
        font-size: 16px;
        font-weight: 800;
}

.clear {
	clear:both;
}

/*=== MAIN MENU ===*/

/* the main menu declarations are declared in a separate style sheet */

#header {
	height: 48px;
	background-image: url('/content/files/assets/nvbar.png');
	position: relative;
	z-index: 20;
	width: 960px;
}

#menu {	
	margin: 0 auto;
	width: 850px;
 	padding-top: 0px; 
}

#topNav {
	float: left;
}

#dashboardLink {
	float: right;
	line-height: 24px;
}

#dashboardLink A {
	color: #0066CC;
	text-decoration: none;
	display: block;
	margin: 12px 0px;
	padding: 0px 7px;
        font-size: 11px;
}

#dashboardLink A:hover {
	background-color: #E0E0E0;
}

/*===MASTHEAD ===*/

#mastheadLarge {
	width: 960px;
	height: 260px;
	position: relative;
        Padding-bottom: 30px;
	z-index: 10;
}

#mastheadSmall {
	width: 960px;
	height: 120px;
	position: relative;
	z-index: 10;
}

#leftPanel {
	float: left;
	width: 524px;
}

#rightPanel {
	float: right;
	width: 436px;
	margin-top: 10px;
}

#leftPanel2 {
	float: left;
	width: 336px;
}

#rightPanel2 {
	float: right;
	width: 540px;
	margin-top: 10px;
}

#officeNumber {
	font-size: 26px;
	font-weight: 700;
}

.logoPosition {
	position: absolute;
	top: -50px;
}

#mastText {
	width: 324px;
	float: left;
}

.greenTitle {
	font-size: 32px;
	font-weight: 700;
	color: #64831C;
}

#openingHours {
	font-size: 11px;
}

#socialMediaIcons {
	width: 140px;
	float: right;
}

.socialMediaIcon {
	float: left;
	padding-left: 5px;
}

/*=== CONTENT ===*/

#content {
	margin: 0 25px;
	width: 920px;
	font-size: 12px;
}

#col1 {
	width: 600px;
	float: left;
}

#col2 {
	width: 310px;
	float: right;
}

#content P, #content LI {
	line-height: 18px;
}

#content UL, #content OL {
	margin: 5px 40px;
}

A {
	color: #990000;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

P {
	padding-bottom: 6px;
}

/*=== BANNER ===*/

#banner {
	width: 960px;
	height: 110px;
        Padding-bottom:10px;
	background-image: url('/content/files/assets/bluebanner2.png');
	background-repeat: no-repeat;
}


/*===CTA MESSAGES ===*/

#callToActionPanel {
	background-image: url('/content/files/assets/2snapshotPanel.png');
}

#callToActionPanelNoArrow {
	background-image: url('/content/files/assets/2snapshotPanel_noArrow.png');
}

#callToActionPanelHome {
	background-image: url('/content/files/assets/2snapshotPanel_wide.png');
	clear: both;
	width: 960px;
	height: 230px;
	background-repeat: no-repeat;
	font-size: 12px;
}

#callToActionPanel, #callToActionPanelNoArrow {
	clear: both;
	width: 960px;
	height: 324px;
	background-repeat: no-repeat;
	font-size: 12px;
}

#cta1 {
	width: 323px;
	float: left;
	margin: 30px 0 0 38px;
	text-align: left;
}

#cta2 {
	width: 323px;
	float: right;
	margin: 30px 34px 0 0px;
	text-align: left;
}

#callToActionPanelTall {
	clear: both;
	width: 960px;
	height: 470px;
	background-repeat: no-repeat;
	font-size: 12px;
	background-image: url('/content/files/assets/2snapshotPanel_tall.png');
}

#cta1Tall {
	width: 323px;
	float: left;
	margin: 35px 0 0 38px;
	text-align: left;
}

#cta2Tall {
	width: 323px;
	float: right;
	margin: 35px 34px 0 0px;
	text-align: left;
}

#cta1Wide {
	width: 414px;
	float: left;
	margin: 20px 0 0 28px;
	text-align: left;
}

#cta2Wide {
	width: 414px;
	float: right;
	margin: 20px 28px 0 0px;
	text-align: left;
}

#callToActionPanelBrands {
	clear: both;
	width: 960px;
	height: 470px;
	background-repeat: no-repeat;
	font-size: 12px;
	background-image: url('/content/files/assets/base-family-tree.png');
}

#cta1Brand {
        width: 414px;
	float: left;
	margin: 35px 0 0 95px;
	text-align: left;
}

#cta2Brand {
        width: 414px;
	float: left;
	margin: 35px 0 0 25px;
	text-align: left;
}

/*=== SNAPSHOTS ===*/

/* ====OLD STYLES FOR SNAPSHOTS ON 4 PANEL TEMPLATE====
#snapshots {
	background-image: url('/content/files/assets/4snapshotPanel.png');
	background-repeat: no-repeat;
	width: 960px;
	height: 310px;
}
.snapshot {
	width: 188px;
	float: left;
	margin-left: 27px;
	margin-top: 21px;
	margin-right: 25px;
}
============= */ 

#snapshots {
	background-image: url('/content/files/assets/4snapshotPanel_v3.png');
	background-repeat: no-repeat;
	width: 960px;
	height: 290px;
	padding-top: 20px;
}

.snapshot {
	width: 188px;
	float: left;
	margin-left: 27px;
	margin-top: 0px;
	margin-right: 25px;
	height: 139px;
border: 0px solid blue;
}

.snapshot H2 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 6px;
        color: #990000;
}

.snapshot P {
	font-size: 12px;
}

.snapshot A, .snapshot A:hover {
	color: #FFFFFF;
}

.snapshot IMG {
	top: -25px;
	position: relative;
}

/*=== NEWS ===*/

#newsArchive {
	width: 280px;
	float: left;
}

#featureContent {
	width: 620px;
	float: right;
}


.Article {
	margin: 0 0 10px;
	padding: 5px 0 10px;
	border-bottom: 2px dotted #C2C1C3;
}

.ArticleTitle, .ArticleSummary {
	padding-bottom: 5px;
}

.ArticleTitle {
	font-weight: 700;
}

/*=== FOOTER ===*/

#footer {
	font-family: Georgia;
	font-size: 12px;
	width: 940px;
	padding: 5px 10px 30px 10px;
	clear: both;
}

#footerCopyright, #footerLinks {
	float: right;
}

#footerCopyright {
	padding-left: 10px;
}

#footer UL.menuLevel1 {
	list-style: none;
}

#footer UL.menuLevel1 li {
	float: right; 
}

#footer ul li a { 
	color:#990000;
	padding: 0 10px;
	border-right: 1px solid #990000;
	text-decoration: none;
}

#footer ul li:hover a { 
	text-decoration: underline;
}

/*=== Forms ===*/

#button {
        color: #CB3125;
        background-color:transparent;
        font-weight: bold;
        font-size: 14px;
        font-family: arial; 
        width: 125px; 
        height:34px; 
        border-radius:16px;
}

#button2 {
        color: #CB3125;
        background-color:transparent;
        font-weight: bold; 
        font-size: 14px;
        font-family: arial; 
        width: 250px; 
        height:34px; 
        border-radius:16px;
}

#field {
        background-color:#f2fcfe; 
        border: 1px solid #dddddd; 
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius:16px; 
        height: 25px;
        box-shadow: 1px 1px 1px #000;
        -webkit-box-shadow: 1px 1px 1px #000;
        -moz-shadow: 1px 1px 1px #000;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

/*== Tables ==*/

#table {
        margin-left:auto; 
        margin-right:auto;
        border: 1px solid #dddddd; 
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius:8px; 
        box-shadow: 1px 1px 1px #000;
        -webkit-box-shadow: 1px 1px 1px #000;
        -moz-shadow: 1px 1px 1px #000; 
}
#table td {
        padding: 10px;
        background-color: transparent;
}

/*== Campaign ==*/

#motaquote A {
        color: #D8273E; 
        text-decoration: none;
}

#motaquote A:hover {
        text-decoration: underline;
}


#iKube A {
        color: #1898A6; 
        text-decoration: none;
}

#iKube A:hover {
        text-decoration: underline;
}

campaignLink A {
        color: #1898A6; 
        text-decoration: none;
}

#campaignLink A:hover {
        text-decoration: underline;
}

#main1 {
        margin:0 auto;
        width: 960px;
        height: 950px;
}

#head1 {
        width: 960px;
        height: 160px;
}

#logo {
        float: left;
        width:205px;
        padding:10px;
}

#phone {
        float: right;
        width: 450px;
}

#container1 {
        width: 960px;
        margin: 0 auto;
}

#leftBox {
        padding: 10px;
        float: left;
        width: 600px;
        height: 250px;
}

#rightBox {
        padding: 10px;
        float: right;
        width: 360px;
        height: 250px;
}

#bLeftBox {
        padding: 10px;
        float: left;
        width: 450px;
        height: 450px;
}

#bRightBox {
        padding: 10px;
        float: right;
        width: 450px;
        height: 450px;
}

/*== Form Page ==*/

#leftForm {
        padding: 10px;
        float: left;
        width: 590px;
}

#rightImage {
        padding: 10px;
        float: right;
        width: 350px;
}

#strapLine a {
        color: #000000;
        text-decoration:none
}

#strapLine a:hover {
        color: #000000;
        font-size: 18px;
}
#register {
width: 990px;
margin: 0 auto;
}
#register p {
font-size: xx-small;
text-align: center;
color: #9E9E9E;
}