

* { outline: none; }
input::-moz-focus-inner { border: 0; }
.clear { clear: both; }
a img { border: none; }
p { padding: 9px 0px; margin: 0px; }
hr { color: #c1c1c1; background-color: #c1c1c1; height: 1px; border: none; }
.hidden { display: none; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.floatleft { float: left; }
.floatright { float: right; }

.floatmeleft { float: left; width: 480px; }
.floatmeright { float: right; width: 480px; }

a { color: #26aaff; text-decoration: none; }
a:hover { text-decoration: underline; color: #ffcf73; }



#adminbar {
	padding: 50px 10px 5px 10px;
	background: #1973b0 url(../admin_images/adminbar.png) top repeat-x;
	border: 1px solid #004c80;
}
#adminbar form {
	padding: 0px;
	margin: 0px;
}
#editbutton {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/edit.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#editbutton:hover {
	background: url(../admin_images/edit.png) bottom;
}
#viewmediaform {
	display: block;
	float: right;
}
#viewmedia {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/viewmedia.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#viewmedia:hover {
	background: url(../admin_images/viewmedia.png) bottom;
}



h1, h2, h3, h4, h5 {
	display: block;
	margin: 0px;
	padding: 9px 0px;
	font-weight: bold;
	color: #b9e0f7;
	font-size: 24px;
	line-height: 28px;
}

h3, h4, h5 {
	font-size: 18px;
	line-height: 22px;
	color: #b9e0f7;
}

#logo {
	display: block;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 274px;
	height: 75px;
	background: url(../images/logo.png);
	text-indent: -3333px;
	overflow: hidden;
}
#logo a {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 274px;
	height: 75px;
}



html {
	min-height: 100%;
	height: auto;
	background: #000000;
}

body {
margin: 0px;
padding: 0px;

font-family: Helvetica, Helvetica Neue, Arial, Trebuchet MS, sans serif;
font-size: 14px;
line-height: 18px;
color: #ffffff;
}

#wrapper {
width: 1000px;
margin: 0px auto;
position: relative;
}

#banner_div {
position: relative;
height: 150px;
background: url(../images/bannerbg.png) bottom left no-repeat;
}

#blogcallout {
	position: absolute;
	top: 45px;
	left: 210px;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana, Arial, sans serif;
	width: 480px;
}
#blogimage {
	position: absolute;
	top: 47px;
	left: 202px;
}
#blogcallout p {
	padding: 0px;
	margin: 0px;
	width: 450px;
	position: absolute;
	left: 34px;
}
#blogcallout p.blogtitle {
	top: 0px;
}
#blogcallout p.bloglink {
	top: 14px;
}

#eventnav {
	position: absolute;
	bottom: 3px;
	left: 10px; 
	font-size: 28px;
	padding: 0px;	
}

#eventnav a {
	color: #ffffff;
	font-family: Helvetica, Helvetica Neue, Arial, sans serif;
	font-weight: bold;
	padding-right: 2px;
}
#eventnav a.largenav {
	font-size: 53px;
	line-height: 60px;
	padding-right: 4px;
}
#eventnav a.current {
	color: #ffcf73;
}
#eventnav a:hover {
	text-decoration: none;
	color: #000000;
}

#navbar_div {
padding: 9px 10px 9px 20px;
background: url(../images/navbg.png) top left;
position: absolute;
top: 150px;
right: 0px;
font-size: 17px;
font-weight: bold;
z-index: 999;
}

#navbar_div a {
text-decoration: none;
color: #ffffff;
}
#navbar_div a.current {
color: #ffcf73;
}
#navbar_div a:hover {
color: #ffcf73;
}

#content_div {
	background: #000000;
	position: relative;
}

#footer_div {
padding: 10px 0px 100px 0px;
background: url(../images/bottom_pattern.jpg) no-repeat;
color: #ffffff;
font-size: 10px;
text-transform: uppercase;
height: 335px;
}

#smallcontact {
font-size: 13px;
margin-left: 10px;
}

#smallcontact a {
color: #ffffff;
text-decoration: none;
}

#smallcontact a:hover {
color: #212121;
}

.social {
margin-left: 10px;
}

.submit_response {
text-align: center;
font-weight: bold;
margin-top: 10px;
}

#contact_form {
padding: 0px;
margin: 0px;
display: block;
}

#contact_info {
	float: right;
	position: relative;
	background: #ffffff;
	width: 448px;
	height: 106px;
	border-bottom: 1px solid #000000;
	color: #a7a7a7;
	font-size: 10px;
	line-height: 12px;
}
.contactpadding {
	padding: 9px 10px 0px 15px;
}
#contact_info p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 12px;
}

#contact_info label {
	width: 78px;
}
#contact_info .textinput {
	display: block;	
	float: left;
	width: 110px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	line-height: 12px;
	color: #737373;
	border: none;
	background: #e4e4e4;
	margin-bottom: 3px;
	margin-right: 5px;
}

#contact_info textarea {
	display: block;
	float: left;
	width: 280px; 
	height: 35px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #737373;
	line-height: 12px;
	border: none;
	background: #e4e4e4;
	font-family: Arial, sans serif;
}
.contacthead {
	font-family: Helvetica Black, Helvetica Neue Black, Arial Black, sans serif;
	font-size: 14px;
	color: #b83232;
}
#connectdiv {
	height: 106px;
	background: #b83232;
	width: 551px;
	margin-left: 1px;
	float: left;
	color: #ffffff;
	border-bottom: 1px solid #000000;
	font-weight: bold;
}
#connectdiv img {
	margin-bottom: -16px;
}
#contact_info p.firstp {
	padding-bottom: 4px;
}
.smalltext {
	font-size: 10px;
}


#homeshow {
	width: 1000px;
	height: 430px;
	overflow: hidden;
	position: relative;

}
#homeshow img {
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
}

#homeshowtab {
	width: 430px;
	height: 80px;
	background: url(../images/homeshowtab2.png) top right no-repeat;
	z-index: 999;
	position: absolute;
	bottom: 0px;
	left: 1px;
	color: #000000;
}
#homeshowtab p {
	position: absolute;
	text-align: right;
	padding: 0px;
	margin: 0px;
	left: 23px; 
	bottom: 28px;
	font-weight: bold;
	font-size: 18px;
}
#homeshowtab p a {
	text-decoration: none;
	color: #000000;
}
#homeshowtab p a:hover {
	text-decoration: none;
	color: #000000;
}
#homeshowtab .blue {
	color: #26aaff;
	font-size: 32px;
	line-height: 40px;
}

#homeshowcontent {
	position: absolute;
	left: 25px;
	width: 375px;
	top: 150px;
	line-height: 16px;
	font-size: 14px;
	z-index: 999;

}

	



#eventwrap {
	position: relative;
	min-height: 430px;
}
#eventwrap.large {
	background: url(../../pages/Home/images/large/largebg.jpg) bottom center no-repeat;
}
#eventwrap.medium {
	background: url(../../pages/Home/images/medium/mediumbg.jpg) bottom center no-repeat;
}
#eventwrap.small {
	background: url(../../pages/Home/images/small/smallbg.jpg) bottom center no-repeat;
}
#eventgallerywrap {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.eventtable {
	text-align: center;
	color: #000000;
	width: 241px;
	height: 75px;
	overflow: hidden;
}
.eventgallery {
	display: block;
	float: left;
	background: url(../images/eventgallerybg.png) top left no-repeat;
	width: 242px;
	height: 275px;
	cursor: pointer;
}



#lightboxshadow {
	display:none;
	background:#000000;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter:alpha(opacity=75);
	opacity:0.75;
	position:absolute;
	top:0px;
	left:0px;
	min-width:100%;
	z-index:1000;
	padding: 0px;
	margin: 0px;
}
.gallery {
	display: none;
	position: absolute;
	top:50px;
	left:50%;
	margin-left:-400px;
	width:800px;
	height: 623px;
	background: url(../images/gallerybg.png) top center no-repeat;
	z-index:1001;
	color: #000000;
}
.gallerywrap {
	position: relative;
	width: 800px;
	height: 623px;
}
.gallerysliderwrap {
	height: 400px;
	width: 720px;
	overflow: hidden;
	background: #c1c1c1;
	position: absolute;
	top: 94px;
	left: 40px;
	box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #999999;
}
.previousbtn {
	display: none;
	position: absolute;
	background: url(../images/previous.png);
	width: 62px;
	height: 67px;
	left: 5px;
	top: 255px;
	cursor: pointer;
	z-index:1002;
}
.nextbtn {
	position: absolute;
	background: url(../images/next.png);
	width: 55px;
	height: 63px;
	right: 12px;
	top: 255px;
	cursor: pointer;
	z-index:1002;
}

.closebtn {
	position: absolute;
	right: 25px;
	top: 5px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	color: #888888;
}
.closebtn:hover {
	text-decoration: none;
	color: #000000;
}
.number {
	position: absolute;
	width: 30px;
	color: #ffffff;
	top: 59px;
	right: 38px;
	text-align: center;
	font-size: 12px;
}
.gallerylogo {
	position: absolute;
	left: 40px;
	top: 10px;
	height: 80px;
}
.slidergallery {
	width: 720px;
	height: 400px;
	float: left;
	overflow: hidden;
}

.gallerytext {
	width: 720px;
	position: absolute;
	left: 40px;
	color: #ffffff;
	bottom: 10px;
	height: 100px;
	overflow: hidden;
	font-size: 12px;
	line-height: 14px;
}



#gallerypage {
	position: relative;
	min-height: 430px;
}

#gallerypage.Creative {
	background: url(../../pages/Creative/images/background.jpg) bottom center no-repeat;
}
#gallerypage.Design {
	background: url(../../pages/Design/images/background.jpg) bottom center no-repeat;
}
#gallerypage.Media {
	background: url(../../pages/Media/images/background.jpg) bottom center no-repeat;
}
#gallerypage.Staging {
	background: url(../../pages/Staging/images/background.jpg) bottom center no-repeat;
}
#gallerypage.Fabrication {
	background: url(../../pages/Fabrication/images/background.jpg) bottom center no-repeat;
}
#gallerypage.Printing {
	background: url(../../pages/Printing/images/background.jpg) bottom center no-repeat;
}

#gallerypage.About{
    background: url(../../pages/About/images/background.jpg) no-repeat;
}

#gallerypage.Employment{
    background: url(../../pages/Employment/images/background.jpg) no-repeat;
}

#gallerygallerywrap {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1000px;
	height: 190px;
	background: url(../images/gallerywrapbg.png);
}
.gallerytable {
	text-align: left;
	width: 250px;
	font-weight: bold;
	padding: 9px 0px 9px 25px;
}
.gallerygallery {
	display: block;
	float: left;
	width: 250px;
	height: 190px;
	cursor: pointer;
}

#gallerygallerywrap img {
	margin-left: 25px;
	margin-top: 25px;
}

#galleryshowcontent {
	position: absolute;
	left: 25px;
	width: 450px;
	top: 150px;
	line-height: 16px;
	font-size: 14px;
}

#galleryshowcontent_media {
	position: absolute;
	left: 25px;
	width: 300px;
	top: 200px;
	line-height: 16px;
	font-size: 14px;
}

.loadimage {
margin-left: 260px;
margin-top: 200px;
}

.blacktext {
	color: #000000;
}

#mediaembed {
position: absolute;
top: 60px;
right: 28px;

}



#aboutpadding {
	padding: 20px 20px;
}

.text_image_left {
	float: left;
	margin: 9px 18px 9px 0px;
}

.text_image_left img {
	border: 1px solid #222222;
}

.text_image_right {
	float: right;
	margin: 9px 0px 9px 18px;
}

.text_image_right img {
	border: 1px solid #222222;
}



#blogholder {
	position: relative;
	padding-right: 275px;
	min-height: 450px;
	padding-left: 0px;
}
#sidedivider {
	height: 1px;
	background: #222222;
	margin: 5px 10px;
}
#sidebar {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 220px;
	background: #333333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 0px;
}
#sidebar h4 {
	padding-left: 20px;
	color: #ffffff;
}
#sidebar .rssfeed a {
	color: #c1c1c1;
	display: block;
	padding: 0px 0px 0px 20px;
}
#sidebar .rssfeed a img {
	margin-bottom: -4px;
	margin-right: 4px;
}
#sidebar a {
	color: #c1c1c1;
	display: block;
	padding: 0px 0px 0px 30px;
}
#sidebar a:hover {
	color: #ffffff;
	text-decoration: none;
}

#commentform label {
	display: block;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

#commentform .textinput {
	background: #333333;
	color: #ffffff;
	border: 1px solid #444444;
	padding: 3px;
	width: 220px;
}

#commentform textarea {
	background: #333333;
	color: #ffffff;
	border: 1px solid #444444;
	padding: 3px;
	width: 300px;
	height: 75px;
}

.blogentry {
	padding: 10px;
	border: 1px solid #333333;
	margin: 20px 0px;
	background: #191919;
}
.firstentry {
	border-top: none;
	background: #191919;
	margin-top: 50px;
	padding: 10px;
	border: 1px solid #333333;
}
.readmore {
	text-align: right;
}

.date { color: #999999; font-style: italic; }

.comment1 {
	border: 1px solid #444444;
	background: #333333;
	margin: 5px 0px;
	padding: 10px 20px;
}

.comment2 {
	border: 1px solid #555555;
	background: #444444;
	margin: 5px 0px;
	padding: 10px 20px;
}

.hp_field {
    border: none;
    background: none;
    color: none;
    height: 0px;
    width: 0px; 
    }

#aboutright {
position: absolute;
width: 440px;
top: 180px;
right: 30px; 
}

#aboutleft {
position: absolute;
width: 440px;
top: 180px;
left: 30px;
}
    
h6 {
	color: #a7a7a7;
	font-weight: bold;
	display: block;
	float: left;
	width: 55px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 3px;
	 
}

#contactbtns {
width: 78px;
height: 40px;
position: absolute;
right: 10px;
bottom: 8px;
}

.homebtn {
background: url(../images/submit.png) no-repeat;
height: 19px;
width: 78px;
text-indent: -3333px;
overflow: hidden;
border: 0px;
cursor: pointer;
display: block;
font-size: 0px;
line-height: 0px;
}


/* <![CDATA[ */

.SI-FILES-STYLIZED label.cabinet

{
	
	width: 78px;
	height: 19px; 
	background: url(../images/rfp.png);
	display: block;
	overflow: hidden;
	cursor: pointer;

}

.SI-FILES-STYLIZED label.cabinet input.file

{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);

}

/* ]]> */



    


