body{
	background: #E9F8FE;
	text-align: center;
	font-family: "Trebuchet MS", "Helvetica Neue",Arial,Helvetica,sans-serif;
	color: #333333;
	font-size: 62.5%;
	line-height: 1.6;
	}

h1, h2, h3, h4, h5, h6 {
color:#222222;
font-weight:bold;
}	
	
h2{
		font-size: 26px;
		border-bottom: 4px solid #8FC540;
		color: #333;
		margin-bottom: 10px;
		font-weight: bold;
		display: inline-block;
}

h3  {
font-size:18px;
line-height:1;
margin-bottom:.5em;
}

p{
font-size: 14px;
line-height:1.4em;
margin:0 0 .5em;
}	
a{ color: #185E9B; text-decoration: none;}
a:hover{text-decoration: underline; color: #333;}

abbr[title], dfn[title] {
border-bottom:1px dotted #000000;
cursor:help;
}

abbr, acronym {
border-bottom:1px dotted #666666;
}
em, dfn {
font-style:italic;
}
hr {
border-color:#CCCCCC -moz-use-text-color #FFFFFF;
border-right:0 none;
border-style:solid none;
border-width:1px 0;
display:block;
height:1px;
margin:1.5em 0;
padding:0;
}

ol  {
list-style-type:decimal;
}

ul, ol {
margin:0 1.5em 1.5em;
}
li{
padding: 0.2em 0;
}

.clear{clear:both;}

.wrapper{
		width:100%;
		overflow: hidden;
		}
#top-wrapper {
	background: transparent url(../images/bg-top.jpg) repeat-x 0 100%;
}
#inner-page{
		background-position: 0 -185px;
		}

#header, #container{
		width: 950px;
		text-align: left;
		margin: 20px auto;
		font-size:14px;
		overflow: hidden;
		}

a#hiring-btn{
		background: #185E9B;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		float: right;
		padding: 5px 15px;
		margin: 5px 8px 15px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
a#hiring-btn:hover{ background: #333; text-decoration: none;}

#header div.left-column, #container div.left-column{
		width: 580px;
		float: left;
		margin: 0 60px 20px 0;
		}

#header div.right-column, #container div.right-column{
		width: 310px;
		float: right;
		margin-bottom: 20px;
		}		

#header div#name{		
		margin-bottom: 35px;
		}
		
#header div#name p{
		font-size: 42px;
		line-height: 1.2em;
		margin: 0;
		text-shadow: 0px 1px #E9F8FE;
		}
		
img#logo{
	float: left;
	margin-top: 50px;
	}
div#inner-page img#logo{
	margin-top:0;
	}

div#work{
    width: 950px;
}

div#work span, div#work img{
    float: left;
    margin-bottom: 30px;
}

div#work span{
    display: block;
    width: 790px;
    padding-left: 10px;
    font-size: 1.1em;
}

div#team ul{margin: 0 0 0 -5px;overflow:hidden;
	/*-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;*/
}
div#team ul li{
	background: transparent url(../images/avatar-bg.jpg) no-repeat 0 0;
	float: left;
	height:80px;
	list-style: none;
	padding:5px 0 0 90px;
	margin: 0 20px 20px 0;
	width: 210px;
	}
	div#team ul li.last{
		margin-right:0;
		}
div#team ul li img{
	float: left;
	margin-left: -81px;
	margin-top: 4px;
	width: 64px;
	height: 64px;
	}
		
div#team ul li h3{
		font-size: 16px;
		font-weight: bold;
}
div#team ul li span{
		font-style: italic;
		display: block;
		margin-bottom: 5px;
		margin-top: -3px;
		}
div#team ul li p.bio{
		display: none;
}
div#team ul li p.links{		
		clear:none;
		float: left;
		width: 100%;
}

div#content {
clear:both;
float:left;
margin: 5px 0;
padding: 0;
width:100%;
}


div#content h1.title {
font-size: 18px;
color: #333;
margin: 0;
padding: 0;
}

div#content h2.message {
font-size: 16px;
color: #444;
}

div#content p.tagline {
color: #444;
font-style: italic;
text-transform: lowercase;
border-bottom: 1px dotted #bbb;
padding: 0 0 1em 0;
margin: 0 0 2em 0;
}

div#content p.message_txt { padding: 0 1.5em; }
div#content ul { margin: .5em 0; padding: 0; }

div#content ul li {
padding-left: 1.5em;
margin: 0;
list-style: none;
background: url(../images/list-arrow-02.gif) 2px 50% no-repeat;
}

div#content ul li a { text-decoration: underline; }
div#content ul li a:focus, div#content ul li a:hover { text-decoration: underline; color: #333; }

