/*--- common styles ---*/

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

dl, ul, ol, th, td {
	list-style:none;
}

body.example {
	width:808px;
	margin:0 auto;
	background-color:#cccccc;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:70%;
	background-color:#ccc;
	color:#333333;
}

h1 {
	font-size:200%;
	line-height:1.1em;
	color:#fff;
}

h2 {
	font-size:140%;
}

h3 {
	font-size:134%;
}

h4 {
	font-size:120%;
}

a:link, a:active {
	color:#3f3b7c;
}

a:visited {
	color:#3f3b7c;
}

a:hover {
	color:#554fa6;
}

/*--- layout ---*/

#wrapper {
	width:782px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #999;
	padding:0 9px 0 9px;
}

#wrapper-old {
	width:808px;
	margin:0 auto;
	background:#fff url(../images/wrapper-bg.gif) top left repeat-y;
}

#content {
	border-left:1px solid #999;
	border-right:1px solid #999;		
}

#content-container {
	width:780px;
	margin-left:14px;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

#banner {
	width:780px;
	background:#6699cc url(../images/tile.jpg) top left repeat-x;
	border-left:1px solid #999;
	border-right:1px solid #999;
}


#headerApex {
	background: url(../images/banner-2.jpg) top left no-repeat;
	padding:6px;
	height:106px;
	position:relative;
	width:768px;
}


#headerApex h1 {
	background:url(../images/ApexHSDS.gif) top left no-repeat;
	width:555px;
	height:40px;
	padding:0 0 25px 0;
	margin-top:36px;
}


#headerApex h1 span{
	visibility:hidden;
}


#headerApex ul {
	width:205px;
	height:55px;
	float:right;
	position:absolute;
	top:8px;
	left:572px;
	margin:0;
}


#headerApex ul li {
	float:left;
	display:block;

}


#headerApex ul li.naf a{
	background:url(../images/logo-naf.gif) top left no-repeat;
	height:44px;
	width:80px;
	padding:0 0 0 25px;
	display:block;
	margin-left:13px;
}


#headerApex ul li.pf a{
	background:url(../images/logo-pf.gif) top left no-repeat;
	height:44px;
	width:66px;
	padding:0 0 0 0;
	margin-left:15px;
	display:block;
}


#headerApex ul li.naf a:hover, #headerApex ul li.pf a:hover{
	text-decoration:none;
}


#headerApex ul a span{
	visibility:hidden;
	height:70px;
}

#header {
	width:780px;
/*	height:126px;*/
	background: url(../images/header-bg.gif) top left repeat-y;
	float:left;
	margin-top:15px;
	border-top:2px solid #fff;
	
}

#header img{
	display:block;
}

#logo-container, #title-container, #partnership {
	float:left;
}

#logo-container {
	width:102px;
	margin:11px 0 0 24px;
}

#title-container {
	width:470px;
	margin:16px 0 0 55px;
	padding-bottom:20px;
/*	border:1px solid red;*/
}

#title-container p{
	font-size:176%;
	line-height:1.16em;
	color:#fff;
}

.add-space {
	padding-bottom:16px;
}

#partnership {
	width:110px;
	margin:29px 0 0 10px;
/*	border:1px solid red;*/
}

#partnership span {
	visibility:hidden;
}

#partnership p.in-partnership {
	color:#fff;
	background-color:#00CC99;
	width:110px;
	background: url(../images/in-parthership.gif) top left no-repeat;	
}

#partnership a{
	margin:5px 0 0 13px;
	display:block;
}

#main-content {
	background:#fff url(../images/content-bg.gif) top left repeat-x;
	border-top:6px solid white;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

#main-content img{
	border: 1px solid #999999;
}

/*--- sections ---*/

.intro-container, .videoplayer-container, .listing {
	background: url(../images/dashed-line-hor-long.gif) right bottom no-repeat;
	width:706px;
}

.row-last {
	background:none;
}

.intro-container {
	padding: 23px 0 13px 40px;
}

.videoplayer-container {
	padding: 23px 0 30px 40px;
}

.listing {
	padding: 14px 0 21px 40px;
	width:706px;
}

.intro{
	width:578px;
	float:left;
	line-height:1.5em;
}

.intro h2{
	padding-bottom:8px;
}

.intro p{
	padding-bottom:18px;
}

.profile {
	width:92px;
	float:left;
	margin-left:29px;
}

.profile a {
	color:#3f3b7c;
	font-size:88%;
	line-height:1.3em;
	font-weight:bold;
	width:80px;
	display:block;
	padding:5px 0;
}

.profile a:hover {
	color:#554fa6;
}

.videoplayer {
	width:324px;
	float:left;
}

.videoplayer img {
	border-style:none;
}

.description{
	width:300px;
	float:left;
	margin:0 0 0 30px;
}

.description h3{
	padding-bottom:3px;
}

.description p{
	padding-bottom:8px;
}

a.materials, a.back {
	color:#333;
	height:16px;
	font-weight:bold;
	background:url(../images/arrow-big.gif) center left no-repeat;
	padding:0 0 0 20px;
	text-decoration:none;
	display:block;
}

.spotlight {
	width:300px;
	height:22px;
	background:url(../images/spotlight.gif) top left no-repeat;
	margin-bottom:4px;
}

.class-projects{
	width:300px;
	height:22px;
	background:url(../images/class-projects.gif) top left no-repeat;
	margin-bottom:4px;
}

.spotlight span, .class-projects span {
	visibility:hidden;
}

p.intro-text {
	line-height:1.5em;
	padding-bottom:8px;
}

.items-container {
	margin-top:15px;
}

.item {
	width:229px;
	float:left;
	background: url(../images/dashed-line-ver.gif) top right no-repeat;
	margin-right:8px;
	margin-bottom:23px;	
}

.item-last {
	width:229px;
	float:left;
	margin-right:0;
}

.thumbnail {
	float:left;
}

.item-info {
	font-family:Arial, Helvetica, sans-serif;
	width:110px;
	float:left;
	margin-left:8px;
	font-size:100%;
}

.item-info a{
	display:block;
	margin-top:3px;
	font-size:92%;
	font-weight:bold;
}

.sec-row {
	margin-bottom:0;
}

/*--- footer ---*/

#footer {
	padding: 5px 0 21px 40px;
	width:706px;
	margin-top:20px;
}

#footer p {
	padding-top:6px;
	border-top:1px solid #6699cc;
	font-size:76%;
	color:#7a7a7a;
}

/* ------------- footer-wide ------------------*/

div#footer-wide {
	padding:23px 0 190px 10px;
	color:#cccccc;
	font-size: 95%;
	background: #275498 url(../images/colorbar-a.gif) top center no-repeat;
}

/*-----------------*/

.pop-link {
  width:300px;
	position:relative;
}

.support-link {
	width:240px;
	background:url(../images/bullet-arrow.gif) 1px 3px no-repeat;
	padding-left:14px;
	display:block;
	padding-bottom:3px;
	color: #000;
	text-decoration:none;
	font-weight:bold;
	font-size: 90%;
}

/*-----------------*/

.close-box {
	background-color:#996600;
	width:15px;
	float: right;
}

.close-box a {
	width:15px;
	height:15px;
	background: #fff; !important
}

.close-box img {
	display:block;
}

/*----------------------------*/

.tooltip ul {
	position: absolute;
	left:20px;
	top:23px;
	display: none;
	background-color:#fff5d7;
	border: 1px solid #999999;
	padding:8px 9px 9px 9px;
	width: 273px;
}


/*--- clearfix ---*/


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */ 

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */





