body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url("/images/page_bg.gif");
}


#header {
	width: 750px;
	height: 95px;
	background-image: url("/images/headerBacker.gif");
}
#header #logo {
	float:left;
	width: 560px;
	margin: 0;
}

.rightImage {
	background: url("/images/global_rightImages/global9.jpg") no-repeat top left;
	width: 100%;
	height: 100%;
}

#searchBox {
	padding: 0;
	margin: 0;
	float: left;
	width: 185px;
	height: 30px;
}

#searchBox .headerSearchInput {
	background: url("/images/searchInputBacker.gif") no-repeat bottom left;
	border: 1px solid #ccc;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	padding: 3px 3px 3px 17px;
	margin: 5px 0px 5px 3px;
	width: 130px;
	height: 12px;
	float: left;
}
#searchBox .headerSearchSubmit {
	background: url("/images/searchInputBacker.gif") no-repeat bottom right;
	border: 1px solid #ccc;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	padding: 2px 0px;
	margin: 5px 0px;
	width: 29px;
	height: 20px;
	float: left;
}

.clearer {
	clear: both;
}

.contentCell {
	width: 750px;
	background-color:#ededed;
	padding-left: 25px;
	background-image: url("/images/page_left_bg.gif");
	background-repeat: repeat-y;
}
#footer {
	clear:both;
	height: 63px;
	background-image: url("/images/footer_bg.gif");
	color: #8d8d92;
	font: 9px verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top: 20px;
	width: 750px;
}
#footer a:link, #footer a:visited, #footer a:active{
	color: #8d8d92;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}

/*
NAV STYLES
*/

#nav {
	padding: 0px;
	height: 27px;
	width: 560px;
	float: left;
	overflow: hidden;
}

#nav ul { 
	padding: 0;
	margin-left: 20px;
	list-style: none; 
}
#nav ul li {
	display: block;
	float: left; 
	margin-top: 5px;
	margin-right: 3px;
}
#nav ul li a:link,
#nav ul li a:visited {
	display: block;
	padding: 30px 0px;
	background: url("/images/nav_links.gif") no-repeat top left transparent;
}

#nav a#navHome:link, 
#nav a#navHome:visited { width: 47px; background-position: -17px -73px; }
#nav a#navHome:hover,
#nav a#navHome.active { width: 47px; background-position: -17px -173px; }

#nav a#navWhatWeDo:link, 
#nav a#navWhatWeDo:visited { width: 85px; background-position: -142px -73px; }
#nav a#navWhatWeDo:hover,
#nav a#navWhatWeDo.active { width: 85px; background-position: -142px -173px; }


#nav a#navAbout:link, 
#nav a#navAbout:visited { width: 70px; background-position: -68px -73px; }
#nav a#navAbout:hover,
#nav a#navAbout.active { width: 70px; background-position: -68px -173px; }

#nav a#navProjects:link, 
#nav a#navProjects:visited { width: 70px; background-position: -231px -73px; }
#nav a#navProjects:hover,
#nav a#navProjects.active { width: 70px; background-position: -231px -173px; }

#nav a#navFamily:link, 
#nav a#navFamily:visited { width: 50px; background-position: -303px -73px; }
#nav a#navFamily:hover,
#nav a#navFamily.active { width: 50px; background-position: -303px -173px; }

#nav a#navCareers:link, 
#nav a#navCareers:visited { width: 62px; background-position: -357px -73px; }
#nav a#navCareers:hover,
#nav a#navCareers.active { width: 62px; background-position: -357px -173px; }

#nav a#navNews:link, 
#nav a#navNews:visited { width: 47px; background-position: -423px -73px; }
#nav a#navNews:hover,
#nav a#navNews.active { width: 47px; background-position: -423px -173px; }

#nav a#navContactUs:link, 
#nav a#navContactUs:visited { width: 83px; background-position: -474px -73px; }
#nav a#navContactUs:hover,
#nav a#navContactUs.active { width: 83px; background-position: -474px -173px; }



#subNav {
	height: 29px;
	overflow: hidden;
	background: url("/images/subnav_backer.gif") repeat-x top left;
}
#subNav ul {
	padding: 0;
	margin-left: 18px;
	list-style: none; 
}
#subNav ul li {
	display: inline;
	float: left; 
}
#subNav ul li .subNavLinkWrapper { 
	padding: 10px 8px;
}

#subNav ul li.subNavSelected .subNavLinkWrapper {
	color: #f27935;
}
#subNav ul .subNavLinkWrapper a:link,
#subNav ul .subNavLinkWrapper a:visited {
	text-decoration: none;
	color: #f27935;
	background-color: transparent;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

#subNav ul li.subNavSelected,
#subNav ul li:hover {
	background-color: transparent;
	background: url("/images/subnav_tab_left.gif") no-repeat top left;
}

#subNav ul li.subNavSelected .subNavLinkWrapper,
#subNav ul li:hover .subNavLinkWrapper {
	background-color: transparent;
	background: url("/images/subnav_tab_right.gif") no-repeat top right;
}




.dropshadowTop {
	background: url("/images/dropShadow_top.gif") repeat-x;
}
.dropshadowLeft {
	background: url("/images/dropShadow_left.gif") repeat-y;
}
.dropshadowBottom {
	background: url("/images/dropShadow_bottom.gif") repeat-x;
}
.dropshadowRight {
	background: url("/images/dropShadow_right.gif") repeat-y;
}
.dropShadowSmall, .dropShadowMedium {
	float: left;
}
.dropShadowMedium {
	margin-right: 8px;
}
.dropShadowMedium .imageCell, .dropShadowLarge .imageCell, .dropShadowSmall .imageCell {
	padding: 4px;
	font-size: 0;
	line-height: 0;
}
