/* ------------------------------------------------------------------------------------------------------------------------

	Typography

   ------------------------------------------------------------------------------------------------------------------------ */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Geneva, Helvetica, Arial, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #666666;
	font-weight: normal;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #999999;
	font-weight: normal;
	line-height: 1.3em;
	font-style: normal;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #666666;
	font-weight: normal;
	line-height: 1.3em;
	font-style: normal;
	padding-top: 10px;
}
a:visited {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
a:link {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin-left: 0;
}
li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #999999;
	line-height: 1.7em;
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: inside;
}
li a:visited, li a:link {
	color: #333333;
	text-decoration: underline;
}
#thumbs ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
}
#thumbs li {
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}
#thumbs li a:visited {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#thumbs li a {
	border: 1px solid #FFFFFF;
}
#thumbs li a:hover {
	border: 1px solid #666666;
}
li a:hover {
	text-decoration: underline;
}
.blue {
	color: #7090b7;
}
.green {
	color: #7ab800;
}
.orange {
	color: #e98300;
}
a.blue:visited {
	color: #7090b7;
	background-color: transparent;
	text-decoration: none;
}
a.blue:link {
	color: #7090b7;
	background-color: transparent;
	text-decoration: none;
}
a.blue:hover {
	color: #7090b7;
	text-decoration: underline;
}
a.green:visited {
	color: #7ab800;
	background-color: transparent;
	text-decoration: none;
}
a.green:link {
	color: #7ab800;
	background-color: transparent;
	text-decoration: none;
}
a.green:hover {
	color: #7ab800;
	text-decoration: underline;
}
a.orange:visited {
	color: #e98300;
	background-color: transparent;
	text-decoration: none;
}
a.orange:link {
	color: #e98300;
	background-color: transparent;
	text-decoration: none;
}
a.orange:hover {
	color: #e98300;
	text-decoration: underline;
}
.bluesubhead {
	color: #7090b7;
	font-size: 1.4em;
}
.greensubhead {
	font-size: 1.4em;
	color: #7ab800;
}
.orangesubhead {
	font-size: 1.4em;
	color: #e98300;
}
.whitetext {
	font-size: 1.1em;
	color: #FFFFFF;
}
.greytext {
	font-size: 1.2em;
	color: #999999;
}
.fineprint {
	font-size: .8em;
}
/* ------------------------------------------------------------------------------------------------------------------------

	Content Boxes

   ------------------------------------------------------------------------------------------------------------------------ */
img.mainimage {
}
#mainimage {
	height: auto;
	width: auto;
	margin-bottom: 25px;
	position: relative;
}
#imagebartrans {
	height: 25px;
	width: 750px;
	background-color: #FFFFFF;
	visibility: visible;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	bottom: 0px;
	display: block;
	left: 0px;
}
#imagebarnav {
	height: 25px;
	width: 750px;
	visibility: visible;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
}
#imagebarnav ul {
	display: block;
	height: 100%;
	width: 100%;
}
#imagebarnav li {
	font-size: 1.1em;
	color: #666666;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	height: 20px;
	float: left;
	margin-top: 3px;
	padding-right: 4px;
	padding-left: 4px;
}
#imagebarnav li a:visited {
	color: #666666;
}
#imagebarnav li a:visited, #imagebarnav li a:link, #imagebarnav li a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	text-decoration: none;
	padding: 3px;
	display: inline;
}
#imagebarnav li a:hover, #imagebarnav li.here a:hover {
	color: #FFFFFF;
	background-image: none;
	background-color: #999999;
}
/*#imagebarnav li a:link.arrow, #imagebarnav li a:hover.arrow {
	background-color: transparent;
	position: relative;
}*/
#imagebarnav li.here a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7090b7;
}
#imagebarnav li.next {
	float: right;
}
#imageangle {
	position: absolute;
	height: 350px;
	width: 75px;
	right: 0px;
	visibility: visible;
	opacity: 0.25;
	filter: alpha(opacity=25);
	top: 0px;
	color: #FFFFFF;
	background-image: url(../images/imageangle.png);
}
#contentpage-sidebar {
	float:right;
	width: 250px;
	height: auto;
	position: relative;
	padding-bottom: 25px;
}
#contentpage-core p {
	padding-top: 15px;
}
#thumbs {
	height: auto;
	width: auto;
	padding-top: 10px;
}
#contentpage-core {
	margin-left: 0px;
	width: 450px;
	height: auto;
	padding-bottom: 25px;

}
#port {
	position: absolute;
	height: 350px;
	width: 750px;
	left: 200px;
	top: 150px;
}
#index-lower {
	margin-left: 0px;
	width: 750px;
	height: auto;
	position: absolute;
}
#index-lowleft {
	margin-left: 0px;
	width: 240px;
	height: auto;
	position: absolute;
	top: 0px;
}
#index-lowcenter {
	margin-left: 255px;
	width: 240px;
	height: auto;
	top: 0px;
	position: absolute;
}
#index-lowright {
	margin-left: 510px;
	width: 240px;
	height: auto;
	top: 0px;
	position: absolute;
}
#indexbox-portfolio {
	border: 1px solid #CCCCCC;
	position: relative;
	height: 150px;
	width: 200px;
	background-image: url(../images/box-blue.gif);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
#box-portfolio {
	border: 1px solid #CCCCCC;
	height: auto;
	width: 200px;
	background-image: url(../images/box-blue.gif);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	margin-bottom: 25px;
	position: absolute;
	top: 0px;
}
#indexbox-details {
	border: 1px solid #CCCCCC;
	position: relative;
	height: 150px;
	width: 200px;
	background-image: url(../images/box-green.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-right: 25px;
	float: left;
	margin-bottom: 25px;
}
#box-details {
	border: 1px solid #CCCCCC;
	height: auto;
	width: 200px;
	background-image: url(../images/box-green.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-right: 25px;
	float: left;
	margin-bottom: 25px;
}
#indexbox-connect {
	border: 1px solid #CCCCCC;
	position: relative;
	height: 150px;
	width: 200px;
	background-image: url(../images/box-orange.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-right: 25px;
	float: left;
	margin-bottom: 25px;
}
#box-connect {
	border: 1px solid #CCCCCC;
	height: auto;
	width: 200px;
	background-image: url(../images/box-orange.gif);
	background-repeat: no-repeat;
	overflow: visible;
	float: left;
	margin-bottom: 25px;
	margin-right: 25px;
}
#box-portfolio p, #box-details p, #box-connect p, #indexbox-portfolio p, #indexbox-details p, #indexbox-connect p {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #666666;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 30px;
}
.floatright {
	float: right;
}
#boxmain {
	position: absolute;
	height: auto;
	width: 425px;
	left: 425px;
	top: 510px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#boxportfolio {
	border: 0px none #CCCCCC;
	height: auto;
	width: 200px;
	background-image: url(../images/bluebckgrdex2.jpg);
	overflow: visible;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.sidebar-portfolio, .sidebar-details, .sidebar-connect {
	height: auto;
	width: auto;
	overflow: visible;
}
.sidebar-portfolio p, .sidebar-details p, .sidebar-connect p {
	padding-top: 5px;
	font-size: 1.1em;
}
#contentpage-sidebar li {
	list-style-image: none;
	list-style-type: none;
}
.sidebar-portfolio ul, .sidebar-details ul, .sidebar-connect ul {
	list-style-type: none;
	list-style-image: none;
}
.sidebar-portfolio li, .sidebar-details li, .sidebar-connect li {
	list-style-type: none;
	list-style-image: none;
}
.sidebar-portfolio h1, .sidebar-details h1, .sidebar-connect h1 {
	font-size: 1.2em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 2px;
	border-right-width: 1px;
	border-right-style: solid;
}
.sidebar-portfolio h1 {
	color: #7090B7;
	border-bottom-color: #7090B7;
	border-right-color: #7090B7;
}
.sidebar-details h1 {
	color: #7AB800;
	border-bottom-color: #7AB800;
	border-right-color: #7AB800;
}
.sidebar-connect h1 {
	color: #e98300;
	border-bottom-color: #e98300;
	border-right-color: #e98300;
}
.sidebar-portfolio ul, .sidebar-details ul, .sidebar-connect ul {
	list-style-type: none;
	padding-bottom: 10px;
}
.sidebar-portfolio li, .sidebar-details li, .sidebar-connect li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #999999;
	background-image: none;
	line-height: 1.2em;
	margin-left: 0px;
	padding-left: 30px;
	padding-top: 5px;
}
.sidebar-portfolio li a:visited, li a:link, .sidebar-details li a:visited, li a:link, .sidebar-connect li a:visited, li a:link {
	color: #666666;
	text-decoration: none;
	display: block;
}
.sidebar-portfolio li a:hover, .sidebar-details li a:hover, .sidebar-connect li a:hover {
	text-decoration: underline;
	display: block;
}
/* ------------------------------------------------------------------------------------------------------------------------

	Page Layout

   ------------------------------------------------------------------------------------------------------------------------ */
html, body {
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	min-width:900px;
}
* {
	margin: 0;
	padding: 0;
}
/*
	non-centered elements
*/
#bar {
	float:right;
	width: 375px;
	height: 0px; /* height set to 0 to not affect other elements. elements inside are absolutely positioned */
	margin-left: 525px;
	position:relative;
	z-index:99;
}
#bar p {
	position:absolute;
	width:325px;
	height: 40px;
	margin:0;
	padding: 5px 25px 5px 25px;
	background: url(../images/bar-grey.gif) no-repeat;
	color: #FFFFFF;
	font-size: 1.1em;
}
body.portfolio #bar p {
	background-image: url(../images/bar-blue.gif);
}
body.details #bar p {
	background-image: url(../images/bar-green.gif);
}
body.connect #bar p {
	background-image: url(../images/bar-orange.gif);
}
div#signup {
	position:absolute;
	top: 22px;
	left: 25px;
	z-index:99;
}
#signup input {
	background: none;
	color: #FFFFFF;
	width: 125px;
	font-size: 1em;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#signup input.textprompt {
	color: #FFFFFF;
}
#signup .button {
	height:auto;
	font-size:1.1em;
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	background-color: #FFFFFF;
	color: #666666;
	margin: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
div#contentareasignup {
	left: 0px;
	padding-top: 25px;
		padding-bottom: 15px;

}
#contentareasignup input {
	background: none;
	color: #666666;
	width: 125px;
	font-size: 1em;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#contentareasignup input.textprompt {
	color: #666666;
}
#contentareasignup .button {
	height:auto;
	font-size:1.1em;
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	background-color: #999999;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
body.portfolio #signup .button {
	color: #7090b7;
}
body.details #signup .button {
	color: #7ab800;
}
body.connect #signup .button {
	color: #e98300;
}
#footer {
	height: 15px;
	width: 100%;
	bottom: 0px;
	position: fixed;
	z-index: 10;
	padding-top: 2px;
	background-image: url(../images/bar-grey.gif);
	background-repeat: no-repeat;
	background-position: 150px 0px;
	padding-left: 200px;
}
body.portfolio #footer {
	background-image: url(../images/bar-blue.gif);
}
body.details #footer {
	background-image: url(../images/bar-green.gif);
}
body.connect #footer {
	background-image: url(../images/bar-orange.gif);
}
#footer p {
	font-size: 1em;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#footer a {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*
	centered elements
 */
#center {
	position:relative;
	width: 925px;
	min-height: 100%;
	margin: 0px auto -113px auto;
}
#corner {
	position: absolute;
	left: -1150px;
	min-height: 100%;
	height: 100%;
	width: 1160px;
	background: url(../images/corner-grey.gif) no-repeat;
}
body.portfolio #corner {
	background-image: url(../images/corner-blue.gif);
}
body.details #corner {
	background-image: url(../images/corner-green.gif);
}
body.connect #corner {
	background-image: url(../images/corner-orange.gif);
}
#logo {
	position: absolute;
	height: 118px;
	width: 169px;
	left: 0;
	top: 125px;
}
#tagline p {
	text-align: right;
	position: absolute;
	width: 169;
	left: 0;
	top: 275px;
	color: #999999;
	display: block;
	font-size: 1.4em;
}
#page {
	position:relative;
	left: 170px;
	width: 750px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
/*
	navigation
 */

#nav {
	position:relative;
	left: 225px;
	height: 125px;
	width:300px;
}
/* top level nav */

div.nav1 {
	position: absolute;
	top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 84px;
	width:150px;
}
div.nav1 a {
	display:block;
	width:150px;
	height: 28px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #999999;
	text-decoration: none;
}
div.nav1 a.nav101 {
	margin-left: 20px;
}
div.nav1 a.nav102 {
	margin-left: 10px;
}
div.nav1 a.nav103 {
	margin-left: 0px;
}
div#nav.portfolio a#nav1_portfolio {
	color: #7090b7;
	padding-left: 20px;
	background: url(../images/arrow-right-grey.gif) no-repeat 0 50%;
}
div#nav.details a#nav1_details {
	color: #7ab800;
	padding-left: 20px;
	background: url(../images/arrow-right-grey.gif) no-repeat 0 50%;
}
div#nav.connect a#nav1_connect {
	color: #e98300;
	padding-left: 20px;
	background: url(../images/arrow-right-grey.gif) no-repeat 0 50%;
}
div#nav.portfolio a:hover#nav1_portfolio, div#nav.details a:hover#nav1_details, div#nav.connect a:hover#nav1_connect {
	padding-left: 0px;
	background: transparent;
}
/* 
	turn on the nav1 link for the appropriate section (based on the body classname)
*/
body.portfolio a#nav1_portfolio, body.details a#nav1_details, body.connect a#nav1_connect {
	background: url(../images/arrow-right-grey.gif) no-repeat 0 50%;
	padding-left: 20px;
}
body.portfolio a#nav1_portfolio {
	color: #7090b7;
}
body.details a#nav1_details {
	color: #7ab800;
}
body.connect a#nav1_connect {
	color: #e98300;
}
div#nav.portfolio a#nav1_portfolio, div#nav.details a#nav1_details, div#nav.connect a#nav1_connect {
	position:relative;
	left: 5px;
}
/* second level nav */
div.nav2 {
	position: absolute;
	width: 150px;
	height: 85px;
	left: 150px;
	top: 15px;
	visibility:hidden;
}
div.nav2 a {
	display:block;
	width:auto;
	height: 21px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	color: #999999;
}
div.nav2 a.nav201 {
	margin-left: 15px;
}
div.nav2 a.nav202 {
	margin-left: 10px;
}
div.nav2 a.nav203 {
	margin-left: 5px;
}
div.nav2 a.nav204 {
	margin-left: 0px;
}
div.nav2 a:hover {
	text-decoration: underline;
}
#nav2_connect a:hover {
	color: #e98300;
}
#nav2_portfolio a:hover {
	color: #7090b7;
}
#nav2_details a:hover {
	color: #7ab800;
}
/*
	this will turn on the second level nav for the appropriate section (based on the body classname)
 */
body.portfolio #nav2_portfolio, body.details #nav2_details, body.connect #nav2_connect {
	visibility:visible;
}
/*
	this will turn on/off the second level nav for the appropriate section (based on the nav classname)
 */
#nav.portfolio #nav2_portfolio, #nav.details #nav2_details, #nav.connect #nav2_connect {
	visibility:visible;
}
#nav.portfolio #nav2_details, #nav.portfolio #nav2_connect, #nav.details #nav2_portfolio, #nav.details #nav2_connect, #nav.connect #nav2_portfolio, #nav.connect #nav2_details {
	visibility:hidden;
}
body.identity div.nav2 a.identity, body.collateral div.nav2 a.collateral, body.interactive div.nav2 a.interactive, body.promotional div.nav2 a.promotional {
	background: url(../images/arrow-right-grey.gif) no-repeat 0 3px;
	padding-left: 20px;
	color: #7090b7;
}
body.services div.nav2 a.services, body.overview div.nav2 a.overview, body.process div.nav2 a.process, body.team div.nav2 a.team {
	background: url(../images/arrow-right-grey.gif) no-repeat 0 3px;
	padding-left: 20px;
	color: #7ab800;
}
body.contact div.nav2 a.contact, body.labreport div.nav2 a.labreport, body.blog div.nav2 a.blog, body.clientlab div.nav2 a.clientlab {
	background: url(../images/arrow-right-grey.gif) no-repeat 0 3px;
	padding-left: 20px;
	color: #e98300;
}
body.identity div.nav2 a.identity:hover, body.collateral div.nav2 a.collateral:hover, body.interactive div.nav2 a.interactive:hover, body.promotional div.nav2 a.promotional:hover, body.services div.nav2 a.services:hover, body.overview div.nav2 a.overview:hover, body.process div.nav2 a.process:hover, body.team div.nav2 a.team:hover, body.contact div.nav2 a.contact:hover, body.labreport div.nav2 a.labreport:hover, body.blog div.nav2 a.blog:hover, body.clientlab div.nav2 a.clientlab:hover {
	position:relative;
}
