/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	background-attachment: fixed;
	background-image: url(/music/johanna/images/template/clouds_sidebarbg.jpg);
	background-repeat: repeat-y;
	line-height: 1.166;

}

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

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

a:hover{
	text-decoration: underline;
}

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

p	{
	margin: 5px;
	padding: 10px;
}

h1{
 font: bold 120% Verdana,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2 {
	color: #444E74;
	font: bold 114% Verdana, sans-serif;
	border: 0;
	text-align: right;
}

h3{
 font: bold 100% Verdana, sans-serif;
 color: #444E74;
 margin: 5px 0px;
 padding: 5px 0px;
}

h4{
	font: 90% Verdana,sans-serif;
	color: #646F9D;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h5{
 font: 100% Verdana,sans-serif;
 color: #646F9D;
 margin: 0px;
 padding: 0px;
}


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

ul{
 list-style-type: none;
}

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 Verdana,sans-serif;
 color: #334d55;
}
				
input{
font-family: Verdana,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	}
#pagecell1{
	position:absolute;
	top: 5px;
	left: 230px;
	right: 1%;
	z-index: 1;
	height: 100%;
}

#clearBoth {
	clear: both;
	}
#nav{
	position:absolute;
	top: 0px;
	width: 220px;
	z-index: 1;
}
#logo{
	margin: 10px 0px 0px 10px;
}
#sidebarFeature {
	margin: 170px 0px 0px 0px;
	font-size: 100%;
	padding: 0px;
	width: 100%;
}

#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: 2px;
	right: 2%;
	width:95.6%;
	border: 0px;
	
}


#content{
	margin:0px 0px 0px 0px;
	display: block;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #250E1A;
}


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

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

#utility { color: #919999; font: 75% Verdana, sans-serif; position: absolute; top: 46px; right: 0; left: 642px; height: 20px }

#utility a{
	color: #ffffff;
}

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

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


#pageName h2{
	font: bold 150% Verdana,sans-serif;
	color: #CCCCCC;
	margin:0px;
	padding: 0px;
	padding-left: 170px;
}

#pageName img{
	position: absolute;
	top: 6px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #993333;
padding: 0px;
margin: 0px;
background-image:  url("glbnav_background.gif");
}

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

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

.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: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** 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  { font-size: 100%; margin: 0; padding: 0px 0 0 15px}
}
html>body .feature {
	height: auto;
	float: right;
}

.feature h3{
	font: bold 175% Verdana,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}
.leftSide {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	border: 1px solid #000000;
	float: left;
}

.rightSide {
	float: right;
	padding: 0px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #000000;
}
.leftSideDown {
	float: left;
	margin: 0px 10px 5px 5px;
	padding: 0px;
	border: 1px solid #000000;
}

.rightSideDown {
	clear: right;
	float: right;
	padding: 0px;
	margin: 0px 10px 5px 10px;
	border: 1px solid #000000;
}


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

.story  { font-size: 100%; margin: 0; padding: 0px 0 0 15px}

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

.story a.capsule{
	font: bold 1em Verdana,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

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


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

#sectionLinks {
	background-repeat: repeat;
	margin: 10px;
	padding: 0;
}

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

#sectionLinks a:link, #sectionLinks a:visited {
	background-image: none;
	display: inline;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	color: #993333;
}

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


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 11pt;
}

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

.relatedLinks a{
}


/**************** advert styles *****************/

#advert{
}

#advert img{
	display: block;
	vertical-align: sub;
}

/********************* end **********************/
.relatedLinks li {
	list-style-type: none;
	list-style-image: url(/images/leaf.gif);
	list-style-position: inside;

}
.newSection p {
	clear: both;
}

.localNav {
	padding-left: 0.25em;
	padding-right: 0.25em;
	margin-left: 0.25em;
	margin-right: 0.25em;
	text-align: center;
	margin-bottom: 10px;
}
.leftSideClear {
	float: left;
	margin: 10px 10px 5px 5px;
	border: 1px solid #000000;
	clear: left;
}
.middle {
	padding: 0px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #000000;
	text-align: center;
	margin-right: 50px;
	float: right;
	position: relative;
	left: 40%;
}
.rightSideMargins {
	float: right;
	padding: 0px;
	margin: 0px 5px 0px 20px;
	border: 1px solid #000000;
}
.buzzquote {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
.buzzPerson {
	font-style: italic;
}
.blacktext {
color:#000000}#nav .flyLink {
	background: #52749C;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 8px;
	border-width: thin;
	border-style: outset;
}
#clearDiv {
	clear: both;
}
