/* CSS Basics - cross-site elements */
/* zeroing selector: reduces all margins, padding and borders to 0 for cross-browser compatibility */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

.titlediv {
	width: 704px;
	height: 108px;
	position:relative;
	top: 25px;
	left: 150px;
	background: none;
	z-index:1;
}

.subtitlebar {
	width: 500px;
	height: 70px;
	position:absolute;
	top: 100px;
	left: 500px;
	background-color: transparent;
	z-index:1;
/*	border-style:solid;
	border-color:#CC00FF;
	border-width:thin;  for testing distances */
}

h1.title {
	font-size: 75px;
}

h2.subtitle {
	font-size: 38px;
	text-align:left;
}

h2.innertitle {
font-size: 40px;
text-align:center;
margin: 0px 0px 20px 0px;
}

h3.innertitle {
font-size: 35px;
text-align:center;
margin: 0px 0px 20px 0px;
}

p, ul li {
font-size: 23px;
font-weight:normal;
text-align:justify;
}

p {
 margin: 0px 5px 0px 5px;
}

a {
text-decoration:none;
}

#navbar_equanimity {
	width: 210px;
	height: 250px;
	position:absolute;
	top: 170px;
	z-index:1;
/*	background-color:#FFFFFF; */
}	

.navbar_right {
	left: 790px;
}

.navbar_left {
	left: 10px;
}

.central {
	width:500px;
	height:1000px;
	position:absolute; 
	left: 265px;
	top: 170px;
}

.innertextbooksession {
font-size: 24px;
font-weight:bold;
text-align:center;
color:#FF0000;
}

a.innertextbooksession:visited {
color:#FF0000;
}

a.innertextbooksession:hover {
color:#FF0000;
}

.backtotop {
font:"Monotype Corsiva";
font-size: 15px;
font-weight:bold; 
font-style:italic;
}

h2.questions {
font-size: 30px;
text-align:center;
margin: 0px 0px 20px 0px;
}

.sun {
	width:350px;
	height:350px;
	position:absolute; 
	left: 570px;
	top: 30px;
	z-index:0;	
	background: url(Images/pth-sun-350x350-gradient.gif);
/*	background:background-color: */
}

.innertextlink {
	font-size: 28px;
	text-align:center;
}

.innertextcentral {
text-align:center;
}

.littlenavbar {
	width: 200px; 
	position: absolute;
	top: 115px;
	left: 270px;
	background: none;
	z-index:1;
}

ul.ulLittleNav {
  margin: 0px;
 /* white-space: nowrap;*/
}

li.liLittleNav {
  list-style-type: none;
  display: inline;
  padding: 0px 7px 0px 0px;
}

.newsflash {
	font-family:"Monotype Corsiva", "Georgia"; 
	font-size: 28px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.newssubtext {
	font-family:"Monotype Corsiva", "Georgia"; 
	font-size: 22px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}

.txtNews {
	text-align: center;
	color: #FF0000;
}

.txtRed {
	color: #FF0000;
}

.redLink:link {
	color: #FF0000;
	font-weight:bold !important;
}

.redLink:visited {
	color: #FF0000;
	font-weight:bold;
}

.redLink:hover {
	color:#FF3300;
}
