/* *************************************************** */
/* **************** MAIN PAGE LAYOUT ***************** */
/* *************************************************** */
html, body
{
	padding: 0;
	margin: 0;
	/*font-family: Trebuchet MS1, Helvetica, sans-serif; *//* Tahoma */
	font-family: Arial, Helvetica; /* Tahoma */
	height: 100%;
	font-size: 12px;
}
img {
	border: 0px none;
}
body
{
	background: white;
	color: black;
}
#page {
	width: 750px;
	padding-left: 30px;
	padding-top: 15px;
	padding-right: 20px;
	margin: 0 auto;
	padding-bottom: 15px;
}
a {
	color: #ff5a00;
	text-decoration: none;
}
/* *************************************************** */
/* ********************** Header ********************* */
/* *************************************************** */
#header {
	width: 750px;
	float: left;
	position: relative;
}
#header #nav {
	float: left;
	width: 750px;
}
#header #logo {
	float: left;
}
#header #droparrow {
	width: 148px;
	height: 48px;
	clear: left;
}
#header #dropdown div {
	position: absolute;
	top: 20px;
	left: 148px;
	background: #9900CC;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 16px;
	padding: 5px;
}
#header #dropdown div a {
	color: white;
	text-decoration: none;
}
#header #dropdown div a:hover {
	color: #f36631;
}
#header #dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#header #dropdown div a:hover {
	color: #CCCC00;
}
#header #heading {
	float: left;
	}
#home #heading img {
	margin-top: 105px;
	margin-bottom: 5px;
}
#whoweare #heading img {
	margin-top: 85px;
	margin-bottom: 5px;
}
#heading .bios {
		font-size: 12px;
		font-weight: bold;
		margin-left: 10px;
		width: 610px;
		float: left;
}
#whoweare #heading .bios img {
		margin-bottom: 40px;
		margin-left: 5px;
		margin-top: 0;
}
#whoweare #heading .bios .bio_links {
	 float: left;
	 width: 715px;
}
#whoweare #heading .bios ul {
		list-style: none;
		padding: 0;
		margin: 0;
		float: left;
}	
#whoweare #heading .bios li {
	   float: left;
	   clear: left;
}
#whoweare #heading .bios div {
		float: left;
		padding-bottom: 20px;
}	
#whoweare #heading .bios .teamcolumn_1 li {
	  width: 125px;
	  padding-left: 15px;
}
#whoweare #heading .bios .teamcolumn_2 li {
	  width: 175px;
}	
#whoweare #heading .bios .teamcolumn_3 li {
	  width: 125px;	
}
#whoweare #heading .bios .teamcolumn_4 li {
	  width: 175px;		
}
#heading .bios a {
		color: black;
		text-decoration: none;
}
#heading .bios a:hover, #heading .bios a.selected {
		color: #f36631;
}
#whatwedo #heading img {
	margin-top: 105px;
	margin-bottom: 5px;
}
#film #heading img {
		margin-top: 105px;
		margin-bottom: 5px;
}
#sbprclients #heading img {
	margin-top: 105px;
	margin-bottom: 15px;
}
#newspress #heading img {
	margin-top: 105px;
	margin-bottom: 15px;
}
#contact #heading img {
	margin-top: 105px;
}
#refersbpr #heading img {
	margin-top: 105px;
	margin-bottom: 15px;
}
/* *************************************************** */
/* ********************* Content ********************* */
/* *************************************************** */
#row {
	width: 750px;
	clear: left;
	float: left;
}
#left_column {
	float: left;
	color: #505050;
}
#content {
	float: left;
	font-size: 13px;
	color: #505050;
}
#content p {
	margin: 0;
	margin-top: 10px;
}
#home #page {
	padding-left: 30px;
	padding-right: 0px;
	width: 770px;
}
#home #left_column {
	width: 560px;
	font-size: 12px;
}
#home #left_column p {
	width: 535px;
}
#home #content {
	width: 195px;
	padding-top: 65px;
}
#whoweare #left_column {
	width: 150px;
}
#whoweare #content {
	width: 550px;
}
#whoweare #content p {
	font-size: 12px;
	width: 500px;
}
#whoweare .magcover {
	margin-right: 8px;
	float: left;
	margin-top: 10px;
}
#whatwedo #left_column, #film #left_column {
	width: 150px;
}
#whatwedo #content, #film #content {
	width: 600px;
}
#whatwedo #content p {
	font-size: 12px;
	width: 470px;
}
#film #content p {
		font-size: 12px;
		width: 550px;
	}
#whatwedo #content ul {
	font-size: 13px;
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
#whatwedo #content ul li {
	margin-top: 5px;
	padding-left: 20px;
	background: url('img/list.gif') no-repeat 0px 3px; 
	float: left;
	width: 230px;
	padding-right: 20px
}
#whatwedo #content ul li a {
	color: #505050;
}
#whatwedo #content ul li a:hover {
	color: #ff5a00;
}
#sbprclients #left_column, #refersbpr #left_column, #newspress #left_column {
	width: 150px;
}
#sbprclients #left_column img, #refersbpr #left_column img, #newspress #left_column img {
	margin-left: 70px;
}
#sbprclients #content, #refersbpr #content, #newspress #content {
	width: 530px;
}
#sbprclients #content p, #refersbpr #content p, #newspress #content p {
	font-weight: bold;
	font-size: 13px;
}
#sbprclients #content p.plain, #refersbpr #content p.plain, #newspress #content p.plain {
	font-size: 13px;
	font-weight: normal;
}
#sbprclients #content a, #refersbpr #content a, #newspress #content a {
	color: #f26631;
	text-decoration: none;
}
#sbprclients #content a:hover, #refersbpr #content a:hover, #newspress #content a:hover {
	text-decoration: underline;
}
#sbprclients #content .highlight, #refersbpr #content .highlight, #newspress #content .highlight {
	color: #f26631;
	font-size: 110%;
}
#sbprclients #content .highlight a, #refersbpr #content .highlight a, #newspress #content .highlight a {
	color: #f26631;
	font-size: 110%;
	text-decoration: none;
}
#sbprclients #content .highlight a:hover, #refersbpr #content .highlight a:hover, #newspress #content .highlight a:hover {
	text-decoration: underline;
}
#contact #left_column{
	width: 205px;
}
#contact #content {
	width: 545px;
}
#contact #content p {
	font-weight: bold;
}
.example {
	background: #dbdbdb;
	padding: 15px 7px 5px 15px;
	margin-top: 20px;
	width: 535px;
	float: left;
	clear: left;
	margin-left: 150px;
	_display: inline;
}
.example .img{
	float: left;
	margin-right: 10px;
}
.example .content{
	float: left;
	width: 300px;
}
.example .content .text{
	  min-height:185px;
	  height:auto !important;
	  height:185px;
}
.example p{
	margin: 0;
	margin-top: 5px;
	font-size: 11px;
}
.example p .buttons{
	margin: 0;
	padding: 0;
}
.example .title{
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}
.clear {
	clear: both;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
p.right {
	text-align: right;
}
.hide {
	display: none;
	visibility: hidden;
}
.show {
	visibility: visible;
	display: block;
}
