@charset "utf-8";
/* CSS Document */

body {background:#ffffff !important;}

/*BEGIN NAVIGATION CSS*/

#wrapper { 
margin:0;
padding:0;
width:100%;
height:100%;
z-index: 1;
position: absolute;
top: 0;
left: 0;
} 

#main { 
margin:auto; 
padding: 0;
width:80%;
height:auto;
min-height:330px;
} 

#menu{
width:100%;
}

/*Start dropdown menu*/
.chromestyle{
width:600px;
font-weight: bold;
height:25px;
margin:auto;
padding: 40px 35px 70px 0;
text-align:center;
background: none;
}

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

.chromestyle ul{
width:auto;
padding:0;
margin:auto;
text-align: center; /*set value to "left", "center", or "right"*/
background: none;
}

.chromestyle ul li{
display: inline;
background: none;
margin:0;
padding: 0 0 0 8px;
width:100%;
}

.chromestyle ul li a{
padding: 0;
margin: 0;
*margin-left:-4px;
width:auto;
text-decoration: none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{
padding:0;
margin:0;
width:100%;
background:none;
*margin-left:-4px;
 /*script dynamically adds a class of "selected" to the current active menu item*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
padding:0;
margin:0;
font:normal 10pt Helvetica,Arial, sans-serif;
z-index:100;
visibility: hidden;
background:none;
margin-top:-3px;
margin-left:0px;
}

#dropmenu1{width:99px;}
#dropmenu2{width:167px;}
#dropmenu3{width:99px;}
#dropmenu4{width:99px;}
#dropmenu5{width:99px;}

#dropmenu1 a, #dropmenu2 a, #dropmenu3 a, #dropmenu4 a, #dropmenu5 a, #dropmenu6 a {
color:#FFF;
}

.projects {padding-left:10px;}

#dropmenu1 a:hover, #dropmenu2 a:hover, #dropmenu3 a:hover, #dropmenu4 a:hover, #dropmenu5 a:hover, #dropmenu6 a:hover {
color:#999;
}

.dropmenudiv a{
width: auto;
display: block;
padding:1px 0;
text-decoration: none;
/*background:black;*/
opacity:30;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
display: block;
padding:1px 0;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #999;
}


p {
font-family:"Verdana","Arial","Helvetica","Geneva",sans-serif;
font-size:10pt;
text-decoration:none;
line-height:15px;
}

.nav {
font-family:"Arial","Helvetica","Geneva",sans-serif;
font-size:8pt;
text-decoration:none;
line-height:20px;
}

.copy {
font-family:"Verdana", "Arial","Helvetica","Geneva",sans-serif;
font-size:8pt;
color:#333333;
text-decoration:none;
line-height:12px;
}

.headers {
    color: #333333;
    font-family: "Franklin Gothic Medium","Verdana","Arial","Helvetica","Geneva",sans-serif;
    font-size: 10pt;
}

.bold {
font-family:"Franklin Gothic Medium", "Verdana", "Arial","Helvetica","Geneva",sans-serif;
font-size:8pt;
color:#999999;
font-weight: bold;
text-decoration:none;
line-height:20px;
}

.sectionbio {
   color: #000000;
    font-family: "Arial","Helvetica","Geneva",sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
}

.section {
   color: #000000;
    font-family: "Franklin Gothic Book", "Arial","Helvetica","Geneva",sans-serif;
    font-size: 10pt;
    line-height: 16px;
    text-decoration: none;
}

.copyright {
font-family:"Verdana","Arial","Helvetica","Geneva",sans-serif;
font-size : 8pt;
color : #000000;
text-decoration : none;
line-height : 15px;
}

h1 {
font-size: 1pt;
background-color: #fff;
border-bottom:1px solid #999;
}


A:link { color: #333; text-decoration: none;}
A:visited { color: #000; text-decoration: none;}
A:hover, A:active { color: #666666; text-decoration: underline; }
A.main { color: #000000; text-decoration: none;}
A.index { color: #000000; text-decoration: none;}
A.nav{ color: #000000; text-decoration: none;}

.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:normal 11px Arial;
color: #000;
line-height: 18px;
z-index: 100;
background-color: #fff;
width: 50px;
}

.anylinkcss a{
width: 100%;
text-indent: 0px;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
text-indent: 0px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: fff;
color: #990033;
}

#iphone {display:none;}
