﻿/*
screen.css
Screen media CSS common to all stylesheets.

author: Sing Chan
last modified: June 22, 2007

--------------------------------------------------------------
color index:
default text: #444;
link blue: #0C2577;
hover blue: #3867A1;
link grey: #666;
header green: #87B201;
bg grey: #EFEFEF;
bg green: #690;
--------------------------------------------------------------
*/





@media screen, projection {





/*------------------------------------------------------------

generic HTML elements

------------------------------------------------------------*/

body {
	background: url(../images/bg_body.gif) repeat-x 0px 74px;
	margin: 0;
	padding: 0;
	color: #444;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: x-small;
voice-family: "\"}\"";
voice-family:inherit;
	font-size: small;
}

html>body {
	font-size: small;
}

/**/a:link, a:visited, a:active {
	color:#0060A9;
	text-decoration:none;
	font-style:normal;
}

/**/a:hover {
	text-decoration:underline;
}

/**/p, span.p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.8em 0;
	display: block;
	line-height:1.5;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}





/*------------------------------------------------------------

headings

------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 6px 0;
	font-weight: normal;
	line-height:1.4em;
	color: #87B201;
}

/*h1, h2 {
	margin-bottom: 10px;
	font-size: 135%;
}*/

h1 {
	font-family:Arial, sans-serif;
	font-size:1.8em;
	font-weight:bold;color:#4D4D4D;
	margin:0 0 16px 0;
}

/**/h1.cga-PageTitle {
	font-family:Arial, sans-serif;
	font-size:1.8em;
	font-weight:bold;color:#4D4D4D;
	margin:0 0 16px 0;
}


/**/h2 /*Added h2 styling into CSS*/
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#999;
	line-height:1.4em;
	font-weight:normal;
	padding:0 0 12px 0;
}

/**/h3 {
	color:#E0861B;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.4;
	margin:0 0 2px 0;
}

/**/h4 {
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-weight:normal;	
	color:#808080;
	font-size:1.3em;
	margin:0 0 6px 0;
	line-height:1.4;
}

/**/h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	padding:0 0 2px 0;
	font-weight:normal;
	font-style:italic;
}

h6 {
	font-size: 100%;
}





/*------------------------------------------------------------

lists

------------------------------------------------------------*/

ul {
	list-style: none;
	margin: 0 0 0.8em 0;
	padding: 0;
}

ul li {	
	padding-left: 23px;
	background: url(../images/bullet_blue.gif) no-repeat 10px 8px;
}

ol {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 35px;
}
html>body ol {
	padding: 0;
	margin-left: 35px;
}

li {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
}

dd {
	margin: 0 15px 0.8em 15px;
}

ul li span.p {
	margin: 0;
	display: inline;
}

ul li ul {
	margin-top: 0.8em;
}





/*------------------------------------------------------------

generic classes

------------------------------------------------------------*/

.hack-clearBoth {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.cga-PageMetadata {
	margin-bottom: 20px;
}

.cga-PageMetadata fieldset {
	padding: 20px 10px 10px 10px;
}

.cga-LastUpdatedDate {
	clear: both;
	font-size: 85%;
	color: #999;
}
html>body .cga-LastUpdatedDate {
	padding-top: 10px;
}




/*------------------------------------------------------------

sharepoint editing mode styles

------------------------------------------------------------*/

/* site actions menu */

.cga-SiteActions {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	background: #FFF;
	border: 1px solid #000;
	padding: 0 3px 1px 3px;
}

.cga-SiteActions a, .cga-SiteActions a:link {
	text-decoration: none;
	color: #0C2577;
	font-weight: bold;
}


/* webpart tool pane */

td#MSOTlPn_MainTD {
	width: 1px !important;
}

table.ms-ToolPaneOuter {
	position: absolute;
	top: 95px;
	right: 0;
}


/* form fields */

div.ms-formfieldcontainer {
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
}

div.ms-formfieldvaluecontainer {
	margin: 0;
	padding: 0;
	border: none;
}

div.ms-formfieldvaluecontainer span span span span div {
	width: auto !important;
	padding: 3px !important;
}

div.ms-formfieldvaluecontainer span span span span div a.ms-selectorlink {
	display: block;
	padding: 3px;
}

div.ms-formfieldcontainer div.ms-formfieldlabelcontainer {
	margin: 0;
	padding: 0;
	border: none;
}

div.ms-formfieldcontainer span.ms-formfieldlabel {
	border: none;
	display: block;
	white-space: normal !important;
}

div.ms-toolbarContainer {
	border: none;
}


/* web part zones */

.section .section table {
	width: auto !important;
}

h3.ms-WPTitle nobr {
	white-space: normal;
}





/*------------------------------------------------------------

sharepoint rich text editor generic styles

------------------------------------------------------------*/

.ms-rteCustom-floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.ms-rteCustom-floatRight {
	float: right;
	margin: 0 0 10px 10px;
}





/*------------------------------------------------------------

sharepoint rich text editor table styles

------------------------------------------------------------*/

.ms-rteTable-1 {
}

.ms-rteTableHeaderRow-1 {
}

.ms-rteTableHeaderFirstCol-1 {
}

.ms-rteTableHeaderLastCol-1 {
}

.ms-rteTableHeaderOddCol-1 {
}

.ms-rteTableHeaderEvenCol-1 {
}

.ms-rteTableOddRow-1 {
}

.ms-rteTableEvenRow-1 {
}

.ms-rteTableFirstCol-1 {
}

.ms-rteTableLastCol-1 {
}

.ms-rteTableOddCol-1 {
}

.ms-rteTableEvenCol-1 {
}

.ms-rteTableFooterRow-1 {
}

.ms-rteTableFooterFirstCol-1 {
}

.ms-rteTableFooterLastCol-1 {
}

.ms-rteTableFooterOddCol-1 {
}

.ms-rteTableFooterEvenCol-1 {
}





/*------------------------------------------------------------

grid presentation and/or override rules below

------------------------------------------------------------*/

#aspnetForm {
 	background: url(../images/bg_Container.jpg) no-repeat 50% 74px;
}	

.cga-ContentPrimary {
	padding: 0 0 0 70px;
	min-height:100%;
	 
	/* altered content primary line height from default of 1.2em so content reads better */
	line-height: 1.35em;
}

.cga-ContentSecondary {
}

.cga-ContentTertiary {
	float:left;
	width:170px;
	padding:0 10px;
}





/*------------------------------------------------------------

header region

------------------------------------------------------------*/

.cga-Header {
	margin: 0;
	height: 80px;
	font-size: 83%;
}



/* logo */
.cga-Logo {
	position: absolute;
}



/* header navigation */
.cga-NavHeader {
	color: #999;
	margin: 0 0 0 215px;
	padding: 0;
	list-style: none;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
}

.cga-NavHeader img {
	vertical-align:middle;
	padding:0 4px 0 0;
}

.cga-NavHeader li {
	display: inline;
	padding: 0 0 0 20px;
	margin: 0;
	background: transparent;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

.cga-NavHeader a:link, .cga-NavHeader a:visited {
	color:rgb(77,77,77);
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
}
.cga-NavHeader a:hover {
	text-decoration: underline;
	color:#000000;
}

.cga-NavHeder a.disabled:link, .cga-NavHeader a.disabled:visited, .cga-NavHeader a.disabled:hover {
	color: #999 !important;
	text-decoration: none;
	cursor: default;
}




/* header tools */
.cga-HeaderTools
{
	margin: 0 0 0 260px;
	width: 500px;
	height: 55px;
}




/* header search */
.cga-Search {
	float: right;
}

.cga-Search #SRSB {
	padding: 10px 0 0 0;
}

.cga-Search #SRSB table.ms-sbtable {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
}

.cga-Search #SRSB table.ms-sbtable td {
	border: none;
	padding: 0;
}

.cga-Search #SRSB table.ms-sbtable td.ms-sbLastcell {
	display: none;
}

.cga-Search #SRSB input.ms-sbplain {
	border: 2px #FFF inset;
	padding: 1px 4px 1px 4px;
	margin-right: 5px;
}


.cga-Associations {
	float: right;
	padding: 12px 10px 0 0;
}

.cga-Associations select {
	border: 2px #FFF inset;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 8pt;
}




/*------------------------------------------------------------

primary navigation

------------------------------------------------------------*/

.cga-NavPrimaryContainer {
	height: 135px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: bottom right;
	border-right: solid 1px #FFF;
}

.cga-NavPrimary {
	margin: 0;
	padding: 29px 0 0 0;
	list-style: none;
	width: 371px;
	height: 135px;
	border-right: solid 1px #FFF;
	float: left;
voice-family: "\"}\"";
voice-family:inherit;
	width: 370px;	
	height: 106px;
}
html>body .cga-NavPrimary {
	width: 370px;	
	height: 106px;
}

.cga-NavPrimary li {
	display: block;
	float: left;
	margin: 0 10px 3px 0;
	width: 205px;
	height: 22px;
	background: transparent;
	padding: 0;
}

.cga-NavPrimary a {
	background: no-repeat top left;
	display: block;
	font-size: 1px;
	line-height: 1px;
	color: #0C2577;
	letter-spacing: -1em;
	text-indent: -300px;
	width: 165px;
	height: 22px;
	overflow: hidden;
}

.cga-NavPrimary a:hover {
	background-position: 0px -22px;
}

.cga-NavPrimary li.selected a, 
.cga-NavPrimary li.selected a:hover {
     background-position: 0px -44px;
}

/* right column overrides */

.cga-NavPrimary li.alt {
	width: 150px;
	margin-right: 0;
}

.cga-NavPrimary li.alt a {
	width: 110px;
}


/* navitems */

.cga-NavPrimary-AboutCGA a {
	background-image: url(../images/navPrimary-AboutCGA.gif);
}

.cga-NavPrimary-Programs a {
	background-image: url(../images/navPrimary-Programs.gif);
}

.cga-NavPrimary-Research a {
	background-image: url(../images/navPrimary-Research.gif);
}

.cga-NavPrimary-Standards a {
	background-image: url(../images/navPrimary-Standards.gif);
}

.cga-NavPrimary-MediaCentre a {
	background-image: url(../images/navPrimary-MediaCentre.gif);
}

.cga-NavPrimary-International a {
	background-image: url(../images/navPrimary-International.gif);
}





/*------------------------------------------------------------

secondary navigation (left-column nav)

------------------------------------------------------------*/

/**/.cga-NavSecondary {
	margin:0 0 0 20px;
	padding: 0;
	list-style: none;
	width: 150px;
}

.cga-NavSecondary ul {
	margin:0;
	padding:0;
	list-style:none;
}

.cga-NavSecondary li {
	background: transparent;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

.cga-NavSecondary li a {
	/*background: url(../images/navSecondary_bullet.gif) no-repeat top left;*/
	text-decoration: none;
	margin:0;
	padding:2px 0;
	display: inline-block;
	width: 150px;	
voice-family: "\"}\"";
voice-family:inherit;
	width: 150px;
	border-top: 1px solid #DFDFDF;
}
html>body .cga-NavSecondary li a {
	display: block;
	width: 150px;
	color:#498DB9;
}

.cga-NavSecondary li a:hover {
	text-decoration:none;
	color:#0060A9;
}

html>body .cga-NavSecondary a:hover {
	text-decoration:none;
	color:#0060A9;
}


/* extra padding for level 1 items with children */
.cga-NavSecondary li.hasChildren {
	padding-bottom:0;
}

.cga-NavSecondary li.hasChildren li.hasChildren {
	padding-bottom:0;
	/*background: url(../images/navSecondary_bg.gif) no-repeat 22px 100%;*/
}

.cga-NavSecondary li.hasChildren li.hasChildren li.hasChildren {
	padding-bottom:0;
	background: transparent;
}


/* bullets */
.cga-NavSecondary li.selected a {
	background: url(../images/navSecondary_bullet.gif) no-repeat 4px 6px;
	margin:2px 0 2px -17px;
	padding:2px 0 2px 17px;
	color:#0060A9;
}

.cga-NavSecondary li.hasChildren a {
	background-position: 0px -600px;
	padding-bottom: 0;
}



/* level 2 items */
.cga-NavSecondary li.selected ul a, 
.cga-NavSecondary li.hasChildren ul a {
	/*background: url(../images/navSecondary_bg.gif) no-repeat 30px 100%;*/
	background:none;
	padding: 2px 0 2px 0;
	margin:2px 0 2px 15px;
	width: 135px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 135px;
}
html>body .cga-NavSecondary li.selected ul a, 
html>body .cga-NavSecondary li.hasChildren ul a {
	width: 135px;
}

.cga-NavSecondary li.selected ul a:hover, 
.cga-NavSecondary li.hasChildren ul a:hover {
	color:#0060A9;
}

html>body .cga-NavSecondary li.selected ul a:hover, 
html>body .cga-NavSecondary li.hasChildren ul a:hover {
	color:#0060A9;
}


.cga-NavSecondary li.hasChildren ul li.hasChildren a,
.cga-NavSecondary li.hasChildren ul li.hasChildren ul li.hasChildren a
{
	background: transparent;
	padding-bottom:0;
}



/* level 3 items */
.cga-NavSecondary li.selected ul li.selected ul a, 
.cga-NavSecondary li.hasChildren ul li.hasChildren ul a {
	background: url(../images/bullet_grey.gif) no-repeat 0px 7px;
	padding: 2px 0 2px 10px;
	margin:2px 0 0 25px;
	width: 110px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 110px;
	font-size:90%;	
}

html>body .cga-NavSecondary li.selected ul li.selected ul a, 
html>body .cga-NavSecondary li.hasChildren ul li.hasChildren ul a {
	width: 110px;	
}

.cga-NavSecondary li.selected ul li.selected ul a:hover, 
.cga-NavSecondary li.hasChildren ul li.hasChildren ul a:hover {
	color:#0060A9;
}

html>body .cga-NavSecondary li.selected ul li.selected ul a:hover, 
html>body .cga-NavSecondary li.hasChildren ul li.hasChildren ul a:hover {
	color:#0060A9;
}

.cga-NavSecondary li.selected ul li.selected ul li.selected a, 
.cga-NavSecondary li.hasChildren ul li.hasChildren ul li.selected a {
	background: url(../images/bullet_blue.gif) no-repeat 0 7px;
}

html>body .cga-NavSecondary li.selected ul li.selected ul li.selected a:hover, 
html>body .cga-NavSecondary li.hasChildren ul li.hasChildren ul li.selected a:hover {
	color:#0060A9;
}



/* level 4 items */
.cga-NavSecondary li.selected ul li.selected ul li.selected ul a, 
.cga-NavSecondary li.hasChildren ul li.hasChildren ul li.hasChildren ul a {
	background: url(../images/bullet_grey.gif) no-repeat 39px 7px;
	padding: 2px 0 8px 48px;
	width: 142px;
voice-family: "\"}\"";	
voice-family:inherit;
	width: 135px;	
}
html>body .cga-NavSecondary li.selected ul li.selected ul li.selected ul a, 
html>body .cga-NavSecondary li.hasChildren ul li.hasChildren ul li.hasChildren ul a {
	width: 135px;	
}

.cga-NavSecondary li.selected ul li.selected ul li.selected ul li.selected a, .cga-NavSecondary li.hasChildren ul li.hasChildren ul li.hasChildren ul li.selected a {
	background: url(../images/bullet_blue.gif) no-repeat 39px 7px;
}



/* default link color */
.cga-NavSecondary a:link, .cga-NavSecondary a:visited,
.cga-NavSecondary li.selected ul a:link, .cga-NavSecondary li.selected ul a:visited,
.cga-NavSecondary li.selected ul li.selected ul a:link, .cga-NavSecondary li.selected ul li.selected ul a:visited,
.cga-NavSecondary li.selected ul li.selected ul li.selected ul a:link, .cga-NavSecondary li.selected ul li.selected ul li.selected ul a:visited,

.cga-NavSecondary li.hasChildren ul a:link, .cga-NavSecondary li.hasChildren ul a:visited,
.cga-NavSecondary li.hasChildren ul li.hasChildren ul a:link, .cga-NavSecondary li.hasChildren ul li.hasChildren ul a:visited,
.cga-NavSecondary li.hasChildren ul li.hasChildren ul li.hasChildren ul a:link, .cga-NavSecondary li.hasChildren ul li.hasChildren ul li.hasChildren ul a:visited
{
	color: #498DB9;
}


/* selected or has children color */
.cga-NavSecondary li.selected a:link, .cga-NavSecondary li.selected a:visited,
.cga-NavSecondary ul li.selected a:link, .cga-NavSecondary ul li.selected a:visited,
.cga-NavSecondary ul li.selected ul li.selected a:link, .cga-NavSecondary ul li.selected ul li.selected a:visited,
.cga-NavSecondary ul li.selected ul li.selected ul li.selected a:link, .cga-NavSecondary ul li.selected ul li.selected ul li.selected a:visited,

.cga-NavSecondary li.hasChildren a:link, .cga-NavSecondary li.hasChildren a:visited,
.cga-NavSecondary ul li.hasChildren a:link, .cga-NavSecondary ul li.hasChildren a:visited,
.cga-NavSecondary ul li.hasChildren ul li.hasChildren a:link, .cga-NavSecondary ul li.hasChildren ul li.hasChildren a:visited,
.cga-NavSecondary ul li.hasChildren ul li.hasChildren ul li.hasChildren a:link, .cga-NavSecondary ul li.hasChildren ul li.hasChildren ul li.hasChildren a:visited
{
	color: #0060A9;
}





/*------------------------------------------------------------

breadcrumb

------------------------------------------------------------*/

.ms-pagebreadcrumb {
	display: none;
}

.cga-Breadcrumb {
	display: block;
	padding:5px 20px 0 255px;
	font-size: 83%;
	color:#498DB9;
	margin:0 0 20px 0;
}

.cga-Breadcrumb .separator {
	border: none;
}


/* breadcrumb links */

/**/.cga-Breadcrumb a:link, .cga-Breadcrumb a:visited {
	color:#498DB9;
	line-height:1.4;
}
/**/.cga-Breadcrumb a:hover {
	color:#0060A9;
}

.cga-Breadcrumb a.selected {
	text-decoration: none;
}
.cga-Breadcrumb a.selected:hover {
	text-decoration: underline;
}





/*------------------------------------------------------------

footer region

------------------------------------------------------------*/

.cga-Footer {
	clear: both;
	padding: 2em 0 2em 0;
	font-size: 90%;
	font-weight:bold;	
}


.cga-Footer a:link, 
.cga-Footer a:visited {
	color: #FFF;
	text-decoration: none;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}
.cga-Footer a:hover {
	text-decoration: underline;
}


/* footer navigation */
.cga-NavFooter {
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
	list-style: none;
	background:#0060A9;
	text-align:left;
}

.cga-NavFooter li {
	padding: 0 10px 0 10px;
	display: inline;
	background: url(../images/p.gif) no-repeat top left;
}

.cga-Footer a.copyright:link, .cga-Footer a.copyright:visited {
	color: #999;
}





/*------------------------------------------------------------

buttons

------------------------------------------------------------*/

a.button {
	display: block;
	width: 141px;
	height: 45px;
	font: 1px/1px;
	color: #FFF;
	letter-spacing: -1em;
	text-indent: -300px;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}

a.cga-buttonThinkCGA {
	background-image: url(../images/btn_ThinkCGA.gif);
}

a.cga-buttonPDNet {
	background-image: url(../images/btn_PDNet.gif);
}



/* search button */
.cga-buttonGo {
	vertical-align: bottom;
}




/*------------------------------------------------------------

links lists

------------------------------------------------------------*/

.cga-Section1 .section ul, .cga-Section2 .section ul, .cga-SectionContainer .section ul,
.cga-BudgetAnalysisLinks ul, .cga-RelatedInfo ul,
ul.linksList, ul.ms-rteCustom-linksList
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.linksList, ul.ms-rteCustom-linksList {
	/*margin-bottom: 0.8em;*/
}

table table div div ul.linksList {
	font-size: 115%;
	/**/font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.35em;
}

.cga-Section1 .section ul li, 
.cga-Section2 .section ul li, 
.cga-SectionContainer .section ul li,
.cga-BudgetAnalysisLinks ul li, .cga-RelatedInfo ul li,
ul.linksList li, ul.ms-rteCustom-linksList li
{
	/*background: url(../images/bullet_linksList.gif) no-repeat 0px 6px;*/
	background:none;
	padding:5px 0 0 0;
	margin-bottom:0;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

.cga-Section1 .section ul a, 
.cga-Section2 .section ul a, 
.cga-SectionContainer .section ul a,
ul.linksList a, ul.ms-rteCustom-linksList a
{
	color:#0060A9;
	text-decoration: none;
}

.cga-Section1 .section ul a:link, 
.cga-Section2 .section ul a:link,
.cga-SectionContainer .section ul a:link,
.cga-BudgetAnalysisLinks ul a:link, .cga-RelatedInfo ul a:link,
ul.linksList a:link, ul.ms-rteCustom-linksList a:link
{
	color: #0060A9;
}

.cga-Section1 .section ul a:hover, 
.cga-Section2 .section ul a:hover, 
.cga-SectionContainer .section ul a:hover,
.cga-BudgetAnalysisLinks ul a:hover, .cga-RelatedInfo ul a:hover,
ul.linksList a:hover, ul.ms-rteCustom-linksList a:hover
{
	color: #3867A1;
	text-decoration: underline;
}

.linksList .contentType, .linksList .fileInfo, .linksList .lastUpdatedDate {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 85%;
}

table table div ul.linksList {
	font-size: 120%;
	line-height: 1.35em;
	/**/font-family:Georgia, "Times New Roman", Times, serif;
}

table table div ul.linksList li {
	background-position: 0px 7px !important;
}

table table div ul.linksList li a:link {
	color: #444;
}

table table div ul.linksList li a:visited {
	color: #666;
}

table table div ul.linksList li a:hover {
	color: #3867A1;
}
	





/*------------------------------------------------------------

promos & feature content

------------------------------------------------------------*/

.cga-FeatureContent table table div div {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 120%;
}

.promo h2, .promo h3, .promo h4, .promo h5, .promo h6 {
	font-size: 100%;
	font-weight: bold;
	color: #444;
	text-transform: none !important;
}

.cga-FeatureContent table table div div img, .promo img {
	float: left;
	margin: 0 10px 10px 0;
}

.cga-FeatureContent table table div div a:link {
	color: #0C2577;
	text-decoration: underline;
}

.cga-FeatureContent table table div div a:visited {
	color: #666;
	text-decoration: underline;
}

.cga-FeatureContent table table div div a:hover {
	color: #3867A1;
	text-decoration: underline;
}





/*------------------------------------------------------------

landing pages

------------------------------------------------------------*/

/* grid subsections for dual columns */

.cga-ContentPrimary .cga-Section1 {
	float: left;
	width: 270px;
	margin: 20px 0 0 0;
	padding-bottom: 1px;
}

.cga-ContentPrimary .cga-Section2 {
	margin: 20px 0 0 270px;
	padding: 0 0 1px 1px;
	background: url(../images/line_dashed_v.gif) repeat-y top left;
}

.cga-ContentPrimary .cga-SectionContainer {
	margin: 20px 0 0 0;
	padding: 0;
	background: url(../images/line_dashed_v.gif) repeat-y 270px 0px;
}



/* landing page sections */

.cga-Section1 .section, .cga-Section2 .section, .cga-SectionContainer .section {
	background: url(../images/line_dashed_h.gif) repeat-x top left;
	margin: 0 0 10px 0;
	padding: 11px 25px 1px 15px;
	line-height: normal;
}

.cga-Section1 .section-alt, .cga-Section2 .section-alt, .cga-SectionContainer .section-alt {
	margin: 0 10px 10px 0;
	padding: 10px 15px 1px 15px;
	background: #EFEFEF;
}

.cga-Section2 .section {
	margin-left: 1px;
	padding: 11px 15px 1px 25px;
	width: auto;
}

.cga-Section2 .section-alt, .cga-SectionContainer .cga-Spotlight4 {
	margin: 0 0 10px 10px;
	padding: 10px 15px 1px 15px;
	width: auto;
}

.cga-Section1 .section h2, .cga-Section2 .section h2, .cga-SectionContainer .section h2,
.cga-Section1 .section h3, .cga-Section2 .section h3, .cga-SectionContainer .section h3,
.cga-Section1 .section h4, .cga-Section2 .section h4, .cga-SectionContainer .section h4,
.cga-Section1 .section h5, .cga-Section2 .section h5, .cga-SectionContainer .section h5,
.cga-Section1 .section h6, .cga-Section2 .section h6, .cga-SectionContainer .section h6
{
	font-size: 100%;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.cga-Section1 .section h2 a:link, .cga-Section1 .section h2 a:visited, .cga-Section2 .section h2 a:link, .cga-Section2 .section h2 a:visited,
.cga-SectionContainer .section h2 a:link, .cga-SectionContainer .section h2 a:visited,
.cga-Section1 .section h3 a:link, .cga-Section1 .section h3 a:visited, .cga-Section2 .section h2 a:link, .cga-Section2 .section h2 a:visited,
.cga-SectionContainer .section h3 a:link, .cga-SectionContainer .section h3 a:visited,
.cga-Section1 .section h4 a:link, .cga-Section1 .section h4 a:visited, .cga-Section2 .section h2 a:link, .cga-Section2 .section h2 a:visited,
.cga-SectionContainer .section h4 a:link, .cga-SectionContainer .section h4 a:visited,
.cga-Section1 .section h5 a:link, .cga-Section1 .section h5 a:visited, .cga-Section2 .section h2 a:link, .cga-Section2 .section h2 a:visited,
.cga-SectionContainer .section h5 a:link, .cga-SectionContainer .section h5 a:visited,
.cga-Section1 .section h6 a:link, .cga-Section1 .section h6 a:visited, .cga-Section2 .section h2 a:link, .cga-Section2 .section h2 a:visited,
.cga-SectionContainer .section h6 a:link, .cga-SectionContainer .section h6 a:visited
{
	color: #0C2577;
}

.cga-Section1 .section h2 a:hover, .cga-Section2 .section h2 a:hover, .cga-SectionContainer .section h2 a:hover,
.cga-Section1 .section h3 a:hover, .cga-Section2 .section h3 a:hover, .cga-SectionContainer .section h3 a:hover,
.cga-Section1 .section h4 a:hover, .cga-Section2 .section h4 a:hover, .cga-SectionContainer .section h4 a:hover,
.cga-Section1 .section h5 a:hover, .cga-Section2 .section h5 a:hover, .cga-SectionContainer .section h5 a:hover,
.cga-Section1 .section h6 a:hover, .cga-Section2 .section h6 a:hover, .cga-SectionContainer .section h6 a:hover
{
	color: #3867A1;
}

.cga-Section2 .cga-Spotlight3 {
	background-position: 0 -1px;
	padding-top: 10px;
	padding-bottom: 0;
}

.cga-Section2 .hack-Spotlight4Container {
	background: url(../images/line_dashed_h.gif) repeat-x top left;
	padding-top: 11px;
}


/* generic landing page hacks */

.cga-SectionContainer .cga-Spotlight1 {
	float: left;
	width: 260px;
	padding-right: 10px;
	margin-bottom: 10px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 235px;	
}
html>body .cga-SectionContainer .cga-Spotlight1 {
	width: 235px;
}

.cga-SectionContainer .cga-Spotlight2 {
	margin-left: 295px;
	margin-bottom: 0;
	padding: 10px 0 0 0;
	background: transparent;
	width: 225px;
}

.cga-SectionContainer .cga-Spotlight3 {
	float: left;
	margin-bottom: 0;
	padding-top: 21px;
	width: 270px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 230px;	
}
html>body .cga-SectionContainer .cga-Spotlight3 {
	width: 230px;
}

.cga-SectionContainer .hack-Spotlight4Container {
	background: url(../images/line_dashed_h.gif) repeat-x top left;
	padding-top: 11px;
	margin-left: 271px;
	padding-left: 10px;
}

.cga-SectionContainer .cga-Spotlight4 {
	margin: 0;
	padding-left: 15px;
}




/*------------------------------------------------------------

research and advocacy landing page

------------------------------------------------------------*/

.cga-ResearchAndAdvocacy .cga-ContentPrimary ul li {
	margin-bottom: 0.2em;
}

.cga-ResearchAndAdvocacy .section-alt {
	padding-bottom: 10px;
}

.cga-ResearchAndAdvocacy .cga-KeyAreasOfInterest {
	background-position: bottom left;
	padding-top: 8px;
	padding-bottom: 4px;
}






/*------------------------------------------------------------

document listing

------------------------------------------------------------*/

.cga-DocumentListing table {
	width: auto !important;
}





/*------------------------------------------------------------

media centre landing page

------------------------------------------------------------*/

.cga-MediaCentre .cga-MediaReleases table {
	width: auto !important;
}

.cga-MediaCentre .cga-ContentPrimary ul li {
	margin-bottom: 0.2em;
}





/*------------------------------------------------------------

generic landing page

------------------------------------------------------------*/

.cga-GenericLandingPage .cga-ContentPrimary ul li {
	margin-bottom: 0.2em;
}





/*------------------------------------------------------------

location / time for media releases

------------------------------------------------------------*/

.cga-LocationTime {
	font-weight: bold;
}

.cga-LocationTime div.ms-formfieldcontainer {
	width: 250px;
}





/*------------------------------------------------------------

media centre contact info

------------------------------------------------------------*/

.cga-ContactInfo {
	clear: both;
	color: #666;
	/*background: url(../images/line_dashed_h.gif) repeat-x bottom left #EFEFEF;*/
	padding: 0 0 1px 0;
	margin: 20px 0 20px 0;
	border-left:1px solid #B3B3B3;
}

.cga-ContactInfo address, .cga-ContactInfo .vcard {
	/*background: url(../images/line_dashed_h.gif) repeat-x top left #EFEFEF;*/
	margin: 0;
	padding: 10px 20px 9px 20px;
	font-style: normal;
	font-size: 85%;
	line-height: 1.3em;
}

.cga-ContactInfo .fn, .cga-ContactInfo .vcard h2 {
	margin:0;
	padding:0;
	color:#E0861B;
	font-size: 130%;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
}

.cga-ContactInfo .fn, .cga-ContactInfo h3 {
	margin: 10px 0 0 0;
	color:#E0861B;
	font-size: 110%;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

.cga-ContactInfo a:visited {
	color: #0C2577;
}
.cga-ContactInfo a:hover {
	color: #3867A1;
}

.cga-ContactInfo .alt, a.ms-rteCustom-altContactLink {
	display: block;
	background: url(../images/bullet_linksList.gif) no-repeat 0px 5px;
	padding: 0 0 0 13px;
}

.cga-ContactInfo address p, .cga-ContactInfo .vcard p {
	margin:0;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 105%;
}






/*------------------------------------------------------------

media relations contact box

------------------------------------------------------------*/

.cga-ContactInfo-MediaRelations {
	float: right;
	color: #666;
	/*background: url(../images/line_dashed_h.gif) repeat-x bottom left #EFEFEF;*/
	margin: 0 0 20px 20px;
	width: 180px;
	border-left:1px solid #B3B3B3;
}

.cga-ContactInfo-MediaRelations address, .cga-ContactInfo-MediaRelations .vcard {
	padding: 7px 10px 9px 10px;
}

.cga-ContactInfo-MediaRelations h2 {
	color: #87B201;
	font-size: 150%;
	margin: 0;
}






/*------------------------------------------------------------

lists with dates

------------------------------------------------------------*/

.datedList ul, ul.datedList, ul.ms-rteCustom-datedList {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;	
}

.datedList li, ul.ms-rteCustom-datedList li {
	padding: 0 0 0 120px;
	margin-bottom: 5px;
	background: transparent;
}

.datedList li.verbose, ul.ms-rteCustom-datedList li.verbose {
	padding-bottom: 7px;
	background: url(../images/line_dashed_h.gif) repeat-x bottom left;
}

.datedList .time, .ms-rteCustom-datedListTime {
	display: block;
	float: left;
	width: 117px;
	font-size: 85%;
	color: #666;
	margin-left: -60px;
}
html>body .datedList .time, html>body .ms-rteCustom-datedListTime {
	margin-left: -120px;
}

.datedList a:link, .datedList a:visited,
ul.ms-rteCustom-datedList a:link, ul.ms-rteCustom-datedList a:visited
{
	color: #0C2577;
	text-decoration: underline;
}
.datedList a:hover, ul.ms-rteCustom-datedList a:hover {
	color: #3867A1;
}

/*
.datedList .more, ul.ms-rteCustome-datedList .more {
	display: block;
	background: url(../images/bg_more.gif) no-repeat top left;
	height: 31px;
	padding: 4px 0 0 20px;
voice-family: "\"}\"";
voice-family:inherit;
	height: 27px;
}
html>body .datedList .more, html>body ul.ms-rteCustome-datedList .more {
	height: 27px;
}
*/

.datedList .contentType, .datedList .fileInfo, .datedList .lastUpdatedDate {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 85%;
}

.datedList .contentType {
	font-style: italic;
}

table table div ul.datedList {
	/**/font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}





/*------------------------------------------------------------

Media Release Archive

------------------------------------------------------------*/

/*
.cga-MediaReleasesArchive span {
	display: block;
	margin: 5px 0 5px 0;
}

.cga-MediaReleaseYear {
	vertical-align: middle;
	margin-right: 5px;
}
*/

.cga-MediaReleases table {
	width: auto! important;
}





/*------------------------------------------------------------

call out region

------------------------------------------------------------*/

.cga-Callout {
	padding:5px 0 10px 10px;
	float:right;
	line-height:1.4;
	margin:0 0 0 30px;
}

.cga-Callout-alt {
	width: auto;
	margin: 0;
}


/* media relations contact info box */
.cga-Callout .cga-ContactInfo-MediaRelations {
	float: none;
	margin-left: 0;
}

.cga-Callout-alt .cga-ContactInfo-MediaRelations {
	margin-left: 20px;
}




/* backwards compatible callout styles */

.sdbHD1, .sdbHD2 {
	margin: 0 0 6px 0;
	font-weight: normal;
	line-height: 1.2em;
	color: #87B201;
	font-size: 135%;
}

.sdbHR {
	border-bottom: 1px solid #FFF;
}

.sdb {
	margin: 0;
}

.sdbPAD img {
	display: none;
}





/*------------------------------------------------------------

Callout box

------------------------------------------------------------*/

.cga-Callout .cga-CalloutContainer {
	color: #666;
	/*background: url(../images/line_dashed_h.gif) repeat-x bottom left #EFEFEF;*/
	margin: 0 0 20px 0;
	width: 190px;
	font-size: 85%;
	padding-bottom: 1px;
	border-left:1px solid #B3B3B3;
}

.cga-Callout .cga-CalloutContainer .section {
	/*background: url(../images/line_dashed_h.gif) repeat-x top left #EFEFEF;*/
	padding: 7px 10px 5px 10px;
}

.cga-Callout .cga-CalloutContainer .section h2 {
	color:#E0861B;
	font-size:1.3em;
	padding:0;
	margin:0 0 5px 0;
	line-height:1.2;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
}

.cga-Callout .cga-CalloutContainer .section p {
	margin: 0 0 0.4em 0;
	line-height: normal;	
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

.cga-Callout .cga-CalloutContainer .section li {	
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size:1.1em;
}

.cga-Callout .cga-CalloutContainer .section ul.linksList li,
.cga-Callout .cga-CalloutContainer .section ul.ms-rteCustom-linksList li
{
	margin: 0;
	background: url(../images/bullet_linksList.gif) no-repeat 0px 7px;
	padding: 0 0 0 13px;	
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size:1.1em;
	color:#0060A9;
}

.cga-Callout .cga-CalloutContainer .section ul.linksList li a:link,
.cga-Callout .cga-CalloutContainer .section ul.ms-rteCustom-linksList li a:visited
{
	color:#0060A9;
}





/*------------------------------------------------------------

Event Info

------------------------------------------------------------*/

.cga-EventInfo {
	font-size: 90%;
	color: #666;
	background: url(../images/line_dashed_h.gif) repeat-x bottom left #EFEFEF;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

.cga-EventInfo table {
	width: auto !important;
}

.cga-EventInfo table.vevent {
	background: url(../images/line_dashed_h.gif) repeat-x top left #EFEFEF;
	width: 100% !important;
}

.cga-EventInfo .vevent th, .cga-EventInfo .vevent td {
	padding: 0 20px 5px 20px;
	vertical-align: top;
}

.cga-EventInfo .vevent th {
	width: 100px;
	text-align: left;
}

.cga-EventInfo tr.first th, .cga-EventInfo tr.first td {
	padding-top: 10px;
}

.cga-EventInfo .vevent table th, .cga-EventInfo .vevent table td {
	padding: 0;
}





/*------------------------------------------------------------

Top Image

------------------------------------------------------------*/

.cga-TopImage {
	width: 535px;
	margin-bottom: 20px;
	overflow: hidden;
}

.cga-TopImage div {
	display: block !important;
}

.cga-TopImage span {
	font-size: 1px;
	line-height: 1px;
}






/*------------------------------------------------------------

Adobe Reader Link

------------------------------------------------------------*/

.cga-GetAdobeReader {
	clear: both;
	margin: 20px 0 20px 0;
}

.cga-buttonGetAdobeReader {
	margin-right: 10px;
}

.cga-GetAdobeReader img {
	vertical-align: middle;
}





/*------------------------------------------------------------	

upgrade message

------------------------------------------------------------*/

.upgrade {
	display: none;
}

/*------------------------------------------------------------

Moderated Discussion Section

------------------------------------------------------------*/

.cga-DiscussionPageTitleWP
{
	font-size:x-large; 
	color:#0C2577; 
	line-height: 125%;  
	font-family:verdana,arial,helvetica,sans-serif;	
	padding: 0px 0px 6px 7px;

}

.cga-DiscussionPageTitle
{
	font-size:x-large; 
	color:#0C2577; 
	line-height: 125%;  
	font-family:verdana,arial,helvetica,sans-serif;	
	padding: 0px 0px 6px 9px;

}

.cga-HighlightDiscussionWPButton
{
	padding: 5px 0px 6px 7px;
}

.cga-DiscussionPageShortInfo
{
		
	padding: 0px 0px 6px 9px;
	font-style:italic;

}
.cga-DiscussionPageHR
{
	color:#CCC; width: 100%; height:1px;
}

.cga-DiscussionPageHRWebPartTop
{
	color:#CCC; width: 100%; height:1px;
	margin-bottom:10px;
}

.cga-DiscussionPageAdSubHeader
{
	font-weight: bold; font-style: italic;	
}

.cga-DiscussionPageHighlightWPButton
{
	padding: 18px 0 0 18px;
}

.cga-DiscussionPageUDSubHeader
{
	font-style: italic;	
}

.cga-DiscussionPageDiscussionInfoUpcoming
{
	
	background-color:#DBE8B2;
	padding:12px;
	margin: 18px 0;
	border: 1px solid #C9D0B2;
	width: 100%;

}

.cga-DiscussionPageDiscussionInfoUpcoming_P
{	
	color:#333;
	text-align: left;
	line-height:125px;
}

.cga-DiscussionPageDiscussionInfo  a:link 
{
	color:#426200; 
	text-decoration:underline;
}     
.cga-DiscussionPageDiscussionInfoUpcoming  a:visited 
{
	color:#666; 
	text-decoration:underline;
}        
.cga-DiscussionPageDiscussionInfoUpcoming  a:active 
{
	color:#426200;
}     
.cga-DiscussionPageDiscussionInfoUpcoming  a:hover 
{
	color:#639300; 
	text-decoration:none;
}

.cga-DiscussionPageDiscussionInfoUpcoming .sbmt_q 
{
	color:#426200; 
	font-weight:bold;
}

.cga-DiscussionPagePrefwrd_box {
background-color:#E5E5E5;
padding:6px;
border: 1px solid #CCC;
width:100%;
}
.cga-DiscussionPagePrefwrd_box p {
color:#333;
text-align: left;
margin: 0 0 0.8em 0;
}
.cga-DiscussionPagePrefwrd_box  a:link {
color:#426200; 
text-decoration:underline;
}     
.cga-DiscussionPagePrefwrd_box  a:visited {
color:#666; 
text-decoration:underline;
}        
.cga-DiscussionPagePrefwrd_box  a:active {
color:#426200;
}     
.cga-DiscussionPagePrefwrd_box  a:hover {
color:#639300; 
text-decoration:none;}

.cga-DiscussionPageMandatoryFieldsInfo
{
	font-size: x-small;
}

.cga-DiscussionPageMandatoryFieldsInfo_Star
{
	font-size: x-small;
	color: #600;
	
}

.success {
width:100%;
background-color:#FFC;
border: 1px solid #FFD75B;
padding: 6px;
color:#BF8F00;
text-align:center;
line-height:125%;
}

.success p {
color:#BF8F00;
text-align:center;
line-height:125%;
}

.unsuccess {
width:97%;
background-color:#FFC2C2;
border: 1px solid #C28567;
padding: 6px;
color:#000;
text-align:center;
line-height: 125%;
}

.unsuccess p {
color:#000;
text-align:center;
line-height: 125%;
}

.requiredValidatorStyle
{
	font-size:small; color: #900; font-weight:bold;
	padding:0 0 0 3px;
}

.cga-CommentsUserInfo
{
	font-weight: bold;
	padding: 3px 18px 0px 16px;
	color:#C60;
	

}
 
.cga-CommentsThreadCreatedDate
{
	font-style: italic;
	padding: 3px 18px 0px 16px;
	

}
.cga-CommentsBody
{	
	margin: 0 16px 12px 16px;
}

.cga-NoCommentsBody
{
	
	padding: 5px 5px 5px 5px;

}
 

.cga-NoCommentsTile
{
	font-weight:bold;
	padding: 5px 5px 5px 5px;

}
.tabs  {
	width: 100%; 
	padding: 0;
	margin: 10px 0 0 0;
}



.tabs ul {
	padding: 0;
	margin: 0;
}

.tabs ul li {
	width: 159px;
	height: 50px;
	list-style: none;
	font-size: x-small;
	float:left;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding: 4px 0 2px 0;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}

.tabs ul li.question {
	list-style: none;
	display: inline-block;
	background: transparent url('../images/mdb/tab_disc_r1_c1.gif') no-repeat scroll 0% 0%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}
.tabs ul li.comment {
	list-style: none;
	display: inline-block;
	background: transparent url('../images/mdb/tab_disc_r1_c2.gif') no-repeat scroll 0% 0%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}
.tabs ul li.tab3 {
	list-style: none;
	display: inline-block;
	background: transparent url('../images/mdb/tab_disc_r1_c3.gif') repeat-x scroll 0% 0%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	width:210px
}


.tabs ul li.question_1 {
	list-style: none;
	display: inline-block;
	background: transparent url('../images/mdb/tab_comment_r1_c1.gif') no-repeat scroll 0% 0%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}
.tabs ul li.comment_1 {
	list-style: none;
	display: inline-block;
	background: transparent url('../images/mdb/tab_comment_r1_c2.gif') no-repeat scroll 0% 0%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}
.tabs ul li.tab3_1 {
	list-style: none;
	display: inline-block;
	background: transparent url('../images/mdb/tab_comment_r1_c3.gif') repeat-x scroll 0% 0%;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	width:210px
}


.tabs a.on {
	color: Blue;
	font-weight: bold;
	text-decoration:none;
	
	
}

.tabs a span
{
	display:block;
	visibility:hidden;
	font-size:40px;
}
 
 
.qa_bluebox  {
background-color:#C4CED4;
border: 1px solid #C3C9CD;
padding: 3px 18px 5px 16px;
margin:30px 0 12px 0;
width: 100%;
}

.qa_greenbox  {
background-color: #DBE8B2;
border: 1px solid #C9D0B2;
border: 1px solid rgba(77,101,1,.3);
padding: 3px 18px 5px 16px;
margin:30px 0 12px 0;
width: 100%;
}

.qa_answerbox
{
background: url(../images/line_dashed_h.gif) repeat-x bottom left;
padding: 9px 18px 9px 16px;
margin:30px 0 12px 0;
width: 100%;
}

.qa_label {
color:#333;
font-weight:bold;
margin:0;
}

.qa_label_ModName {
color:#333;
margin:0;
}

.qa_content {
margin: 0 0 0 100px;
line-height: 150%;
padding: 9px 18px 9px 16px;
width:80%
} 

.comment H3 {
color: #C60;
}
 
.cga-DiscussionHighlightWebpartTitle
{
	margin: 12px 0 6px 0;
	font-weight: bold;
	line-height: 1.2em;
	color: #87B201;	
	font-size: 130%;

}

.cga-DiscussionStateAndDate
{
	margin: 0px 0px 6px 0px;
	
	font-family:Tahoma;
	line-height: 1.2em;
	color: #87B201;
	font-size: 135%;

}

.cga-DiscussionRequiredField
{
	padding:6px 0;
	color:#900;
}

/*------------------------------------------------------------

Email Pop up Box Styling

------------------------------------------------------------*/
.formStyle 
{	position: absolute;	
	margin-left: -373px;
	background:url(../images/emailLinkBackground.png) repeat;
	padding:5px 0 5px 5px;
	border:0;
	display: none;
	width:371px; }

.formStyle .ErrorMessages .formStyleClose
{	float:right;
	padding:0 2px 0 0;
	cursor:pointer; } 
 
.formStyle .ContentContainer
{	margin:0 -6px 0 0;
	background-color: #F1F3ED;
	padding:6px;
	float:left;
	height:100%;

	width:353px; }

.formStyle  .ContentContainer h4
{	margin:6px 0 0 2px;
	text-align:left; }

.formStyle  .ContentContainer td
{
	font-size:90%; }
 
.formStyle .ContentContainer ul
{	padding:8px 0 6px 0;
	margin:0;}

.formStyle .ContentContainer ul li
{	color:#444;
	padding:2px 24px;
	margin:0;}

.formStyle .shareSuccess
{	padding:6px;
	background-color: #F1F3ED;
	margin:0 -6px 0 0;
	float:left;
	height:100%;
	width:353px;
	text-align:center;}
 

.formStyle2 
{	position: absolute;	
	margin-left: -373px;
	background:url(../images/emailLinkBackground.png) repeat;
	padding:5px 0 5px 5px;
	border:0;
	display:block;
	width:371px; }

.formStyle2 .ErrorMessages .formStyleClose
{	float:right;
	padding:0 2px 0 0;
	cursor:pointer; } 
 
.formStyle2 .ContentContainer
{	margin:0 -6px 0 0;
	background-color: #F1F3ED;
	padding:6px;
	float:left;
	height:100%;
	width:353px; }

.formStyle2  .ContentContainer h4
{	margin:6px 0 0 2px;
	text-align:left; }

.formStyle2  .ContentContainer td
{	float:left;
	font-size:90%; }
 
.formStyle2 .ContentContainer ul
{	padding:8px 0 6px 0;
	margin:0;}

.formStyle2 .ContentContainer ul li
{	color:#444;
	padding:2px 24px;
	margin:0;}

.formStyle2 .shareSuccess
{	padding:12px;
	background-color: #F1F3ED;
	margin:0;
	float:left;
	height:100%;
	width:342px;
	text-align:center;
	}
	
/*------------------------------------------------------------

SiteMap

------------------------------------------------------------*/



.siteMapContainer  h5
{
	font-size:130%;
	color: #87B201;
	margin: 10px 0;
	font-weight: normal;
	line-height: 1.2em;
	font-family:Tahoma,Verdana,Sans-Serif
	
	}
	
	.siteMapContainer  h5 a:link
{

	color: #87B201;
	}
	
		.siteMapContainer  h5 a:visited
{
	
	color: #87B201;
	}
	
	
.siteMapLevel2
{
	font-weight:bold;
	font-size:small;
}

.siteMapLevel3Plus
{
	font-size:small;
}

.siteMapContainer ul li
{	
	margin:10px 0;
}

}

