﻿/*-------------------------------------DEFAULT LINKS---------------------------------------*/
a:link 
{
	color:#333333;
	text-decoration:none;
}
a:active 
{
	color:#333333;
	text-decoration:none;
}
a:hover 
{
	color:#333333;
	text-decoration:none;
}
a:visited 
{
	color:#333333;
	text-decoration:none;
}

/*-------------------------------------EDITOR CUSTOM STYLES---------------------------------------*/
/*Branshaw custome styles - these appear in the styles drop down box in the editor*/
/*.BranshawCustomFont1
{
	font-family: Verdana;
	font-size:12px;
	color:green;
}*/
/*.BranshawCustomFont2
{
	font-family: Verdana;
	font-size:10px;
	color:black;
}*/

.sectionSubHeading
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a4b660;
}

.sectionSubHeading2
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}

/*.sectionText
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#555555;
}*/

.DefaultText
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#555555;
}

.TitleText
{
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal;
	color:#a4b660;
}

.TitleTextHighlight
{
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal;
	color:#8e8e8e;
}

.QuoteText
{
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#a4b660;
}

/*-------------------------------------CONTENT NODES---------------------------------------*/

/*Style of a content area*/
.ContentNodeInactive
{
	border-color: Red;
	border-style:dashed;
	border-width:1px;
	cursor:default;
}

/*Style of a content area on MouseOver*/
.ContentNodeHighlighted
{
	border-color: Red;
	border-style: solid;
	border-width:1px;
	cursor:hand;
}

/*Style of a default text for a content area*/
.DefaultContentAreaFont
{
	font-family: Verdana;
	font-size:10px;
	color:#333333;
}

.EditorButtonPanel
{
	width:820px;
	text-align:right;
	padding-top:10px;
}

.EditorButton
{
	width:75px;
}
/*-------------------------------------LOGIN SCREEN---------------------------------------*/
.LoginBoxContainer
{
	text-align: center;
	min-width: 300px;
	padding-top:100px;
}

/*The login box which appears on the login page*/
.LoginBox
{
	margin-left: auto;
	margin-right: auto;
	width:300px;

	padding:10px;
	border-style:solid;
	border-width:4px;
	border-color:#999999;
	background-color:#beca95;
	/*background-image:;*/
}

/*The container which holds the links in the login box*/
.LoginBoxLinkContainer
{
	padding-top:10px;
	font-family: Verdana;
	font-size:10px;
	color:#FFFFFF;
	text-align:left; 
	border-top-color:#FFFFFF;
	border-top-width:1px;
	border-top-style:solid;
}

/*The links within the container*/
a.LoginBoxLink:link {text-decoration:none;color:#FFFFFF;}
a.LoginBoxLink:active {text-decoration:none;color:#FFFFFF;}
a.LoginBoxLink:hover {text-decoration:underline;color:#FFFFFF;}
a.LoginBoxLink:visited {text-decoration:none;color:#FFFFFF;}

/*The container which holds the logo in the login box*/
.LoginBoxLogoContainer
{
	height:97px;
	text-align:center;
	font-family: Verdana;
	font-size:10px;
	color:#FFFFFF;
}

/*The container which holds the textfields*/
.LoginBoxTextfieldContainer
{
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	font-family: Verdana;
	font-size:10px;
	color:#FFFFFF;
}

/*The container which holds the textfields*/
.LoginBoxTextfield
{
	width:295px;
	font-family: Verdana;
	font-size:14px;
	color:#000000;
}

/*The container which holds the button(s)*/
.LoginButtonContainer
{
	padding-bottom:10px;
	text-align:right;
}

/*The container which holds the button(s)*/
.LoginButton
{
	width:75px;
}


/*-------------------------------------LOGOUT SCREEN---------------------------------------*/
.LogoutBoxContainer
{
	text-align: center;
	min-width: 300px;
	padding-top:100px;
}

/*The logout box which appears on the logout page*/
.LogoutBox
{
	margin-left: auto;
	margin-right: auto;
	width:300px;

	padding:10px;
	border-style:solid;
	border-width:4px;
	border-color:#999999;
	background-color:#beca95;
	/*background-image:;*/
}

/*The container which holds the logo in the logout box*/
.LogoutBoxLogoContainer
{
	height:97px;
	text-align:center;
	font-family: Verdana;
	font-size:10px;
	color:#FFFFFF;
}

/*The container which holds the textfields*/
.LogoutBoxTextContainer
{
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	font-family: Verdana;
	font-size:10px;
	color:#FFFFFF;
}

/*The container which holds the button(s)*/
.LogoutButtonContainer
{
	text-align:right;
}

/*The container which holds the button(s)*/
.LogoutButton
{
	width:75px;
}

/*-------------------------------------PUBLIC SITE MASTER STYLES---------------------------------------*/

html{
	margin: 0;
	padding: 0;
}

body
{
	margin:0px;
	padding: 0;
	background-color: #FFFFFF;
}

a.navLink_publicmaster:link{
	color: #8E8E8E;
	text-decoration: none;
}

a.navLink_publicmaster:hover{
	color: #A4B660;
	text-decoration: underline;
}

a.navLink_publicmaster:visited{
	color: #CCCCCC;
	text-decoration: none;
}

div#container_publicmaster{
	border-top: solid 5px #A4B660;
	text-align: left;
	width: 962px;
	margin: 0 auto;
}

div#header_publicmaster{
	float: left;
	height: 140px;
	margin: 0px;
	padding-left: 10px;
}

div#navigation_publicmaster{
	float: right;
	padding-top: 2px;
	color: #FFFFFF;
	width: 440px;
	height: 140px;
}

div#navTitle_publicmaster{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	padding: 4px;
	color: #FFFFFF;
	background: #BECA95;
}

.navButton_publicmaster{
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-left: 2px;
	width: 218px;
	padding: 5px 0px 5px 0px;
	border-bottom: solid 1px #a4b660;
	color: #A4B660;
	background: #FFFFFF;
}

div#wrapper_publicmaster{
	float: left;
	width: 100%;
}

div#content_publicmaster{
	margin: 0 auto;
}

div#footer_publicmaster{
	margin: 0;
	float: left;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
	border-top: solid 5px #A4B660;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A4B660;
	width:100%;
	
}
div#footerImages_publicmaster{
	float: right;
}

/*-----------------------------------------EDIT MODE BANNER---------------------------------------------*/
.EditModeBanner
{
	width:100%;
	margin-bottom:10px;
	background-color:#EBE9ED;
	border-bottom:solid 1px #333333;
	padding:0px;
	}

.EditModeBannerTitle
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;	
}

.EditModeBannerText
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#666666;	
}

/*-------------------------------------PUBLIC SITE SUB NAV STYLES---------------------------------------*/
div#SubNavigation_public
{
	margin: 0;
	float: left;
	padding: 2px 0px 5px 2px;
	background: #FFFFFF;
	border-bottom: solid 5px #beca95;
	width:960px;
}

.SubNavOption_public
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#beca95;
	float:left;
	margin-right:15px;
	margin-bottom: 5px;
}

/*-------------------------------------PUBLIC SITE 3 COLUMN PAGE STYLES---------------------------------------*/
#mainContent
{
	padding-top:1px;
	float:left;
	width:521px;
}
#subContent
{
	padding-top:1px;
	float:right;
	width:221px;
}
#subsubcontent
{
	padding-top:1px;
	float:right;
	width:220px;
}

#colWrapper
{
	float:left;
	width:742px;
}

.MainContentBody
{
	width:520px;
	background-color:#FFFFFF;
}

.MainContentBodyContainer
{
	padding:4px;
}

.SubContentHeader
{
	border-top: solid 1px #FFFFFF;
	width:220px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#BECA95;
}

.SubContentHeaderContainer
{
	padding:4px;
}

.SubContentBody
{
	width:220px;
	background-color:#FFFFFF;
}

.SubContentBodyContainer
{
	padding:4px;
}

/*-------------------------------------PUBLIC SITE 2 COLUMN PAGE STYLES---------------------------------------*/
.TwoColContainer
{
	width:960px;
	margin:0;
	text-align:left;
}

.TwoColLowerContainer
{

	float:left;
	width:960px;
	margin:0;
	text-align:left;
	border-top: solid 5px #beca95;
}

.TwoColMainContent
{
	float:left;
	width:734px;
}

.TwoColSideContent
{
	float:right;
	width:224px;
}

.QuoteContainer
{
	padding:4px;	
}

/*--------------------------------------------PUBLIC FORM STYLES--------------------------------------------------*/

/*Container which holds public forms*/
.PublicFormContainer
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	padding:10px;
}

/*Style of the Required field indicator*/
.RequiredFieldIndicator
{
	color:#990000;
}

/*--------------------------------------------SUBSCRIBE PAGE STYLES--------------------------------------------------*/

/*Subscribe Form table*/
.SubscribeFormTable
{
	border-style:none;
	width:490px;
}

/*Subscribe Form field name column*/
.SubscribeFormNameColumn
{
	width:150px;	
}

/*Subscribe Form value column*/
.SubscribeFormValueColumn
{
	/*width:280px;*/
}

/*Subscribe Form textfield*/
.SubscribeFormTextfield
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border-style:solid;
	border-width:1px;
	border-color:#A4B660;
}

/*Subscribe Form Checkbox*/
.SubscribeFormCheckbox
{

}

/*Subscribe Form Radio Button*/
.SubscribeFormRadio
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

/*Subscribe Form button container*/
.SubscribeFormButtonContainer
{
	width:437px;
	text-align:right;
	vertical-align:middle;
}

/*UnSubscribe Form button container*/
.UnSubscribeFormButtonContainer
{
	width:350px;
	text-align:right;
	vertical-align:middle;
}


/*--------------------------------------------ENQUIRY PAGE STYLES--------------------------------------------------*/

/*Enquiry Form table*/
.EnquiryFormTable
{
	border-style:none;
	width:490px;
}

/*Enquiry Form field name column*/
.EnquiryFormNameColumn
{
	width:150px;	
}

/*Enquiry Form value column*/
.EnquiryFormValueColumn
{
	/*width:280px;*/
}

/*Enquiry Form textfield*/
.EnquiryFormTextfield
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border-style:solid;
	border-width:1px;
	border-color:#A4B660;
}

/*Enquiry Form textarea*/
.EnquiryFormTextarea
{
	height:80px;

	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border-style:solid;
	border-width:1px;
	border-color:#A4B660;
}

/*Enquiry Form button container*/
.EnquiryFormButtonContainer
{
	width:437px;
	text-align:right;
	vertical-align:middle;
}



/*-----------------------------------ERRORS-------------------------------------*/
.adminError
{
	text-align:left;
	padding:10px;
	background-color:#CCCCCC;
	overflow:hidden;
}

.adminErrorTextShort
{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#990000;
}

.adminErrorTextMedium
{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#333333;
}

.adminErrorTextLong
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#666666;
}

/*-----------------------------------VALIDATION ERRORS-------------------------------------*/
.adminValidationError
{
	text-align:left;
	padding:10px;
	background-color:#CCCCCC;
	overflow:hidden;
}

.adminValidationErrorTextShort
{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#990000;
}

.adminValidationErrorTextMedium
{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#333333;
}

/*-----------------------------------INFORMATION POPUPS-------------------------------------*/
.adminInfoPopup
{
	text-align:left;
	padding:10px;
	background-color:#CCCCCC;
	overflow:hidden;
}

.adminInfoPopupTextShort
{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;
}

.adminInfoPopupTextMedium
{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#666666;
}

/*-----------------------------------WARNING POPUPS-------------------------------------*/
.adminWarningPopup
{
	text-align:left;
	padding:10px;
	/*background-color:#CCCCCC;*/
	border:solid 1px #990000;
	overflow:hidden;
}

.adminWarningPopupTextShort
{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#990000;
}

.adminWarningPopupTextMedium
{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#666666;
}