/* BASE AND CONTENT STYLES */

html, body, #website 
{
background:url('../images/bg_site.png') fixed repeat-x #eee;
height:100%;
margin:0px;
}

body, div, td, p 
{
font:11px/15px verdana, arial, sans-serif;
color:#444;
}


a, a:link, a:active, a:visited
{
color: #000;
text-decoration:underline;
}

a:hover {
color: #369;
text-decoration:underline;
}


h4
{
font:14px/15px arial, sans-serif;
color:#000;
margin:0px;
padding:0px;
}


.arrow
{
text-transform:uppercase;
font: 17px/15px arial, sans-serif;
color:#666;
margin:0px;
padding:0px;
display:inline;
}



#main
{
width: 980px;
margin:0px auto;
/*background:#fff;*/
}


#home
{
background: url('../images/bg_home.jpg') no-repeat #000;
}

#about
{
background:url('../images/bg_about.jpg') top right no-repeat #000;
}

#capabilities
{
background: url('../images/bg_capabilities.jpg') no-repeat #eedd66;
}

#team
{
background: url('../images/bg_team3.jpg') no-repeat #cc9;
}

#about_copy{
width:300px;
}

#about_copy a, #about_copy a:hover
{
color:#DC8F58;
}

#about_copy h1
{
color:#DC8F58;
margin:0px;
padding:0px;
font:italic 22px/130% "Garamond", "Garamond 3", "Adobe Garamond Pro",Times,'Times New Roman', serif;
font-weight:normal;
}

#home h1
{
color:#797360;
margin:0px;
padding:0px;
font:22px/130% "Garamond", "Garamond 3", "Adobe Garamond Pro",Times,'Times New Roman', serif;
font-weight:normal;
text-decoration:none;
}

#home h1 a
{
color:#bdb7a1;
margin:0px;
padding:0px;
font:22px/130% "Garamond", "Garamond 3", "Adobe Garamond Pro",Times,'Times New Roman', serif;
font-weight:normal;
text-decoration:none;

}

.column
{
width:225px;
margin-left:75px;
float:left;
}


.exp
{
clear:both;
width:800px;
margin:0px auto;
text-align:center;
height:570px;
padding:130px 90px;
background:#fff;
}

.exp .col1
{
width:330px;
margin-left:0px;
margin-right:60px;
float:left;
text-align:left;
}


.exp .col2
{
width:410px;
float:left;
text-align:center;
}





.divider
{
clear:both;
height:200px;
background:url('../images/bg_shadow.png') repeat-x transparent;
page-break-after: always;
}

.divider a
{
display:none;
visibility:hidden;
}


#contact_card_tab
{
width:130px;
background:#fff;
padding:6px 20px;
margin-left:270px;
margin-top:285px;
height: 20px;
overflow:hidden;
border:3px solid #667766;
border-bottom:0;
}

#contact_card
{
width:280px;
background:url('../images/olive_green.gif') no-repeat 170px 0px  #fff;
padding:20px 30px;
margin-left:270px;
border:3px solid #667766;
border-top:0;
}

#contact_marker
{
width:170px;
height:70px;
border:5px double #fff;
margin-left:520px;
margin-top:75px;
}


#footer
{
color:#999;
font-size:10px;
text-align:center;
height:600px;
}

#bios
{
width:450px;
margin-left:75px;
float:left;
}

#bios b, bios a
{
color:#b2582c;
}

#bios .arrow
{
color:#666;
}

.bio
{
background:#fff;
padding:10px 20px;
margin-bottom:20px;
border:3px solid #b2582c
}

ul.fosforus_list
{
margin:0px;
padding:0px;
list-style-type:none;
}

ul.fosforus_list li
{
padding-left:11px;
background:url('../images/bullet.gif') no-repeat 2px 3px transparent;
list-style-type:none;
display:block;
line-height:120%;
margin-bottom:8px;
}



/* NAVBAR STYLES */

#navbar
{
position:fixed;
top:30px;
left:0;
z-index:9999;
text-align:center;
width:100%;
background:#444;
}


#navbar_inner
{
width:980px;
height:60px;
margin:0px auto;
text-align:left;
line-height:60px;
white-space:nowrap;
}

#links
{
font:18px/60px arial, sans-serif;
color:#777;
text-align:right;
float:left;
width:740px;
}

#links a, #links a:link, #links a:visited
{
color:#aaa;
text-decoration:none;
}

#links a:hover, #links a:active, #links a.on
{
color:#fff;
}

#shadow
{
position:fixed;
top:90px;
left:0;
z-index:9999;
width:100%;
height:10px;
background:url('../images/bg_shadow.png') repeat-x transparent;
}

#experienceNav
{
visibility: hidden;
display:none;
position:fixed;
top:70px;
left:50%;
z-index:10000;
width:450px;
margin-left:-65px;
text-align:center;
height:20px;
font:13px/20px arial, sans-serif;
color:#aaa;
background:#595959;
border:2px solid #444;

}

#contactImg
{
position:absolute;
z-index:-1;
opacity:0.01; /* firefox, opera, safari, chrome */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /* IE 8 */
	filter:alpha(opacity=1); /* IE 4, 5, 6 and 7 */
	zoom:1;

}

#experienceNav a, #experienceNav a:link, #experienceNav a:visited
{
color:#aaa;
text-decoration:none;
}

#experienceNav a:hover, #experienceNav a:active, #experienceNav a.on
{
color:#fff;
}



/* FORM STYLES */

