/*********** STANDARD HTML STYLES ***********/
body{
	font-size: 0.95em;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}

a{
	text-decoration: none;
	color: #00a8a8;
}

a:hover{
	text-decoration: underline;
	color: #00a8a8;
}

.orangeTheme a,
.orangeTheme a:hover{
	color: #f0940d;
}

hr{
	border: none;
	height: 0px;
	border-top: 1px solid #00a8a8;
	margin-top: 0px;
	background: #00a8a8;
}

.orangeTheme hr{
	border-top: 1px solid #f0940d;
	background: #f0940d;
}


p{
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

form{
	margin: 0;
}

h1, h2, h3, h4, h5, h6, h7{
	font-weight: bold;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	color: #00a8a8;
}

.orangeTheme h1, .orangeTheme h2, .orangeTheme h3, .orangeTheme h4, .orangeTheme h5, .orangeTheme h6, .orangeTheme h7{
	color: #f0940d;
}

h1{font-size: 1.8em;}
h2{font-size: 1.6em;}
h3{
	font-size: 1.4em;
}

.megaSectionPage h3{
	padding-top: 0px;
}
/*********** STANDARD HTML STYLES ***********/



/*********** FUNCTION BAR STYLES ************/
#functionBar{
	position: relative;
	font-weight: bold;
	font-size: 0.85em;
	z-index: 100;
}

#functionBar #displayVersion a,
#functionBar #keyLinks a{
	color: #acacac;
}

#functionBar #displayVersion{
	position: absolute;
	right: 670px;
	top: 6px;
}

#functionBar #keyLinks{
	position: absolute;
	right: 522px;
	top: 6px;
}

#functionBar #keyLinks span {
	padding-right: 14px;
}

#functionBar #siteSearch{
	position: absolute;
	right: 311px;
	top: 5px;
}

#functionBar #siteSearch form{}

#functionBar #siteSearch .searchLabel{
	color: #acacac;
	padding-right: 12px;
}

#functionBar #siteSearch #_searchTerm{
	border: solid 1px #e0dfdf;
	color: #acacac;
	width: 151px;
}

#functionBar #siteSearch #submit{
	display: none;
}
/*********** FUNCTION BAR STYLES ************/



/*********** HEADER ************/
.homepage div#innerHeader{
	position: relative;
}

div#innerHeader .headerDonationLink{
	float: right;
}

div#innerHeader .mainLogo{
	float: left;
}

div#innerHeader .strapline{
	float: right;
	clear: right;
}

div#innerHeader .headerMenu{
	float: left;
	clear: both;
	width: 1000px;
	height: 31px;
	background: url(/images/structure/header/menuBG001.gif) left top repeat-x
}

div#innerHeader .headerMenu a{
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 14px 6px 14px;
}

div#innerHeader .headerMenu .home{
	padding-left: 21px;
}


div#innerHeader .headerMenu a:hover{
	background: url(/images/structure/header/menuBG_on_001.gif) left top repeat-x
}

div#innerHeader .headerMenu .active{
	background: url(/images/structure/header/menuBG_on_001.gif) left top repeat-x
}
/*********** HEADER ************/


/************ CRUMBTRAIL STYLES *************/
div#crumbtrail{
	padding: 5px 10px 5px 0px;
	font-size: 0.85em;
	color: #898989;
	text-align: right;
	width: 990px;
}

div#crumbtrail .contents a{
	color: #898989;
}
/************ CRUMBTRAIL STYLES *************/


/********** CENTRAL LAYOUT STYLES ***********/
div#innerContainer11,
div#innerContainer10, 
div#innerContainer01, 
div#innerContainer00{
	font-size: 0.85em;
}

div#innerLeftColumn{
	padding-bottom: 15px;
	padding-top: 8px;
}

div#innerRightColumn{
	padding-top: 36px;
	padding-bottom: 15px;
}

.homepage div#innerRightColumn,
.megaSectionPage div#innerRightColumn{
	padding-top: 0px;
}

div#center{}

div.pageTitle{
	font-weight: normal;
	color: #000000;
	font-size: 1.8em;
	padding: 0px 0px 8px 0px;
}

div.pageCopy{
	padding-top: 0px;
}

div#innerContainer11 div.pageCopy img{
	max-width: 495px;
}

div#innerContainer11 div.pageCopy .webGoogleMaps001 img{
	max-width: 2000px;
}

/********** CENTRAL LAYOUT STYLES ***********/



/************** FOOTER STYLES ***************/
div#innerFooter{
	width:1000px;
	font-weight: bold;
	color: #898989;
	padding-top: 10px;
}

div#innerFooter br{
	line-height: 5px;
}

div#innerFooter .locations{
	color: #f0940d;
	width: 970px;
	padding-left: 30px;
	padding-bottom: 5px;
	border-bottom: solid 6px #00a8a8;
}

div#innerFooter .footerNavigation{
	background: #e3f6f8;
}

div#innerFooter .footerNavigation td{
	font-size: 0.65em;
	padding: 5px 15px;
}

div#innerFooter .footerNavigation td span{
	color: #00a8a8;
}

div#innerFooter .footerNavigation td a{
	color: #898989;
}

div#innerFooter .resources .text{
	float: left;
}

div#innerFooter .resources .image{
	float: left;
	padding: 20px 0px 0px 5px;
}

div#innerFooter .snapperDetails{
	padding-right: 15px;
	font-size: 0.65em;
	text-align: right;
}

div#innerFooter .snapperDetails a{
	color: #898989;
}
/************** FOOTER STYLES ***************/




/******** GLOBAL ACTIVE FORM STYLES ********/
.formPageTitle {
	font-size: 1.5em;
	margin: 10px 0px 0px 0px;
	color: #00a8a8;
}

.formMessage{
	min-height: 20px;
	padding-bottom: 10px;
}

fieldset, legend{
	border: 0;
	padding: 0;
	margin: 0;
}

form .requiredLabel{
	font-weight: 700;
}

form .errorFlag{
	color: red;
}

.activeForm{
	width:100%;
	float: left;
}

.activeForm .formItemWrapper{
	float:left;
	padding: 0;
	width: 100%;
}

.activeForm .formText{
	padding: 5px 0px 5px 0px;
	float: left;
}

.activeForm .formLabelH{
	padding: 5px 0px 5px 0px;
	float:left;
	width: 38%;
	text-align: right;
}

.activeForm .formItemRequiredFlag{
	padding: 5px 0px 0px 3px;
	float:left;
	width: 2%;
}

.activeForm .formSummaryH{
	padding: 5px 0px 5px 0px;
	float:right;
	width: 57%;
	text-align: left;
}

.activeForm .formInputH{
	padding: 2px 0px 5px 0px;
	width: 57%;
	float:right;

}

.activeForm .formLabelV{
	float: left;
	padding: 0px 0px 5px 0px;
	clear:left;
}

.activeForm .formInputV, 
.activeForm .formSummaryV, 
.activeForm .formButton{
	float:left;
	clear:left;
}
/******** GLOBAL ACTIVE FORM STYLES ********/


/** default tables styles **/
/*****************************************************************************/
.tableContents {
	float: left;
}

.columnTitles {
	clear: left;
	float: left;
}

.columnTitle {
	float: left;
	padding: 4px 4px 4px 4px;
}

.tableData {
	float: left;
}

.tableItem {
	clear: left;
	float: left;
}

.itemDetails, .itemDetails .inlineLabel, .itemDetails .inlineValue{
	float: left;
}

.itemDetails .inlineLabel {
	padding-right: 5px;
}

.itemDetails .cell{
	float: left;
	overflow: hidden;
}

.tableNavigation {
	float: left;
	padding: 5px 5px 5px 5px;
}

.tableNavigation .navCount {
	float: left;
}

.tableNavigation .navLinks {
	float: right;
}

.tableNavigation .navLinks .prevPageLink {
	padding-right: 20px;
}

.tableNavigation .navLinks .pageNumber{
	padding: 0px 2px 0px 2px;
}

.tableNavigation .navLinks .nextPageLink {
	padding-left: 20px;
}
/*****************************************************************************/





/*****************************************************************************/
.webSearch001 .columnTitles{
	display: none;
}

.webSearch001 .tableContents{
	float: left;
	width: 600px;

}

.webSearch001 .tableData{
	float: left;
	padding-bottom: 10px;
}

.webSearch001 .tableItem{
	clear: left;
	float: left;
	border-bottom: 1px solid #f2f2f2;
	margin: 5px 0px;
	width: 600px;
}

.webSearch001 .soleItem{
	border-bottom: none;
}

.webSearch001 .itemDetails{
	float: left;
	padding: 3px 0px 3px 0px;
}

.webSearch001 .itemDetails .cell{
	float: left;
	overflow: hidden;
	width: 600px;
}

.webSearch001 .tableNavigation{
	float: left;
	padding: 3px 0px 3px 0px;
	width: 600px;
}

.webSearch001 .tableNavigation .navCount{
	float: left;
	width: 150px;
}

.webSearch001 .tableNavigation .navLinks{
	float: right;
	width: 350px;
	text-align: right;
	padding-right: 10px;
}

.webSearch001 .tableNavigation .navLinks a{
}

.webSearch001 .tableNavigation .navLinks .prevPageLink{
	padding-right: 20px;
}

.webSearch001 .tableNavigation .navLinks .pageNumber{
	padding: 0px 2px 0px 2px;
}

.webSearch001 .tableNavigation .navLinks .nextPageLink{
	padding-left: 20px;
}

.webSearch001 {
	width: 600px;
	float:left;
}

.webSearch001 .title{
	padding:3px 0px 5px 0px;
	width: 600px;
}

.webSearch001 .item_title a{	
	font-weight: bold;	
	margin-bottom: 5px;
}

.webSearch001 .item_description{
	margin: 5px 0px 5px 0px;
	width: 600px;
}

.searchResultsForm .summary{
	width: 600px;
	padding-bottom: 10px;
}

.searchResultsForm .summary .formLabelH{
	width: 140px;
	padding: 0px;
}

.searchResultsForm .summary .formSummaryH{
	width: 455px;
	padding: 0px;
	font-weight: bold;
}
/*****************************************************************************/




/**** MEGA SECTION LANDING PAGE STYLES ***/
.megaSectionPage #innerContainer11{
	position: relative;
}

.megaSectionPage .pageTitle{
	position: absolute;
	z-index: 100;
	top: 195px;
	left: 225px;
}

.megaSectionPage .pageCopy{
	padding-top: 246px; 
}

.megaSectionPage .megaPageSplash{
	position: absolute;
	left: 215px;
	top: 0px;
	border-bottom: solid 6px #00a8a8;
}

.megaSectionPage .megaPageSplash .widgetFooter{
	position: absolute;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background: #cfefef;
	height: 40px;
	width: 511px;
	bottom: 0px;
	left: 0px;
}

.megaSectionPage .megaSectionQuote{
	width: 275px;
	height: 230px;
	background: #40bebe;
	border-bottom: solid 6px #00a8a8;
	margin-bottom: 10px;
}


.megaSectionPage .megaPageSplashOrange{
	border-bottom: solid 6px #f0940d;
}

.megaSectionPage .megaPageSplashOrange .widgetFooter{
	background: #fbe4c2;
}


.megaSectionPage .megaSectionQuoteOrange{
	background: #fbe4c2;
	border-bottom: solid 6px #f0940d;

}
/**** MEGA SECTION LANDING PAGE STYLES ***/


/******* FAQs page *********/
.collapsibleContentPage ol li{
	padding: 10px 0px 0px 0px;
	color: #00a8a8;
	cursor:pointer; 
	cursor:hand;
	font-weight: bold;
}

.collapsibleContentPage ol li ul{
	list-style-type: none;
	margin-left: 0px;
	padding: 10px 0px;
}

.collapsibleContentPage ol li ul li{
	font-weight: normal;
}

.collapsibleContentPage ol li ul li{
	color: #000;
	cursor:text;
}

.collapsibleContentPage ol li ul li ul{
	list-style-type: disc;
	margin-left: 10px;
	padding: 10px 0px;
}
/******* FAQs page *********/

/** mini video browser **/
/*******************************************/


.miniVideoBrowser{
	float:left;
}

.miniVideoBrowser .title{
	font-weight: normal;
	font-size: 18px;
	color: #595959;
	padding: 0px 0px 10px 0px;
	float: left;
}

.miniVideoBrowser .body{
	width: 178px;
	background-color: #fafafa;
	border: solid 1px #d0d0d0;
	float: left;
}
.miniVideoBrowser .itemDetails{
	padding: 6px;
	float: left;
	width: 178px;
}
.miniVideoBrowser .web_image{
	width: 69px;
	padding: 3px 3px 0px 0px;
	float: left;
}
.miniVideoBrowser .assetName{
	width: 93px;
	float: left;
	overflow: hidden;
}
.miniVideoBrowser .assetLength{
	width: 70px;
	float: left;
	overflow: hidden;
	font-size: 0.8em;
	font-weight: bold;
	height: 15px;

}
.miniVideoBrowser .standfirst{
	float: left;
	height: 30px;
	width: 150px;
}
.miniVideoBrowser a{
	color: #034ea2;
}

.webMediaPlayer001 .caption{
	width: 490px;
	float: left;
	clear: both;
	padding: 5px;
}
/*******************************************/



/** Hover ad **/
/****************************************************/
.webHoverAd001 .hoverTitle{
	font-size: 2em;
	color: #000000;
	padding-bottom: 0px !important; 

}

.webHoverAd001 .hoverBody{
	color: #000000;
}

.webHoverAd001 .hoverButton{
	border: none;
	background-color: transparent;
	background-image: url(/images/structure/hoverAd/button.gif);
	font-weight: bold;
	color: #fff;
	padding: 3px 10px 8px 0px;
	width: 171px;
	height: 51px;
	font-family: Arial, sans-serif;
}

.confirmButton{
	left: 70px!important;
	top: 225px !important;
	background: transparent url(/images/structure/hoverAd/button.gif) top left no-repeat;
	font-weight: bold;
	color: #fff;
	padding: 15px 0px 8px 45px;
	width: 171px;
	height: 51px;
}

.confirmButton a{
	font-family: Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

#cancelButton{
	top: 225px !important;
}
/****************************************************/
