@charset "utf-8";
/* CSS Document */

/*** RESET ***/
* { margin: 0; padding: 0; font-weight: normal; }
img { border: none; }
a, a:visited { color: #265786; }
a:hover { text-decoration:none; }

/*** CLEARS AND FLOATERS ***/
.right {float: right;}
.left {float: left;}
.clear {clear: both; width: 0; height: 0;}
.clear-left {clear: left; width: 0; height: 0;}
.clear-righte {clear: right; width: 0; height: 0;}

/*** STYLES ***/
body {
	background-color: #F6F9FB;
}

#site-container {
	background-color: #FFFFFF;
	padding-top: 10px;
	text-decoration: none;
}

#page-container {
	width: 794px;
	margin: 15px auto;
}

#header {
	height: 70px;
}

#header ul#nav {

}

#header  ul#nav li {
	display: inline-block;
	float: right;
	list-style: none;
	margin-left: 10px;
	padding-top: 28px;
	margin-right: 5px;
}

#header ul#nav li a,
#header ul#nav li a:visited {
	display: block;
	padding-top:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #265786;
	text-decoration: none;
}
#header ul#nav li a:hover {
	color: #FF9700;
	background: url(../images/nav-id-bg.gif) no-repeat top center;
}

#page-divider {
	height: 47px;
	width: 794px;
	background: url(../images/top-blue-bar.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#grey-page-divider {
	height: 7px;
	width: 794px;
	background: url(../images/top-grey-bar.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#content {
	margin-top: 10px;
	margin-bottom: 35px;
	padding: 13px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	/*font-weight: bold;*/
	color: #FF9700;
	margin-bottom: 10px;
}

#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	margin-top: 15px;
	margin-bottom: 5px;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 13px;
	line-height:16px;
	margin-top: 7px;
	max-width: 510px;
}

#content ul#client-list {
	margin-top: 20px;
}

#content ul#client-list li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}

#content ul#client-list li a.id {
	color: #006699;
	text-decoration: underline;
}

#content ul#client-list li {
	margin-top: 2px;
	list-style: none;
}

#content p.blue-copy {
	color: #336699;
	font-size: 11px;
	line-height:13px;
}

#social-bookmarks {
	width: 794px;
	margin: -30px auto 0 auto;
	clear: both;
	display: block;
	padding-top:10px;
}

#social-bookmarks p a img{
	margin-right:5px;
}

#social-bookmarks p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9700;
}

#footer {
	margin-top: 20px;
	clear: both;
	height: 151px;
	background: url(../images/page-bot-bg.gif) repeat-x;
	padding-top: 20px;
}

#footer,
#footer a,
#footer a:hover,
#footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #193E84;
}

#footer a {
	text-decoration:underline;
}

#footer #footer-content {
	width: 794px;
	margin: 0 auto;
}

#footer #footer-content p.legality {
	display: block;
	float: left;
	width: 425px;
}

#footer #footer-content ul.bot-nav {
	display: block;
	float: right;
	width: 369px;
}

#footer #footer-content ul.bot-nav li {
	display: block;
	float: right;
	margin-left: 4px;
	list-style: none;
}

#sub-nav {
 width: 300px;
}

#sub-nav ul {
	width: 180px;
	display: block;
	margin-left: 5px;
	margin-right: 15px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 7px;
	min-width: 350px;
	background-color: #F3F3F3;
}

#sub-nav ul li a,
#sub-nav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

#sub-nav ul li {
	display: inline;
	margin-right: 10px;
}

#sub-nav ul li.id {
	color: #FF9700;
}

/** Portfolio Styles **/
#portfolio {
	display: block;
	float: right;
	background: url(../images/portfolio-bg.gif) no-repeat;
	width: 480px;
	height: 424px;
	margin-top: -78px;
	margin-left: 40px;
	padding: 15px;
}

#portfolio p {
	font-size: 13px;
	color: #666666;
	line-height: 1.1em;
	text-align: center;
	margin-bottom: 3px;
}

#portfolio .work {
	width: 472px;
	height: 359px;
	margin-bottom: 10px;
}

.categories{
	padding-bottom:20px;
}

.categories div{
	float:right;
	margin-right:25px;
}
.categories div a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}
#content ul#client-list li a#currentclient {
	font-weight: bold;
}

/** Case Studies Styles **/
#case-studies {
	display: block;
	float: right;
	background: url(../images/portfolio-bg.gif) no-repeat;
	width: 480px;
	height: 424px;
	margin-top: -78px;
	margin-left: 40px;
	padding: 15px;
	z-index: 1000;
}

#case-studies #scroll-box {
	overflow: scroll;
	height: 395px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
}

#case-studies p {
	font-size: 13px;
	color: #666666;
	line-height: 16px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 15px;
}

#case-studies ol{
	margin-left:30px;
}

#case-studies li {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 16px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 15px;
}

#case-studies h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	font-weight: bold;
}

#case-studies .work {
	width: 472px;
	height: 359px;
	margin-bottom: 10px;
}

#content ul#client-list li a#currentclient {
	font-weight: bold;
}

/** Contact Styles **/
#fl-office-contact-box,
#la-office-contact-box {
	display: block;
	float: left;
	height: 137px;
	margin-top: 15px;
	margin-bottom: 30px;
}

#fl-office-contact-box {
	width: 190px;
	background: url(../images/fl-office-contact-bg.gif) no-repeat;
}

#la-office-contact-box {
	width: 229px;
	background: url(../images/la-office-contact-bg.gif) no-repeat;
	margin-left: 15px;
}

#fl-office-contact-box h2,
#la-office-contact-box h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	margin: 7px 10px;
}

#fl-office-contact-box p,
#la-office-contact-box p {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

#fl-office-contact-box p.address-label,
#la-office-contact-box p.address-label {
	font-size: 11px;
	color: #FF9700;
	margin: 2px 8px;
}

#fl-office-contact-box p.address,
#la-office-contact-box p.address {
	margin: 2px 8px;
}

#fl-office-contact-box p.phone,
#la-office-contact-box p.phone {
	margin: 10px 8px;
}

/** Our Approach Styles **/
#approach-subnav {
	margin-top: 10px;
	clear:both;
}

#approach-subnav ul li,
#approach-subnav ul li a,
#approach-subnav ul li a:hover,
#approach-subnav ul li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #D0D7E5;
	text-decoration: none;
}
#approach-subnav ul li {
	display: block;
	margin-right: 5px;
	float: left;
	list-style: none;
	text-align: center;
}
#approach-subnav ul li a{
	display: block;
	height: 30px;
	width: 165px;
	margin-top: 13px;
	padding-left: 22px;
}

#approach-subnav ul li.overview {
	background: url(../images/apporach-tabs/overview-off-bg.gif) no-repeat bottom center;
	padding-left: 0px;
}
#approach-subnav ul li.overview a {
	width:212px;
	padding-left: 0px;
}
#approach-subnav ul li.identity {
	background: url(../images/apporach-tabs/identity-off-bg.gif) no-repeat bottom center;
}

#approach-subnav ul li.strategy {
	background: url(../images/apporach-tabs/strategy-off-bg.gif) no-repeat bottom center;
}

#approach-subnav ul li.execution {
	background: url(../images/apporach-tabs/execution-off-bg.gif) no-repeat bottom center;
}

/** About Styles **/
#about-sidebar,
#about-sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: right;
	width: 150px;
}

#about-sidebar h2 {
	color: #FF9700;
	margin-bottom: 10px;
	font-weight: bold;
}

#about-sidebar ul li {
	list-style: none;
	margin-bottom: 5px;
}

/** Client List Page Styles **/
#client-column {
	display: block;
	float: left;
	width: 245px;
	margin-right: 10px;
	margin-bottom: 30px;
}

#client-column a:link,
#client-column a:visited {
	padding-right: 18px;
	background: url(../images/client-link-bg.gif) right center no-repeat;
}
/*#client-column a:hover {
	background: url(../images/client-link-bg-on.gif) right center no-repeat;
}*/

/** Our Team Styles **/
img.team {
	border: #336699 1px solid;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 2px;
}
