/**********************  GENERAL SETTINGS *********************/
body {
	font: 10pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	margin:0;
	background: transparent url(images/bg.jpg) right bottom no-repeat;
	background-attachment: fixed;
}
form, p, h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
ul, ol {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border:0;
}
hr {
	display:none;
}
/*********************************************/

#container {
	background:url(images/bg_container.gif) no-repeat 0px 130px;
	padding-left:45px;
	padding-top:45px;
	width:935px;
}
div#logo {
	background:url(images/logo.gif) no-repeat;
	width:250px;
	height:70px;
}
div#logo h1 {
	display:none;
}
#rightBox {
	width:405px;
	float:right;
	position:relative;
	margin-top:25px;
}
#rightBox h3 {
	text-transform:uppercase;
	font-weight:lighter;
	font-size:9pt;
	color:#626564;
	position:absolute;
	background:url(images/bg_headingdash.gif) no-repeat;
	display:block;
	width:100%;
}
#digitalWorks {
	border-bottom:1px dashed #999;
	padding-bottom:12px;
	margin-bottom:50px;
}
.imageContainer {
	height:405px;
	height:160px;
	margin-bottom:1px;
}
.imageContainer ul li {
	float:left;
	position:relative;
}
div.iHover {
	width:395px;
	height:150px;
	border:5px solid #333;
	position:absolute;
}
div.iHover a {
	width:395px;
	height:150px;
	text-indent:-9999px;
	display:block;
}
.infoContainer ul li {
	background: transparent url(images/icon_info.gif) no-repeat 6px;
	font-size:0.9em;
	height:29px;
	position:relative;
	padding:11px 0 0 25px;
}
a.visitLink {
	background:url(images/icon_cursor.gif) no-repeat 10px;
	display:block;
	/*	border-left:1px solid #1b1f1e; */
	color:#39464a;
	text-decoration:none;
	right:0;
	top:0;
	position:absolute;
	width:32px;
	height:29px;
	padding:11px 0 0 25px;
}
a.viewLink {
	background:url(images/icon_view.gif) no-repeat 10px;
}
ul.workNav {
	position:absolute;
	left:-35px;
}
ul.workNav li {
	margin-bottom:8px;
}
ul.workNav li a {
	display:block;
	width:23px;
	height:16px;
	text-indent:-9999px;
	outline:none;
}
h3#digital {
	left:-115px;
	top:-5px;
	background-position:95px 5px;
}
h3#print {
	left:-50px;
	top:260px;
	background-position:31px 5px;
}
ul#dNav {
	top:163px;
} /* set vertical position for digital works prev and next nav */
ul#pNav {
	top:427px;
} /* set vertical position for print works prev and next nav */
ul.workNav li a.prev, ul.workNav li a.pprev {
	background:url(images/arrow_up_off.gif) no-repeat
}
ul.workNav li a.prev:hover, ul.workNav li a.pprev:hover {
	background:url(images/arrow_up_on.gif) no-repeat;
}
ul.workNav li a.next, ul.workNav li a.pnext {
	background:url(images/arrow_down_off.gif) no-repeat
}
ul.workNav li a.next:hover, ul.workNav li a.pnext:hover {
	background:url(images/arrow_down_on.gif) no-repeat
}
#rightBox h2 {
	display:none;
}
/***************** LEFTBOX AND ACCORDION CONTENT SETTINGS *************************/
#leftBox {
	padding-top:13px;
	width:400px;
	padding-left:10px;
	position:relative;
	height:478px;
}/** <<--- change height to min-height if you want your content to have unlimited heigth / which will enable the accordion content scroll more without conflicting with the footer **/
#leftBox h2 {
	margin:0 0 10px 0;
	cursor:pointer;
	width:350px;
	margin-left:-25px;
	color:#ccc;
	font-size:1pt;
	height:25px;
	outline:none;
}
#leftBox p:first-child {
	margin-top:0;
}
#leftBox p.intro {
	color:#333;
}
/**** This is where the accordion headers come from as graphic text ****/
/**** each of these images are saved as one single gif file containing both states (normal/selected) of the link ****/
h2#hWelcome {
	background:url(images/header_welcome.gif) no-repeat;
}
h2#hServices {
	background:url(images/header_services.gif) no-repeat;
}
h2#hClients {
	background:url(images/header_clients.gif) no-repeat;
}
h2#hContact {
	background:url(images/header_contact.gif) no-repeat;
}
#leftBox h2.selected {
	background-position:left -25px;
}
h2 span {
	display:none;
}
/** selected sliding div settings **/
.contentBox {
	margin-bottom:18px;
}
div.content {
	padding-right:15px;
	font-size:0.9em;
}
.content p {
	margin:10px 0;
	color:#333;
	padding:0;
}
.content p a, p a {
	color:#c00;
}
.content p a:hover, p a:hover {
	color: #999;
}
span.bold {
	color: #c00;
	font-weight: bold;
}
p.fLeft {
	display:block;
	float:left;
	width:150px;
	margin-top:0;
}
p.textarea {
	clear:both;
}
div#footer {
	position:absolute;
	bottom:0;
	border-left:12px solid #ccc;
	left:-45px;
	padding-left:45px;
	background:url(images/bg_footer.gif) no-repeat 22px top;
	height:68px;
	margin-top: 20px;
}
#footer p {
	color:#333;
	font-size:0.8em;
	margin-bottom:11px
}
/* new */
.inputbox {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: solid 1px #e2e6da;
	padding: 0;
	background-color: #e2e6da;
	float: left;
}
.inputtext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: solid 1px #e2e6da;
	padding: 2px;
	background-color: #e2e6da;
	float: left;
	width: 300px;
}
.btnSubmit {
	float: left;
	clear: both;
	margin-top: 14px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #e2e6da;
	border: solid 1px #e2e6da;
	padding: 2px 1px 1px 2px;
	width: 5em;
}
div#flashcontent {
	margin: 20px 0 0 -20px;
}
div.imageContainer div#printImages ul li img {
	border: 1px #666 solid;
}

