/***********************************************/
/* edge.css                            */
/***********************************************/

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

/***********************************************/
/* COLORS                                      */
/* PINK: 		E03288                         */
/* FAWN: 		D1BAA3                         */
/* CHOCOLATE: 	6F6150						   */
/* DARK GREY:	878889				  		   */
/* LIGHT GREY: 	C6C7C8                         */
/***********************************************/ 


body{
	font-family: Calibri, Trebuchet MS, Myriad, Helvetica, sans-serif;
	color: #EEE;
	line-height: 1.3;
	font-size: 90%;	
	margin: 0px;
	padding: 0px;
}

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

a:hover, a:active {
	text-decoration: underline;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, {
	font-family: Helvetica, Arial,sans-serif;
	line-height: 1;
	margin: 0 0 18px 0; 
	padding: 0 0 2px 0;	
}


h1{
	font-size: 150%;
	color: #1DAEEF;
	text-shadow:#666;
	font-weight: bold;
}

h2{
	font-size: 100%;
	color: #CCC;
		text-shadow:#666;

	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: groove;
	border-top-color: #D1BAA3;
	border-right-color: #D1BAA3;
	border-bottom-color: #666;
	border-left-color: #D1BAA3;
}

h3{
	font-size: 100%;
	color: #C00;
	text-transform: uppercase;
}

h4{
 font-size: 100%;
 color: #E03288;
 font-weight: bold;
}

h5{
 font-size: 100%;
 font-weight: bold;
}


ul{
 list-style-type: square;
}

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

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

label{
 font: 100% Helvetica,Arial,sans-serif;
 color: #666666;
}

/***********************************************/
/* Index styles                                */
/***********************************************/
#indexContainer{
	width:100%;
	text-align:center;

}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#container{
	width:790px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}


/*********** TOP ROW *************/
#masthead{
	margin: 10px 0px 0px 0px;
	padding: 0p 0px 0px 0px;
	width: 790px;
	height: 143px;
	background-image:url(assets/images/edgemmrx.png);

}


/*********** SECOND ROW *************/
#menuBox{
	float:left;
	display:block;
	width: 108px;
	height:28px;
	line-height:1.8;
	color:#FFFFFF;
	border: 1px solid #333;
	background-color: #666;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}





/*********** THIRD ROW *************/
#navBar{
	float:left;
	clear:left;
	display:inline;
	width: 120px;
	margin: 2px 0px 0px 0px;
	padding:0px;
}

#content{
	float:left;
	display:inline;
	width: 666px;
	margin: -30px 0px 0px 2px;
	padding: 0;
	border: 1px solid #333;
	background-color:#999
}

#feature{
	float:left;
	width: 627px;
	margin: 0;
	padding: 0px 20px 20px 20px;
	background-color:#F6F6F6;
	background-image:url(assets/images/pagebackground.png)
}

#footer{
	clear:both;
	float:left;
	width: 790px;
	height: 28px;
	margin: 2px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #333;
	line-height:2;
	font-size:60%;
	text-indent:40px;
	background-image:url(assets/images/footerimage.png)
}


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

#sectionLinks{
	line-height:1.8;
	width: 108px;
	position: relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 2px 0px;
	color: #878889;
	text-decoration: none;
	
}

#sectionLinks a:link{
	width: 108px;
	height: 28px;
	position: relative;
	padding:0px 0px 0px 10px;
	margin:0px 0px 2px 0px;
	color: #fff;
	border: 1px solid #333;
	text-decoration: none;
	voice-family: "\"}\""; 
	voice-family:inherit;
	background-color:#333
}

#sectionLinks a:visited{
	width: 108px;
	height: 28px;
	position: relative;
	padding:0px 0px 0px 10px;
	margin:0px 0px 2px 0px;
	color: #fff;
	border: 1px solid #333;
	background-color: #333;
}

#sectionLinks a:hover{
	width: 108px;
	height: 28px;
	position: relative;
	padding:0px 0px 0px 10px;
	margin:0px 0px 2px 0px;
	color: #FFFFFF;
	border: 1px solid #6F6150;
	background-color:#1DAEEF;
	text-decoration:none;
	font-size: 110%;
}

#sectionLinks a:active{
	width: 108px;
	height: 28px;
	position: relative;
	padding:0px 0px 0px 10px;
	margin:0px 0px 2px 0px;
	color: #FFFFFF;
	border: 1px solid #6F6150;
	background-color:#1F5FA9;
	text-decoration:none;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

/*********** #navBar styles ***********/

#navBar ul {list-style: none; margin: 0; padding: 0px;}
#navBar ul a:link, #navBar ul a:visited,  #navBar ul a:hover {display:block;}



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	margin:0px 0px 2px 0px;
}


/*********** #content styles ***********/


.right{
float:right;
padding: 0 0 0 2px;
}

.left{
float:left;
padding: 0 10px 0 0;
}




#content .contents{
	border: 1px solid #333;
	padding: 0px 0px 0px 2px;
	width 50%;
}

#content .contents ul li{
	list-style: disc;  
}

#content .contents ul li li{
	list-style: circle;  
}

#content .reference{
	font-size: 80%;
}

#content .reference a:link, #content .reference a:visited, #content .reference a:hover{
	color: #666666;
}
#content .homeheight{
	height: 200px;
}
#content .pdflink img{
	vertical-align:top;
	padding: 0;
	margin: 0 4px 0 0;
	text-decoration : none;
	border:0;
	height: 17px;
	width: 17px;;
}

#feature .homeheight{
	height: 200px;
}

.bsh {
	color: #00C;
}
.ash {
	color: #003;
}
.isth {
	color: #C3C;
}
.ict {
	color: #69F;
}
.bts {
	color: #C06;
}
.ncri {
	color: #903;
}
.journal {
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 75%;
}