/*Important for browsers that have not implemented these html5 tags*/
 article, aside, figure, footer, header, hgroup, menu, nav, section { display:block;}
/*background*/
body {background-color:black;}
/*Header image*/
.headerim {position:relative;width:97%;border:none; padding-left:1.45%; z-index:0;}
/*menu css*/
.chromestyle{
width: 97%;
font-weight: bold;
position:relative;
padding-left:1.45%;
z-index:0;
font-family:"Times New Roman", Times, serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #141414;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #187c20;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid black;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #141414; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #141414;
/* for IE */ filter:alpha(opacity=85); /* CSS3 standard */ opacity:0.85;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #141414; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #187c20;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #a7aba9;
}

/*transparent side content box*/
div.transbox
  {position:relative;z-index:0; width:160px;height:515px; margin-top:20px; margin-left:1.45%; background-color:#312f2f; border:1px solid #187c20; /* for IE */ filter:alpha(opacity=85); /* CSS3 standard */ opacity:0.85;}
div.thumbnail {float: left; border: #a0a09f 1px solid; margin-left:24px; margin-top:10px;}
div.transbox p {text-align:center; font-family:"Times New Roman", Times, serif; font-size:11pt; color:#aeaea0;}
div.transbox h3 {text-align:center; font-family:"Times New Roman", Times, serif; font-size:11pt; color:#0dae18;}
/*Main Content Home*/
div.maincontent {position:relative;z-index:0; width:auto; height:auto; margin:-455px 250px; background-color:#312f2f; border:1px solid #187c20; /* for IE */ filter:alpha(opacity=85); /* CSS3 standard */ opacity:0.85;}
div.maincontent h2 {text-align:center; font-family:"Times New Roman", Times, serif; font-size:16pt; color:#e94f00;}
div.maincontent h3 {text-align:center; font-family:"Times New Roman", Times, serif; font-size:13pt; color:#aeaea0;}
div.maincontent h4 {text-align:center; font-family:"Times New Roman", Times, serif; font-size:13pt; color:#aeaea0;margin-left:160px}   
div.maincontent h5 {text-align:left; font-family:"Times New Roman", Times, serif; font-size:16pt; color:#e94f00; margin-left:290px;}
div.maincontent p {text-align:center; font-family:"Times New Roman", Times, serif; font-size:12pt; color:#aeaea0;}
/*Project banner*/
div.Projectbanner {position:relative;z-index:0; width:97%; height:auto; margin:20px 1.45%;}
/*Project Main Content*/
div.maincontentp {position:relative;z-index:0; width:97%; height:auto; margin:20px 1.45%; background-color:#312f2f; border:1px solid #187c20; /* for IE */ filter:alpha(opacity=85); /* CSS3 standard */ opacity:0.85;}
div.maincontentp h2 {text-align:center; font-family:"Times New Roman", Times, serif; font-size:16pt; color:#e94f00;}
div.maincontentp h3 {text-align:center; font-family:"Times New Roman", Times, serif; font-size:13pt; color:#aeaea0;}
div.maincontentp h4 {text-align:center; font-family:"Times New Roman", Times, serif; color:#aeaea0;}   
div.maincontentp h5 {text-align:left; font-family:"Times New Roman", Times, serif; font-size:16pt; color:#e94f00; margin-left:290px;}
div.maincontentp a {color:#3ee70a;}
div.maincontentp a2 {font-family:"Times New Roman", Times, serif; font-size:12pt; color:#3ee70a;}
div.maincontentp a:hover{color:white;}
div.maincontentp p {text-align:center; font-family:"Times New Roman", Times, serif; font-size:13pt;}
/*Status Arrow*/
.st {position:relative; width:12px; height:12px; margin-left:35px;}
.st2 {position:relative; width:12px; height:12px; margin-left:35px; margin-left:-12px;}
/*IE 8 and firefox 3.x workaround*/
img {border:none}


