@CHARSET "ISO-8859-1";

html,
body
{
	margin: 0; padding: 0;
	font-family: arial;
	background: #dee6f4;
	text-align: center;
}
form
{
	margin: 0; padding: 0;
}
label, input, textarea
{
	font-size: 1em;
	font-family: arial;
}

.siteWrapper
{
	position: relative;
	margin: 0 auto;
	width: 1025px;
	text-align: left;
	background: #FFF url(../images/common/watermark.gif) bottom right no-repeat;
}
.pageWrapper
{
	postion: relative;
	height: auto !important;
	height: 550px;
	min-height: 550px;
	background: url(../images/home/backgroundPerson.png) bottom left no-repeat;
}
img{border: none;}

#siteHeader
{
	position: relative;
	height: 90px;
	border-bottom: 1px solid #808080;
}
h1,
h1 a,
.logo
{
	position: absolute; display: block;
	z-index: 100;
	top: 0; left: 0;
	margin: 0; padding: 0;
	height: 78px; width: 245px;
}
.logo
{
	background: transparent url(../images/common/logo.png) top left no-repeat !important;
	background: none;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/logo.png',sizingMethod='scale');
}
h1 span
{
	position: absolute;
	visibility: hidden;
}
#siteHeader .filigree
{
	display: block;
	position: absolute;
	z-index: 0;
	top: 0; left: 0;
	height: 35px; width: 100%;
	background: #0066a4;
}
#navHeader
{
	position: absolute;
	visibility: hidden;
	height: 1px; width: 1px;
	font-size: 1px;
	overflow: hidden;
}
.linkList,
.linkList li
{
	margin: 0; padding: 0;
	list-style: none;
}
#headerNav
{
	position: absolute;
	top: 40px; right: 81px;
	font-size: 10px;
}
#headerNav li
{
	position: relative;
	margin: 0 5px 0 0; padding: 0 0 0 5px; 
	float: left;
	border-left: 1px solid #808080;
}
#headerNav li.first
{
	border: none;
}
#headerNav li.last
{
	margin-right: 0;
}
#headerNav li a
{
	text-decoration: none;
	color: #666666;
}
#siteNav
{
	position: absolute;
	margin: 0; padding: 23px 0 0 0;
	left: 0;
	width: 243px;
	text-align: right;
}
#siteNav li
{
	display: block;
	margin: 0 0 12px 0;
}
#siteNav li a
{
	text-decoration: none;
	font-weight: bold;
}
#siteNav li.aboutUs a {color: #c41230;}
#siteNav li.whatWeDo a {color: #e99619;}
#siteNav li.ourWork a {color: #5d9732;}
#siteNav li.contactUs a {color: #c2a303;}
#siteNav li.pressNews a {color: #a4aee2;}
#siteNav li.blog a {color: #59a7cf;}

#siteNav li blockquote,
#siteNav li blockquote a.sublink
{
	margin: 0;
	font-size: 10px;
	color: #808080;
}

#pageContent
{
	position: relative;
	margin: 0 0 0 263px; 
	padding: 23px 0 10px 0;
	width: 760px;
}
.pageContentMain
{
	position: relative;
	float: left;
	margin: -23px 27px 240px 0; 
	padding: 15px 0 0 0;
	width: 440px;
	font-size: 12px;
	color: #666666;
	border-top: 10px solid #B3B3B3;
}
.pageContentMain h2
{
	font-size: 14px;
	color: #0066a4;
}
.pageContentMain h3
{
	padding-bottom: 0;
	font-size: 1em;
	color: #4d4d4d;
}
.pageContentMain h4
{
    padding-bottom: 0;
    font-size: 0.9em;
    color: #4d4d4d;
}
.pageContentMain *
{
	margin: 0; padding: 0 0 10px;
}
.pageContentMain li
{
	margin-left: 25px;
	padding: 5px 0 0 0;
}
.pageContentMain a
{
	color: #00D;
}
.pageContentMain .quotebox
{
	padding-bottom: 1em;
}
.pageContentMain .quotebox blockquote
{
	padding-bottom: 0.5em;
	font-style: italic;
	color: #555;
}
.pageContentMain .quotebox p
{
	font-size: 0.9em;
}
.pageContentMain .quotebox strong
{
	color: #999;
}
	
.contactBox
{
	position: relative;
	float: left;
	margin: 0;
	width: 212px;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fafafa;
	color: #808080;
	font-size: 12px;
}
.contactBox h2
{
	margin: 0; padding: 10px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
}
.contactBox a
{
	text-decoration: none;
    color: #808080;
}
.contactBox p
{
	margin: 0; padding: 0 10px 10px 10px;
}
.calloutBox
{
	position: relative;
	float: left;
	margin: -23px 0 0 0; padding: 196px 0 0 0;
	width: 243px;
	background-color: #FFF;
	background-position: top left;
	background-repeat: no-repeat;
}
.calloutBox .quoteWrapper
{
	position: relative;
	background: #FFF url(../images/common/quoteStart.png) top left no-repeat;
}
.calloutBox .quoteWrapper .quoteContent
{
	position: relative;
	background: transparent url(../images/common/quoteEnd.png) bottom right no-repeat;
}
.calloutBox .quoteWrapper .quoteContent p
{
	margin: 0; padding: 10px 32px;
	font-style: italic; font-weight: bold;
	line-height: 1.5em;
	color: #999999;
}
.calloutBox .quoteWrapper .quoteContent .quoteSubset
{
	position: absolute;
	margin-top: 0px;
	font-size: 10px;
}
.calloutBox .quoteWrapper .quoteContent .quoteSubset span
{
	display: block;
}
.contentFooter
{
	position: relative;
	display: block;
	clear: both;
}
	
#siteFooter
{
	position: relative;
	margin: 0; padding: 0;
	width: 100%;
	bottom: 0;
	background: #0066a4; color: #cfd6d9;
	font-size: 9px;
	text-align: right;
}
#siteFooter cite
{
	display: block;
	padding: 3px 78px 3px 0;
	font-style: normal;
}

.adaContent
{
	visibility: hidden;
}

/**
* page specific
**/
#homePage .pageContentMain
{
	padding-top: 0;
	border: none;
}
#homePage .pageContentMain *
{
	padding-left: 25px;
}
#home_iconBar
{
	position: relative;
	margin: -15px 0 45px 0;
	height: 130px;
	overflow: hidden;
	background: url(../images/home/topIcons.png) top left no-repeat;
}
#home_iconBar p
{
	position: relative;
	margin: 0; padding: 0;
	float: left;
	width: 30%; height: 130px;
}
#home_iconBar p a
{
	position: absolute; display: block;
	top: 0px; left: 0px;
	width: 100%; height: 130px;
	text-decoration: none;
}
/**
*	Colors
**/
.about #siteHeader .filigree,
.about #siteFooter{background: #c41230;}
.about #pageContent h2{color: #c41230;}

.what #siteHeader .filigree,
.what #siteFooter{background: #e99619;}
.what #pageContent h2{color: #e99619;}

.work #siteHeader .filigree,
.work #siteFooter{background: #5d9732;}
.work #pageContent h2{color: #5d9732;}

.contact #siteHeader .filigree,
.contact #siteFooter{background: #c2a303;}
.contact #pageContent h2{color: #c2a303;}

.news #siteHeader .filigree,
.news #siteFooter{background: #739dd3;}
.news #pageContent h2{color: #739dd3;}

/** About Section **/
#aboutPage .pageWrapper{background-image: url(../images/about/bios/casey.png);}
#aboutPage .calloutBox,
#historyPage .calloutBox,
#teamPage .calloutBox,
#careersPage .calloutBox
{background-image: url(../images/about/calloutBG.png);}
#historyPage .pageWrapper{background-image: url(../images/about/bios/jonathan.png);}
#teamPage .pageWrapper{background-image: none;}

/** What We Do Section **/
#whatPage .pageWrapper{background-image: url(../images/about/bios/luke.png);}
#whatPage .calloutBox,
#servicesPage .calloutBox,
#approachPage .calloutBox,
#technologyPage .calloutBox
{background-image: url(../images/what/calloutBG.png);}
#technologyPage .pageWrapper{background-image: url(../images/about/bios/hisaka.png);}
#approachPage .phase {height: 300px; min-height: 300px; margin-top: 20px;}

/** Our Work Section **/
#workPage .pageWrapper{background-image: url(../images/about/bios/jeff.png);}
#workPage .calloutBox,
#casePage .calloutBox,
#testimonialsPage .calloutBox
{background-image: url(../images/work/calloutBG.png);}
#workPage .caseStudy {height: 300px; min-height: 300px; margin-top: 20px; float: left;}
#workPage .caseStudy a {background: transparent url(../images/common/external.png) no-repeat scroll right center; padding: 0 13px 0 0;}

/** Contact Section **/
#contactPage .pageWrapper{background-image: url(../images/about/bios/brook.png);}
#contactPage .calloutBox{padding-top: 30px;}
#emailWrapper{text-align: center;}
#emailWrapper form
{
	margin: 10px auto 0 auto; padding: 5px;
	width: 400px;
	background: #FFF;
	text-align: left;
}
#emailWrapper form .text
{
	position: relative; float: left; clear: right;
	margin-bottom: 3px; padding: 2px;
	width: 68%;
}
#emailWrapper form .checkbox
{
	float: none;
	width: auto;
}
#emailWrapper form label
{
	position: relative; float: left;
	margin-right: 1%; padding: 0;
	width: 29%;
	line-height: 1.8em; text-align: right;
}
#emailWrapper form textarea
{
	clear: both;
	margin-bottom: 3px; padding: 2px;
	width: 98%; height: 10em;
}
#emailWrapper form .actionBar
{
	margin-right: 1%;
	text-align: right;
}
#emailWrapper form .actionBar input
{
	padding: 2px 10px;
}

/** News Section **/
#newsPage .pageWrapper{background-image: url(../images/about/bios/gary.png);}
#newsPage .calloutBox{padding-top: 30px;}

/** Team Pages **/
#teamPage_nate .pageWrapper{background-image: url(../images/about/bios/nate.png);}
#teamPage_tom .pageWrapper{background-image: url(../images/about/bios/tom.png);}
#teamPage_jonathan .pageWrapper{background-image: url(../images/about/bios/jonathan.png);}
#teamPage_jeff .pageWrapper{background-image: url(../images/about/bios/jeff.png);}
#teamPage_casey .pageWrapper{background-image: url(../images/about/bios/casey.png);}
#teamPage_gary .pageWrapper{background-image: url(../images/about/bios/gary.png);}
#teamPage_luke .pageWrapper{background-image: url(../images/about/bios/luke.png);}
#teamPage_bruce .pageWrapper{background-image: url(../images/about/bios/bruce.png);}
#teamPage_brook .pageWrapper{background-image: url(../images/about/bios/brook.png);}
#teamPage_dave .pageWrapper{background-image: url(../images/about/bios/dave.png);}
#teamPage_brandon .pageWrapper{background-image: url(../images/about/bios/brandon.png);}
#teamPage_hisaka .pageWrapper{background-image: url(../images/about/bios/hisaka.png);}