html, body {
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
    font-family: Helvetica, arial, sans-serif;
    font-size: 12px;
    color: #666666;
}
p {
    margin:0 0 10px 0px;
}
/*Links*/

a:link, a:visited, a:active {
    color: #3399cc;
    text-decoration: none;
	font-weight: bold;
}

a:hover {
    color: #333333;
    text-decoration: underline;
	font-weight: bold;
}

a.nav:link, a.nav:visited, a.nav:active {
    font-size: 14px;
    color: #3399cc;
    font-weight: bold;
    text-decoration: none;
}

a.nav:hover {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}
div#container {
    position:relative; /* needed for footer positioning*/
    margin:-2em auto 0; /* negative margin to make roon for footer */
    width: 885px;
    background:#ffffff;
    min-height:100%; /* real browsers */
}
* html #container {
    height:100%
}
div#header {
    padding:1em;
    background:#ffffff;
    border-top: 2.5em solid #fff;/* space for footer*/
    border-bottom: 1px solid #CCCCCC;
}

div#logo {
    margin: 5px 0px 0px 0px;
    float: left;
}
div#top-nav {
    float: right;
    margin: 25px 0px 0px 0px;
}

div#sub-header {
    padding: 0px 0px 0px 10px;
    background:#ffffff;
    border-bottom: 1px solid #CCCCCC;
}

h1 {
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
}

h2 {
    padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #3399cc;
    font-size: 14px;
    font-weight: bold;
}

/*Content*/
div#content {
    padding:1em 1em 2em; /* bottom padding for footer */
    margin-bottom: 20px;
}
/*Projects*/
ul.thumb {
    margin: 0px;
    padding: 0px;
    clear:both;
}
.thumb li {
    float: left;
    margin: 0px 15px 10px 0px;
    list-style: none;
}
.thumb li.last {
    margin: 0;
}
.thumb img {
    border: 5px solid #CCCCCC;
}

 .fields {
 	margin-bottom: 5px;
 }


#coming-soon {
	text-align: center;
	margin-top: 100px;
}

/*foooter*/
div#footer {
    background:#ffffff;
    border-bottom: 5px solid #ffffff;
    width: 885px;
	height: 20px;
    margin:auto;
	padding: 50px 0px 0px 0px;
}
#copyright {
    text-align: center;
    padding-top: 3px;
	color: #333333;
    font-weight: bold;
}
.clear-floats {
    clear: both;
}


