@charset "UTF-8";
/* CSS Document */
#nav a
{
	text-decoration:none;
	color:#ecf0f1;
}

html, body
{
	margin:0;
	padding:0;
	background-image:url(background.png);
	height:100%;
	font-family: 'Andada', serif;
	font-weight:100;
}
#wrapper
{
	width:900px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	display:block;
	/*background-color:#ecf0f1; */
	background-color:#FFF;
	min-height:100%;
	border-left:#bdc3c7 solid 2px;
	border-right:#bdc3c7 solid 2px;
}
#header
{
	position:relative;
	background:url(header.png) center center no-repeat;
	background-size:cover;
	color:#ecf0f1;
	width:100%;
	height:200px;
	display:table;
}
#header h1
{
	vertical-align:middle;
	text-align:center;
	font-weight:300;
}
#nav
{
	height:25px;
	width:100%;
	background-color:#e67e22;
	display:table;
	text-align:center;
}
#nav ul
{
	display:table-cell;
	vertical-align:middle;
}
#nav li
{
	display:inline;
	list-style-type:none;
	margin: 2em;
	text-align:center;
}
#content
{
	padding-bottom:75px;
	margin:10px;
}
#content #slides
{
	width:550px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding:0;
}
#content #slides img
{
	width:100%;
	height:300px;
}
#content .threeLinks table
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding:-10px 10px 0px 0px;
}
#content td
{
	width:33%;
	text-align:center;
}

#content .title
{
	border-bottom:1px solid #000;
	padding:10px;
	font-weight:300;
}
#content .link
{
	border-top:1px solid #000;
	text-align:center;
	padding:10px;
	font-weight:400
}
#content .link:hover
{
	color:#e67e22;
}
#content .about
{
	width:600
}
#content .leadership li
{
	padding:5px;
}
#content img
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#content a, #footer a
{
	color:#000;
}
#content a:hover, #footer a:hover
{
	text-decoration:underline;
}

#footer
{
	position:absolute;
	bottom:0px;
	width:100%;
	height:75px;
	background-color:#bdc3c7;
	display:table;
	color:#ecf0f1;
}

#footer table
{
	margin:10px;
	width:350px;
}
#footer td:hover
{
	color:#e67e22;
}
#footer .siteBy
{
	position:absolute;
	bottom:0px;
	margin:10px;
}
#footer .linkedIn
{
	background-image:url(InBug-30px-R.png);
	background-repeat:no-repeat;
	width:39px;
	height:30px;
	position:absolute;
	bottom:0px;
	right:0px;
	margin:10px;
}
