/*
EY logo Purple = #9994C8
EY logo green = #C9DB43

EY button Purple = #8E84B7
EY button Green  = #B2D651

*/

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover 
{
    color: #006699;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 4px;
	background-color: #eeeeee;
	border: 1px solid #EEEEEE;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #8E84B7; /*#334d55;*/
	height:32px;
}

h2{
	font-size: 114%;
	color: #8E84B7; /*#006699;*/
	height:28px;
}

h3{
	font-size: 100%;
	color: #8E84B7; /*#334d55;*/
	height:24px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	margin:0 auto;
	position:relative;
}

#graphichead{
	margin: 0;
	padding: 10px 0px;
	height: 78px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
/*	background-image: url(/Images/PaintedGirlPattern-200.jpg)}*/
	background-image: url(/Images/newheader.jpg)}
	
#graphicheaddemo{
	
	height: 140px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url('../../Images/newheader.jpg')
}
	
#masthead{
	background-color: #eeeeee;
	margin: 0;
	padding: 15px 0px;
	height: 23px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
//**	margin: 0 79% 0 0;**//
//**	padding: 0px;**//
	float: left;
	width: 200px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
}

#content{
	right: 0px;
	margin-left: 220px;
	padding: 10px 10px 0px 10px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#logoBlock{
	padding: 0px;
	height: 44px;
	width: 200px;
	position: absolute;
	visibility:expression(document.body.clientWidth > 420? "visible": "hidden" ); 
	top: 104px;
	right: 19px;
	background-color: #FFFFFF;
	color: #DCBFDE;
	background-image: url('/Images/EY-Ess-200.jpg')
}

#logoBlockdemo{
	padding: 0px;
	height: 44px;
	width: 200px;
	position: absolute;
	visibility:expression(document.body.clientWidth > 420? "visible": "hidden" ); 
	top: 113px;
	right: 535px;
	background-color: #FFFFFF;
	color: #DCBFDE;
	background-image: url('../../Images/EY-Ess-200.jpg')
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 0px;
white-space: nowrap;
height: 23px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	float: right;
}

/* .feature h3{
	padding: 30px 0px 5px 0px; 
	text-align: center;
} */

.feature img{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0 0 5px 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 10px;
	font-size: 90%;
}

.story p{
}

story large {
font-size:110%;
color: #FF0000;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 0px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.tandc {
	margin-left: 10px;
}

#LoginMain_UserName, #LoginMain_Password {
	width: 13em;
	margin-left: 0.3em;
	margin-top: 0.3em;
	
	}


.article
{
    
  width:750px;
   border-bottom: 1px dotted gray;
margin-bottom:16px;

}

.articletitle
{
    
    height:38px;
    
   
   
   

}

.articlefullwdith
{
    padding-left:10px;
  	 float:left;
     color:Gray;
}

.articleleftbolder
{
    padding-left:10px;
  	 float:left;
 	margin-right:200px;
    color:black; 
    font-weight:bolder;
}

.articleleft
{
    padding-left:10px;
  	 float:left;
 	margin-right:200px;
    color:Gray;
}

.articleright
{
    float:right;
    width:178px;
    margin-left: -178px;

}

.dividerline
{
    height:4px;
   /* border-top: 1px dashed gray;*/

}


.flashmessage
{
    padding-left:8px;
    padding-top:8px;
    border-style:dotted;
    border-color:Gray;
    border-width:1px;
    font-size:0.75em;
    height:32px;
   
}


.demodiv
{
    margin-top:8px;
 margin-right:8px;

  float:left;
  width:250px;  
  height:32px;
 
}

.demodiv span
{
   
   
}


.demodiv a
{
    text-indent:8px;
    line-height:32px; 
    float:left;
    color:Black;
text-decoration:none;
background:transparent url('../Images/demovidbutton.png') ;
background-position:0px 0px;
 width:250px;  
  height:32px;
  text-align:left;
}

.demodiv a:link, a:visited
{
	/*color: Black;*/
	text-decoration: none;
}


.demodiv a:hover
{
    color: Black;
	text-decoration: none;
    background-position:0px 32px;
    color:Black;
    font-weight:bold;

}


/*
.btn75x24
{
    float:left;
    text-align:center;
    width:75px;  
    height:24px;
 
}



.btn75x24a
{
  
    line-height:24px; 
    color:Black;
    font-weight:normal;
    text-decoration:none;
    background:transparent url('../Images/button75x24.png') ;
    background-position:0px 0px;
    min-width:75px;  
    min-height:24px;
    text-align:center;
}

.btn75x24 a:link
{
	color: Black;
	text-decoration: none;
	font-weight:normal;
}


.btn75x24 a:visited
{
	color: Black;
	text-decoration: none;
	font-weight:normal;
}


.btn75x24 a:hover
{
    color: Black;
	text-decoration: none;
    background-position:0px 24px;
    color:Black;
    font-weight:bold;

}

.btn75x24 a:active
{
	color: Black;
	text-decoration: none;
}
*/

