@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
	height: 155px; /* '.push' must be the same height as 'footer' */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

h1, h2, h3 {
	font-weight:normal;
	margin:0px;
}

h1 {
	font-family: pt_sansbold, Verdana, Geneva, sans-serif;
	font-size: 18pt;
	float: left;
	margin-top: 45px;
	margin-left: 10px;
	width: 350px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.singlecolumnproject p img {
	margin-bottom: 20px;
	margin-top: 15px;
}
h2 {
	font-family: pt_sansbold, Verdana, Geneva, sans-serif;
	font-size: 13pt;
	float: left;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}
	
	

body,td,th {
	font-family: pt_sansregular, Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	background-position: 80px;
	background-repeat: no-repeat;
	background-position: 100% top;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.bold {
	font-family: "pt_sansbold", Verdana, Geneva, sans-serif;
}
	
	

.copyright {
	font-family: pt_sansitalic, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color:#FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.statemphasis {
	font-family: "pt_sansbold", Verdana, Geneva, sans-serif;
	color: #AD64A8;
	font-size: 16pt;
}
	
a {
	font-family: pt_sansbold, Verdana, Geneva, sans-serif;
	color: #AD64A8;
	font-size:17px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #BACA1F;

}
a:active {
	text-decoration: none;
}



.wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	
}
.centercolumn img {
	margin-bottom: 30px;
	float: left;
}
.leftcolumn img {
	margin-bottom: 20px;
	width: 220px;
}
.rightcolun img {
	margin-bottom: 20px;
}
.header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 30px;
	height: 80px;
	margin-top: -10px;
}

/* main navigation */
.nav {
	margin-top: 46px;
	margin-left: 260px;
	width: 300px;
	float: left;
}
.nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.nav li {
	float:left;
	margin-right:60px;
}
.nav li a {
	width: 80px;
	display:block;
	text-decoration:none;
	font-weight:normal;
	font-family: pt_sansregular, Verdana, Geneva, sans-serif;
}
.nav li a.current {
	color: #999;

}
/* side navigation */
.sidenav {
	width: 140px;
	float: left;
	clear: both;
	margin-top: 40px;
}
.sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sidenav li {

}
.sidenav li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-family: "pt_sansregular", Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	color: #666;
}

.sidenav li a:hover {
	color: #BACA1F;

}

.sidenav li a.current {
	color: #999;

}

/* breadcrumb */
#breadcrumbs {
	color: #666;
	width: 300px;
	float: left;
	margin-top: 40px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#breadcrumbs a {
	font-size: 13px;
}


.socialmedia {
	margin-top: 42px;
	width: 160px;
	float: right;
}
.socialmedia img {
	margin-left: 15px;
}

.sitelink {
	float: right;
	margin-top: 43px;
	padding-left: 45px;
	width: 140px;
	font-size: 16px;
}
.sitelink a {
	font-size: 16px;
	font-family: "pt_sansregular", Verdana, Geneva, sans-serif;
}

.livebutton {
	-moz-box-shadow: inset 0px 0px 0px 0px #f1f7ac;
	-webkit-box-shadow: inset 0px 0px 0px 0px #f1f7ac;
	box-shadow: inset 0px 0px 0px 0px #f1f7ac;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c7d620), color-stop(1, #a9b322) );
	background: -moz-linear-gradient( center top, #c7d620 5%, #a9b322 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7d620', endColorstr='#a9b322');
	background-color: #c7d620;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	text-indent: 0;
	border: 1px none #6b7312;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	height: 33px;
	line-height: 33px;
	width: 93px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 0px 4px #858f15;
	float: left;
	margin-top: 75px;
	margin-left: 150px;
	margin-bottom: -50px;
}
.livebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a9b322), color-stop(1, #c7d620) );
	background:-moz-linear-gradient( center top, #a9b322 5%, #c7d620 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9b322', endColorstr='#c7d620');
	background-color:#a9b322;
}.livebutton:active {
	position:relative;
	top:1px;
}
.Rlivebutton {
	-moz-box-shadow: inset 0px 0px 0px 0px #f1f7ac;
	-webkit-box-shadow: inset 0px 0px 0px 0px #f1f7ac;
	box-shadow: inset 0px 0px 0px 0px #f1f7ac;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c7d620), color-stop(1, #a9b322) );
	background: -moz-linear-gradient( center top, #c7d620 5%, #a9b322 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7d620', endColorstr='#a9b322');
	background-color: #c7d620;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	text-indent: 0;
	border: 1px none #6b7312;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	height: 33px;
	line-height: 33px;
	width: 93px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 0px 4px #858f15;
	float: right;
	margin-top: 75px;
	margin-bottom: -50px;
	clear: none;
	margin-left: -230px;
	margin-right: 180px;
}
.Rlivebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a9b322), color-stop(1, #c7d620) );
	background:-moz-linear-gradient( center top, #a9b322 5%, #c7d620 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9b322', endColorstr='#c7d620');
	background-color:#a9b322;
}.Rlivebutton:active {
	position:relative;
	top:1px;
}
.Llivebutton {
	-moz-box-shadow: inset 0px 0px 0px 0px #f1f7ac;
	-webkit-box-shadow: inset 0px 0px 0px 0px #f1f7ac;
	box-shadow: inset 0px 0px 0px 0px #f1f7ac;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7d620', endColorstr='#a9b322');
	background-color: #C0CE21;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	text-indent: 0;
	border: 1px none #6b7312;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	height: 33px;
	line-height: 33px;
	width: 93px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 0px 4px #858f15;
	float: left;
	margin-top: 75px;
	margin-bottom: -50px;
	clear: none;
	margin-left: -340px;
	background-position: center top;
	margin-right: 0px;
}
.Llivebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a9b322), color-stop(1, #c7d620) );
	background:-moz-linear-gradient( center top, #a9b322 5%, #c7d620 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9b322', endColorstr='#c7d620');
	background-color:#a9b322;
}
.Llivebutton:active {
	position:relative;
	top:1px;
}


.resumelivebutton {
	-moz-box-shadow: inset 0px 0px 0px 0px #f1f7ac;
	-webkit-box-shadow: inset 0px 0px 0px 0px #f1f7ac;
	box-shadow: inset 0px 0px 0px 0px #f1f7ac;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c7d620), color-stop(1, #a9b322) );
	background: -moz-linear-gradient( center top, #c7d620 5%, #a9b322 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7d620', endColorstr='#a9b322');
	background-color: #c7d620;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	text-indent: 0;
	border: 1px none #6b7312;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	height: 33px;
	line-height: 33px;
	width: 93px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 0px 4px #858f15;
	float: right;
	margin-right: 300px;
	margin-top: -20px;
}
.resumelivebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a9b322), color-stop(1, #c7d620) );
	background:-moz-linear-gradient( center top, #a9b322 5%, #c7d620 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9b322', endColorstr='#c7d620');
	background-color:#a9b322;
}.resumelivebutton:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

	


.main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	margin-top: 50px;
}
.mainimage {
	width: 700px;
	float: right;
	clear: both;
	margin-top: -170px;
	margin-right: 120px;
	margin-bottom: 40px;
	
}
.printmainimage {
	width: 700px;
	float: right;
	clear: both;
	margin-top: -170px;
	margin-right: 120px;
	margin-bottom: 40px;
cursor:zoom-in;	
cursor:url(/img/layout/backgrounds/zoom.cur), -moz-zoom-in;
}

.project {
	width: 910px;
	background-color: #E1E2E5;
	color: #000000;
	overflow: hidden;
	margin-left: 20px;
	padding-left: 30px;
	padding-right: 20px;
	float: left;
	clear: both;
	padding-bottom: 20px;
	padding-top: 10px;
}
.clearproject {
	width: 910px;
	background-color: #E1E2E5;
	color: #000000;
	overflow: hidden;
	margin-left: 20px;
	padding-left: 30px;
	padding-right: 20px;
	float: left;
	margin-top: -80px;
}
.spacer1 {
	width: 910px;
	color: #000000;
	overflow: hidden;
	float: left;
	margin-top: 15px;
}

.project p {
	margin-bottom: 10px;
}
 
.leftproject img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.rightproject h2 {
	display: block;
	margin-right: 100px;
	text-align: center;
}
.rightproject{
	width: 270px;
	float: left;
	overflow: hidden;
	
}
.rationale {
	background-color: #000000;
	margin-top: 50px;
	padding: 20px;
	color: #FFF;
	margin-bottom: 20px;	
}
.leftrationale {
	background-color: #000000;
	margin-top: 20px;
	padding: 20px;
	color: #FFF;
	margin-left: 10px;
}
.leftproject{
	width: 270px;
	float: left;
	padding-top: 20px;
	margin-right: 30px;
}
.leftproject h2 {
	text-align: center;
	float: none;
	margin-bottom: 20px;	
}
.rightproject h2 {
	float: none;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -25px;
	margin-left: 0px;
}
.demographic h2 {
	margin-bottom: 20px;
	margin-top: -10px;
}

.demographic {
	width: 220px;
	margin-bottom: 10px;
	float: left;
	padding-top: 10px;
}
.demographic img {
	float: left;
	margin-top: -5px;
}
.singlecolumnproject {
	width: 570px;
	float: left;
	padding-top: 20px;
	margin-bottom: -20px;
	padding-bottom: 20px;
}
.singlecolumnproject h2 {
	width: 100%;
	margin-bottom: 20px;
	margin-top:12px;
}
.rationale p a {
	color: #AD64A8;
	font-size: 13px;
}
.allie {
	margin-left: -30px;
	float: left;
	margin-top: 75px;
	margin-right: 20px;
	margin-bottom: 100px;
}
	
	
.logo {
	float: left;
	margin-top: 3px;	
}
.bottomimage {
	float:right;
	margin-top:60px;
	margin-bottom:-30px;
}
	
	
.leftcolumn a img {
}
.leftcolumn {
	width: 220px;
	float: left;
	margin-right: 20px;
}
.centercolumn {
	width: 300px;
	margin-right: 20px;
	float: left;
}
.centercolumn1 {
	margin-top:100 px;
	margin-right: 20px;
	float: left;
}
.centercolumn2 {
	margin-right: 20px;
	float: left;
	height:300 px;
}
.rightcolun {
	width:220px;
	float:left;
}
.footwrapper {
	width: 100%;
	background-color: #333;
}

.footer {
	width: 960px;
	padding-top: 30px;
	text-align: center;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #333;
}
.bigprint {
	width: 960px;
background:#FFF	margin-top:50px;
	clear: both;
	float: left;
	background-color: #FFF;
	margin-top: 50px;
}
.largeprint {
	width: 960px;

	clear: both;
	float: left;
	
	padding: 50px;
}
.vid {
	width: 90%;	
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	border: 3px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 110px;
}
.profile {
	float: left;
	width: 960px;
	margin-top: 30px;
}
.profiletext p {
	margin-bottom: 10px;
}

@font-face {
    font-family: 'pt_sansitalic';
    src: url('../fonts/pts56f-webfont.eot');
    src: url('../fonts/pts56f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts56f-webfont.woff') format('woff'),
         url('../fonts/pts56f-webfont.ttf') format('truetype'),
         url('../fonts/pts56f-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/pts55f-webfont.eot');
    src: url('../fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts55f-webfont.woff') format('woff'),
         url('../fonts/pts55f-webfont.ttf') format('truetype'),
         url('../fonts/pts55f-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/pts75f-webfont.eot');
    src: url('../fonts/pts75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts75f-webfont.woff') format('woff'),
         url('../fonts/pts75f-webfont.ttf') format('truetype'),
         url('../fonts/pts75f-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.profile img {
	margin-left: -90px;
	float:left;
	margin-right: 30px;
}
.profiletext {
	width: 400px;
	margin-left: 30px;
	float: left;
	margin-right: 30px;
	margin-top: 30px;
}
	
.profile h1 {
	float: left;
	width: 150px;
	margin-top: -10px;
}
