/***********************************************/
/* hpha.css                                    */
/* Use with hpha site                          */
/***********************************************/

/***********************************************/
/* Special Tags */

.block_intro p	{
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 15px;
	padding-left: 15px;
}


/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana;
	font-size: 16px;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background:  #ccbb99;
	font-weight: 600;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #000000; /* drk brn #64340d; original #006699; */
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #000000; /* was #334d55; */
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

img#intro {
	padding-top: 4px;

}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffeecc; /* #fff7da; /* last used 10Apr2008 #ffffff; /* original color #d8d7b2; */
}

#pagecellCal{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #d8d7b2;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px 0px 0px 2px;
	background-color: #ffeecc; /* last used 10Apr2008 #e1dccd; */
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font: small Verdana,sans-serif;
	margin-left: 2px;
	margin-top: 2px;
}
#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	/* removed left border 14Jun2007 - border-left: 1px solid #ccd2d2; */
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #756959; /* last used 10Apr2008 #666666; */
	font-weight: bold;
	font-variant: small-caps;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 14px;
	right: 0px;
	color: #919999;
	left: 689px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 8px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #cbc8bb; /* original #d8d7b2; */
	background-color: #cc9966; /* #fff7da; /* last used 10Apr2008 #e1dccd; /* added this color on 20 feb 2008 */
}

#pageName h2{
	font: bold 175% Arial, sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-color: #cc9966; /* #fff7da; /* last used 10Apr2008 #e1dccd; /* original color #d8d7b2; */
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}
#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #a6a589;
}

a.glink:hover{
	text-decoration: underline;
	font-weight: bold;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #000000; /* was #595a76; */
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #5d5542; /* original color #ffffff; /* was #595a76; */
}

.subglobalNav a:hover{
	color: #000000;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/
#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 20px 0px 5px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #930; /* used last 10Apr2008 #000000;*/
}

.story p {
	padding: 0px 0px 8px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}
td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #666666;
	font-size: small;
	background-color: #cc9966; /* last used 10Apr2008 #cbc8bb; */


	color: #506C89 /* was #999999; */
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-top: 6px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #ffeecc; /* last used 10Apr2008 #e1dccd; /* original color #d8d7b2;  /* was #ebecd0; */

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #cc9966; /* last used 10Apr2008 #fefefe; */
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/
#advert{
	padding: 10px;
}

#advert img{
	display: block;
}


/************** jc styles *************************/

.hide {
	display: none;
	}

/********************* end **********************/
.odd {
	background-color: #e6e6e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
}
.even {
	background-color: #fcfcfc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
}
.listing {
	border: 1px solid #d7d7d7;
	padding-top: 1px;
	padding-right: .5em;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
}

/************** sitemap styles *********************/

/* SITEMAP.HTML CSS */
#contents ul {
	list-style-image: none;
	list-style-type: none;
	}

hr {
	height:1px;
	border-top:1px dotted #CED8E9;
	border-left:0;
	border-right:0;
	border-bottom:0;
	margin:0;
	padding:3px 0;
	width: 95%;}

div.hr {
  height:1px;
  width:95%;
  margin:5px 0;
}

div.hr hr {display: none;}

/* sitemap list headings */
.bold {
	font-weight:bold;
	color: #666666; /* green #99aa00; dark blue #0b3091; */
	} 


div#contents .bold {
}/* need this content border for NS and Opera layouts */
#sitemapContents {
	width:100%!important;
	width:560px;
	margin:0px;
}
#sitemapContents #leftContents {float:left; margin-left:-50px; width:285px; position: relative; z-index: 10;}
#sitemapContents #contents {width:560px;}
#sitemapContents #innerContents {width:100%; margin:0 0 0 5px; padding:0;}

/* Note - Sitemap */
#sitenav {
	padding-bottom:10px;
	font-size: 85%;
}
#sitenav ul {
	padding-left:5px;
	margin:0;
}
#sitenav li {
	padding-left:3px;
	margin:0;
}
#sitenav .leftBorder {border-left: 1px solid #99aa00;}

#sitenav.leftCol.bold { color: #0b3091; }

#sitenav .section {padding-top:10px;}
#sitenav .leftCol, #sitenav .centerCol, #sitenav .rightCol {height:auto;}
#sitenav .leftCol {
	float:left;
	width:35%;
}
#sitenav .centerCol {
	float:left;
	width:60%;
}
#sitenav .rightCol {float:left; width:180px;}

/* #### Archives.html format #### */

#pagecell2{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #d8d7b2;
}

.containerCal {
	border-left: #ccd2d2;
	margin-left: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccd2d2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9e7a; /* was #ccd2d2; */
	margin-right: 10px;
	padding-right: 10px;
}
#mainCal {
}

#contentCal {
	background-color: #e1dccd; /* old color was #d8d7b2; */
	padding: 10px;
	margin: 10px 20px 10px 10px;
	left: 10px; /* was 190px; */
	top: 190px;
	width: 65%;
	/* float: right;  - removed by me 03aug07 */
}
/* post */

.post {
}

.post .title {
	margin: 0 65 0 0;
	border-bottom: 1px solid #9E9E7A; /* was #D6D5D5; */
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.post .date {
	margin-top: -26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .date .month {
	display: block;
	float: right;
	width: 60px;
	margin-bottom: 3px;
	padding: 5px 0;
	/* background: #D6D5D5; removed by me */
	text-align: center;
	font-size: 11px;
}

.post .date .day {
	display: block;
	float: right;
	clear: right;
	width: 60px;
	margin-bottom: 1px;
	padding: 10px 0;
	background: #EAEAEA;
	text-align: center;
	font-size: 24px;
}
.post .date .year {
	display: none;
}

.post .meta {
	padding: 0px 0 5px 10px;
	border-bottom: 1px solid #9e9e7a; /* was #EAEAEA; */
	font-size: 12px;
	margin-right: 65px;
}

.post .meta p {
	margin: 20px 0 0;
	padding-top: 10px;
}

.post .storyCal {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 40px;
}

/* Logo */
#logo {
	padding: 90px 10px 0px;
	/* width: 550px; /* 770px; */
	height: 80px;
	margin: 0 20px 0 200px;
	background: none; /* url(../images/img02.png) no-repeat 0 65px; */
}

#logo h1 {
	padding: 20px 0 0 20px;
}

#logo h1 a {
	text-transform: uppercase;
	font-size: 30px;
	color: #FFFFFF;
}

#logo h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 48px Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

#logo h2 {
	padding: 6 0 0 350px;
	font-size: 1em;
}

#logo a {
}
/* ## Updates ## */

/* temp removal 
#pageNavCal{
	float: none;
	width:178px;
	padding: 4px 4px 8px 8px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font: small Verdana, sans-serif;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
	left: 10px;
	top: 190px;
} */
#updates {
	background-color: #d8d7b2;
	float: left;
	width: 178px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	line-height: normal;
}

/* Boxed */


.boxed {
}

.boxed .titleCal {
	padding: 0 0 0 10px;
	background: none; /* url(../archives/calendar/images/img03.gif) no-repeat left center; */
	border-bottom: 1px solid #d6d5d5;
}

.boxed .contentCal {
	padding: 10px;
	text-align: justify;
	font-size: small;
}
.hrbar {
	height: 4px;
	width: 510px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 20px;
}


blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #9e9e7a; /* was #eaeaea; */
	font-style: italic;
}
.hr60 {
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 1px;
	margin-bottom: 10px;
}
.event {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 70%;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.event1 {
	width: 70%;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}


.contact h3{
	font-weight: bold;
	font-size: 135%;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}
.contact1 {
	font-size: 125%;
}

/* ### SUBJECT BLOCKS SETION - SMARTLIVING.HTM ###*/
#SubjectBlocks {
	FLOAT: left; OVERFLOW: hidden; WIDTH: 90%;
}
#SubjectBlocks H3 {
	MARGIN-TOP: 5px; MARGIN-LEFT: 20px;
}
#SubjectBlocks UL {
	MARGIN: 10px 20px 0px;
	LIST-STYLE-TYPE: none;
	padding: 0px;
}
#SubjectBlocks A {
	PADDING-RIGHT: 10px;
	BORDER-TOP: 1px dashed #32333e;
	MARGIN-TOP: -1px;
	DISPLAY: block;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: normal;
	PADDING-BOTTOM: 5px;
	COLOR: #666666;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: 1px dashed #32333e;
	font-size: 90%;
}
#SubjectBlocks A:hover {
	COLOR: #000000;
	BACKGROUND-COLOR: #ccbb99;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold; /* added 10Apr2008 */
}
#SubjectBlocks A STRONG {
	DISPLAY: block;
	COLOR: #21536a; /* was #c4902a; */
	padding-bottom: 3px;
}
#SubjectBlocks A EM {
	DISPLAY: block;
}
