@charset "utf-8";
/* EA2009 Website - Main Default Styles */

/* ******** layout styles ********* */


*, span { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
}

html {
}

body {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 0.625 x 16px = 10px */
	line-height: 1.5em; /* 16px x 1.5 = 24px */
	background-color: white;
}

#wrapper {
	width: 100%;
}

/* overall layout */

.content_layout {
	width: 980px;
	margin: 1px auto 5px auto;
	font-size: 1.2em; /* 12px x 1.2 = 12px */
	border: 1px solid #000;
}
.overallHeader {
	width: 980px;
	background: white url(/images/style/header02.gif) bottom no-repeat;
	margin: 0 auto;
	position: relative;
	height: 150px;
	border-bottom: 1px dashed black;
}
img {
	border: 0;
	padding: 0;
}
a, a:link, a:visited, a:active {
	color: #00A2B1;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 700;
}
a:hover {
	color: #013473;
	text-decoration: underline;
}
a:hover img {
	text-decoration: none;
}

input, textarea, select, button {
	background-color: white;
	border: 1px solid #477CA4;
	font-family: Arial, Helvetica, sans-serif;
	color: #013473;
	font-size: 1em;
	padding: 2px;
	margin: 0;
}
input.ismall, textarea.ismall, select.ismall, button.ismall {
	background-color: #00A2B1;
	border: 1px solid #00A2B1;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 9px;
	font-weight: bold;
}
hr {
	border: 0;
	height: 1px;
}

/* text formatting */

blockquote {
	padding: 10px 30px;  
}
ol {
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
	font-size: 1em;
	}

ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	font-size: 1em;
	}
li {
	margin: 0 0 0 50px;
	padding: 5px 0 5px 10px;
	}
ol li {
	margin: 0 0 0 20px;
	padding: 5px 0 5px 10px;
	}
	
p {
	font-size: 1em; /* 12px x 1 */
	color: black;
	padding: 0 0 10px 0;
	margin: 0 0 0 3px;
}

p img {
	padding: 3px;
	border: 1px solid #B0B2C4;
	margin: 3px;
}

img.icon {
	padding: 0 0 0 5px; border: none; margin: 0;
}

img.searchIcon {
	padding: 0; border: none; margin: 0;
}

h2 {
	color: #072a65;
	font-size: 1.6em; /* 12px x 1.6 = 19.2px */
	line-height: 1.2em;
	padding: 5px 0;
	margin: 5px 0;
	font-weight: 900;
	border-bottom: 1px solid #B0B2C4;
}

h3 {
	color: #072a65;
	font-size: 1.3em; /* 12px x 1.3 = 15.6px */
	padding: 5px 0;
	margin: 5px 0;
	font-weight: 700;
	border-bottom: 1px solid #B0B2C4;
}

h4 {
	color: #072a65;
	font-size: 1.3em; /* 12px x 1.3 = 15.6px */
	padding: 5px 0;
	margin: 0;
	font-weight: 700;
}

h5 {
	color: #000000;
	font-size: 1.2em; /* 12px x 1.2 = 14.4px */
	padding: 5px 0;
	margin: 0;
	font-weight: 700;
}

h6 {
	color: #000000;
	font-size: 1.1em; /* 12px x 1.1 = 13.2px */
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: 700;
}

.largetext {
	font-size: 1.5em; /* 12px x 1.5 = 18px */
}

.smalltext {
	font-size: 0.8em; /* 12px x 0.8 = 9.6px */
}

/* Header  */


h1 {
	position: absolute;
	left: 10px;
	top: 0px;
	height: 150px;
	width: 300px;
	background-repeat: no-repeat;
	
	}
	
	h1 a {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 300px;
		height: 150px;
		text-indent: -5000px;
		overflow: hidden;
		background-position: -5000px -5000px;
		background-repeat: no-repeat;
		
		}
	h1 a:hover {
		text-decoration: none;
		background-position: 0px 0px;
		z-index: 20;
		}	
		
	h1 img {
	}
	
p.logo {
	position: absolute;
	right: 10px;
	top: 24px;
	height: 101px;
	width: 320px;
	background-repeat: no-repeat;
	background-image: url(../images/style/eauk/EvangelicalAllianceLogo310x101.gif);
}
	p.logo a {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 310px;
		height: 101px;
		text-indent: -5000px;
		overflow: hidden;
		background-position: -5000px -5000px;
		background-repeat: no-repeat;
		background-image: url(../images/style/eauk/EvangelicalAllianceLogo310x101.gif);
		}
	p.logo a:hover {
		text-decoration: none;
		background-position: 0px 0px;
		z-index: 20;
		}	
		
	p.logo img {
		display: none;
	}
	
/* Common Navigation */

.commonNavigation {
	width: 980px;
	background-color: white;
	margin: 0 auto;
	position: relative;
	height: 30px;
}

.commonNavigation hr {
	width: 955px;
	color: #cfcfcf;
	background-color: #cfcfcf;
	height: 1px;
	position: absolute;
	top: 29px;
	left: 8px;
	border: 0;
}

.search {
	position: absolute;
	left: 670px;
	top: 3px;
	z-index: 21;
}



.search img, .repeatSearch img {
	float: left;
	border-left: 1px solid #477CA4;
	border-top: 1px solid #477CA4;
	border-bottom: 1px solid #477CA4;
	padding: 2px;
	background-color: #fff;
}

.searchForm {
	position: relative;
}

.searchFormNew {
	position: relative;
}


.searchForm label {
	display: none;
}

.searchFormNew label {
	display: none;
}

.searchForm input, .searchFormNew input {
	position: relative;
	/*background-image: url(../images/style/eauk/search.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;*/
	background-color: white;
	color: #013473;
	padding: 2px;
	margin: 0;
	vertical-align: middle;
	height: 16px;
	width: 120px;
	float: left;
	overflow: hidden;
	border-left: none;
}

.searchForm a, .searchForm a:link, .searchForm a:visited, .searchForm a:active {
	position: relative;
	width: 22px;
	height: 20px;
	float: left;
	/*background-image: url(/images/style/eauk/search.gif);
	background-repeat: no-repeat;
	background-position: 2px;*/
	background-color: #00A2B1;
	margin: 0;
	padding: 0;
	color: white;
	font-weight: 700;
	text-decoration: none;
	vertical-align: middle;
	border-top: 1px solid #477CA4;
	border-bottom: 1px solid #477CA4;
	border-right: 1px solid #477CA4;
}

.searchFormNew a, .searchFormNew a:link, .searchFormNew a:visited, .searchFormNew a:active {
	position: relative;
	width: auto;
	height: 20px;
	float: left;
	/*background-image: url(/images/style/eauk/search.gif);
	background-repeat: no-repeat;
	background-position: 2px;*/
	background-color: #00A2B1;
	color: white;
	font-weight: 700;
	text-decoration: none;
	vertical-align: bottom;
	border-top: 1px solid #477CA4;
	border-bottom: 1px solid #477CA4;
	border-right: 1px solid #477CA4;
	font-size: 11px;
	padding: 0 3px 0 3px;
	margin: 0;
	cursor: pointer;
}

.searchForm a:hover, .searchFormNew a:hover {
	background-color: #013473;
	color: white;
	text-decoration: none;
}

.searchForm a span{
	/*display: none;*/
	display: block;
	width: 19px;
	height: 18px;
	padding: 2px 3px 0px 3px;
	cursor: pointer;
}

.searchFormNew a span{
	/*display: none;*/
	display: block;
	width: auto;
	height: 18px;
	padding: 2px 3px 0px 3px;
	cursor: pointer;
}

.repeatSearch1 {
	position: relative;
	top: 5px;
	float: right;
}

.repeatSearch2 {/*
	width: 50%;
	float: left;*/
}

.repeatSearch3 {/*
	width: 50%;
	float: left;*/
}

.searchResultsText {
	margin-bottom: 15px;
}

.searchResultsText p {
	padding-top: 10px;
}

.headerLinksArea {
	position: absolute;	
	left: 5px;
	top: 0px;
	z-index: 21;
	font-size: 0.91667em; /* 12px x 0.91667 = 11 */
}

.headerLinks {
	float: left;
	position: relative;
	top: 3px;
	left: 3px;
	vertical-align: middle;
}

.headerLinks img {
	float: left;
	padding: 0 5px 0 0;
	vertical-align: middle;
	display: block;
}
/* Share This */

.stDiv {
	float: left;
	position: relative;
	top: 3px;
	left: 6px;
	vertical-align: middle;
	line-height: 2em;
}

.stDiv img {
	float: left;
	padding: 3px 5px 0 0;
	text-decoration: none;
	display: block;
}

.stDiv a:hover img {
	text-decoration: none;
}

/* RSS Feeds */

.rssFeeds {
	position: absolute;	
	right: 10px;
	top: 3px;
	z-index: 21;
	font-size: 0.91667em; /* 12px x 0.91667 = 11 */
}

.rssFeeds img {
	float: left;
	padding: 0 5px 0 0;
	vertical-align: middle;
	display: block;
}

/* Common Site Navigation */

p.exploreAlliance {
	position: absolute;
	top: 0px;
	left: 401px;
	background: url(/images/style/eauk/Explore-Button.gif) left top no-repeat;
	width: 180px;
	height: 25px;
}

p.exploreAlliance a, p.exploreAlliance a:link, p.exploreAlliance a:visited, p.exploreAlliance a:active {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -5000px;
	overflow: hidden;
	background: transparent url(/images/style/eauk/Explore-Button-hover.gif) -5000px -5000px no-repeat;
	width: 180px;
	height: 25px;
	
	/*display: none;*/ /* uncomment this line to get access to .exploreAlliance */
}

p.exploreAlliance a:hover {
	text-decoration: none;
	background-position: bottom left;
	z-index: 21;
}

p.exploreAlliance img {
		display: none;
}

p.joinAlliance {
	position: absolute;
	bottom: 0;
	left: 245px;
	background: url(/images/style/eauk/Join-Button.gif) bottom center no-repeat;
	width: 180px;
	height: 25px;
}

p.joinAlliance a, p.joinAlliance a:link, p.joinAlliance a:visited, p.joinAlliance a:active {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-indent: -5000px;
	overflow: hidden;
	background: transparent url(/images/style/eauk/Join-Button-hover.gif) -5000px -5000px no-repeat;
	width: 180px;
	height: 25px;
	
	/*display: none;*/ /* uncomment this line to get access to .exploreAlliance */
}

p.joinAlliance a:hover {
	text-decoration: none;
	background-position: bottom center;
	z-index: 21;
}

p.joinAlliance img {
		display: none;
}


#exploreAlliance {display:none; width: 100%;}
ul.exploreAllianceColumn1, ul.exploreAllianceColumn2, ul.exploreAllianceColumn3 { position:relative; width:160px; height:290px; padding:0; float:left; /*border-right:#013473 1px dashed;*/ list-style: none !important; margin:0;}
ul.exploreAllianceColumn4 { position:relative; width:155px; height:290px; padding:0; float:left; list-style: none !important; margin:0;}
ul.exploreAllianceColumn1 li, ul.exploreAllianceColumn2 li, ul.exploreAllianceColumn3 li, ul.exploreAllianceColumn4 li { position:relative; padding:0; width:155px; margin:0; font-size: 1.3em !important;  list-style-image: none !important; list-style: none !important; }

ul.exploreAllianceColumn1 li a, ul.exploreAllianceColumn2 li a, ul.exploreAllianceColumn3 li a, ul.exploreAllianceColumn4 li a { background-color: inherit; display: block; width: 150px; padding: 7px 2px 7px 3px; }
ul.exploreAllianceColumn1 li a:hover, ul.exploreAllianceColumn2 li a:hover, ul.exploreAllianceColumn3 li a:hover, ul.exploreAllianceColumn4 li a:hover { background-color: #F0F3BA; }
a.eaukLink img { border: none; padding: 0 5px 0 0; vertical-align: middle; display: block; float: left; }
a.eaukLink { position: absolute; top:8px; left:18px; vertical-align: middle; font-size: 1.1em; }
a.contactLink { position: absolute; bottom: 10px; left:18px; vertical-align: middle; font-size: 1.3em; }
a.donateLink { position: absolute; bottom: 10px; right:18px; vertical-align: middle; font-size: 1.3em; }

/* Subsite Navigation */

.nav_bar {
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	/* font-size: 1.25em;  12px x 1.25 = 15px*/
	/*font-weight: bold;*/
	margin: 0;
	height: 28px;
	width: 980px;
}

.nav {
}

a.nav:link, a.nav:visited, a.nav:active {
}

a.nav:hover {
}

.h_nav {
	float: left;
	width: auto;
}

.h_img {
	vertical-align: middle;
	border: 0;
	margin: 0;
	padding: 0;
}
	
/* Main Area */

.content {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	min-height: 200px; /* temp */
}

/* footer */

.footer {
	color: black;
	padding: 5px 10px;
	border-top: 1px solid #cfcfcf;
	font-size: 0.8333em; /* 12px x 0.8333 = 10px */
	height: 150px;
	width: 960px;
	margin: 0 auto;
}

.footer p {
	color: black;
	font-size: 1em;
}

.footer p.error {
	color: black;
	font-size: 1.2em;
}

.footer img {
	padding: 0;
	margin: 0;
	border: 0;
}

.footl {
	text-align: left;
	width: 530px;
	float: left;
	background-color: transparent;
	padding: 0 5px 0 0;
}

.foot1 a {
	margin: 0 0 3px 3px;
}

.foot2 {
	text-align: right;
	width: 420px;
	float: left;
	background-color: transparent;
	padding: 0 0 0 5px;
}

/* other styles */

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.imgRight {
	float: right;
}

.rightFloat {
	float: right;
}

/* Search Page Tab Style */

.searchOuter ul {margin:3em; padding:0; list-style-type:none; background:transparent; height:3em;}
.searchOuter li {display:block; float:left; padding: 0; margin: 0;}
.searchOuter {display:block; position:relative; background:#eee; padding:2em; margin:10px 10px;}

.searchSnazzy, searchSnazzy2 {background:transparent;}
.searchSnazzy span, .searchSnazzy2 span {text-align:center; margin:0; font-weight:normal; padding-bottom:0.5em;}
.searchSnazzy span { color:#00A2B1; }
.searchSnazzy2 span { color: #013473; }

.searchXtop {display:block; background:transparent; font-size:1px;}
.searchXb1, .searchXb2, .searchXb3, .searchXb4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.searchXb1, .searchXb2, .searchXb3 {height:1px;}
.searchXb2, .searchXb3, .searchXb4 {background:#dd7; border-left:1px solid #fff; border-right:1px solid #fff;}
.searchXb1 {margin:0 5px; background:#fff;}
.searchXb2 {margin:0 3px; border-width:0 2px;}
.searchXb3 {margin:0 2px;}
.searchXb4 {height:2px; margin:0 1px;}

.searchXboxcontent {display:block; background:#DAE252; border:0 solid #fff; border-width:0 1px 1px 1px;}


a.searchXmenu2, a.searchXmenu2:visited {display:block; text-decoration:none; width:7em; font-size:0.9em;}
a.searchXmenu2:hover {background:transparent; cursor:pointer; text-decoration: none;}
a.searchXmenu2:hover span {color:#013473;}
a.searchXmenu2:hover .searchXboxcontent {background:#eee; border-color:#888; border-bottom:1px solid #eee;}
a.searchXmenu2:hover .searchXb1 {background:#888;}
a.searchXmenu2:hover .searchXb2, a.searchXmenu2:hover .searchXb3, a.searchXmenu2:hover .searchXb4 {background:#fff; border-color:#888;}

/* Forms and Data tables */

.dataTable01 {
	padding: 5px 5px 5px 0px; 
	border-top: 5px solid #CCCCCC; 
	text-align: left;
	width: 100%
}

.dataColumn01 {
	border: 1px solid #cccccc;
	padding: 3px;
	vertical-align: top;
}

.dataHeader01 {
}

.dataRow01 {
}

.formTable01 {
	padding: 5px;
	border: 1px solid #CCC;
}

.formDescription01 {
	margin: 5px;
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 1em;
}

.formButton01 {
	text-align: center;
}

.formTable01 select {
	border: none;
	font-size: 1em;
}

.formRequired01, .formOptional01 {
	font-weight: bold;
	font-size: 1em;
}




/* Video */

/* Flow Player CSS */

/* dimensions for both splash image and the player wrapper */ 
a.flowplayer, a.flowplayer img {
	display:block;
	width:300px;
	height:240px;
	border:0px;
	float: left;
	margin-right: 10px;
	background:url(/Test/images/loading_4.gif) no-repeat #000000;
	background-position: 126px 96px;
} 
 
/* play button on top of splash screenn */ 
div.playButton { 
    background:url(/FlashVideo/play.png) no-repeat; 
    width:50px; 
    height:50px; 
    position:relative; 
    top:100px; 
    left:125px;  
    margin-bottom:-50px; 
    cursor: pointer;
} 

.videoRight {
	width: 300px;	
	padding: 3px;
	border: 1px solid #B0B2C4;
	margin: 3px 3px 3px 5px;
	float: right;
}

.rssFeedIndex img, .rssFeedIndex p img, .rssFeedIndex a img { padding: 0 0 0 5px; border: none; margin: 0; }



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/customcf/javascript/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#013473;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 1002;
	color:#000000;
	display:none;
	border: 4px solid #013473;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 18px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_closeAjaxWindowANB{
	padding:7px 0 5px 0;
	margin-bottom:1px;
	text-align: center;
}

#TB_ajaxWindowTitle{
	background: url(/images/style/eauk/Explore-Button2.gif) center top no-repeat;
	width: 650px;
	height: 25px;
	text-indent: -5000px;
	float:left;
	padding:7px 0 5px 20px;
	margin: 0 -180px 0 0;
	margin-bottom:1px;
}

#TB_ajaxWindowFooter{
	width: 650px;
	height: 25px;
	text-indent: -5000px;
	float:left;
	padding:5px 0 0 0;
	margin: 0 -180px 0 0;
	margin-top:1px;
}

#TB_ajaxWindowFooterANB{
	width: auto;
	height: 25px;
	padding:5px 0 0 0;
	margin-top:1px;
}

#TB_title{
	background-color:#fff;
	color: #013473;
	height:30px;
	border-bottom: #013473 1px solid;
	font-size: 12px;
	font-weight: 700;
}

#TB_footer{
	background-color:#fff;
	color: #013473;
	height:30px;
	border-top: #013473 1px solid;
	font-size: 1.3em;
	font-weight: 700;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 0 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	border-bottom: #013473 1px solid;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_ajaxContent br{ height:0; line-height:0; font-size:0px; display:none;}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.fntDonate { text-align: center; font-family: Arial, san-serif, Verdana; }
.fntDonate p { margin: 0px 0px 10px 0px; }
.fntDonate p.fntText { font-size: 15px; font-weight: 700; color: #000; }
.fntDonate p span { font-size: 18px; border: 1px solid #cccccc; padding: 5px; }
.fntDonate p a { text-decoration: none; }
.fntDonate p a:hover { text-decoration: none; }
.fntDonate input { color: #000; border: 1px solid #cccccc; padding: 2px; font-size: 12px }
.fntDonate input.selectamount { border: none; }


form#TextBlockdlgform h1, .optcontainer h1 { background: none; display: none; visibility: hidden; }



/* youTube Styles */

.ytContainer {
	width: 100%;
}

.ytPlayer {
	float: left;
}

.ytDetails {
	padding-left: 5px;
	float: left;
}

.aboutDiv .ytDetails {
	width: 240px;
}

.ytDetails .urlForm label, .ytDetails .embedForm label {
	text-align: right;
	float: left;
	width: 80px;
	cursor: pointer;
	color: #3E6380;
	background-color: transparent;
}

.ytDetails .urlForm input.urlField, .ytDetails .embedForm input.embedField {
	text-align: left;
	float: left;
	width: 150px;
	margin: -3px 0 5px 0;
}

.ytTitle {
}

.ytTitle p { 
	color: #072a65;
	font-size: 1.3em; /* 12px x 1.3 = 15.6px */
	padding: 5px 0;
	margin: 5px 0;
	font-weight: 700;
	border-bottom: 1px solid #B0B2C4;
}

/* Taxonony Data */

.taxonomyData {
	position: relative;
}

.taxonomyData {
	text-align: right;
	font-size: 0.8em; /* 12px x 0.8 = 9.6px */
}

.taxonomyData hr {
	text-align: center;
}

.quoteRight, #d_quote01 { text-align: center; font-size: 1.3em; line-height: 1.3em; float: right; width: 30%; font-family: Arial, Verdana, san-serif; font-weight: bold; font-style: italic; color: #001D68; padding: 5px 10px 5px 5px;}
.quoteRight p, #d_quote01 p {text-align: center; color: #000000; font-size: 0.8em;}

.quoteLeft, #d_quote02 { text-align: center; font-size: 1.3em; line-height: 1.3em; float: left; width: 30%; font-family: Arial, Verdana, san-serif; font-weight: bold; font-style: italic; color: #001D68; padding: 5px 5px 5px 10px;}
.quoteLeft p, #d_quote02 p {text-align: center; color: #000000; font-size: 0.8em;}

.quoteFull, #d_quote03 { text-align: center; font-size: 1.3em; line-height: 1.3em; width: auto; font-weight: bold; font-family: Arial, Verdana, san-serif; font-style: italic; color: #001D68; padding: 5px 5px 5px 5px; }
.quoteFull p, #d_quote03 p {text-align: center; color: #000000; font-size: 0.8em;}