
/*--------------------------------------------------------------------------[ generic styles ]--*/

/*
@import url('http://fonts.googleapis.com/css?family=Roboto:900');
@import url('http://fonts.googleapis.com/css?family=Archivo+Black');
*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	background-color: #777;
	/*background-image: url('browserfill-texture.jpg');*/
	font-family: arial, sans-serif;
	font-size: 16px;
	z-index: 0;
	overflow: scroll;
}

h1
{
	font-family: 'Arial Black', 'Roboto', 'Archivo Black', arial, sans-serif;
	font-weight: 900;
	color: #7d0707;
	font-size: 24px;
	padding: 6px 0;
}

h2
{
	font-family: 'Arial Black', 'Archivo Black', arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #7d0707;
	padding: 3px 0;
}

hr
{
	height: 1px;
	color: #7d0707;
	background: #7d0707;
	font-size: 0;
	border: 0;
}

a
{
	text-decoration: none;
}

a img
{
	border: 0;	/* or none */
}

p
{
	margin-top: 10px;
	text-align: left;
}

sup
{
	vertical-align: 5px;
}


img
{
	z-index: 1;
}

/*--------------------------------------------------------------------------[ main and header ]--*/

#main-container
{
	width: 1000px;
	margin: 0 auto;
	background-image: url('images/backgrounds/text-paper-texture.jpg');
	box-shadow: 10px 7px 14px -7px rgba(0,0,0, 0.6), -10px 7px 14px -7px rgba(0,0,0, 0.6);
	position: relative;
}

#header-area
{
	width: 100%;
	height: 104px;
	margin: 0 auto;
	padding: 0;
	background-image: url('images/backgrounds/header-paper-texture.jpg');
}


/*   https://www.sessions.edu/color-calculator/   */

#header-BulletinButton,
#header-FedUpButton,
#header-PodcastButton,
#header-StreamingButton,
#header-DonateButton
{
	position: absolute;
	top: 7px;
	color: white ;
	z-index: 2;
	border: 1px solid white;
	border-radius: 8px;
	margin: -200px 14px 100 0px;
	padding: 6px 11px 6px 11px;		/* 8px 12px 8px 12px */
	font-size: 14px;				/* 16px */
	font-weight: bold;
	text-align: center;
	opacity: 1.0;
}

#header-BulletinButton
{
	right: 675px;					/*  */
	background-color: #9c1b9e;		/* a66f11 */
}

#header-FedUpButton
{
	right: 675px;					/*  */
	background-color: #ff5757;
}

#header-PodcastButton
{
	right: 493px;					/* 595px */
	background-color: #577691;		/*  #577691 #4EACD4 darkblue  */
}

#header-StreamingButton
{
	right: 262px;					/* 318px */
	background-color: #077d07;		/*  #077d07  #077d7d  #7d0707  darkgreen  */
}

#header-DonateButton
{
	right: 140px;					/* 180px */
	background-color: #7d0707;
}

#header-BulletinButton:hover span,
#header-FedUpButton:hover span,
#header-PodcastButton:hover span,
#header-StreamingButton:hover span,
#header-DonateButton:hover span
{
	text-shadow: 0px 0px 5px white;
}

#header-BulletinButton:active,
#header-FedUpButton:active,
#header-PodcastButton:active,
#header-StreamingButton:active,
#header-DonateButton:active
{
	/*transform: scale(0.97, 0.97);*/
	transform: translate(1.5px, 1.5px);
}

#header-date
{
	position: absolute;
	top: 15px; right: 22px;
	color: #577691 ;
	z-index: 2;
}

#header-area img
{
	position: absolute;
	top: 15px; left: 60px;
	z-index: 1;
}

/*--------------------------------------------------------------------------[ content ]--*/

#content-container
{
	clear: both;
	display: table;
	width: 100%;
}

/*--------------------------------------------------------------------------[ main content ]--*/

.page-title
{
	font-family: 'Arial Black', 'Archivo Black', arial, sans-serif;
	font-weight: bold;
	color: #7d0707;
	font-size: 24px;
	text-align: left;
}

.section-title
{
	font-family: 'Arial Black', 'Archivo Black', arial, sans-serif;
	font-weight: bold;
	color: #7d0707;
	font-size: 18px;
	margin-top: 18px;
	text-align: left;
}

.subsection-title
{
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 18px;
	margin-top: 18px;
	text-align: left;
}

.subsection-subtitle
{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #000;
	font-size: 16px;
	margin: 12px 0;
	text-align: left;
}

.subsubsection-title
{
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin-top: 16px;
	text-align: left;
}

.footnote-title
{
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	margin-top: 20px;
	text-align: left;
}

.subsection-title.extra-margin
{
	margin-top: 30px !important;
}

.subsection-title.bit-extra-margin
{
	margin-top: 20px !important;
}

.all-caps
{
	text-transform: uppercase;
}

.link-group
{
	margin-top: 10px;
}

.link-group li
{
	font-weight: bold;
	margin-top: 6px;
}

.centered
{
	text-align: center;
}

#content
{
	display: table-cell;
	text-align: left;
	vertical-align: top;
	box-shadow: inset 0 32px 48px -36px #577691;
	margin-bottom: 10px;
}

.bordered
{
	border: 1px solid #577691;
}

thead td
{
	font-weight: bold;
	text-align: left;
	padding: 8px 0 4px 10px;
}

tbody td
{
	padding: 2px 0 2px 10px;
}


.PageSubTitle
{
	font: bold 20px arial, sans-serif;
	text-align: center;
}

.SectionTitle
{
	font: bold 16px arial, sans-serif;
	margin: 30px 0px 10px 0px;
}

.SectionText
{
	font: 14px arial, sans-serif;
	margin: 10px 0px 10px 0px;
}

.Org
{
	font: 14px arial, sans-serif;
	margin: 10px 0px 10px 20px;
}

#content a
{
	color: #0055ab;	 /* #577691 #2c296a #0055ab */
}

#content a.uline
{
	color: #0055ab;	 /* #577691 #2c296a #0055ab */
	border-bottom: 1px solid #2c296a;
}

#content a:hover
{
	color: #7d0707;
	text-decoration: none;
	border-top: 1px solid #7d0707;
	border-bottom: 1px solid #7d0707;
}

#content div.image-box a:hover,
#content div#slide-show a:hover
{
	border: 0;
}

ul.level01
{
	list-style-type: none;
	list-style-position: inside;
	margin-top: 5px;
}

ul.level01 div
{
	margin-top: 10px;
}

ul.level01-indent
{
	list-style-type: none;
	list-style-position: inside;
	margin-top: 5px;
	margin-left: 24px;
	text-indent: -12px;
}

ul.level01-indent li
{
	margin-top: 5px;
}

ul.level02
{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 12px;
	text-indent: -12px;
}

ul.level02 li
{
	margin-top: 4px;
}

ul.level02b-indent
{
	list-style-type: none;
	list-style-position: inside;
	margin-top: 5px;
	margin-left: 24px;
	text-indent: -12px;
}

ul.level02b-indent li
{
	margin-top: 4px;
}

ul.confirmation
{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 12px;
	text-indent: -12px;
}

ul.confirmation li
{
	margin-top: 5px;
}

ul.duties
{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 12px;
	text-indent: -12px;
}

ul.duties li
{
	margin-top: 4px;
}

ul.duties li ul
{
	list-style-type: none;
	list-style-position: inside;
	margin-left: 12px;
	text-indent: -12px;
}

ul.duties li ul li
{
	margin-top: 4px;
}

ul.bulleted
{
	list-style-type: disc;
	list-style-image: url('images/bullets/BlueDiamond.png');
	list-style-position: inside;
	margin-left: 16px;
	text-indent: -16px;
}

ul.bulleted li
{
	margin-top: 4px;
}

ul.bulleted li ul
{
	list-style-type: none;
	list-style-position: inside;
	margin-left: 12px;
	text-indent: -12px;
}

ul.bulleted li ul li
{
	margin-top: 4px;
}

ul.bullet-diamond
{
	list-style-type: disc;
	list-style-image: url('images/bullets/BlueDiamond.png');
	list-style-position: inside;
	margin-left: 16px;
	text-indent: -16px;
}

ul.bullet-diamond li
{
	margin-top: 4px;
}

ul.bullet-diamond li ul
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	margin-left: 12px;
	text-indent: -12px;
}

ul.bullet-diamond li ul li
{
	margin-top: 4px;
}

ul.no-bullet
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	margin-left: 24px;
	text-indent: -18px;
}

ul.no-bullet li
{
	margin-top: 4px;
}

.regular-text
{
	font-family : arial, sans-serif;
	font-size : 14px;
	line-height : 20px;
}

.image-box
{
	margin: 0;
	padding: 0;
	display: inline-block;
}

.image-centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content-box
{
	font-family : arial, sans-serif;
	font-size : 14px;
	line-height : 20px;
	color : #000000;
	margin-bottom: 20px;
}

.blue-box
{
	background-color: rgb(211, 231, 244);	 /*#BDDCE6*/
	padding: 8px 12px 12px 12px;
	font-size: 14px;
	opacity: 1.0;
}

.blue-box .subsection-title,
.blue-box .subsubsection-title
{
	margin-top: 0px;
}

.blue-box p
{
	margin-top: 2px;
}

.blue-box2
{
	background-color: rgb(211, 231, 244);	 /*#BDDCE6*/
	padding: 12px 18px;
	font-size: 15px;
}

.blue-box2 .subsection-title,
.blue-box2 .subsubsection-title
{
	margin-top: 0px;
}

.blue-box3
{
	background-color: rgb(211, 231, 244);	 /*#BDDCE6*/
	padding: 8px 12px 8px 12px;
	font-size: 14px;
}

.blue-box3 .subsection-title,
.blue-box3 .subsubsection-title
{
	margin-top: 0px;
}

.headline-box
{
	background-color: #F0B20F;
	border: 1px solid #7d0707;
	border-radius: 8px;
	padding: 8px 12px 8px 12px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	opacity: 1.0;
}

.blue-text
{
	color: #577691;
	font-weight: bold;
}

.caption
{
	font-size: 11px;
}

.intro
{
	font-size: 16px;
	line-height: 22px;
}

.special
{
	font-size: 17px;
	line-height: 24px;
	margin: 12px 0;
}

.special:last-child
{
	margin-bottom: 0;
}

.bottom_note
{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	margin-top: 18px;
	text-align: right;
}

.ss-item
{
	margin-top: 10px;
	margin-left: 20px;
	text-indent: -20px;
	font-size: 14px;
	line-height: 20px;
}

#content a.doc-button
{
	display: inline-block;
	border: 1px groove #cca;
	color: #22c;	/*#2c296a*/
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 3px 7px 3px 7px;
	border-radius: 6px;
	background: #eec;						/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#cca, #eec, #cca);	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cca, #eec, #cca);		/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cca, #eec, #cca);		/* For Firefox 3.6 to 15 */
	background: linear-gradient(#cca, #eec, #cca);			/* Standard syntax */
}

#content a.doc-button:hover
{
	color: #7d0707;
	text-decoration: none;
	border: 1px groove #7d0707;
}

#content a.doc-button:active
{
	transform: translate(1.5px, 1.5px);
}

#content a.link-button
{
	display: inline-block;
	border: 0.5px solid #577691;
	color: #577691;	/*#2c296a*/
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	width: 150px;
	padding: 6px 10px 7px 10px;
	border-radius: 2px;
	background-image: linear-gradient(to right, #bbc8d8, #f0f3f7, #bbc8d8)
}

#content a.link-button:hover
{
	text-shadow: 0px 0px 1px;
	box-shadow: 0px 0px 2px;
}

#content a.link-button:active
{
	transform: translate(1.5px, 1.5px);
}

.file-type
{
	border: 1px solid #888;
	color: #333;
	background-color: #eec;
	font-family: arial, sans-serif;
	font-size: 8px;
	line-height : 8px;
	font-weight: normal;
	vertical-align: 2px;
	padding: 0px 2px 0px 2px;
	letter-spacing: .6px;
	border-radius: 4px 0px 4px 0px;
}

#content a.doc-button .file-type
{
	vertical-align: 1px;
}

.doc-button-box
{
	margin: 10px 0;
	text-align: center;
}

.bold
{
	font-weight: bold;
}

.am-pm
{
	/*font-variant: small-caps;*/
	font-size: 95%;
	letter-spacing: -1px;
}

.headline-box
{
	background-color: #F0B20F;
	border: 1px solid #7d0707;
	border-radius: 8px;
	padding: 8px 12px 8px 12px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	opacity: 1.0;
}

#HeadlineButton
{
	color: black ;
	z-index: 2;
	background-color: #F0B20F;
	border: 1px solid black;
	border-radius: 8px;
	padding: 8px 12px 8px 12px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	opacity: 1.0;
}

#HeadlineButton:hover span
{
	text-shadow: 0px 0px 5px black;
}

#HeadlineButton:active
{
	/*transform: scale(0.97, 0.97);*/
	transform: translate(1.5px, 1.5px);
}

/*
.Podcast-box
{
	padding: 8px 12px 8px 12px;
	text-align: center;
	opacity: 1.0;
}

#PodcastButton
{
	display: block;
	background-image: url('images/buttons/Podcast.png');
	width: 200px;
	height: 31px;
	margin-top: 20px;
}

#PodcastButton:hover
{
	background-image: url('images/buttons/Podcast2.png');
}

#PodcastButton:active
{
	/*transform: scale(0.97, 0.97);
	transform: translate(1.5px, 1.5px);
}
*/

/*--------------------------------------------------------------------------[ footer ]--*/

#footer
{
	width: 100%;
	height: 22px;
	background-color: #577691;
	clear: both;
}

