/* LAYERS */

#container {
	width: 821px;
	padding: 10px;
	background-color: #FFFFFF;
}

#content {
	width: 820px;
	background-color: #F1F1F1;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 12px;
	overflow: hidden;
}

#detailsBox {
	width: 270px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	background-color: #F1F1F1;
	margin-top: 20px;
}

#detailsImages {
	width: 100%;
	margin: -4px 0px 10px 0px;
	padding: 0px;
	float: left;
}

#detailsLeftCol {
	width: 550px;
	padding-top: 14px;
	border-right: 270px solid #F1F1F1;
	margin-right: -270px;
	float:left;
}

#footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	margin: 15px 30px 30px 30px;
	padding-bottom: 30px;
	clear: both;
}

#homeBoxen {
	padding-top: 25px;
	clear: both;
}

#homeBoxPrinciples {
	width: 263px;
	height: 268px;
	color: #000000;
	background-image: url(images/homebox_principles.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 17px;
	margin-bottom: 17px;
}

#homeBoxProjects {
	width: 263px;
	height: 268px;
	color: #000000;
	background-image: url(images/homebox_projects.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 17px;

}

#homeBoxServices {
	width: 261px;
	height: 268px;
	color: #000000;
	background-image: url(images/homebox_services.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 17px;
	margin-bottom: 17px;
}

#homeCTA {
	width: 820px;
	height: 59px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/homesquiggle_bottom.gif);
	background-repeat: no-repeat;
	margin-top: -12px;
}

#nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#newsBox {
	width: 270px;
	padding-top: 40px;
}

#servicesTable {
	width: 780px;
	margin-left: 25px;
}

/* offscreen layer for 'skip navigation' link */
#skipNav {
	top: -9999px;
	left: 0px;
	width: 1px; 
	height: 1px;
	overflow: hidden;
	visibility: none;
	position: absolute;
}

#subpageHeader {
	width: 820px;
	margin: 25px 0px;
	float: left;
	clear: both;
}

#subpageHeaderBox {
	width: 190px;
	height: 190px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	margin-right: 10px;
	padding: 0px;
	float: left;
}

#subpageHeaderQuote {
	width: 600px;
}

#subpageHeaderQuoteFull {
	width: 820px;
}

#subpageHeaderQuote, #subpageHeaderQuoteFull {
	height: 188px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 33px;
	line-height: 38px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	float: right;
}	

#toolbar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #565656;
	text-align: right;
	padding: 0px 6px 20px 0px;
}


/* TAG REDEFINITIONS & CUSTOM CLASSES */

a, a:link, a:visited {
	color: #565656;
	text-decoration: underline;
}

a:hover, a:active {
	color: #F47B22;
	text-decoration: underline;
}

.black {
	color: #000000;
}

.blue {
	color: #99ACD2;
}

body {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 26px;
	color: #565656;
	margin: 30px 10%;
	background-color: #EFEFEF;
	background-image: url(images/bg_dots.gif);
	background-repeat: repeat;
}

.boxPrinciples {
	background-image: url(images/box_principles.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.boxProjects {
	background-image: url(images/box_projects.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.boxServices {
	background-image: url(images/box_services.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.captionServices {
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
}

#content ul {
	list-style-type: none;
	margin: 15px 25px;
	padding: 0px;
}

#content #servicesTable ul {
	margin: 0px;
	padding: 0px;
}

#content ul li, #content #detailsBox ul li {
	background-image: url(images/bullet_blue.gif);
	background-repeat: no-repeat;
}

#content ul li {
	background-position: left 0.7em;
	padding-left: 12px;
	padding-bottom: 4px;
}

#content ul.homeBullet {
	margin: 24px 15px 15px 24px;
}

#content ul.homeBullet li {
	background-position: left 0.7em;
	padding-left: 20px;
	padding-bottom: 4px;
}

#content #detailsBox ul {
	margin-left: 2px;
	padding-left: 0px;
}

#content #detailsBox ul li {
	background-position: left 0.4em;
	padding-bottom: 4px;
}

#detailsBox h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #CDCB1F;
	border-bottom: 1px dashed #565656;
	margin: 0px 10px 6px 0px;
	padding: 0px 0px 4px 0px;
}

#detailsBox table {
	background-color: #FFFFFF;
}

.detailsImageMargin {
	margin-right: 14px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.footerText {
	width: 400px;
}

.footerTextRight {
	width: 300px;
	text-align: right;
	padding-right: 20px;
}

.gray {
	color: #565656;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	padding: 20px 25px 0px 25px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	padding: 0px 25px;
	margin-bottom: -8px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 25px;
	margin-bottom: -16px;
}

#homeBoxen a, #homeBoxen a:link, #homeBoxen a:visited, #newsBox a, #newsBox a:link, #newsBox a:visited, #subpageHeaderBox a, #subpageHeaderBox a:link, #subpageHeaderBox a:visited {
	color: #000000;
	text-decoration: none;
}

#homeBoxen a:hover, #homeBoxen a:active, #newsBox a:hover, #newsBox a:active, #subpageHeaderBox a:active, #subpageHeaderBox a:hover {
	color: #000000;
	text-decoration: underline;
}

.homeBoxTextPadding {
	padding-top: 120px;
}

#homeBoxPrinciples p, #homeBoxProjects p, #homeBoxServices p, #subpageHeaderBox p {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 6px;
}

#homeBoxPrinciples p, #homeBoxProjects p, #homeBoxServices p {
	margin: 2px 15px 0px 15px;
}

#homeCTA a, #homeCTA a:link, #homeCTA a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#homeCTA a:hover, #homeCTA a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#homeCTA p {
	padding-top: 25px;
}

.imageBorder {
	border: 1px solid #565656;
}

.clients {
	line-height: 18px;
	padding-bottom: 4px;
}

#nav ul {
    margin: 0px;
    padding: 0px;
    list-style:none;
}

#nav li {
    margin: 8px 8px 5px 20px;
	float: left;
}

#nav li a, #nav li a:link, #nav li a:visited {
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	text-decoration: underline;
}

#nav li.activeAbout {
	color: #000000;
	border-bottom: 2px solid #99ACD2;
}

#nav li.activePrinciples {
	color: #000000;
	border-bottom: 2px solid #F47B22;
}

#nav li.activeProjects {
	color: #000000;
	border-bottom: 2px solid #DEDA04;
}

#nav li.activeServices {
	color: #000000;
	border-bottom: 2px solid #99ACD2;
}

#newsBox .newsThumb {
	font-weight: bold;
	line-height: 14px;
/*	padding: 15px 0px 0px 0px; */
}

#newsBox table {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: left; /* BECAUSE IE7 IS DUMB AS A BOX OF ROCKS */
	font-size: 9px;
	line-height: 8px;
	background-color: #FFFFFF;
}

.newsBoxHead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 4px 0px;
	margin-bottom: 4px;
}

.orange {
	color: #F47B22;
}

p {
	padding: 0px 25px 4px 25px;
}

.paddingRight8 {
	padding-right: 8px;
}

.photoMargin {
	margin: 0px 22px 12px 0px;
}

.ruleDottedBottom {
	border-bottom: 1px dotted #000000;
}

.small {
	font-size: 10px;
}

.squiggleAbout {
	background-image: url(images/squiggle_about.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.squiggleClients {
	background-image: url(images/squiggle_clients.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.squiggleHome {
	background-image: url(images/homesquiggle_top.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.squiggleNone {
	background-image: url(images/squiggle_none.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.squigglePrinciples {
	background-image: url(images/squiggle_principles.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sansSerif {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

#servicesTable h2, #servicesTable h3 {
	margin-bottom: 0px;
	padding-left: 0px;
}

#servicesTable h3 {
	margin-top: 4px;
}

#servicesTable p {
	margin: 0px;
	padding: 0px 20px 4px 0px;
}

.servicesTablePadding {
	padding: 4px 0px;
}

.servicesTablePaddingRight {
	padding: 40px 0px 4px 0px;
}

#subpageHeaderBox p {
	margin: 30px 15px 15px 15px;
}

#subpageHeaderBox ul {
    margin: 0px 0px 0px 24px;
    padding: 0px;
    list-style:none;
}

#subpageHeaderBox ul li {
	color: #000000;
	padding: 0px 10px 4px 0px;
}

#subpageHeaderBox ul li a, #subpageHeaderBox ul li a:link, #subpageHeaderBox ul li a:visited {
	color: #000000;
	text-decoration: none;
	padding-left: 15px;
}

#subpageHeaderBox ul li a:hover, #subpageHeaderBox ul li a:active, #subpageHeaderBox #active {
	background-image: url(images/bullet_arrow.png);
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#subpageHeaderQuote p {
	margin: 0px;
	padding: 20px 4px 0px 0px;
}

#subpageHeaderQuote ul {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

#subpageHeaderQuote li {
	list-style-type: none;
	padding-bottom: 16px;
}

#subpageHeaderQuoteFull p {
	margin: 0px;
	padding: 20px 45px 0px 45px;
}

#toolbar a, #toolbar a:link, #toolbar a:visited {
	text-decoration: none;
}

#toolbar a:hover, #toolbar a:active {
	text-decoration: underline;
}

.yellow {
	color: #DEDA04;
}


/* TWEET BOX CLASSES */

#newsBox .tweet ul.tweet_list
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

#newsBox .tweet_join {
	font-size: 10px;
	font-style: italic;
}

.query .tweet_list {
    -webkit-border-radius: .5em;
/*    list-style-type: none; */
/*    margin: 0;
    padding: 0; */
    background-color: #8ADEE2; 
}

#newsBox ul.tweet_list {
	margin: 2px 8px 2px 0px;
}

#newsBox ul.tweet_list li {
    overflow: auto;
/*	padding: 0px 4px 10px 0px;*/
	padding: 0px 4px 10px 12px;
	background-image: url(images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left 1.1em;
}

#newsBox .tweet_list li a, #newsBox .tweet_list li a:link, #newsBox .tweet_list li a:visited {
	text-decoration: underline;
}

#newsBox .tweet_list li a:hover, #newsBox .tweet_list li a:active, #newsBox li a .tweet_join, #newsBox li a.tweet_join:link, #newsBox li a.tweet_join:visited {
	text-decoration: none;
}

.query .tweet_list .tweet_even {
}

.query a.tweet_list a.tweet_avatar {
 /*     float: left;  */
}

.query .tweet_list .tweet_avatar img, .tweet img {
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	float: left;	
/*    padding-right: 5px; */
/*	margin-right: 5px; */
}
