﻿
/**********************  GENERAL SETTINGS *********************/
body {font: 10pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;	color: #333333;	background: url(images/bg.jpg) no-repeat #eeeeee;	margin:0;}
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;}
a {text-decoration: none; color: #333333; }
a:hover {text-decoration: underline; color: #741512;}
	
 /*CSS Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

/*********************************************/

#container {padding-left:45px;padding-top:15px;width:935px;}


div#logo h1 {	display:none;	}	

	
#rightBox {	width:405px;	float:right; position:relative; margin-top:0px;}
#rightBox h3 {text-transform:uppercase; font-family: Arial,Helvetica ;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 solid #999999; padding-bottom:50px; 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 #fff; position:absolute;}
div.iHover a {width:395px; height:150px; text-indent:-9999px; display:block;}

.infoContainer ul li {background:url(images/icon_info.gif) no-repeat 6px #000000; font-size:13px; color: #8f8f8f;font-family: Arial,Helvetica ; height:28px; position:relative; padding:11px 0 0 25px; }
a.visitLink {background:url(images/icon_cursor.gif) no-repeat 10px ; display:block; border-left:1px solid #8f8f8f; color:#8f8f8f; 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:-43px; top:-5px; background-position:30px 5px; color: #000000; padding-top: 2px;}
h3#print {left:-82px; top:298px; background-position:69px 5px; color: #000000; padding-top: 2px;}

ul#dNav {top:163px;} /* set vertical position for digital works prev and next nav */
ul#pNav {top:465px;} /* 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:54px;	width:420px; padding-left:10px;  position:relative; height: 515px; }/** <<--- 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:#c4c7bc; font-size:1pt; height:13px; outline:none;}
#leftBox p:first-child {margin-top:6px;}
#leftBox p.intro {color:#000000; font-weight: bold;}

/**** 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 {overflow-y:hidden;}
h2#hServices {overflow-y:hidden;}
h2#hClients {overflow-y:hidden;}
h2#hContact {overflow-y:hidden;}
#leftBox h2.selected { background-position:left -13px;}
#leftBox h2.selected img, #leftBox h2.selected .img {
    margin-top:-13px;
}
h2 span {display:none;}

/** selected sliding div settings **/
.contentBox {margin-bottom:18px;}
div.content {padding-right:15px; font-size:11px; font-family: Arial,Helvetica ;}

.content p {margin:10px 0; color:#222222; padding:0;font-family: Arial,Helvetica ;}
.content p a {color:#741512; font-weight: bold;}
span.yellow {color:#fff1bf;}

p.fLeft {display:block; float:left; width:150px; margin-top:4px;}
p.textarea {clear:both;}
p.radio {display:inline; float:left; width:300px; margin-top:8px;}



div#footer {position:absolute; bottom:0; border-left:12px solid #741512; left:-45px; padding-left:15px; height:23px;}
#footer p {color:#222222; font-size:11px; margin-bottom:1px; text-decoration: none;font-family: Arial,Helvetica ;}

