body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	padding:0;
	margin:0;
	font-size:10pt;
	color:#fff;
	background:#16181c;
}
p {
	padding:0;
	margin:0 0 15px 0;
	line-height:13pt;
}
#innerrightcol p {
	line-height:15pt;
}
h1 {
	color:#1b83cc;
	margin:0 0 9px 0;
	font-size:16.5pt;
	font-weight:normal;
}
h2 {
	color:#d1b984;
	font-size:13pt;
	font-weight:normal;
	padding:0;
	margin:0 0 15px 0;
}
h3 {
	color:#1b83cc;
	font-size:12.5pt;
	font-weight:normal;
	padding:0;
	margin:0 0 2px 0;
}
h4 {
	color:#d1b984;
	font-size:12pt;
	font-weight:normal;
	padding:0;
	margin:0 0 2px 0;
}
h5 {
	color:#1b83cc;
	font-size:11pt;
	font-weight:normal;
	padding:0;
	margin:0 0 2px 0;
}
a:link,
a:visited {
	color:#ff3702;    
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
a img {
	border:none;
	background:none;
}
img.photo {
	padding:4px;
	background: #000;
	border:1px solid #4d545f;
}
#maincontent a, #accentcontent a { /* setting links in main areas to have red arrow */
	background: url('images/layout/redarrow.gif') no-repeat center left;
	padding:0 0 0 12px;
}
.nospace {
	padding:0;
	margin:0;
}
.bottomspace {
	padding-bottom:25px;
}
.blue {
	color:#1b83cc;
}
.authors {
	font-style:italic;
	color:#CCCCCC;
}
.center {
        text-align:center;
}
/* ================ LAYOUT STYLES ========= */
#pagewrapper, #headerwrapper, #maincontentwrapper, #accentwrapper, #footerwrapper { /*sets all wrappers to 100% and no margins */
	width:100%;
	clear:both;
	padding:0;
	margin:0;
}
#pagewrapper {background: #202328;}
#headerwrapper { /* setting specific styles for each respective wrapper */
	background: url('images/layout/headerbg.gif') repeat-x;
	height: 128px;
}
#maincontentwrapper {
	background: #202328 url('images/layout/maincontentbg.gif') repeat-x;
}
#accentwrapper {
	background: #1f2939 url('images/layout/accentstripbg.gif') repeat-x;
	border-top: 1px solid #4d545f;
	overflow:hidden; /* these 2 lines added to allow this area to scale vertically in all browsers regardless of the floated elements */
	_height:1%;
}
#footerwrapper {
	background: #16181c url('images/layout/footerbg.gif') repeat-x;
	border-top: 1px solid #4d545f;
	height: 69px;
}
#headercontent, #maincontent, #accentcontent, #footercontent { /*setting all content areas to fixed width*/
	width:736px;
	margin:0 auto;
}
#headercontent {
	position:relative;
}
/* ============== HEADER SPECIFIC STYLES ======= */
#headercontent .bblogoprint {
	display:none;
}
#headercontent .bblogo {
	margin-top:5px;
}
ul#globalnav {
	list-style:none;
	margin:0 15px 0 0;
	padding:0;
	float:right;
}
#globalnav li {
	float:left;
}
#globalnav li a:link,
#globalnav li a:visited {
	color:#fff;
	display:block;
	text-decoration:none;
	font-size:12px; /* using px so it won't resize with browser text settings and blow the layout */
	border-top: 5px solid #202328;
	padding:5px 10px;
}
#globalnav li a:hover {
	color:#d1b984;
	padding-top:2px;
	border-top:14px solid #4d545f;
}
#globalnav li a:link.active,
#globalnav li a:visited.active{ 
	color: #d1b984;
	padding-top:2px;
	border-top:14px solid #1b83cc; 
}
#demoreelbut a {
	font-size:8pt;
	color:#ead7ae;
	text-align:right;	
	height:24px;
	position:absolute;
	top:75px;
	right:0;
	line-height:9pt;	
	padding:0 75px 0 0;
	background:url('images/layout/demoarrows.gif') no-repeat right;
}
#demoreelbut a:hover {
	color:#fff;
	text-decoration:none;
}
#comingsoon {
	position:absolute;
	top:75px;
	right:10px;
}
/* ============== MAIN CONTENT SPECIFIC STYLES ======= */
#maincontent { /*setting margin on bottom of content for spacing*/
	background-color: #202328;
}
#branding { 
	margin-bottom:19px;
}
#homequote { /* home page quote area below branding */
	margin-bottom:16px;
}
#homequote img {
	margin-right:10px;
	padding-top:3px;
}
span.homeqoutetext { /*text in home page quote area */
	color:#d1b984;
	font-size:12pt;
	line-height:14pt;
}
span.homeqoutetext strong {
	font-weight:normal;
	color:#fff;
}
/* ============== ACCENT STRIP CONTENT SPECIFIC STYLES ======= */
#accentcontent {
	padding:15px 0 25px 0;
}
#accentleftarea {
	width:408px;
	margin:0 55px 15px 0;
	float:left;
}
#accentleftarea img {
	float:left;
	margin-right:15px;
}
#accentleftarea h2{
	font-size:12pt;
}
#accentrightarea {
	width:273px;
	float:right;
}
ul.circlecheck {
	margin:0;
	padding:0;
	list-style:none;
}
ul.circlecheck li {
	background:url('images/layout/roundcheckbox.gif') no-repeat 0 2px;
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	font-size:10pt;
}

/* ============== INNER PAGES SPECIFIC STYLES ================*/
#innerleftcol {
	background: url('images/layout/leftnavbg.gif') repeat-x top left;
	width:162px;
	padding:14px;
	float:left;
	min-height:206px;
	height:206px;
}
#innerrightcol {
	width:521px;
	padding-left:15px;
	padding-bottom:30px;
	float:right;
}
ul.left {
	float: left;
	width: 250px; 
	margin:0;
	padding: 15px 0 40px 0;
	list-style-type: none;
}
ul.right {
	float: right;
	width: 250px; 
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
}

#innerrightcol li {
	background: url('images/layout/smallbullet.gif') no-repeat 0 6px;
	padding:0 0 0 12px;
	font-size:10pt;
	color:#5aace6;
}
/* ============== LEFT NAVIGATION STYLES =====================*/
ul#leftnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#leftnav li {
	border-bottom:1px solid #4d545f;
	margin:0;	
}
ul#leftnav li a:link,
ul#leftnav li a:visited {
	color:#fff;
	width:157px;
	padding:5px 0 5px 5px;
	background-image:none;
	display:block;
}
ul#leftnav li a:hover,
ul#leftnav li a:link.active,
ul#leftnav li a:visited.active {
	color:#ff3702;
	padding:5px 0 5px 5px;
	background-color:#1f2938;
	text-decoration:none;
}
/* ============ CONTENT SPECIFIC STYLES =================== */
#contact_left {
	float:left;
	margin-left:-4px; /*compensates for icon widths and aligns with rest of page left */
}
#contact_left p {
	margin:5px 0 15px 22px;
	line-height:14pt;
}
#contact_left p a {}
#phone_icon {
	background: url('images/inner/phoneicon.gif') no-repeat center left;
	padding:0 0 0 22px;
}
#address_icon {
	background: url('images/inner/addressicon.gif') no-repeat center left;
	padding:0 0 0 22px;
}
#email_icon {
	background: url('images/inner/emailicon.gif') no-repeat center left;
	padding:0 0 0 22px;
}
#comment_icon {
	background: url('images/inner/commenticon.gif') no-repeat center left;
	padding:0 0 0 22px;
}
#contact_right {
	float:right;
	width:380px;
	margin:0;
	padding:0;
}
#contact_right form {
	margin:0;
	padding:5px 0 0 0;
    margin-left:20px; 
}
#contact_right .textbox,
#contact_right textarea {
	background:#11161d;
	color:#fff;	
	margin:5px 0 10px 0;
	border:1px solid #4d545f;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:10pt;
}
#contact_right .textbox {
	width:354px;
	padding:3px;
	height:20px;
	float:left;
}
#contact_right textarea {
	width:350px;
	height:120px;
	padding:5px;
}
#contact_right input.submit { /* submit button */
	float:right;
	margin-bottom:10px;
}
/* =========== PROJECT SPOTLIGHT STYLES ============ */
.spotlightlistbox {
	border-bottom:1px solid #4d545f;
	margin-bottom:5px;
}
.spotlightboxcontent {}
.spotlightlistbox img {
	float:left;
	margin:0 15px 5px 0;
}
/* ============ CLIENT TESTIMONIAL STYLES ============== */
.quotetext{
	background-color: #11161d;
	width: 500px;
	padding: 10px 10px 0 10px;
	font-style:italic;
	border:1px solid #4d545f;
}
.quoteauthor{
	background: url('images/inner/quotearrow.gif') 20px 0 no-repeat; 
	padding-left: 58px;
	padding-top: 3px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #8da9bd;
}
/* ============ VIDEO PAGES SPECIFIC STYLES ============== */
.vidlistingbox {
	background:#11161d;	
	padding:10px 0 0 10px;
	border:1px solid #4d545f;
	width:100%;
	clear:both;
	_height:1%;
	overflow:hidden;
	margin-bottom:10px;
}
#maincontent .vidthumb a { 
	background:none;
	border:1px solid #ff3702;
	padding:0;
	float:left;
}
.vidthumb {
	width:100px;
	padding-right:15px;
	float:right;
}
.vidthumbinfo {
	width:600px;	
	padding-right:10px;
}
#videolarge {
	text-align:center;
	margin-bottom:10px;
}
.viddetbox {
	background:#11161d;	
	padding:10px;
	margin:0 auto;
	border:1px solid #4d545f;
	width:500px;
	clear:both;
	_height:1%;
	overflow:hidden;
	margin-bottom:10px;
}
.vidsubject {
	float:left;
	text-align:right;
	width:85px;
	color:#d1b984;
	font-weight:bold;
	padding:0 15px 0 0;
}
.viddesc {
	float:left;
	width:400px;
	padding-bottom:15px;
}
#flashcontent {
	margin:20px 0;
	text-align:center;
}
#maincontent a.prevnext {
	background-image:none;
}
/* ============ FOOTER SPECIFIC STYLES ==================== */
#footercontent {
	padding:10px 5px 0 0;
	font-size:8pt;
}
#footercontent p {
	margin-bottom:5px;
}
#footerleft {
	float:left;
}
#footerright {
	float:right;
	text-align:right;
}
ul#validatelinks {
	padding:0;
	margin:0;
	list-style:none;
}
ul#validatelinks li {
	display:inline;
	padding-right:20px;
}
ul#validatelinks li a {
	color:#748091;
	padding:0 0 0 10px;
	background:url('images/layout/validcheck.gif') no-repeat left;
}
ul#validatelinks li a:hover {
	color:#fff;
}
span.footerblue {
	font-weight:bold;
	color:#1b83cc;
}

/* studio page */
#inner-small-col {
	float:left;
	width:310px;
}
#inner-photo-col {
	float:right;
	width:190px;
	text-align:center;
}
#inner-photo-col a {
	background:none;
}
#inner-photo-col a img {
	border:1px solid #4d545f;
	margin-bottom:10px;
}
#inner-photo-col a:hover img {
    border:1px solid #fff;
}