@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;
}

img
{
    border: none;
}

.siteWrapper
{
	position: relative;
	margin: 0 auto;
	width: 1025px;
	text-align: left;
	background: #FFF url(../images/common/weGetItWatermark.gif) bottom right no-repeat;
}
#pageWrapper
{
	position: relative;
	height: auto !important;
	height: 550px;
	min-height: 550px;
	background: url(../images/common/spacer.gif) bottom left no-repeat;
}

#pageWrapper a:hover
{
    font-weight: bold;
}

#pageWrapper a:link,
#pageWrapper a:visited
{
    text-decoration: 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 0px 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 ul
 {
 	padding-left: 2em;
 	padding-bottom: 2em;
 }

.pageContentMain li
{
	margin-left: 25px;
	padding: 5px 0 0 0;
}

.pageContentMain li li
{
	margin-left: 0px;
}

.pageContentMain a
{
	color: #0066A4;
}

.pageContentMain .quotebox
{
	padding-bottom: 2em;
}

.pageContentMain .quotebox blockquote
{
	padding-bottom: 0.3em;
	margin-left: 1.5em;
	font-style: bold;
	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: 0;
	width: 243px;
	background-color: #FFF;
}

.calloutBox .calloutImageWrapper
{
    background-position: top left;
    background-repeat: no-repeat;
    width: 243px;
    height: 196px;
}

.calloutBox .calloutImage
{
    width: 243px;
    height: 196px;
}

.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;
}

.quoteWrapper a
{
	color: #0066A4;
}

.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;
}

.screenshot {
	border: 1px solid #5D9732;
	-moz-box-shadow: 3px 3px 10px #888;
	-webkit-box-shadow: 3px 3px 10px #888;
	box-shadow: 3px 3px 10px #888;
	margin-top: 15px;
	margin-bottom:2px;
}
