h1,h2,h3,h4,h5 {
/* "Lucida Sans Unicode", georgia, "Trebuchet MS", */
	font-family:  verdana, arial, sans-serif, helvetica;
	margin: 12px 0;
	}
h1 a, h2 a, h3 a, h4 a {color: #000;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {color: #c00;}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 140%;
}
h2{
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 8px 0;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 6px 0;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0;
	color: #f00
}

h1.head {font-size: 22px; border-bottom: 2px solid #000; margin-bottom: 20px}
h1.head span {display: block; padding-bottom: 4px;}

h2.head {
	text-align: left;
	margin: 2px 0;
	padding: 1px 0;
	border-bottom: 2px solid #000;
}
h2.head span {
	display: block;
	background: url('../imgPG/sx_bgRLGray.png') 100% top repeat-y;
	padding: 8px 0 4px 0;
	color: #000;
	border-bottom: 1px solid #000;
}

h2.head a {
	display: block;
	background: url('../imgPG/sx_dotArR1.png') 100% center no-repeat;
	padding-right: 16px;
	color: #06b
}
h2.head a:hover {
	background: url('../imgPG/sx_dotArR4.png') 100% center no-repeat;
	color: #c00
}

th {
	color: #fff; 
	padding: 6px 3px;
	background: #999 url('../imgPg/grad50WT40.png') left top;
	border: 1px solid #000;
}

a {color: #c00; text-decoration: none;}
a:hover {color: #000;}

a.noBG,
a.noBG:hover {padding: 0; background: none;}

form {margin: 0px; padding: 0px;}
input, select {font-family: verdana; font-size: 12px;}

hr		{height: 2px; background: #010101;}

ul		{margin: 5px 0; padding: 0 0 0 18px;}
ol		{margin: 5px 0; padding: 0 0 0 20px;}
li		{padding: 2px 0;}

div p:first-child {margin-top: 0;}
p {-webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;}

marquee {font-weight: bold; background: transparent;}
marquee a {color: #fff;}
marquee a:hover {color: #000;}

audio {width: 100%; height: auto;}

/*	===================================
	IMAGE CLASSES
======================================= */
#imgBodyMiddle,
#imgBodyRight {
	display: table; 
	table-layout: fixed; 
	width: 100%;
}
#imgBodyRight {text-align: center;}
#imgBodyMiddle img {
	display: block;
	margin-top: 10px;
	max-height: 60px;
	*height: 60px;
	width: auto;
}
#imgBodyRight img {
	margin: 0 auto;
	max-width: 100%; 
}

.imageLR,
.imageLeft {
	float: left; 
	margin: 4px 12px 2px 0; 
	width: 34%;
	display: table; 
	table-layout: fixed; 
}
.imageRight {
	float: right; 
	margin: 4px 0 2px 12px;
	width: 34%;
	display: table; 
	table-layout: fixed; 
}

.imageLR img,
.imageLeft img,
.imageRight img {
	width: 100%;
}
.imageLR object, .imageLR embed,
.imageLR video, .imageLR audio,
.imageLR iFrame.youtubeFrame, 
.imageLeft object, .imageLeft embed,
.imageLeft video, .imageLeft audio,
.imageLeft iFrame.youtubeFrame,
.imageRight object, .imageRight embed,
.imageRight video, .imageRight audio,
.imageRight iFrame.youtubeFrame {
	width: 256px; height: 192px;
}

.imageCenter {
	clear:both; 
	display: table; 
	table-layout: fixed;
	border: 0;
	width: 100%; 
	text-align: center; 
	margin: 0;
	padding: 0;
}
.imageCenter img {max-width: 100%;}
.imageCenter object,
.imageCenter embed,
.imageCenter video,
.imageCenter iFrame.youtubeFrame {
	width: 100%;
	height:420px;
	border: 0;
	margin: 0;
	padding: 0;
}

.imageText {font-size: 10px; text-align: center; background-color: #eee; padding: 2px}

/*	===================================
	TEXT CLASSES
======================================= */
.textBG {clear:both; margin-top: 20px}
.text,
.textResizeable {
/* Georgia, "Book Antiqua", "Times New Roman", Calibri, */
	font-family:  arial, Times, serif;
	font-size: 14pt;
	margin: 12px 0 6px 0;
	text-align: justify;
	line-height: 1.6;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
}
#sxDefault .text,
#sxDefault .textResizeable {
	line-height: 1.5;
}

.textShaded {/* Used with .text to contain its styles and hyphenation */
	background: #fff;
	border: 1px solid #a3a6a9;
	padding: 10px;
	line-height: 1.3;
	font-size: 11pt;
}

.text > ul {margin-left: 18px; padding-left: 0;}
.text > ol {margin-left: 22px; padding-left: 0;}

.textSmall {
	font-family: arial, verdana, san-serif;
	font-size: 11pt;
	margin: 4px 0 12px 0;
	line-height: 1.4;
}
.textInfo {
	margin: 10px 0;
	line-height: 1.3;
}

.whiteBG {background: #fff; padding: 5px 10px;}

.textIntroBG .text {line-height: 1.4; font-size: 11pt; margin: 0;}
.textIntroBG .text span,
.textIntroBG .text a {font-weight: bold;}
.textIntroBG .text a:hover {}

.borderBottom {border-bottom: 10px solid #e5e5e5;}

.clear {clear: both;}
.alignLeft {text-align: left}
.alignCenter {text-align: center;}
.alignRight {text-align: right;}
.paddingAll {padding: 6px;}
.paddingTB {padding: 6px 0;}
.paddingLR {padding: 6px 0;}
.marginTB {margin: 12px 0;}
.marginTop {margin-top: 1px;}
.marginMinus {margin: -18px -18px 0 -18px !important;}
.floatLeft {float: left;}
.floatRight {float: right;}

.errorBG {clear: both; background: #fc6; padding: 0.5em; margin: 1em 0; border: 0.1em solid #ea4; color: #000; font-weight: bold;}
.successBG {clear: both; background: #cfd; padding: 0.5em; margin: 1em 0; border: 0.1em solid #bec; color: #000; font-weight: bold;}


/* Various links within an open text pages
========================== */
.readMore {
	clear:both;
	margin: 1px 0 5px 0; 
	padding-top: 15px; 
	}
.readMore div {
	text-align: right
	}

.includedText {
	margin-bottom: 10px;
	padding: 6px;
	border: 1 solid #e5e5e5;
	}
.includedText legend {
	margin: -24px -6px 0 0;
	padding: 6px;
	font-weight: bold;
	background: url('../imgPG/sx_colorGray10.png') left center repeat;
	}
.includedText a {
	display: block;
	color: #06c;
	padding: 2px 0 2px 14px;
	background: url('../imgPG/sx_dotA1.gif') left 2px no-repeat;
	}
.includedText a:hover {
	background: url('../imgPG/sx_dotA3.gif') left 2px no-repeat;
	color: #f03;
	}


.printCenterAlign {margin: 2px 0 12px 0; padding: 4px 0; text-align: center; background: #e5e5e5;}
.printCenterAlign table {margin: 0 auto;}
.printCenterAlign table td {padding: 0 0 0 1px; background: #fff;}
.printRightAlign {text-align: right; padding: 2px;}


/* Line margins
========================== */
.line {
	font-size: 1px;
	height: 1px;
	margin: 8px 0;
	border-bottom: 1px dotted #abc;
	clear:both;
	}
.lineClear {
	clear:both;
	font-size: 1px;
	height: 1px;
	margin: 8px 0;
}
.lineMargin {
	clear:both;
	font-size: 1px;
	height: 1px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #abc;
	}

/*	===================================
	FLOATING LISTS
	=========== =========== =========== */
.listFloat {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	text-align: left;
	float: right; 
	width: 45%; 
	margin: 0px 0 10px 15px;
	font-size: 12px;
	line-height: 125%;
	display: table; 
	table-layout: fixed; 
	}

.listFloat img {
	max-width: 100%;
}
.listFloat iFrame.youtubeFrame,
.listFloat object,
.listFloat embed {
	width: 100%; 
	height:180px;
}

.listFloat h2 {
	background: #c00 url('../imgPG/grad60WT60.png') left bottom repeat; 
	color: #fff; 
	padding: 6px 2px;
	margin: 0;
	text-align: center; 
}

.listFloat h3 {
	color: #000; 
	text-align: center; 
	padding: 6px 0;
	margin: 0 0 2px 0;
	border-bottom: 1px solid #000;
}

.listFloat ul {
	margin: 1px 0;
	padding: 4px 4px 4px 0;
	list-style: none;
	line-height: 125%;
	max-height: 246px;
	overflow: auto;
	}
.listFloat ul li{
	padding: 3px 0;
	}
.listFloat ul li a {
	color: #c00;
	display: block;
	padding-left: 12px; 
	background: url('../imgPG/sx_dotArR4.png') 0 1px no-repeat;
	}
.listFloat ul li a:hover {
	color: #06c;
	background: url('../imgPG/sx_dotArR5.png') 0 1px no-repeat; 
	}
.listFloat ul li span {
	color: #000;
	}

/*	===================================
   LISTS IN THEMES, ARCHIVES, AUTHORS, Books, etc.
	=========== =========== =========== =========== */
.listWrap {clear:both; margin-bottom: 10px}
.listWrap h3 {
	clear: both;
	margin: 12px 0 2px 0;
	padding: 5px;
	background: #c00;
	border: 1px solid #000;
	color: #fff;
}
.listWrap h3 span {}

.listWrap h4 {
	clear: both;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #fff;
}
.listWrap h4 a {
	padding: 0;
	background: none;
	color: #c00;
}
.listWrap h4 a:hover {
	color: #000;
}

.listWrap ul {
	clear: both;
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}

.listWrap ul li {
	margin: 0;
	padding: 0;
}
.listWrap li a {
	display: block;
	padding-left: 14px;
	background: url('../imgPG/sx_dot5.png') 0 4px no-repeat;
	color: #000;
}

.listWrap li a:hover {
	background: url('../imgPG/sx_dot4.png') 0 4px no-repeat;
	color: #c00;
}
	.middleCell .listWrap li a {
		font-size: 12px;
		padding: 4px 0  4px 14px;
		background: url('../imgPG/sx_dot4.png') 0 6px no-repeat;
		color: #c00;
	}
	.middleCell .listWrap li a:hover {
		background: url('../imgPG/sx_dot5.png') 0 6px no-repeat;
		color: #000;
	}

.listWrap a span {color: #000 !important;}

.listWrap form {
	background: url('../imgPG/sx_headerSecR.png') left center repeat; 
	text-align: center;
	padding: 4px
}

/*
	CONTACT FORM
*********************************/
#formWrap {padding: margin: 10px 0 0 0}
#formWrap fieldset {
	border: 1px solid #ddd;
	background: #eee; 
	padding: 10px;
	margin-bottom: 2px;
	border-radius: 5px;
}
#formWrap label {
	display: inline-block;
	width: 80px; 
	text-align: right; 
	padding: 0 5px 5px 0; 
	*float: left;
	*clear: left;
}

#formWrap input.submit {float: right; padding: 8px 12px;}
#formWrap .inputText {display: none}


/*	===================================
	PAGE NAVIGATION IN ARCHIVES AND AUTHORS
	=========== =========== =========== =========== */
.pageNavigationBG {
	background: #c00 url('../imgPG/grad120WT40.png') left bottom repeat; 
	text-align: center; 
	padding: 4px 12px;
	border-top: 0;
	margin: 1px 0;
}
.pageNavigationBG table {
	margin: 0 auto;
	width: auto;
}
.pageNavigationBG td {
	vertical-align: middle;
}

.pageNavigationBG a {color: #fff}
.pageNavigationBG a:hover {color: #000}

.pageNavigationBG form {
	background: #c00 url('../imgPG/grad50TW60.png') left top repeat; 
	padding: 3px 0;
	margin: 2px 0;
	border: 1px solid #D21E1E;
	color: #fff;
}
.pageNavigationBG form td {color: #fff;}


/*	===================================
	SEARCH PAGE STYLES
=========== =========== =========== =========== */
/* Search form in Nav
*********************/
.topSearch {
	float: right;
	padding: 2px 2px 0 0;
}

#top .topSearch {
	float: right;
	padding: 0;
	margin: -3px 0 0 0;
}
#top .topSearch input[type="text"] {
	height: 16px;
	margin: 0;
}
#top .topSearch input[type="submit"] {
	height: 22px;
	margin: 0;
}


/* Search form in serach pages
*********************/
#searchFormWrap {
	background: url('../imgPG/sx_headerGray.png') left -5px repeat;
	padding: 2px;
	margin-bottom: 20px;
}
#searchFormWrap form {
	position: relative;
	background: #eee url('../imgPG/sx_colorGray5.png') left top repeat;
	padding: 4px;
	border:1px solid #ccc;
}
#searchFormWrap form button {
	position: absolute;
	right: 5px;
	top: 3px;
}

#searchFormWrap form input,
#searchFormWrap form select {
	margin-bottom: 1px;
}
#searchFormWrap td {
	padding: 0 4px;
}

/* Search navigations
*********************/
#searchNavWrap {
	margin-bottom: 20px;
}
#searchNavWrap form {
	background: #ddd url('../imgPG/grad80WT40.png') left bottom repeat;
	padding: 4px 6px;
	line-height: 100%;
}

.searchNav {
	float: right;
	clear:both;
	background: #ddd url('../imgPG/grad80WT40.png') left bottom repeat;
	padding: 11px 6px;
	margin-top: 10px;
	text-align: center;
	line-height: 100%;
}
.searchNav div {padding-bottom: 8px;}

#searchNavWrap .searchNav {
	float:none;
	margin: 0;
}

/* =============================================================
   TABLE SEARCH RESULTS
============================================================= */
#resultTable {background: #fff; width: 100%; }
#resultTable th { }
#resultTable th a {color: #000}
#resultTable th a:hover {color: #fff}
#resultTable td a {color: #c00}
#resultTable td a:hover {color: #000}
#resultTable td {padding: 5px 2px;}
#resultTable tr:nth-child(odd) {background: #eee}
.sortColor {color: #fff;}

/* =============================================================
   BLOG STYLES
============================================================= */
/* View comments
************************/
#blogBG {}
.blogBar {
	background: #aaa url('../imgPG/grad50WT60.png') left top repeat-x;
	margin-bottom: 12px;
	padding: 10px 5px;
	text-align: center;
	border: 1px solid #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 200%;
	}
.blogBar a {color: #06c;}
.blogBar a:hover {color: #fff;}

.commentArrows {
	position: relative; 
	margin: 1px 0;
}
.commentArrows span {
	position: absolute;
	display: inline-block;
	top: 1px;
	right: 1px;
	padding: 1px 10px; 
	cursor: pointer;
}
.commentArrows span.showComment{
	background: #06c url('../imgPG/sx_dotArBD6.png') center center no-repeat; 
}
.commentArrows span.hideComment{
	background: #06c url('../imgPG/sx_dotArBU6.png') center center no-repeat; 
}

.commentsA {
	margin-bottom: 2px; 
	border: 1px solid #ddd; 
	padding: 0 10px;
	background: #fff; 
	}
.commentsB {
	margin-bottom: 2px; 
	border: 1px solid #ddd; 
	padding: 0 10px;
	background: #eee; 
}

.commentTexts {padding-left: 40px;}

/* Add comments
************************/
#commentAddBG {margin-top: 2px;}

#commentAddBG form {
	margin-top: 12px; 
}

#commentAddBG fieldset {
	padding: 8px 0;
	margin: 0;
	margin-bottom: 2px;
	clear: both; 
	background: #eee;
	border-radius: 5px;
}

#commentAddBG dl {clear: both; padding: 2px 0; margin: 0; display: block;}
#commentAddBG dt, 
#commentAddBG dd {float:left; padding: 0; margin:0; display: block;}
#commentAddBG dt {width: 140px; text-align: right; padding-right: 5px; font-weight: bold}
#commentAddBG dd {text-align: left;}

#textMessage {display:none;}


/* =============================================================
	Tabs and layers visibility (for books with js)
============================================================= */
.tabsHead {
	clear: both;
	float:left;
	oveflow: hidden;
	zoom: 1;
	width: 100%; 
	border-bottom: 4px solid #000; 
	cursor: pointer;
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
}
.tabsHead li {
	float: left; 
	font-size: 11px; 
	font-weight: normal; 
	padding: 8px 4px 7px 4px;
	margin-right: 1px;
	margin-bottom: 1px;
	background: #ddd;
	}
.tabsHead li.selected {
	float: left; 
	font-size: 11px; 
	font-weight: normal; 
	padding: 8px 4px; 
	color: #eee;
	margin-right: 1px;
	margin-bottom: 1px;
	background: #000;
	}

.tabsText {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
}

/*	===================================================== 
	SCROLL PAGE
===================================================== */
div.scroll{
	position: fixed;
	bottom: 8px;
	right: 8px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background: #666;
	z-index:9999;
	opacity:0.5;
	display: none;
}
div.scroll:hover{
	opacity: 1;
	font-size: 18px;
	line-height: 30px;
}

/*	===================================================== 
	MAPS
===================================================== */
.textNewsWrapper {
	clear: both; 
	padding: 10px 20px;
}

/*	Wraps around text that includes Headers and other Pure Text Containers
	Used to redefine headers - usually on the Right Cell
	But can also be used to redifine all other Pure Text Containers
///////////////////////////////////////////////////// */
.textWrapper {
	clear: both; 
	margin: 0;
	padding: 0;
}
.textWrapper h2 {
	padding-bottom: 4px;
	border-bottom: 2px solid #3cc;
}
.textWrapper h3 {}

#localMapCanvas {height: 280px;}

/*	End
=================*/