@import url('../styles/blueprint.css');

html {
	min-height: 100%;
	height: auto;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #333;	
	background: url(/assets/images/waterbkg.jpg) no-repeat top left;
	background-color: #f9fdfe;
}

a {
	text-decoration: none;
	color: #fff;
	outline:none;
}

a:hover {
	color: #fff;
}

a.main-link {
	position: absolute;
	padding: 0;
	top: 515px;
	left: 82px;
	margin-top: -162px;
	font-size: 0.6em;
	text-transform: uppercase;
	color: #533E32;
}

a.main-link:hover {
	color: #e5486a;
}

h2 {
	margin-top: -0.3em;
	font-size: 1.2em;
	line-height:1.0em;
	margin-bottom: 0.5em;
}

.brown {
	color: #533E32;
}

.pink {
	color: #e5486a;	
}

.blue {
	color: #68c1c7;	
}

.green {
	color: #6ca657;	
}
p {
	font-size: 0.9em;
	word-spacing: 0.05em;
	color: #666;
}

p.smallcaps {
	font-size: 0.6em;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	color: #d5d5ca;
}

.container {
	width: 100%;
	margin-left: 0;
}

#breadcrumb {
	padding: 2px;
	background-color: #afafa0;	
}

#header {
	margin-top: 1em;
}

#main {
	margin-top: 12em;
}

#info-nav {
	clear: both;
	margin-right: -12px;
	padding-left: 23px;
}

a.next, a.prev  {
	float: left;
	display: block;
	text-indent: -1000px;
	width: 16px;
	height: 16px;
}

a.prev  {
	background: url(/assets/images/leftarrow.gif) top left no-repeat;
	margin-right: 2px;
}

a.next {
	background: url(/assets/images/rightarrow.gif) top left no-repeat;
	margin-left: 2px;
}

a.next:hover, a.prev:hover {
	background-position: top right;
}

a.disabled {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

a.disabled:hover {
	background-position: top left;
	cursor: default;
}


#nav ul{
	width: 300px;
	list-style: none;
	border: 0;
	margin: 3px 0 0 0;
	padding: 0;
}
#nav li {
	color: #666;
	font-size: 1.0em;
	margin-bottom: 0.2em;
}

a.initiative {
	background: url(/assets/images/initiative.png) top left no-repeat;	
}

a.objective {
	background: url(/assets/images/objective.png) top left no-repeat;	
}

a.workbook {
	background: url(/assets/images/workbook.png) top left no-repeat;	
}

a.website {
	background: url(/assets/images/website.png) top left no-repeat;	
}

a.movingdesign {
	background: url(/assets/images/md.png) top left no-repeat;	
}

a.archeworks {
	background: url(/assets/images/arch.png) top left no-repeat;	
}

a.nav-item {
	display: block;
	margin-top: -3px;
	text-indent: -1000px;
	width: 84px;
	height: 20px;	
}

a.nav-item:hover {
	background-position: bottom left;
}

a.active {
	background-position: bottom left;
}

.flir-image {
	margin-top: -1px;
}

.slider ul {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
}
.slider li{
	padding: 0;
	width: 525px;
	height: 300px;
	margin-bottom: 1em;
}

.slider p {
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 0.8em;
}

.logo {
	float: left;
	margin-top: 16px;
}

#footer {
	position: absolute;
	padding: 2px 0 2px 0;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
}
.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

ul#secondary-nav {
	margin-top: 20px;
}

ul#secondary-nav li {
	padding: 0;
	margin-bottom: 0;
}

ul#secondary-nav li a{
	font-size: 0.75em;
	color: #666;
}

ul#secondary-nav li a:hover {
	color: #e5486a;
}
