@import 'reset.css';

@media screen { /*remove @media if supporting ie5/mac */


body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
}

p {
}

a {
	text-decoration: none;
}

#home {
	background: #010305 url(../layout/home_bg.jpg) repeat-x 0 0;
}

#wrapper {
	width: 939px;
	margin: 0 auto;
}

#logo {
	width: 223px;
	height: 77px;
	background: url(../layout/logo.jpg) no-repeat 0 0;
	position: absolute;
	margin-left: -42px;
	top: 13px;
	display: block;
}

#currentsite {
	margin-top: 60px;
	float: right;
	height: 50px;
	width: 175px;
	color: #4F4F4F;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
}

#nav {
  list-style-type:none;
	width:929px; 
  height:37px;
	position:absolute;
	top:86px;
  margin: 0;
	color: #dbdbdb;
	background: url(../layout/topnav.jpg) no-repeat 0 0;
	margin-left: 5px;
}



#nav ul {
	height:37px;
	padding: 0px 0px 0px 29px;
}

#nav li {
	display: inline;
	float:left;
}

#nav a {
	height:37px;
	width:180px;
	display:block;
	text-decoration:none;
	color:#dbdbdb;
	font-size:13px;
	text-align:center;
	padding: 10px 0px 0px 0px;
	background: url(../layout/topnava.jpg) repeat-x;
}

#nav a:hover {
	background: url(../layout/rollover.jpg) repeat-x;
	font-weight: bold;
	width: 178px;
	border-left: 1px solid #454748;
	border-right: 1px solid #454748;
}

/*Mouse over image changes*/

#nav a:hover img {
	position: absolute;
	z-index:4;
	height: 163px;
	width: 188px;
}

#nav a img {
	height: 0; width: 0; 
	border-width: 0;
	z-index: 1;
}

#nav img {
	position: absolute;
	left: 0px;
	top: 293px;
}

#whats-scisource img {
	left: -5px;
}
#management img {
	left: 183px;
}
#who-we-represent img {
	left: 371px;
}
#capabilities img {
	left: 559px;
}
#contact img {	
	left: 746px;
}
/*End mouse over image changes*/


#flash {
	background-color: #000000;
	height:250px;
	width:925px; 
	position:absolute;
	top:123px;
	border-left: 2px solid #565656;
	border-right: 2px solid #565656;
	border-bottom: 2px solid #565656;
	margin-left: 5px;
}

#bottomnav {
	top: 379px;
	position:absolute;
	width:939px;
}

#bottomnav li, #bottomnav a {
	display: block;
}

#nwhat, #nmanage, #nrepresent, #ncapabilities, #ncontact {
	float: left;
	height: 163px;
	width: 188px;
}
#ncapabilities {
	width: 187px;
}
#nwhat a, #nmanage a, #nrepresent a, #ncapabilities a, #ncontact a {
	height: 163px;
	width: 188px;
	background-image: url(../layout/home_images_bottom.jpg);
}
#ncapabilities a {
	width: 187px;
}

#nwhat a {
	background-position: 0 0;
}
#nmanage a {
	background-position: -188px 0;
}
#nrepresent a {
	background-position: -376px 0;
}
#ncapabilities a {
	background-position: -564px 0;
}
#ncontact a {
	background-position: -751px 0;
}

#nwhat a:hover, #nmanage a:hover, #nrepresent a:hover, #ncapabilities a:hover, #ncontact a:hover {
	background-image: url(../layout/home_hover_bottom.jpg);
}

#nwhat a:hover {
	background-position: 0 0;
}
#nmanage a:hover {
	background-position: -188px 0;
}
#nrepresent a:hover {
	background-position: -376px 0;
}
#ncapabilities a:hover {
	background-position: -564px 0;
}
#ncontact a:hover {
	background-position: -751px 0;
}

#footer {

	position:absolute;
	width:929px;
	height: 34px;
	top: 543px;
	color:#A3A5A6;
	padding-top: 55px;
	text-align: center;
	margin-left: 5px;
}

#footer a {
	color:#A3A5A6;
}
#footer a:hover {
	text-decoration: underline
}
#recycle {
	width: 105px;
	height: 65px;
	text-align: center;
	position: absolute;
	top: 625px;
	margin-left: 415px;
}
#recycle p {
	color: #A3A5A6;
	padding-bottom: 20px;
}
/*styles*/
.current-site {
	color: #448BBA;
	font-weight: bold;
}
.clear {
	clear: both;
}



} /* /@media */
