/*----- BIOS ---------------------------*/

.verticalRule { 
border-left: 1px solid #ACAF59; 
padding-left: 15px;
}

.header { padding-bottom: 15px; }

.keyword { padding-top: 15px; }

/*----- subNav -------------------------*/

table.subNavBorder1 {
border-width: 1px;
border-style: solid;
border-color: #C3C688 #979B43 #979B43 #C3C688;
color: #005679;
}

table.activeItem1 {
background-color: #B9BC66;
color: #005679;
border-width: 1px;
border-style: solid;
border-color: #979B43 #979B43 #B9BC66 #979B43;
font-weight: bold;
}

table.activeItem2 {
background-color: #B9BC66;
color: #005679;
border-width: 1px;
border-style: solid;
border-color: #B9BC66 #979B43;
font-weight: bold;
}

table.activeItem3 {
background-color: #B9BC66;
color: #005679;
border-width: 1px;
border-style: solid;
border-color: #B9BC66 #979B43 #C3C688 #979B43;
font-weight: bold;
}

table.activeItem4 {
background-color: #B9BC66;
color: #005679;
border-width: 1px;
border-style: solid;
border-color: #979B43 #979B43 #C3C688 #979B43;
font-weight: bold;
}


/*----- Curriculum Vitae ---------------*/

col {
width: 150px;
text-align: right;
}

#cv td {
padding: 0px 15px 15px 15px;
}

#cv td:first-child {
width: 150px;
border-right: 1px solid #ACAF59; 
text-align: right;
}

/*----- END ----------------------------*/
/*footer on home page (links)*/
#footer {
	width: 780px;
    background-color: #91B2BF;
	clear: both !important;
	margin: 0 auto !important;
}
#footer ul {
	padding: 10px 5px;
	margin: 0;
	list-style: none;
	text-align: center;
}
#footer ul li {
	display: inline;
	color: #777777;
}
#footer ul li a {
	font: 10px/20px Arial, Helvetica, sans-serif;
	color: #777777;
	text-transform: capitalize;
	text-decoration: underline;
}
#footer ul li a:hover {
	text-decoration: none;
}
/*footer on home page end*/