body {
	color:#000;
	background-color:#fff;
	font-family: Arial, Helvetica, Sans-serif;
	line-height:120%;
	font-size:13px;
	font-weight: normal;
	margin:0px;
}

a:link, a:visited {
    color: #f60;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#main{
padding:20px;
text-align:center;}

h1
{
	background-position: right top;
	background-repeat: no-repeat;
	height: 44px;
	margin: 0;
	text-align: left;
	text-indent: -9999px !important;
	width: 195px;
}

h1.title-aboutus
{
	background-image: url(images/titles/sidemenu-aboutus.gif);
}

h1.title-blog
{
	background-image: url(images/titles/sidemenu-blog.gif);
}

h1.title-projects
{
	background-image: url(images/titles/sidemenu-currentprojects.gif);
}

h1.title-getinvolved
{
	background-image: url(images/titles/sidemenu-getinvolved.gif);
}

h2
{
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-align: center;
}

h2.sidetitle
{
	height: 44px;
	margin: 0;
	text-align: left;
	text-indent: -9999px !important;
	width: 195px;
}

h2.title-team
{
	background: transparent url(images/titles/sidemenu-team.gif) right top no-repeat;
}

#topnav
{
	width: 835px;
	margin: 0 auto 12px auto;
	text-align: left;
}

div#socialmedianav
{
	text-align: right;
	margin: 0 auto 12px auto;
	padding: 0 635px 0 0;
	width: 200px;
}

img.socialmediaicon
{
	border: 0;
	padding-right: 7px;
}

div.content{
	width: 835px;
	margin: 0 auto 30px auto;
}

div.leftbox {
	float: left;
	padding: 0 25px 0 0;
	text-align: right;
	width: 195px;
}

div.contentbox{
	float: left;
	padding: 0 0 10px 0;
	text-align:	left;
	width:600px;
}

div#footer{
	clear: both;
	font-style: italic;
	margin-left: auto;
    margin-right: auto;
	padding: 0 0 0 220px;
	width: 600px;
}

/* Blocks */

/* Bios */
div.bioblock {
	width: 100%;
}

div.bioblock div.picture {
	float: right;
	padding: 0 0 10px 10px;
	width: 300px;
}

div.bioblock div.text{
	float: left;
	width: 100%;
}

/* News */
div.newsblock {
	width: 100%;
	margin: 0 0 20px 0;
}

div.newsblock div.picture {
	float: left;
	padding: 0 10px 10px 0;
	width: 150px;
}

div.newsblock h2
{
	font-family: "Courier New", Courier;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0;
	text-align: left;
}

div.newsblock h2 a:link, div.newsblock h2 a:visited
{
	text-decoration: none;
}

div.newsblock h2 a:hover
{
	text-decoration: underline;	
}

div.newsblock p
{
	margin: 3px 0;
}

div.newsblock p.pubdate
{
	color: #666;
	font-style: italic;
}

div.newsblock div.text{
}

div.logosbundle
{
	margin: 0 auto;
	width: 420px;
	
	/* IE6 only */
	_width: 425px;
}

div.logosbundle div.logo
{
	float: left;
	margin: 5px 5px;
	width: 200px;
}

div.center {
	float: left;
	width: 600px;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
#contentbox p{
	margin: 0 0 10px 0;
	text-align: left;
}

p{
	margin-top:5px;
}

.center{
	margin-left:auto;
	margin-right:auto;
}

a img{
	border:0px
}

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

div.clearfix 
{
    display: inline-block;
}

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

div.clearfix 
{
    display: block;
	height: 100%;
}
/* End hide from IE-mac */
