/*
*
*   tcosproject.org
*
*
* #ff6400
*
*/


body,
html {
        margin:0;
	padding:0;
	background:#F0F0F0;
	color:#444;
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
        width: 100%;
}

body {
    font-family:"Lucida Grande","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    margin:0pt;
    padding:0pt;
    text-align:center;
}

#contents {
   position: absolute;
   top: 0;
   left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
   left: 50%;
   width: 50%;
   margin-left: -25%;
*/
}

a {
    text-decoration:none;
    font-weight:bold;
    color: #444;
}


.top {
    background: url(../img/top.png) repeat-x;
    height:30px;
    color: #000;
}

.top ul {
    float: right;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-top: 5px;
    margin-right: 50px;
}

.top ul li {
    display:inline;
    float:left;
    font-family:"Helvetica Neue",Arial,sans-serif;
    font-weight:bold;
    margin-right:15px;
}

#header {
    background: url(../img/header.png) repeat-x;
    height:180px;
}

.logo {
    vertical-align: middle;
    float:left;
    margin-left: 8em;
    margin-top: 0px;
}

#container {
    margin:0.1em auto;
    padding: 0.2em;
    width: 55em;
}

.subtop {
    background: url(../img/top.png) repeat-x;
    height:30px;
    color: #000;
    padding: 30px;
    padding-left: 200px;
    padding-right: 200px;
    font-size: 1.5em;
}

.subtop2 {
    height:30px;
    color: #000;
    padding: 30px;
    padding-left: 200px;
    padding-right: 200px;
    font-size: 1.5em;
}

.subsubtop {
    font-size: 0.6em;
}

.box {
    float: left;
    background: url(../img/box.png) no-repeat;
    height: 190px;
    width: 190px;
    margin:0.1em auto;
    padding: 10px;
    padding-top: 30px;
    cursor: pointer;
}

.clear {
  clear:both;
}

#footer {
  position: absolute;
  bottom: 0;
  background-color: #dfe3e8;
  width: 70%;
  text-align: center;
  padding: 0 15%;
}


#footer {
    \width: 100%;
    w\idth: 70%;
}

.sources {
    background-color:#F9F9F9;
    border:1px dashed #2F6FAB;
    color:Black;
    font-size:12px;
    line-height:1.1em;
    padding:1em;
    text-align: left;
    margin-bottom: 3em;
}

.bold {
    font-weight: bold;
}
