@charset "UTF-8";
/* ---- CSS Reset ---- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*---- CSS is in Alphabetical Order - please keep it this way -----*/

a {
	text-decoration: none;
	color: #bcbec0;
}

a:hover{
	color: #c40a3d;
}

a:hover .learn-more-button {
	background-color: #a80532;
}

.about_box {
	position:absolute;
	z-index:100;
	width: 254px;
	height: 120px;	
	top: 330px;
	margin-left: 652px;
	
}

#about-box-text {
	width: 254px;
	height: 120px;
	background-color: white;
	padding: 20px;
	opacity: .8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8; 
}

.about-bottom-content{
	float: left;
	width:645px;
	background-color:white;
}


.about-bottom-content p{
	padding: 20px 30px 20px 30px;
}

.about-bottom-sidebar{
	float: left;
	width:265px;
	margin-left: 10px;
	padding: 30px;
}

.about-bottom-sidebar h2 .BGI-red {
	display: block;
	line-height: 30px;
	border-bottom: 1px solid black;
}

.about-top-content{
	position: relative;
	float: left;
	margin-top: 160px;
	width: 290px;
	padding: 17px;
	font-size:18px;
	color: white;
	line-height: 30px;

}

.about-top-content-holder{
	position:relative;
	float: left;
	width: 325px;
	height:384px;
	background-color: #bfbfbf;
	top:106px;
}

#alt-BG{
	background-color: #999999;
	color: #ddddde;
}

#alt-BG a:link, #alt-BG a:visited{
	color: #ddddde;
}

#alt-BG a:hover{
	color: #c40a3d;
}

.BGI-red {
	color: #c40a3d;
	font-weight:bold;
}

.bio{
	position: relative;
	float: left;
	padding-left: 200px;
	padding-right: 15px;
	padding-bottom: 77px;
}

.bio-text{
	position:relative;
	float:right;
	clear: none;
	margin-left: 10px;
	width: 640px;
	line-height: 16px;
}

.bio-text a{
	color:#4D4D4F;
}

.bio-text a:hover{
	color:#c40a3d;
}


#bio-top{
	margin-top:106px;
	padding-bottom:0;
}

.bio img{
	position: relative;
	float: left;
	margin-right: 10px;
	border:1px solid black;
}

	
body {
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px;
	color: #4d4d4f;
	line-height: 150%;
	background: url("images/common/background.png") repeat-x #e5e5e5;
}

.bottom{
	float: left;
	width:990px;
	height: auto;
	background-image: url("images/common/shadow.png");
}

.bottom-nav {
	margin: 0 auto;
	width: 970px;
	height: 35px;
	background-color: black;
	color: #bcbec0;
	letter-spacing: +3px;
	line-height: 400%;
	font-size: 9px;
	text-align: right;
}


.contact-bottom-content{
	float: left;
	width:910px;
	margin-left: 10px;
	background-color:white;
	padding: 30px 30px 0 30px;
	text-align: center;
}

.contact-bottom-content h1{
	font-weight: normal;
}

.drop-shadow-main {
	width: 990px;
	height: 534px;
	background-image: url("images/common/drop-shadow-main.png");
}


.drop-shadow-bottom {
	width: 990px;
	height: 11px;
	background-image: url("images/common/drop-shadow-bottom.png");
	float: left;
}

#gallery-shadow {
	background-image: url("images/gallery/drop-shadow-gallery.png");
	height:830px;
}

h2{
	font-size: 16px;
}

.info-link{
	font-size:115%; 
	line-height:30px; 
	color:#4D4D4F;	
}

.italic {
	font-style: italic;
}

#large-img {
	margin: 0 auto;
	width: 970px;
	height: 490px;
	position: relative;
	z-index: 0;
}	


.learn-more-button{
	position: relative;
	color: white;
	font-size: 9px;
	margin-top: -25px;
	margin-left: 20px;
	background-color: #58595b;
	width: 110px;
	text-align: center;
	z-index:200;
}

.logo {
	position: absolute;
	z-index:102;
	top:10px;
	margin-left: 26px;
}

.logo_text {
	position: absolute;
	z-index:101;
	top:45px;
	margin-left: 130px;
	font-size: 21px;
	font-weight: 100;
	color: white;
	letter-spacing: +3px;
}

li ul {
	display:none;
	position: absolute; 
	top: 23px;
	left: 0;
  }
  
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	position:absolute;
	z-index: 400;
}

.logo-rule{
	border-bottom: 1px solid #939598;
	margin-top:10px;
	margin-bottom:10px;
}

.main-panel {
	margin: 0 auto;
	width: 990px;
	height: 490px;
}	

#no-margin{
	margin: 0;
}

.partners{
	margin-top:82px;
	float: left;
	width:910px;
	background-color:white;
	padding: 30px 30px 0 30px;
	text-align: center;
}

.partners-bottom{
	float: left;
	width:910px;
	margin-left: 10px;
	background-color:white;
	padding: 30px 30px 0 30px;
	text-align: center;
}

.projects-bottom-content{
	float: left;
	width:665px;
	margin-left: 10px;
	background-color:white;
	padding: 30px 30px 0 30px;
}

.projects-bottom-content h1{
	font-size: 18px;
	color: #939598;
	line-height: 28px;
	font-weight: normal;
	display:block;
	margin-top:10px;
}

.projects-bottom-content img{
	float: left;
}

.projects-bottom-sidebar{
	float: left;
	width:221px;
	padding: 60px 10px 0 10px;
}

.projects-bottom-sidebar h2 .BGI-red {
	display: block;
	line-height:30px;
	border-bottom: 1px solid black;
}


.projects-top-content{
	position:relative;
	float: left;
	width: 224px;
	margin-left:3px;
	padding: 70px 10px 0 10px;
	height:314px;
	background-color: #bfbfbf;
	top:106px;
	color:#58595b;
	font-size:13px;
	font-weight: bold;
}

.projects-top-content li{
	color:white;
}

.gray{
	color:#58595b;
}


.projects-top-content h2 .BGI-red {
	display: block;
	border-bottom: 1px solid #58595b;
	line-height: 30px;
}

.projects-top-content ul, .projects-bottom-sidebar ul {
margin-left: 12px;
}

.red-button-bottom, .red-button-top{
	position: relative;
	color: white;
	font-size: 9px;
	margin-top: -25px;
	margin-left: 0px;
	width: 172px;
	height:26px;
	padding-top:4px;
	text-align: center;
	z-index:200;
}

.red-button-bottom{
	background-image: url("images/common/red-button-bottom.png");
}

.red-button-bottom:hover{
	background-image: url("images/common/red-button-bottom-over.png");
}

.red-button-top{
	background-image: url("images/common/red-button-top.png");
}

.red-button-top:hover{
	background-image: url("images/common/red-button-top-over.png");
}

.red-line {
	border-bottom: 3px solid #c40a3d;
	margin-top:10px;
	margin-bottom:10px;
}

.smoosh-tag{
	letter-spacing: -1px;
}

.spread {
	letter-spacing: +3.5px;
}

#sub {
	height: 525px;
	background-image: url("images/common/drop-shadow-sub.png");
}

#subhead{
	position: relative;
	top: 106px;
	padding: 30px 0px 30px 20px;
	background-color: #f2f2f2;
}

.tagline {
	float: left;
	clear: both;	
	font-style: italic;
	margin-left: 122px;
	font-size: 13px;
	letter-spacing: +3px;
	color: #e6e7e8;
}

#team-bottom-content{
	margin:0 auto;
	width:970px;
	height: 1300px;
	background-color:white;
	
	
}

#team-shadow {
	background-image: url("images/team/drop-shadow-team.png");
	height:495px;
}


td {
	width:100px;
}

.top {
	position: absolute;
	z-index:100;
	margin-left: 10px;
	top: 10px;
	width: 970px;
	height: 74px;
	background-color: black;
	opacity: .2; 
	filter:alpha(opacity=20);
	-moz-opacity:0.2; 
}



.top-pic{
	position: relative;
	float: left;
	margin-left: 6px;
	height: 384px;
	background-color: black;
	top:106px;
}

.top-pic-projects{
	position: relative;
	float: left;
	margin-left: 3px;
	height: 384px;
	background-color: black;
	top:106px;
}

.top-nav-holder {
	position:absolute;
	z-index:100;
	margin-left: 10px;
	top: 84px;
	width: 970px;
	height:22px;
	background-color: black;
	color: #bcbec0;
	letter-spacing: +3.5px;
	line-height: 250%;
	font-size: 9px;
}

.top-nav-holder li {
	float: left;
	position: relative;
}


.top-nav-holder ul {
	padding: 0;
	margin-left: -10px;
	list-style: none;
	float: right;	
}

.top-nav-holder ul li ul {
	margin-top:-2px;
	width:140px;
	*background: black;
	
}

.top-nav-holder ul li ul { background/*\**/: black\9; }




.top-nav-holder ul li ul li a{
	color: #4d4d4f;
	background: url("images/common/white_pixel.png") repeat scroll 0 0 transparent;
	width: 130px;
	display: block;
	padding-left:10px;
	font-weight: bold;
	letter-spacing: +1.5px;
	margin-top:1px;
}


.top-nav-holder ul li ul li a:hover{
	color: white;
	background: url("images/common/black_pixel.png") repeat scroll 0 0 transparent;
}





	





