body {
    padding:0;
    margin:0;
    /*background:url(../img/bg7.png);*/
    background-color: #d5d5d5;
    font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: 5px; color: #666;
        overflow-y:scroll;
}

body a{
	text-decoration:none;
}


#centerblock{
    display:block;
    margin:0 auto;
    width:950px;
    background-color: transparent;

    }


#header{
    
    margin: 0 auto;
    width:950px;
    height:225px;
    background-color: transparent;
    }
 
#header img{
	opacity: 0.75;
}

#lc{
    display:block;
    margin: 0 auto;
    padding-left: 185px;
    padding-top: 40px;
    width:765px;
    height:60px;
    background:url(../img/logos/dps-mmog_logo.png) no-repeat;
    background-size: Auto 100px;  
/*    background-color: blue; */ 
    font-family: "Verdana";
    font-size: 24px;
    font-weight: bold;
    color: rgb(26,122,179);
    }
    
    	
#le{
    display:block;
    margin: 0 auto;
    padding-left: 185px;
    padding-top: 40px;
    width:765px;
    height:60px;
    background:url(../img/logos/dps-mmog_logo.png) no-repeat;
    background-size: Auto 100px;  
/*    background-color: blue; */ 
    font-family: "Verdana";
    font-size: 24px;
    font-weight: bold;
    color: rgb(26,122,179);
    }
    
#logo{
   
    margin: 0 auto;
    padding-left: 185px;
    padding-top: 40px;
    width:705px;
    height:60px;
    background:url(../img/logos/dps-mmog_logo.png) no-repeat;
    background-size: Auto 100px;  
/*    background-color: blue; */ 
    font-family: "Verdana";
    font-size: 24px;
    font-weight: bold;
    color: rgb(26,122,179);
    float:left;
    }
    
#ifi{
	margin-top:-100px;
	float:right;
	
	height:100px;
	width:110px;
	background-size: Auto 100px; 
	
}
    

    
#body{
    display:block;
    margin: 0 auto;
    padding: 30px;
    width:870px;  /*950 - padding - 2 x borderwidth*/
    min-height:470px;
    background-color:#FFF;
    border-top-left-radius: 10px; 
    -moz-border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    -moz-border-top-right-radius: 10px;
    border-style:solid;
    border-width:10px 10px 0px 10px;
    border-color:#e9e9e9; 
    
    

    }
    
#footer{
    display:block;
    margin: 0 auto;
    margin-bottom: 5px;
    width:930px;
/*    min-height:120px;*/
    background-color:#e9e9e9;
    border-bottom-left-radius: 10px; 
    -moz-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
    -moz-border-bottom-right-radius: 10px;
     border-style:solid;
     border-width:0px 10px 10px 10px;
    border-color:#e9e9e9; 

    }
    
#test{
	background-color:#00FFFF;
}


#navbar_top{
	margin:0px auto 20px auto;
	width:453px;
	background-color: transparent;
}


#navbar_wrapper{
	display:block;
	margin:10px auto 0px auto;
	background-color:#e9e9e9;
	width:100%;
	height:40px;
	border-top-left-radius: 10px; 
    -moz-border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    -moz-border-top-right-radius: 10px;
	border-bottom-left-radius: 10px; 
    -moz-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
    -moz-border-bottom-right-radius: 10px;
	
}


#navbar_bottom{
	display:table;
	margin:10px auto 10px auto;
	background-color:transparent;
		
}

#separation_line{
	display:block;
	width:900px;
	margin-left:12px;
    	background-color:#e61;
/*	background-color:#000084; */
	min-height:2px;
	max-height:2px;
	border-top-left-radius: 1px; 
    -moz-border-top-left-radius: 1px;
    border-top-right-radius: 1px; 
    -moz-border-top-right-radius: 1px;
	border-bottom-left-radius: 1px; 
    -moz-border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; 
    -moz-border-bottom-right-radius: 1px;
	
}

#separation_line_text{
	display:block;
	width:850px;
	margin-left:25px;
	background-color:#4E443C;
	min-height:1px;
	max-height:1px;
	border-top-left-radius: 1px; 
    -moz-border-top-left-radius: 1px;
    border-top-right-radius: 1px; 
    -moz-border-top-right-radius: 1px;
	border-bottom-left-radius: 1px; 
    -moz-border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; 
    -moz-border-bottom-right-radius: 1px;
	
}

#separation_line_cloud{
	display:block;
	width:900px;
	margin-left:12px;
	background-color: rgb(26,122,179);
	min-height:2px;
	max-height:2px;
	border-top-left-radius: 1px; 
    -moz-border-top-left-radius: 1px;
    border-top-right-radius: 1px; 
    -moz-border-top-right-radius: 1px;
	border-bottom-left-radius: 1px; 
    -moz-border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; 
    -moz-border-bottom-right-radius: 1px;
	
}

/*change color to energy-green*/
#separation_line_energy{
	display:block;
	width:900px;
	margin-left:12px;
	background-color:#3f8a43;
	min-height:2px;
	max-height:2px;
	border-top-left-radius: 1px; 
    -moz-border-top-left-radius: 1px;
    border-top-right-radius: 1px; 
    -moz-border-top-right-radius: 1px;
	border-bottom-left-radius: 1px; 
    -moz-border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; 
    -moz-border-bottom-right-radius: 1px;
	
}

#footer_text{
	text-align:right;
	margin-top: 2px;	
}
#footer_text p{
	font-size: 85%;
    color: rgb(128,128,150);
}

#footer_text img{
	float:right;
	margin-left:5px;
	clear: both;
	opacity: 0.7;
	width: 50px;
}


/*   Text styling here  */

h1{
        font-family:Georgia,serif;
	color:#4E443C;
	font-variant: small-caps; 
	text-transform: none; 
	font-weight: 100; 
	margin-bottom: 20px;
	margin-left:0%;
}

h2{
        font-family:Georgia,serif;
	color:#4E443C;
	font-variant: small-caps; 
	text-transform: none; 
	font-weight: 85; 
	margin-bottom: 0;
	margin-left:3%;
}

h3{
        font-family:Georgia,serif;
	color:#4E443C;
	font-variant: small-caps; 
	text-transform: none; 
	font-weight: 70; 
	margin-bottom: 0;
	margin-left:6%;
}

h4{
        font-family:Georgia,sans-serif;
	color:#4E443C;
	font-style:italic;
	text-transform: none; 
	font-weight: 500; 
	margin-bottom: 0;
	margin-left:8%;
	margin-right:8%;
}


h6{
        font-family:Georgia,serif;
	color:#4E443C;
	font-variant: small-caps; 
	text-transform: none; 
	font-weight: 70; 
	margin-bottom: 0;
	margin-top:0;	
	font-size:14pt;
}

p{
        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; color: #666;
}


.people{
	margin-left:100px;
/*	min-height:200px; 
	display: inline; */
	background-color: #f9f9f9;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom:5px;
	padding: 5px;
}

div.clear {
	    clear:both;
}

.people .ppl_img{
	float:left;
}

.people .ppl_txt{
	float:left;
	margin-left:10px;
	max-width:500px;
}


.people a:link{
		font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; color: #2a6384;
		text-decoration:none;
}

.people a:hover{
		font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; color: #d47725;
}

.people a:visited{
		font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; color: #2a6384;
}

.people a:active{
		font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; color: #e67717;
}



/*from vlads page  ->  publication list styling */

bib {
	color: #a0a0a0;
	font-size: 80%;
	line-height: 100%;
}

/* article-styles */
article-title {
	font-style: italic;
	color: rgb(26,122,179);
}

#article-inproc {
/* margin: 0 auto; */
	padding-left: 55px;
	padding-top: 5px;
	background: url(../img/article-inproc.gif) no-repeat top left;
}
#article-inbook {
/* margin: 0 auto; */
	padding-left: 55px;
	padding-top: 5px;
	background: url(../img/article-inbook.gif) no-repeat top left;
}
#article-journal {
/* margin: 0 auto; */
	padding-left: 55px;
	padding-top: 5px;
	background: url(../img/article-injournal.gif) no-repeat top left;
}
#article-phd {
/* margin: 0 auto; */
	padding-left: 55px;
	padding-top: 5px;
	background: url(../img/article-phd.gif) no-repeat top left;
}
#article-tech {
/* margin: 0 auto; */
	padding-left: 55px;
	padding-top: 5px;
	background: url(../img/article-tech.gif) no-repeat top left;
}

a.bib {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 45px;
	overflow: auto;
	vertical-align: bottom;
	font-size: 100%;
	background: url(../img/bib.gif) no-repeat top left;
}

a.bib:hover {
	text-decoration: none;
}




