/***********************************************/
/* Misty Pines Embroidery Right Nav Core Style */
/* Use with Halo Right Nav                     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url(../images/index/bg.gif);
	background-repeat: repeat;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #fdb813;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #555;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #555;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #555;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: bold 100% Arial,sans-serif;
 color: #666;
 margin: 0px;
 padding: 10px 0px;
 text-align: center;
 text-decoration: underline;
}

h6 {
	font: bold 100% Arial,sans-serif;
 	color: #666;
 	margin: 0px;
 	padding: 0px;
	text-decoration: underline;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 35px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#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;
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F7F7F7;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #999;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
/* #siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-size: 140%;
	font-weight: normal;
}
*/
/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 10px 0px 14px 20px;
	margin: 0px;
	border-bottom:1px solid #999;
}

.pnimgl {
	margin: 0px;
	padding: 0px;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #999;
	margin:0px;
	padding: 0px;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #555;
	padding: 15px 0px 5px 0px;
}

.feature h4 {
	font: bold 1.2em Arial,sans-serif;
	color: #555;
	padding: 15px 0px 0px 0px;
}

.featureflash{
	float: left;
	margin: 20px 10px 0px 5px;
	padding: 0px;
}

.feature p {
	color:#555;
	margin-top: 10px;
	padding: 5px;
	font-size: .91em;
	line-height: 1.2em;
	letter-spacing: .03em;
}


/*************** story styles ******************/

#storybackground {
	background-image: url(../images/index/phantom.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 1.3em Arial,sans-serif;
	color: #333;
}

.story h4 {
	font: bold 1em Arial, sans-serif;
	color: #fdb813;
	text-align: center;
}

.story p {
	color:#555;
	margin: 0px;
	font-size: .91em;
	line-height: 1.2em;
	letter-spacing: .03em;
	padding: 0px 0px 10px 0px;
}

/*
.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{
	border-top: 1px solid #999;
	clear: both;
	font-size: small;
	color: #999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

.sectionlinks h5 {
	padding: 10px 0px 2px 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #CCC;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #DDD;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #666;
}

#sectionLinks a:hover{
	background-color: #AFAFAF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: none;
	background-color: #F7F7F7;
}

.relatedLinks h6{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/
/*
#advert{
	padding: 10px;
}

#advert img{
	display: block;
}
*/

/**************** sitemap styles ****************/

.mapsection {
	font-family: Arial,sans-serif;
	font-size: 1em;
	color: #666;
}

.mapitem {
	font-family: Arial,sans-serif;
	font-size: .9em;
	color: #666;
}

/********************* end **********************/





