body
{
	/* Full sized window 100% wide and high */
	width: 100%;
	height: 100%;
	
	/* No kind of border */
	margin: 0 auto;		/* This line should not be changed as it is a hack to help centre the centered holder layer */
	padding: 0px;
	
	/* The window should be at least 800px wide */
	min-width: 800px;	
	text-align: center;		/* This line should not be changed as it is a hack to help centre the centered holder layer */
	
	/* Grey background */
	background-image: url(/images/pagebackground.jpg); 
	background-repeat: repeat-x;	
}

.MainLayoutHolder 
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;
	
	/* Full sized window 100% wide and high but always ensure that the window is at least 800px high */
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 800px;

	/* Align text to the left */
	text-align: left;

	/* Temporary styles */	
/*	background-color: yellow;*/
}

.CenteredLayoutHolder
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;
	
	/* Window at least 800px by 800px */	
	width: 850px;
	min-height: 800px;

	/* Align text to the left */
	text-align: left;
	
	/* Center this holder in the main window */
	margin-left: auto;		/* This line should not be changed as it is a hack to help centre the centered holder layer */
	margin-right: auto;			/* This line should not be changed as it is a hack to help centre the centered holder layer */
	
	/* Space content window 25px from the top */
	margin-top: 25px;

	/* Set some white space at the top and bottom (only in non IE) */
	padding-top: 5px;
	padding-bottom: 5px;
	
	/* White background */
	background-color: white;
	
	/* Temporary styles */	
/*	background-color: red;*/
}

.TopHeaderBar
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;
	
	/* Window at least 800px by 800px */	
	width: 800px;
	height: 110px;

	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;

	/* Temporary styles */	
	background-color: #44555f;	
}

.MiddlePageAreaHolder
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;
	
	/* Window at least 800px by 800px */	
	width: 800px;
	min-height: 750px;

	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	
	background-image: url(/images/BackgroundWatermark.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

	overflow: visible;


	/* Temporary styles */	
/*	background-color: white;	*/
}

.FooterAreaHolder
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;
	
	/* Window at least 800px by 800px */	
	width: 800px;
	min-height: 50px;

	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	
	padding-top: 5px;
	
	/* Clear both sides makes sure that the footer appears at the bottom of the page */
	clear: both;
	
	border-top: 1px dotted gray;	
	
	/* Temporary styles */	
/*	background-color: pink;*/
}

.LeftMenuHolder
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;
	
	/* Window at least 800px by 800px */	
	width: 185px;
	height: 100%;
	min-height: 750px;
	float: left;

	/* Temporary styles */	
/*	background-color: gray;	*/
}

.MainContentHolder
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;
	
	/* Window at least 800px by 800px */	
	width: 590px;
	height: 100%;
	min-height: 750px;
	margin-left: 25px;
	float: right;

	/* Temporary styles */	
/*	background-color: yellow;*/
}

.HeaderLogoHolder
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;
	
	/* Window at least 800px by 800px */	
	width: 81px;
	height: 81px;
	padding-top: 13px;
	padding-left: 7px;

	padding-right: 10px;
	clear: left;
	float: left;
}
.HeaderPrideLogoHolder
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;
	
	/* Window at least 800px by 800px */	
	width: 379px;
	height: 72px;
	padding-top: 13px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;	
	clear: none;
	float: left;
	
	/* Temporary styles */	
/*	background-color: yellow;	*/
}

.HeaderPrideLogoRollovers
{
	margin-top: -10px;
	padding-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 7px;

}

.HeaderPrideLogoRolloversSeperators
{
	margin-top: -13px;
	margin-left: -2px;
	margin-right: -3px;
	padding-right: 0px;
	padding-bottom: 7px;
}

.HeaderNewsletterHolder
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;	
	font-size:9px; 
	
	float: right;
	padding-right: 50px;
	padding-top: 5px;	
	width: 130px;
	height: 100%;
}

.HeaderNewsletterHolder a:active
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;	
	font-size:9px; 
	color: #ffffff;
	text-decoration: none;
}

.HeaderNewsletterHolder a:link
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;	
	font-size:9px; 
	color: #ffffff;
	text-decoration: none;
}

.HeaderNewsletterHolder a:visited
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;	
	font-size:9px; 
	color: #ffffff;
	text-decoration: none;
}

.HeaderNewsletterHolder a:hover
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;	
	font-size:9px; 
	color: #ffffff;
	text-decoration: underline;
}


.HeaderRightMenu
{
	background-color:#44555f;
	float: right;
	width: 95px;	
	padding-top: 5px;
	padding-right: 5px;
}

.HeaderRightMenuItem
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;	
	font-size:9px; 
	
	background-color:#a7b3bc;
/*	width: 88px;*/
	padding-top: 1px;
	padding-bottom: 1px;
	border: solid 1px #44555f;
	
	padding-right:2px;
	text-align:right;
}

.HeaderRightMenuItem a:active
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;	
	font-size:9px; 
	color:#44555f;
	text-decoration:none;
}

.HeaderRightMenuItem a:link
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;	
	font-size:9px; 
	color:#44555f;
	text-decoration:none;
}

.HeaderRightMenuItem a:visited
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;	
	font-size:9px; 
	color:#44555f;
	text-decoration:none;
}

.HeaderRightMenuItem a:hover
{
	/* Standard font */
	font-family: Arial, Helvetica, sans-serif;	
	font-size:9px; 
	color:#FFFFFF;
	text-decoration:underline;
}

.Newsletter
{
	text-align: center;
}


.Footer_Left
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	float: left;
	clear: none;
}
.Footer_Left a:link
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	text-decoration:none;
}
.Footer_Left a:active
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	text-decoration:none;
}
.Footer_Left a:visited
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	text-decoration:none;
}
.Footer_Left a:hover
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	text-decoration:underline;
}

.Footer_Right
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	float: right;
	text-align: right;
}
.Footer_Right a:link
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	text-decoration:none;
}
.Footer_Right a:active
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	text-decoration:none;
}
.Footer_Right a:visited
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	text-decoration:none;
}
.Footer_Right a:hover
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	text-decoration:underline;
}

/* Standard tags */
H1
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:24px; 
	font-weight:bold;
	color:#44555f;
/*background-color:red;*/
	margin-bottom:-10px;
}
H2
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
	color:#0072bc;
	margin-bottom:-10px;	
}
H3
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	color:#0072bc;
	margin-bottom:-10px;	
}
P
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal;
	color:#000000;
}

li
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal;
	color:#000000;
}

.skiplink 
{
	position: absolute;
	display:none;
	top: -100px;
	font-size:1px;

}


.sitmpA0
{
/*	background-color: green;*/
	color:#000000;
}


.sitmpA1
{
/*	background-color: red;*/
	padding-left: 25px;
	color:teal;
}

.sitmpA2
{
/*	background-color: blue;*/
	padding-left: 45px;
	color:seagreen;
}


.PDFLink { background-image: url(/images/icon_pdf.gif); }
.WordLink { background-image: url(/images/icon_word.gif); }
.ExternalLink { background-image: url(/images/icon_link.gif); }
.FormLink { background-image: url(/images/icon_form.gif); }

/* Breadcrumb */

.BreadcrumbTrail 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted gray;
}

.BreadcrumbTrail a:link
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	text-decoration: none;
}

.BreadcrumbTrail a:active
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	text-decoration: none;
}

.BreadcrumbTrail a:visited
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	text-decoration: none;
}

.BreadcrumbTrail a:hover
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	color:#44555f;
	text-decoration: underline;
}


/* Voting */

.Voting
{
	margin-top: 30px;
}

.VotingHeader
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	text-align:left;
	background-color:#44555f;
	color:#fff;
	padding-left:10px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	width:175px;
	border-top:1px solid white;
}

.VotingBody
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	text-align:left;
	background-color:#f71d1d;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;	
	color:white;
/*	height:200px;*/
	vertical-align:middle;
	width:175px;
	border-top:1px solid white;
}

/* Quick Boxes */

.QuickBoxesHolder
{
	text-align: center;
/*	padding-left: 22%;
	padding-right: 22%;*/
	color: #009999;

width: 590px;
}

.QuickBoxesHolder h1
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:24px; 
	font-weight:bold;
	color: #009999;
	margin-bottom:-15px;
}

.QuickBoxesHolder h2
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
	color: #009999;
	margin-bottom:-15px;	
}
.QuickBoxesHolder h3
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	color: #009999;
	margin-bottom:-15px;	
}
.QuickBoxesHolder p
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal;
	color: #009999;
}

.QuickBox1
{
	width: 82px;
	text-align: center;
	margin-bottom: 10px;	
	margin-right: 5px;	
	margin-left: 65px;
	float: left;
	clear: none;
}

.QuickBox
{
	width: 82px;
	text-align: center;
	margin-bottom: 10px;	
	margin-right: 5px;	
	margin-left: 5px;
	float: left;
	clear: none;
}

.QuickBoxImage
{
	width: 82px;
	text-align: center;
	border: solid 1px #009999;
	padding-top: 5px;
	padding-bottom: 5px;	
}

.QuickBoxText
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	
	width: 82px;
	text-align: center;
	border: solid 1px #99cc00;
	padding-top: 5px;
	padding-bottom: 5px;	
	background-color: #99cc00;
	margin-top: 2px;
	width: 82px;
	text-align: center;
	color: white;	
}



.QuickBoxText_IncreasingJobs
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	
	width: 82px;
	text-align: center;
	border: solid 1px #9463ad;
	padding-top: 5px;
	padding-bottom: 5px;	
	background-color: #9463ad;
	margin-top: 2px;
	width: 82px;
	text-align: center;
	color: white;	
}
.QuickBoxText_ImprovingHealth
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	
	width: 82px;
	text-align: center;
	border: solid 1px #00b5b5;
	padding-top: 5px;
	padding-bottom: 5px;	
	background-color: #00b5b5;
	margin-top: 2px;
	width: 82px;
	text-align: center;
	color: white;	
}
.QuickBoxText_ImprovingSafety
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	
	width: 82px;
	text-align: center;
	border: solid 1px #bd0073;
	padding-top: 5px;
	padding-bottom: 5px;	
	background-color: #bd0073;
	margin-top: 2px;
	width: 82px;
	text-align: center;
	color: white;	
}

.QuickBoxText_EveryChildMatters
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	
	width: 82px;
	text-align: center;
	border: solid 1px #f7ce10;
	padding-top: 5px;
	padding-bottom: 5px;	
	background-color: #f7ce10;
	margin-top: 2px;
	width: 82px;
	text-align: center;
	color: #545454;	
}
.QuickBoxText_CleanerGreener
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	
	width: 82px;
	text-align: center;
	border: solid 1px #63c56b;
	padding-top: 5px;
	padding-bottom: 5px;	
	background-color: #63c56b;
	margin-top: 2px;
	width: 82px;
	text-align: center;
	color: white;	
}






.MovieHolder
{
	position: relative;
	top: -4px;
}

.QuickLinkBox
{
	width: 130px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 5px;	
	margin-right: 5px;
	clear: none;
	float: left;
}

.QuickLinkBoxText
{
	width: 130px;
	text-align: center;

}







.Heading1
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:24px; 
	font-weight:bold;
	color:#44555f;
/*background-color:red;*/
	margin-bottom:-10px;
}
.Heading2
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
	color:#0072bc;
	margin-bottom:-10px;	
}
.Heading3
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	color:#0072bc;
	margin-bottom:-10px;	
}
.Normal
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal;
	color:#000000;
}

.MainContentHolder li
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal;
	color:#000000;
}


.LeftSideImage
{
	margin-top:30px;
}