@charset "UTF-8";
/* CSS Document */
body.home {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	background: #26496e;
	font-size: 62.5%;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	background: #FFF;
	font-size: 62.5%;
}
/*##### Text-formatting #####*/
h1, h2, h3, h4, h5 {
	color: #626262;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 2.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #284f70;
	margin: 0;
	padding: 0 0 10px 0;
}
h2 {
	font-size: 1.8em;
	color: #608cbd;
	margin: 0;
	padding: 0 0 10px 0;
}
h3 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 1.2em;
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.7em;
	color: #FFF;
	margin: 0;
	padding: 0;
}
p {
	color: #626262;
	font-size: 1.2em;
	line-height: 125%;
	margin: 0;
	padding: 0 0 10px 0;
}
a {
	color: #436B94;
	text-decoration: none;
}
a:hover {
	color: #284f70;
	text-decoration: underline;
}
ul {
	margin: 8px 0 10px 0;
	padding: 0;
	font-size: 1.0em;
	list-style: none;
}
ul li {
	background: url(/www/ministers/rwpgslib.nsf/ag/bullet.gif) 0 6px no-repeat;
	font-size: 1.2em;
	line-height: 120%;
	margin: 0;
	padding: 0 0 6px 14px;
	color: #626262;
}
ul ul li { 
	font-size: 1.0em;
	padding:0 0 0 10px;
	
}
ul li a {
}
/*##### Header #####*/
#header-wrap {
	width: 100%;
	height: 147px;
	margin: 0 auto;
	background: #4D7BAD url(/www/ministers/rwpgslib.nsf/ag/bg-header.gif) 0 0 repeat-x;
	display: block;
}
#header {
	margin: 0 auto;
	width: 940px;
	height: 147px;
}
h1#logo {
	border: 0 none;
	margin: 0;
	padding: 36px 0 0 0;
	width: 450px;
	float: left;
}
h1#logo a {
	text-indent:-999px;
	overflow: hidden;
	font-size: 0px;
	background: url(/www/ministers/rwpgslib.nsf/ag/logo.gif) 0 0 no-repeat;
	width: 450px;
	height: 75px;
	display: block;
	margin: 0;
	padding: 0;
}
h1#logo-print {
	display: none;
}
form#search {
	background: url(/www/ministers/rwpgslib.nsf/ag/bg-search.gif) 0 0 no-repeat;
	width: 228px;
	height: 49px;
	float: right;
	margin: 97px 0 0 0;
}
input#s {
	background: url(/www/ministers/rwpgslib.nsf/ag/bg-search-input.gif) 0 0 repeat-x;
	float: left;
	width: 147px;
	height: 19px;
	border: 1px solid #6087C1;
	padding: 0 0 0 7px;
	margin: 16px 0 0 23px;
	color: #999999;
	display: inline;
}
input#go {
	background: url(/www/ministers/rwpgslib.nsf/ag/btn-go.gif) 0 0 no-repeat;
	float: left;
	border: none;
	height: 21px;
	width: 27px;
	cursor: pointer;
	display: inline;
	margin: 16px 0 0 0;
	padding: 0;	
	font-size: 1.2em;
	color: #FFF;
	text-transform: uppercase;
}
input#go:hover {
	color: #fff;
	background: url(/www/ministers/rwpgslib.nsf/ag/btn-go.gif) 0 -21px no-repeat;
}
/*Breadcrumb*/
#breadcrumb-wrap {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background: #26496e;
	display: block;
}
#breadcrumbs {
	margin: 0 auto;
	width: 940px;
	height: 40px;
	line-height: 35px;
}
#breadcrumbs a {
	font-size: 1.2em;
	color: #DCE3EF;
	background: url(/www/ministers/rwpgslib.nsf/ag/breadcrumb.gif) 0 4px no-repeat;
	margin: 0;
	padding: 0 3px 0 12px;
}
#breadcrumbs a.first-breadcrumb {
	background: none;
	margin: 0;
	padding: 0 3px 0 0;
}
#breadcrumbs a:hover {
	color: #FFF;
	text-decoration: underline;
}
/*##### Main #####*/
#main {
	margin: 0 auto 20px auto;
	width: 940px;
	min-height: 600px;
	overflow: auto;
}
/*navigation*/
ul#nav {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 190px;
	margin: 0 20px 0 0;
	_margin: 0 10px 0 0;
	padding: 0 0 40px 0;
}
ul#nav li {
	font-size: 1.3em;
	border-bottom: 1px solid #7D92A8;
	background: none;
	margin: 0;
	padding: 9px 0 6px 0;
}
ul#nav li.active { /*active background*/
	background: #e9ecf0;
	font-weight: bold;
}
ul#nav li a {
	color: #2a5579;
	margin: 0 0 0 10px;
}
ul#nav li a:hover {
	color: #0f385a;
	text-decoration: none;
}
/* Home only style */
body.home ul#nav {
	border-top: 1px solid #7D92A8;
	margin: 39px 0 0 0;
}
body.home ul#nav li {
	border-bottom: 1px solid #7D92A8;
}
body.home ul#nav li a {
	color: #e6ebf4;
}
body.home ul#nav li a:hover {
	color: #FFF;
}
body.home ul#nav li ul {
	display: none;
}
/*End Home only style*/
ul#nav li ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
ul#nav li.navLevelTwo {
	font-size: 0.9em;
	border: none;
	padding: 8px 0 3px 0;
}
ul#nav li ul li a {
}
ul#nav li ul li ul {
	list-style: none;
}
ul#nav li.navLevelThree {
	font-size: 0.9em;
	font-weight: normal;
	border: none;
}
ul#nav li ul li ul li a {
}
ul#nav li ul li ul li ul {
	border: none;
}
ul#nav li.navLevelFour {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	list-style: none;
}
ul#nav li ul li ul li ul li a {
}
ul#nav li a.active {
	font-weight: bold;
}
/* end Nav */
/* #### JS slideshow  #### */
.slideshow {
	position: relative;
	float: left;
	width: 360px;
	height: 240px;
	background: #cccccc;
	margin: 39px 0 0 20px;
	padding: 0;
	overflow: hidden;
}
div.slideshow ul.photos {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 200px;
	overflow: hidden;
	display:inline-block;
	position: absolute;
	left: -2px;
	top: -2px;
}
div.slideshow ul.photos li {
	float: left;
	margin: 0;
	padding: 0;
	height: 200px;
	overflow: hidden; 
}
div.slideshow ul.photos li a {
	display: block;
	margin: 0;
	padding: 0;
	outline: none;
	width: 362px; 
}
div.slideshow ul.photos img {
	border: none;
}
div.slideshow ul.controls {
	list-style: none;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 362px;
	padding: 13px 0 12px 250px;
	margin: 0;
	background: #4f7094;
	position: absolute;
	bottom: 0;
}
div.slideshow ul.controls li {
	display: inline;
	float: left;
	background: none;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 14.5px;
}
div.slideshow ul.controls li a {
	color: #dce3ef;
	cursor: default;
}
div.slideshow ul.controls li a:hover,
div.slideshow ul.controls li a:focus,
div.slideshow ul.controls li.on a {
	color: #FFF;
	text-decoration: none;
}
div.slideshow ul.controls li.on a:hover {
	color: #dce3ef;
}
/*end controls*/
div.slideshow ul.controls li.play a {
	display: none;
}
div.slideshow ul.controls li.pause a {
	display: none;
}
#home-content {
	float: left;
	width: 335px;
	min-height: 235px;
	margin: 39px 0 0 27px;
	padding: 0;
}
#home-content H1 {
	margin: 15px 0 15px 0;
	padding: 0;
	color:#FFF;
	font-style: italic;
}
#home-content blockquote {
	margin: 15px 0 20px 0;
	padding: 0;
}
#home-content p {
	color: #FFF;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#home-content a {
	color: #FFF;
	text-decoration: underline;
}
#home-content a:hover {
	color: #F4F4F4;
	text-decoration: none;
}
#home-content ol li {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: none;
	padding: 8px 0 3px 0;
	margin: 0 0 0 -10px;
	color: #FFF;
}
#news-tabs {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1a3957;
	float: left;
	height: 265px;
	width: 724px;
	margin: 12px 0 10px 20px;
	padding: 0;
	position: relative;
	display: inline;
}
ul#news-tabs-nav {
	list-style: none;
	/*width: 363px;*/
	width: 730px;
	margin: 0;
	padding: 0;
}
ul#news-tabs-nav li {
	float: right;
	display: inline;
	line-height: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
}
ul#news-tabs-nav li a {
	display: inline-block;
	color: #FFF;
	height: 35px;
	font-size: 1.1em;
	color: #1a3957;
	margin: 0;
	padding: 0 12px 0 11px;
}
/*Inactive*/
ul#news-tabs-nav li a#media {
	background: url(/www/ministers/rwpgslib.nsf/ag/tab-media-releases.gif) 0 0 no-repeat;
}
ul#news-tabs-nav li a#speeches {
	background: url(/www/ministers/rwpgslib.nsf/ag/tab-speeches.gif) 0 0 no-repeat;
}
ul#news-tabs-nav li a#transcripts {
	background: url(/www/ministers/rwpgslib.nsf/ag/tab-transcripts.gif) 0 0 no-repeat;
}
/*Active*/
ul#news-tabs-nav li.active a#media {
	/*background: url(/www/ministers/rwpgslib.nsf/ag/tab-media-releases.gif) 0 -35px no-repeat;*/
background: #ebedf0 none;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
}
ul#news-tabs-nav li.active a#speeches {
	/*background: url(/www/ministers/rwpgslib.nsf/ag/tab-speeches.gif) 0 -35px no-repeat;*/
background: #ebedf0 none;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
}
ul#news-tabs-nav li.active a#transcripts {
	/*background: url(/www/ministers/rwpgslib.nsf/ag/tab-transcripts.gif) 0 -35px no-repeat;*/
background: #ebedf0 none;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
}
/*Hover*/
ul#news-tabs-nav li a:hover {
	color: #436B94;
	text-decoration: none;
}
#news-tabs #news-tabs-box {
	background: #ebedf0;
	float: left;
	width: 730px;
	height: 230px;
	margin: 0;
	padding: 0;
}
#news-tabs #news-tabs-latest {
	float: left;
	background: #dadcdf;
	margin: 12px;
	padding: 11px 15px 15px 15px;
	width: 340px;
	height: 180px;
}
#news-tabs-latest p {
	font-size: 1.5em;
}
p.news-tabs-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1a3957;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0;
}
p.news-tabs-date span {
	font-size: 0.9em;
}
#news-tabs-latest h2 {
	padding: 15px 0 10px 0;
	margin: 0;
}
#news-tabs-latest h2 a {
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	color: #436B94;
}
#news-tabs-latest h2 a:hover {
	color: #26496e;
}
ul#news-tabs-list {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
	width: 325px;
	float: left;
}
ul#news-tabs-list li {
	background: #dadcdf;
	margin: 0 0 5px 0;
	padding: 7px 10px 8px 10px;
}
ul#news-tabs-list li a {
	font-size: 14px;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
ul#news-tabs-list li a:hover {
	color: #26496e;
}
#news-tabs-box a.more {
	background: url(/www/ministers/rwpgslib.nsf/ag/btn-more.gif) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	border: none;
	cursor: pointer;
	height: 20px;
	width: 54px;
	margin: 0;
	padding: 0 0 0 9px;
	font-size: 1.2em;
	line-height: 22px;
	color: #FFF;
	text-transform: uppercase;
	display: block;
}
#news-tabs-box a.more:hover {
	background: url(/www/ministers/rwpgslib.nsf/ag/btn-more.gif) 0 -20px no-repeat;
	text-decoration: none;
}
/*##### Content Pages #####*/
/*General pages*/
#content {
	float: left;
	width: 480px;
	margin: 20px 0;
	padding: 0 238px 0 0;
	position: relative;
}
#content p.intro { /*Larger intro text*/
	font-size: 1.4em;
	line-height: 135%;
	padding: 0 0 10px 0;
}
#content p {
	font-size: 1.3em;
	margin: 0;
}
/*Progress page*/
#progress-image img {
	width: 228px;
	border: 1px solid #000;
	margin: 40px 0 0 0px;
	position: absolute;
	right: 0;
}
/*This style currently not being used
#progress-image p.caption {
	background: #dce5ef;
	margin: 0;
	padding: 9px 7px 9px 8px;
	font-size: 1.2em;
	color: #26496e;
}
*/
/*Gallery page*/
body.gallery #content {
	width: 730px;
	float: right;
}
ul#gallery {
	list-style: none;
	float: left;
	margin: 25px 0 0 0;
	padding: 0;
	_height: 120px;
	min-height: 120px;
	width: 720px;
	_width: 730px;
}
ul#gallery li {
	float: left;
	background: #e9ecf0;
	margin: 0 8px 9px 0;
	padding: 10px;
	width: 212px;
}
ul#gallery li.landscape {
		width: 290px;
}
ul#gallery li a img {
	border: 1px solid #b3c4d8;
}
ul#gallery li a img:hover {
	border: 1px solid #7591b1;
}
ul#gallery li a span.caption {
	margin: 0;
	padding: 12px 4px 5px 4px;
	font-size: 0.9em;
	line-height: 135%;
	color: #345980;
	display: block;
}
ul#gallery li a span.rightcaption {
	margin: 0;
	padding: 12px 4px 5px 4px;
	font-size: 0.9em;
	line-height: 135%;
	color: #345980;
	display: block;
	float: right;
	width: 200px;
}
/*Gallery entry page*/
div#galleryentry p{
	background: #e9ecf0;
	margin: 0 8px 9px 0;
	padding: 10px;
	width: 500px;
		
}
#galleryentry a.caption {
	margin: 0px 0px 0px 0px;
	padding: 12px 4px 5px 4px;
	font-size: 0.9em;
	line-height: 135%;
	color: #345980;
	display: inline;
	width: 40%;
	float: right;
	position: absolute;
	}
		
/********** TEMP GALLERY IMAGES WITH CAPTIONS**********/
.imagegalportrait {
	background: #e9ecf0;	
	padding: 1em 1em 1em 1em;
	border: 1px solid #9EB0FF;
	margin-bottom: 1em;
	margin-right: 1em;
	width: 220px;
	height: 200px;
	float: left;
	text-align: center;
	font-size: 100%;
}
.imagegallandscape {
	background: #e9ecf0;
	padding: 1em 1em 1em 1em;
	border: 1px solid #9EB0FF;
	margin-bottom: 1em;
	margin-right: 1em;
	width: 220px;
	height: 200px;
	float: left;
	text-align: center;
	font-size: 100%;
}
.imagegalportrait img {
	width: 120px;
	height: 150px;
}
.imagegallandscape img {
	width: 200px;
	height: 150px;
}
/*Audio Page*/
#content p.audio-link {
	background: url(/www/ministers/rwpgslib.nsf/ag/audio.gif) 0 10px no-repeat;
	margin: 15px 0 0 0;
	padding: 15px 0 15px 35px;
}
/*Form page*/
#content form {
	margin: 20px 0 10px 0;
	padding: 0;
}
#content form p {
	font-size: 1.4em;
}
#content form label {
	width: 110px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
}
#content form input {
	width: 295px;
	color: #626262;	
	border: 1px solid #8c8c8c;
	padding: 2px;
	background: none;
}
#content form input:hover {
	border: 1px solid #4577aa;
}
#content form textarea {
	width: 300px;
}
#content form input#submit {
	margin: 10px 0 0 262px;
	padding: 0 0 0 0;	
}
#content form input#cancel {
	margin: 10px 0 0 342px;
	padding: 0 0 0 0;	
}
#content form input#reset {
	margin: 10px 0 0 10px;
	padding: 0 0 0 0;	
}
#content form input#cancel,
#content form input#submit,
#content form input#reset {
	background: url(/www/ministers/rwpgslib.nsf/ag/btn-form.gif) 0 0 no-repeat;
	display: inline;
	height: 21px;
	width: 68px;
	border: none;
	cursor: pointer;
	font-size: 0.6em;
	text-transform: uppercase;
	color: #FFF;
}
#content form input#submit:hover,
#content form input#reset:hover {
	background: url(/www/ministers/rwpgslib.nsf/ag/btn-form.gif) 0 -21px no-repeat;
}
/*##### Footer-Wrap #####*/
#footer-wrap {
	width: 100%;
	float: left;
	height: 147px;
	margin: 0 auto;
	display: block;
	border-top: 1px solid #7d92ab;
}
/*Footer*/
#footer {
	margin: 0 auto;
	width: 940px;
	height: 100px;
}
ul#footer-nav {
	float: right;
	list-style: none;
	font-size: 1.2em;
	margin: 10px 0 10px 0;
	padding: 0;
}
#footer p {
	float: right;
	display: block;
	width: 270px;
	margin: 11px 0 10px 0;
	padding: 0;
	
}
ul#footer-nav li {
	background: none;
	display: inline;
	margin: 0;
}
#footer p,
ul#footer-nav li a {
	color: #436b94;
	font-size: 12px;
	line-height: 16px;
}
body.home #footer p a {
		color:#fff
}
body.home ul#footer-nav li a {
	color: #e6ebf4;
}
ul#footer-nav li a:hover {
	color: #26496e;
	text-decoration: none;
}
body.home ul#footer-nav li a:hover {
	color: #FFF;
}
.button {
border: 1px solid #9EB0FF;
background-color: #e9ecf0;
font-family: Arial, Helvetica, sans-serif;
 }
