html, body, table, td, tr {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

table, td, tr {
	text-align: left;
}

.clear {
  clear: both;
  height: 0;
}

a:link, a:visited, a:active, a:hover {
text-decoration: underline;
color: white;
}

a:hover{
text-decoration: underline;
color: #FF6600;
}

#main{
	margin-top: 30px;
	background-color: black;
	margin-left: -450px;	/* set this to minus half the movie width */
	position: absolute;
	left: 50%;
	width: 898px;	/* set this to the movie width */
}

#mainouter{
padding-bottom: 30px;
}

#spacer{
height: 30px;
}

#content {
	float: left;
	width: 100%;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: left;
	padding: 0px;
}

#project-title{
	padding: 13px 0px 13px 15px;
}

#project-title,
a.project-title{
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	color: white;
}

a.project-next,
a.project-back{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: white;
}

.project-back{
	padding-left: 20px;
	float: left;
}

a.project-title:hover,
a.project-back:hover,
a.project-next:hover{
	color: #FF6600;
	}

#project-next-div{
	padding-right: 20px;
	float: right;
}

.portfolio-text {
	float: left;
	font-size: 11px;
	line-height: 1.6em;
	padding: 0;
	width: 230px;
	padding-left: 14px;
	padding-right: 28px;
	/*border-right: 1px solid white;*/
	margin: 0px;
}

#portfolio-photos {
	float: left;
	padding-left: 13px;
	border-left: 1px solid #FFFFFF;
}

.portfolio-photoborder {
	border: 1px solid white;
}

#portfolio-thumbs li {
	display: inline;
	list-style-type: none;
}

#portfolio-thumbs li a {
	width: 70px;
	height: 70px;
	padding-right: 10px;
	border: 1px solid white;
}

#portfolio-thumbs li a:hover {
	border: 1px solid #FF6600;
}

#portfolio-thumbs-nolist {
	display: inline;
	width: 50px;
	height: 50px;
	padding-right: 10px;
	/*border: 1px solid white;*/
}

ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	padding-right: 24px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#whatsnew ul{
padding-top: 0;
}

li {
	margin-top: 10px;
	display: block;
	}
	
li a:link{
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: white;
	}
	
li a:hover{
	color: #FF6600;
	text-decoration: none;
	}


li img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border: 1px solid white;
}
	
#whatwedo, #whatwedo-left{
	float: left;
	display: inline;
}

#whatwedo{
	width: 550px;
	margin-left: 25px;
}

#whoweare{
	margin-top: 10px;
	margin-left: 10px;
}

.title{
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 5px;
}

h1{
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 15px;
}

#bottom-spacer{
	height: 30px;
}

.quote{
	font-style: italic;
}

a.tooltip{
    position:relative; /*this is the key*/
    z-index:24; 
	background-color:#ccc;
    color:#000;
    text-decoration:none;
	}

a.tooltip:hover{
	z-index:25; 
	background-color:#ff0;
}

a.tooltip span{
	display: none;
}

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	padding: 5px;
    top:-14em; 
	left:2em; 
	width:15em;
    border:1px solid #EEEEEE;
    background-color:#333333; 
	color:#FF6600;
    text-align: center
}