/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #663300;
	font-size: 1.2em;

}

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

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

a:hover{
	text-decoration: underline;
}

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

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

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

h3{
 font: bold 100% Arial,sans-serif;
 color: #330000;
 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;
}


/*************** 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: 25px;
	left: 5%;
	right: 5%;
	width: 90%;
	background-image: url(images/background1.jpg);
	border: 2px solid #330000;
	font-style: normal;
	color: black;
}

#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%;
	padding-bottom: 25px;	
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #ffffff;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
}

#subcontent{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 100% Verdana, sans-serif;
 	color: #660000;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 10px;
}

#utility a{
	color: #660000;
}

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

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

#pageName{
	padding: 0px 0px 5px 5px;
	margin: 0px;
	border-bottom:none;
}

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

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

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

.feature h3{
	font: bold 175% Arial,sans-serif;
	font-style:italic;
	color: #000000;
	padding: 30px 0px 5px 0px;
}
.feature h2{
	font: bold 190% Arial,sans-serif;
	font-style:italic;
	color: #330000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	padding: 0px 10px 0px 0px;
}

.feature p{
	padding: 0px 10px 10px 10px;
}


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

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

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 10px 10px 10px;
}

.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 #F0E8CC;
	font-size: small;
	color: #7d4900;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


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

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

}

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

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

#sectionLinks a:hover{
	border-top: 1px solid #660000;
	background-color: #660000;
	color:#F0E8CC;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-style:italic;
}


/************* 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; 
}


/********************* end **********************/
.awd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #330000;
}

.awssm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #330000;
}

.awdsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: none;
	font-weight: none;
	color: #330000;
}

.songtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #330000;
}

.label2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: italic;
	color: #333333;
}

.question {
	font: bold 125% Arial,sans-serif;
	font-style:italic;
	color: #660000;
	padding: 0px 0px 5px 10px;
}
.answer {
	font: 100% Arial,sans-serif;
	color: #000000;
	padding: 0px 20px 5px 20px;
}
blockquote {
	display: block;
	padding: -40px 0px 0px;
}
.sidebuybutton {
	padding-top: 140px;
	text-align: center;
	background-color: #FFFFFF;
}
.sidebuybutton1 {
	padding-top: 500px;
	text-align: center;
	background-color: #FFFFFF;
}
.sidebuybutton2 {
	padding-top: 750px;
	text-align: center;
	background-color: #FFFFFF;
}
.status {  font-family: Arial, Helvetica, sans-serif, "Comic Sans MS"; font-size: 12px; font-weight: bold; color: #330000}
