/*
    content.css
*/



#content {
    position: relative;
    clear: both;
    height: 400px;
    color: white;
    background: #333333;
    font-family: Georgia, "Bitstream Charter", "Century Schoolbook L", "Liberation Serif", Times, serif;
    line-height: 1.3em;
}


#content h3 {
    font-size: 130%;
    margin: 0 0 10px 0;
}

#content h4 {
    font-size: 130%;
     color: white;
}

#content p {
    color: white;
    margin: 0 0 10px 0;
}


#content span.big {
    color: #ccc;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.25em;
}


#content span.small {
   	font-size: 120%;
    /* color: #ccc;
    font-size: 110%;
    font-weight: bold;
   	line-height: 1.25em;*/
}




.image-left {
    float: left;
    background: #333333;
}


#content span.small-old {
  	font-size:80%;
    color: #ccc;
    /*color: #ccc;
    font-size: 110%;
    font-weight: bold;
   	line-height: 1.25em;*/
}

#content span.verysmall {
  	font-size:60%;
    color: white;
    /*color: #ccc;
    font-size: 110%;
    font-weight: bold;
   	line-height: 1.25em;*/
}



#content p a:link {
    color: #ccc;
    text-decoration: none;
}


#content p a:visited {
    color: #ccc;
  	text-decoration: none;
}


#content p a:active {   
    color: #ccc;
    text-decoration: none;
}


#content p a:hover {
    color: #ccc;
	text-decoration: underline;
}


.image-right {
    float: right;
    background: #333333;
}


embed.quicktime {
    margin: 2px;
}


#content img {
    border: none;
    vertical-align: bottom; 
}


.book {
    position: absolute;
}


.book-left {
    float: left;
    width: 420px;
    padding: 30px;

}


.book-right {
    float: right;
    width: 420px;
    padding: 30px;
 
    
}


.book-thread {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 50px 0;
    padding: 0;
    width: 0;
    height: 75%;
    border-left: solid 1px #ddd;
}


.services {
    float: left;
    width: 420px;
    padding: 30px;
}


.news {
    float: left;
    width: 420px;
    padding: 30px;
}

.projects {
    float: left;
    width: 420px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 15px;
}



.project-media {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 90%;
    font-weight: bold;
}


#content a {
    color: white;
}


.project-media a {
    color: white;
    text-decoration: none;
}


.data-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 15px 30px;
    font-size: 150%;
    font-weight: bold;
}


.data-nav-lt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 15px 18px;
    font-size: 150%;
    font-weight: bold;
}


.data-nav a, .data-nav-lt a {
    color: white;
    text-decoration: none;
}


.wide {
    padding: 30px 30px 0 30px;
}


ul.tab-container {
    float: left;
    width: 960px;
    margin: 0;
    padding: 0;
    background: white;
}


li.tab {
    float: left;
    display: block;
    width: 190px;
    border-left: 2px solid white;
    text-align: center;
}


li.first-tab {
    width: 192px;
    border-left: none;
}






li.tab a {
    color: white;
    text-decoration: none;
}


li.tab a img {
    border: none;
}


li.tab .tab-header {
    height: 23px;
    padding-top: 7px;
    border-bottom: 2px solid #333333;
    background-image: url(../images/tab-corner.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #333333;
}



li.tab .tab-long-header {
    height: 23px;
    padding-top: 7px;
    border-bottom: 2px solid #333333;
    background-image: url(../images/tab-corner.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #333333;
    width:300;
}

li.tab .tab-header-light {
    height: 23px;
    padding-top: 7px;
    border-bottom: 2px solid white;
    background-image: url(../images/tab-corner-light.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #999999;
}

li.tab .tab-header-light-long {
    height: 23px;
    padding-top: 7px;
    border-bottom: 2px solid white;
    background-image: url(../images/tab-corner-light.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #999999;
  
}

li.first-tab-long {
   
    border-left: none;
    width:576px;
}




li.tab .tab-body {
    position: relative;
    height: 370px;
    background: #333333;
}

.tabheader {
    font-size: 120%;
     color: white;
}

li.tab .tab-body p {
    position: absolute;
    width: 180px;
    left: 5px;
    top: auto;
    bottom: 0;
}


#content li.tab h3 {
    font-size: 12px;
}


#content li.tab h3 {
    font-size: 13px;
    margin: 0;
}


#content li.tab p {
    padding-top: 12px;
    color: #999999;
}



