html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,img,ins,kbd,q,samp,small,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
border:0;
font-size:100%;
margin:0;
padding:0;
/*vertical-align:baseline;*/
}
a         { color: #003a9c; text-decoration: none; }
a:hover   { color: #000; text-decoration: underline; }
a:visited { color: #205caa; }

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}

html, body {
	background: #cccccc;
	/*font-family: 'Roboto', Helvetica, Arial, sans-serif;*/
	font-family: 'robotoregular', sans-serif;
	font-size: 16px;
	color: #222;
	line-height: 1.5;
	font-weight: 300;
}


#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:  #ffcc00;
}

#nav li {
    float: left;
}

#nav li a {
    display: block;
    color: black;
    text-align: center;
    padding: 5px 30px;
    text-decoration: none;
}

#nav a:hover:not(.active) {
    background-color: #ff0000;
}

#nav .active {
background-color:#ff0000;
/*background-color:rgb(226, 168, 43)*/;
}


#container.expanded .expander {
    padding-left: 13px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(images/expanded.gif);
}

#container.collapsed .expander {
    padding-left: 13px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(images/collapsed.gif);
}

.content {display:none;}

.clear {
	clear: both;
	/*padding-bottom: 10px;
*/}

ol,ul{
	padding-left: 24px;

}

#link {
	color: #3300FF;
}

#publication {
	color: #FF0000;
}

#normal{
	font-size: 11pt;
	padding-bottom:5px;
line-height:125%
}

#name h3 {
		padding-bottom:5px;
}

#name h4 {
		padding-bottom:0px;
}

#name h5 {
                color:red;
		margin-bottom:10px;
}


p {
	font-size: 11pt;
	/*line-height: 1.4em;*/
	line-height:125%
	margin-bottom: 20px;
	color: #444;
}

p.desc {
	font-size: 11pt;
	/*line-height: 1.4em;*/
	line-height:125%
	margin-bottom: 20px;
	color: #444;
	text-align: justify;
}

#pro {
	font-size: 11pt;
	line-height:125%;
	padding-bottom:14px;
}

#cv {
	width: 1024px;
	background: #fdfdfd;
	margin: 30px auto;
}

.mainDetails {
	padding: 25px 25px;
	/*border: 2px solid #cf8a05;*/
	background: #fdfdfd;
}

#title {
	text-align:right;
	margin-right: 20px;
}
#name h1 {
	font-size: 1.8em;
	font-weight: 700;
	width: 60%;

	float: right;
	/*width:60%;*/
	/*font-family: 'Rokkitt', Helvetica, Arial, sans-serif;*/
	/*margin-bottom: 15px;*/
}

#name h2 {
	font-size: 1.8em;
	font-weight: 700;

	float: right;
}

#mainArea {
	padding: 0 10px;
}

#mypicture {
	width: 35%;
	float: left;
	/*margin-right: 30px;*/
}

#mypicture img {

	float: left;
}

#nsf img {

	float: right;
}


#name {
	float: left;
}

#contactDetails {
	float: right;
}

#contactDetails ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 2px;
}

#contactDetails ul li {
	margin-bottom: 3px;
	color: #444;
}

#contactDetails ul li a:hover { 
	color: #cf8a05;
}


section {
	/*border-top: 3px solid #dedede;*/
	padding: 20px 0 0;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}

.sectionTitle {
	float: left;
	width: 20%;
}

.sectionContent {
	float: right;
	width:80%;
}

.sectionTitle h1 {
	font-size: 12pt;
	color: #006633;
	/*color: rgb(255, 122, 0);*/
	line-height:125%;
}

.sectionContent h2 {
	font-size: 1.5em;
	margin-bottom: -2px;
}

.subDetails {
	font-size: 0.8em;
	margin-bottom: 3px;
}

.keySkills {
	list-style-type: none;
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
	margin-bottom: 20px;
	font-size: 1em;
	color: #444;
}

.keySkills ul li {
	margin-bottom: 3px;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}


.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
