/* Ten Stories CSS Repository */
/* Developed by Robert Palmer (http://rp-network.com) for Seen+Noted (http://seenandnoted.com/) */

/* page structure */

html, body {
	height: 100%;
}

body {
	width: 100%;
	background: url(../images/bg.png) left top no-repeat #000000;
}

div.nav {
	margin-left: 40px;
	width: 200px;
	padding-top: 185px;
	display: block;
	float: left;
	clear: left;
	min-height: 500px;
}

a {
	color: #569BBE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: normal 21px/24px Arial, sans-serif;
	text-transform: uppercase;
	color: black;
	width: 800px;
	margin-bottom: 20px;
}

h2 {
	font: normal bold 12px/19px Helvetica, Arial, sans-serif;
	color: #7E8082;
	width: 800px;
	margin-bottom: 20px;
}

h3 {
	font: normal 17px/24px Arial, sans-serif;
	color: #7E8082;
	width: 800px;
}

h4 {
	font: normal 15px/24px Arial, sans-serif;
	color: #7E8082;
	width: 800px;
}

h5 {
	font: normal 13px/24px Arial, sans-serif;
	color: #7E8082;
	width: 800px;
}

h6 {
	font: normal 11px/24px Arial, sans-serif;
	color: #7E8082;
	width: 800px;
}

ul.primary li {
	margin-bottom: 10px;
	width: 130px;
	height: 16px;
	overflow: hidden;
}

ul.secondary {
	margin: 14px 0 24px 0;
}

ul.secondary span.number {
	padding-right: 25px;
}

ul.secondary li a {
	color: #7e8082;
	font: normal 11px/15px Helvetica, Arial, sans-serif;
	text-decoration: none;
}

ul.secondary a.selected {
	color: white;
}

ul.secondary li a:hover {
	color: white;
}

ul.primary a.selected,
ul.primary a.active {
	background-position: 0 -16px;
}

ul.primary a {
	background-position: 0 0px;
	background-repeat: no-repeat;
	display: block; 
	width: 130px; 
	height: 16px;
	text-indent: -100em;
}

a.work {
	background: url("../images/nav_work.png");
}

a.about {
	background: url("../images/nav_about.png");
}

a.contact {
	background: url("../images/nav_contact.png");
}

a.news {
	background: url("../images/nav_news.png");
}

/* ids */

#tooltip {
	position:absolute;
	width: 192px;
	height: 40px;
	background: url(../images/tooltip_bg.png) no-repeat;
	padding: 29px;
	font: normal bold 12px/14px Helvetica, Arial, sans-serif;
	color:black;
	display:none;
}

/* classes */

.container {
	min-width: 1165px;
	position: relative;
	min-height: 100%;
}

.content {
	padding-top: 100px;
	padding-bottom: 50px;
}

.content p,
.content ul {
	width: 800px;
	font: normal 12px/19px Helvetica, Arial, sans-serif;
	color: #7E8082;
	margin-bottom: 20px;
}

.content p strong,
.content ul strong {
	color: #569BBE;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
}

.content p em {
	font-style: normal; 
	color: #569BBE;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
} 

.footer img {
	padding-bottom: 10px;
}

.feature {
	margin: 50px 0;
	max-width: 1200px;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.hidden {
	display: none;
}

.cluster {
	width: 215px;
	height: 170px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	float: left;
}

.empty {
	width: 213px;
	height: 168px;
	display: block;
	background: url(../images/workBackTile.gif) #333333;
}

.cluster a {
	width: 213px;
	height: 168px;
	display: block;
	text-decoration: none;
}

.cluster a img {
	margin: 1px;
	border: none;
}

.cluster a:hover img {
	margin: 0px;
	border: 1px solid #559cbe;
}

.newshdr {
	width: 800px;
	font: normal 16px/13px Helvetica, Arial, sans-serif;
	color: #569BBE;
	padding: 16px 0;
	border-bottom: 1px dotted #7E8082;
}

.noborder {
	border-bottom: none;
}

.newshdr a:hover {
	text-decoration: none;
}

.newsbody {
	width: 800px;
	font: normal 12px/19px Helvetica, Arial, sans-serif;
	color: #7E8082;
	display: none;
	border-bottom: 1px dotted #7E8082;
}

.person {
	width: 170px;
	height: 200px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	float: left;
	font: normal 10px/14px Helvetica, Arial, sans-serif;
	color: #7E8082;
}

.person a {
	color: #7E8082;
}

.divider {
	height: 16px;
	margin: 3px;
	border-left: 1px dotted #7E8082;
	width: 1px;
	overflow: hidden;
}

.tall {
	height: 20px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */