			
			
			/* THIRD ARC - DIGITAL DESIGNERS */
			
			/* 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,
			b, u, i, center,
			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-size: 100%;
			vertical-align: baseline;
			background: transparent;
			}
			html, body, #bg, #bg table, #bg td, #cont {
			height:100%;
			width:100%;
			overflow:hidden;
			}
			body {
			margin: 0;
			padding: 0;
			background-color: #FFFFFF; 
			color: #000000; 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 14px;
			background-image: url(../img/bg.jpg);
			background-repeat: repeat-x;
			}
			form { 
			height: 100%;  
			}
			ol, ul {
			list-style: none;
			}
			blockquote, q {
			quotes: none;
			}
			blockquote:before, blockquote:after,
			q:before, q:after {
			content: '';
			content: none;
			}
			
			
			/* Full Screen Fix */			
			#bg { 
			position: fixed;
			}	
			#bg div {
			height:200%;
			left:-50%;
			position:absolute;
			top:-50%;
			width:200%;
			}
			#bg td {
			text-align:center;
			vertical-align:middle;
			}
			#bg img {
			margin:0 auto;
			min-height:50%;
			min-width:50%;
			}
			#cont {
			position:absolute;
			top:0;
			left:2px;
			z-index:70;
			overflow:auto;
			}
			.box { 
			margin: 0 auto; 
			width: 960px;
			background-color: #FFFFFF;
			}
			
			/* remember to define focus styles! */
			:focus {
			outline: 0;
			}
			
			
			/* remember to highlight inserts somehow! */
			ins {
			text-decoration: none;
			}
			del {
			text-decoration: line-through;
			}
			
			
			/* tables still need 'cellspacing="0"' in the markup */
			table {
			border-collapse: collapse;
			border-spacing: 0;
			}
			ol, ul { 
			list-style: none; 
			}
			
			
			/* TEXT, LINKS GENERAL */
			p, h1, h2, h3, em { 
			margin-bottom: 1em; 
			line-height: 1em; 
			}
			p, ul, ol, dd { 
			font-size: 14px; 
			}
			h3 { 
			font-size: 14px; 
			}
			h2 { 
			font-size: 17px; 
			font-weight: normal; 
			}
			strong { 
			font-size: 14px; 
			font-style: italic; 
			}
			a { 
			font-size: 14px; 
			color: #000000; 
			}
			a:hover { 
			color: #257b9a; 
			}
			
			
			/* STRUCTURE */
			#container {
			margin: 0 auto;
			font: 1.5em arial, verdana, sans-serif;
			width: 960px;
			min-height: 100%;
			background-repeat: repeat-y;
			overflow: auto;
			background-position: 0 0;
			background-image: url(../img/bg-page.jpg);
			background-repeat: no-repeat;
			background-position: right 50px;
			} 
			#leftCol { 
			width: 180px; 
			float: left;
			background-position: 0 0;
			margin-right: 40px;
			border-right: 2px dotted #999999;
			border-left: 2px dotted #999999;
			height: 1683px;
			}
			#midCol { 
			width: 600px;
			float: left;
			margin-left: 47px;
			}
			#rightCol { 
			width: 180px; 
			float: left;
			height: 900px;
			}
			#logo a { 
			width: 120px; 
			height: 153px; 
			float: left; 
			margin-left: 35px;
			margin-top: 65px;
			background-image: url(../img/id.png);
			background-repeat: no-repeat;
			text-indent: -2000px;
			overflow: hidden;
			}

			
			/* NAV */
			#navBar { 
			width: 100%; 
			float: left; 
			padding: 0;
			background-color: #333333;
			}
			#navBar h3 {
			width: 182px;
			height: 50px;
			float: left;
			position: relative;
			border-right: 2px dotted #999999;
			margin: 0;
			text-align: center;
			color: #ffffff;
			font-size: 18px;
			font-weight: normal;
			line-height: 50px;
			background-color: #096936;
			}
			#navBar ul { 
			margin: 0;
			padding: 0;
			float: right;
			width: 500px;
			}
			#navBar ul li { 
			margin: 0;
			float: right;
			padding: 0;
			}
			#navBar ul li a { 
			text-decoration: none; 
			float: left;
			padding: 15px 30px 0 58px;
			background-color: #333333;
			font-weight: normal;
			border-left: 2px dotted #FFFFFF;
			background-image: url(../img/nav-arrow.png);
			background-repeat: no-repeat;
			background-position: 5px 0;
			height: 35px;
			}
			#topLinks li a { 
			font-size: 17px; 
			font-weight: normal; 
			color: #FFFFFF;
			padding: 10px 0 10px 0;
			}
			#topLinks li a:hover { 
			background-color: #096936;
			color: #FFFFFF; 
			}
			
			
			/* NAV SELECTED */
			.bodyAbout #topLinks .topLinkAbout, .bodyAbout #topLinks .topLinkAbout:hover,
			.bodyHome #topLinks .topLinkHome, .bodyHome #topLinks .topLinkHome:hover,
			.bodyContact #topLinks .topLinkContact, .bodyContact #topLinks .topLinkContact:hover,
			.bodyProjects #topLinks .topLinkProjects, .bodyProjects #topLinks .topLinkProjects:hover,
			.bodyProjectsMain #topLinks .topLinkProjects, .bodyProjectsMain #topLinks .topLinkProjects:hover  {
			}
			
			
			/* HOME */
			#homeMainImage {
			width: 100%;
			float: left;
			padding-top: 35px;
			margin-bottom: 20px;
			}
			#featuredProj {
			width: 100%;
			float: left;
			background-image: url(../img/feat-bg.png);
			background-repeat: no-repeat;
			margin: 0 0 20px 0;
			}
			#featuredProj h3 {
			width: 100%;
			float: left;
			padding: 10px 0 3px 0;
			font-size: 24px;
			font-weight: normal;
			font-style: italic;
			color: #f39d19;
			text-indent: 30px;
			margin: 0;
			}
			#featuredProj a {
			width: 100%;
			float: left;
			text-indent: 30px;
			padding-bottom: 10px;
			color: #FFFFFF;
			}
			#featuredProj a:hover {
			color: #FFFFFF;
			text-decoration: none;
			}
			#homeText { 
			width: 100%; 
			float: left; 
			position: relative;
			color: #000000;
			padding: 17px 0 10px 0;
			margin-bottom: 10px;
			}
			#homeText h1 {
			font-size: 45px!important;
			color: #096936;
			float: left;
			width: 100%;
			line-height: 1em!important;
			font-style: italic;
			}
			#homeText h2 {
			font-size: 22px!important;
			line-height: 1.2em;
			font-weight: normal;
			}
			#homeText p {
			font-size: 14px;
			line-height: 1.4em;
			}
			#homeText a {
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF;
			}
			#homeText a:hover {
			color: #FFCC00;
			}
			#homeRecentWork {
			width: 100%;
			float: left;
			padding-bottom: 50px;
			}
			#homeRecentWork h3 {
			margin: 0 0 5px 0;
			width: 417px;
			background-color: #6c6239;
			padding: 8px 0 8px 5px;
			color: #FFFFFF;
			}
			.accContainer {
			width: 100%;
			float: left;
			}
			.accContainer h1 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-align:center;
			padding: 20px 0;
			color: #aaa;
			}
			h1 span { 
			color: #666;
			background-color: transparent;
			}
			h1 small{
			font-family: Arial, Helvetica, sans-serif; 
			text-transform: uppercase;
			letter-spacing: 0.5em;
			display: block;
			color: #666;
			background-color: transparent;
			}
			h2.acc_trigger {
			padding: 0;	
			margin: 0 0 5px 0;
			background-color: #333333;
			background-image: url(../img/home-recents-bars.gif);
			background-repeat: no-repeat;
			height: 46px;	
			line-height: 46px;
			width: 100%;
			font-size: 2em;
			font-weight: normal;
			float: left;
			}
			h2.acc_trigger a {
			color: #fff;
			text-decoration: none;
			display: block;
			text-indent: 42px;
			background-color: transparent;
			}
			h2.acc_trigger a:hover {
			color: #b3d6ff;
			}
			.acc_container {
			margin: 0 0 5px; 
			padding: 0 0 10px 0;
			overflow: hidden;
			font-size: 1.2em;
			width: 100%;
			clear: both;
			background: #f0f0f0;
			}
			.acc_container .block {
			padding: 0;
			}
			.acc_container .block p {
			padding: 10px 10px 0 10px;
			margin: 0;
			line-height: 1.3em;
			font-size: 16px;
			}
			.acc_container .homeProjImage{
			width: 100%;
			height: 120px;
			margin: 0 0 10px;
			border-bottom: 1px dashed #000;
			float: left;
			}
			.homeProjLink {
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-decoration: none;
			float: left;
			width: 100%;
			display: block; 
			padding: 15px 0 0 10px;
			}
			
			
			
			/* CONTACT BOX */
			#contactDetails {
			width: 179px;
			float: left;
			margin-top: 15px;
			text-align: center;
			border-bottom: 2px dotted #999999;
			padding-bottom: 20px;
			}
			#contactDetails a {
			text-decoration: none;
			display: block;
			margin: 0 0 1px 0;
			color: #096936;
			float: left;
			width: 100%;
			font-size: 15px;
			padding: 0;
			}
			#contactDetails a:hover {
			color: #000000;
			background-color: transparent;
			}
			#contactDetails span {
			text-decoration: none;
			display: block;
			margin: 0;
			padding: 0;
			float: left;
			width: 100%;
			font-size: 13px;
			color: #000000;
			}
			#contactDetails p {
			width: 100%;
			float: left;
			font-size: 14px;
			margin-top: 20px;
			line-height: 1.1em;
			}
			
			
			/* OTHER GENERAL */
			#generalMainImage {
			width: 100%;
			background-color: transparent;
			float: left;
			height: 400px;
			}
			.generalTextArea { 
			float: left;
			width: 422px;
			padding: 25px 0 60px 0;
			position: relative;
			left: 89px;
			}
			.generalTextArea em { 
			font-size: 17px; 
			line-height: 1.1em; 
			font-style: italic;
			font-weight: normal;
			}
			.generalTextArea strong { 
			font-weight: bold; 
			}
			.generalTextArea h1 { 
			font-weight: normal; 
			margin-bottom: 0.5em; 
			}
			.generalTextArea h3 { 
			font-weight: bold; 
			margin-bottom: 0.5em; 
			}
			.generalTextArea p { 
			font-size: 13px; 
			line-height: 1.2em; 
			margin-bottom: 1.8em; 
			}
			#rightColGeneralText { 
			width: 124px; 
			float: left; 
			padding: 60px 20px 20px 20px;
			}
			.standardList { 
			margin-bottom: 30px; 
			}
			.standardList li { 
			font-size: 12px; 
			border-bottom: 1px solid #00293f; 
			padding: 4px 0 5px 18px; 
			margin-bottom: 1px; 
			background-image: url(../img/list-tab.gif); 
			background-repeat: no-repeat; 
			background-position: 0 5px; 
			}
			.standardLinkList { 
			margin-bottom: 30px; 
			}
			.standardLinkList li { 
			font-size: 12px; 
			padding-bottom: 2px; 
			}
			li strong { 
			color: #003857; 
			}
			.generalTable { 
			width: 100%; 
			margin-bottom: 20px; 
			}
			.generalTable table { 
			border-collapse: separate; 
			border-spacing: 0; 
			padding: 0; 
			margin: 0; 
			}
			tr { 
			margin: 0; 
			border: 1px solid #000000; 
			}
			td { 
			text-align: left; 
			font-weight: normal; 
			font-size: 14px; 
			margin: 0; 
			padding: 5px 8px 5px 8px; 
			border-bottom: 1px solid #000000; 
			}
			.odd { 
			background-color: #9ac4e2; 
			}
			th { 
			text-align: left; 
			font-weight: bold; 
			font-size: 14px; 
			margin: 0; 
			padding: 8px; 
			}
			
			
			/* ABOUT US */
			.bodyAbout #midCol {
			background-image: url(../img/about-mid-bg.jpg);
			}
			.bodyAbout #rightCol {
			background-image: url(../img/about-right-col-bg.gif);
			}
			
			
			/* PROJECTS */
			.bodyProjectsMain #midCol {
			padding-top: 72px;
			padding-bottom: 30px;
			}
			.bodyProjects #midCol {
			padding-top: 74px;
			}
			#projectsMain {
			width: 100%;
			float: left;
			padding: 0 0 30px 0;
			}
			#projectsTopBar {
			width: 100%;
			background-color: #4a4b50;
			height: 20px;
			float: left;
			}
			#projectsBottomBar {
			width: 100%;
			background-color: #4a4b50;
			height: 20px;
			float: left;
			}
			.singleProjects a {
			width: 100%;
			float: left;
			padding: 0;
			margin-bottom: 1px;
			height: 100px;
			text-decoration: none;
			color: #FFFFFF;
			background-image: url(../img/prob-button-bg.png);
			background-repeat: no-repeat;
			background-position: 0 0;
			}
			.singleProjects a em {
			padding-top: 23px;
			font-size: 15px;
			margin-bottom: 1em;
			line-height: 0;
			display: block;
			color: #4bbde6;
			font-weight: bold;
			font-style: normal;
			}
			.singleProjects a span {
			padding-top: 7px;
			font-size: 13px;
			line-height: 1.1em;
			padding-right: 40px;
			}
			.singleProjects .thumb {
			width: 180px;
			float: left;
			background-color: #3399FF;
			height: 100px;
			margin-right: 10px;
			}
			.singleProjects a :hover {
			color: #999999;
			}
			.largeProjectImage {
			width: 100%;
			float: left;
			}
			#projectMainTitle {
			width: 100%;
			float: left;
			font-size: 36px;
			font-weight: bold;
			padding: 0 0 5px 0;
			margin: 0 0 10px 0;
			color: #000000;
			font-style: italic;
			}
			#projectMainText {
			width: 600px;
			padding: 0 0 30px 0;
			float: left;		
			}
			#projectMainText p {
			line-height: 1.3em;
			float: left;
			}
			#visitWebsite a {
			background-color: #257b9a;
			float: left;
			margin: 0 0 17px 0;
			text-align: center;
			font-size: 18px;
			color: #FFFFFF;
			text-decoration: none;
			padding: 15px 0 15px 0;
			width: 600px;
			background-image: url(../img/bike.png);
			background-repeat: no-repeat;
			background-position: 225px 12px;
			text-indent: 40px;
			}
			#visitWebsite a:hover {
			background-color: #333333;
			}
			#projectTextHighlight {
			font-size: 14px!important;
			font-style: italic;
			}
			#projectsSubMenu h3 {
			float: left;
			width: 100%;
			border-bottom: 2px dotted #999999;
			padding-bottom: 3px;
			margin-top: 10px;
			}
			#projectsSubMenu ul {
			width: 100%;
			float: left;
			margin: 0 0 30px 0;
			}
			#projectsSubMenu ul li {
			width: 100%;
			float: left;			
			margin-bottom: 4px;
			}
			#projectsSubMenu ul li a {
			color: #000000; 
			text-decoration: none;
			font-size: 12px;
			display: block;
			float: left;
			width: 100%;
			background-color: transparent;
			}
			#projectsSubMenu ul li a:hover {
			color: #257b9a; 
			}
			#projectsSubMenu ul li a.active {
			color: #257b9a;
			text-indent: 15px;
			background-repeat: no-repeat;
			background-image: url(../img/projs-arrow.png);
			background-position: 0 0;
			}
			#projectsText {
			padding-top: 0;
			}
			
			
			/* CONTACT US */
			.bodyContact #midCol {
			background-image: url(../img/contact-main.jpg);
			background-repeat: no-repeat;
			padding-top: 330px;
			}
			#contactForm {
			float: left;
			width: 423px;
			}
			#contactForm ul {
			float: left;
			width: 100%;
			}
			#contactForm ul li {
			float: left;
			width: 100%;
			background-color: #f1f1f1;
			padding: 8px 0 8px 0;
			text-indent: 10px;
			border-bottom: 1px solid #999999;
			}
			#contactForm ul li label {
			float: left;
			width: 150px;
			display: block;
			}
			#contactForm ul li .inputs {
			float: right;
			width: 170px;
			display: block;
			border: 1px solid #000000;
			padding: 2px;
			margin: 0 10px 0 0;
			}
			#contactForm ul li .textareas {
			float: left;
			width: 395px;
			display: block;
			border: 1px solid #000000;
			padding: 2px;
			margin: 8px 0 0 10px;
			height: 100px;
			}
			#contactForm ul li .submitButton {
			float: left;
			width: 100px;
			display: block;
			height: 30px;
			background-color: #333333;
			color: #FFFFFF;
			border: 0;
			padding: 5px;
			position: relative;
			left: 170px;
			cursor: pointer;
			}
			#contactForm ul li#topText {
			text-indent: 0;
			padding: 0;
			margin: 0;
			}
			#contactForm ul li#topText p {
			padding-left: 10px;
			padding-bottom: 10px;
			margin: 0;
			font-size: 16px;
			}
			#contactForm ul li#topText h1 {
			padding: 13px 0 13px 0;
			width: 100%;
			background-color: #666666;
			text-indent: 10px;
			font-weight: bold;
			font-size: 16px;
			color: #FFFFFF;
			background-image: url(../img/contact-header.gif);
			background-repeat: repeat-x;
			}
			
			
			/* TERMS PAGE*/
			#termsPage h3 {
			margin-top: 40px;
			}
			#termsPage a {
			line-height: 1.6em;
			}
			
			
			/* FOOTER */
			#footer {
			width: 100%;
			float: left;
			padding: 0;
			background-image: url(../img/footer-bg.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			background-color: #333333;
			}
			#footerEmailLink {
			width: 100%;
			float: left;
			height: 180px;
			}
			#footerEmailLink a {
			width: 140px;
			height: 75px;
			float: right;
			overflow: hidden;
			text-indent: -2000px;
			margin: 60px 80px 0 0;
			}
			#copyBar {
			width: 100%;
			float: left;
			background-color: #333333;
			padding: 5px 0 8px 0;
			}
			#copyRight {
			font-size: 11px;
			color: #CCCCCC;
			float: right;
			font-style: italic;
			padding-right: 50px;
			margin-top: 2px;
			}
			#termsPrivacy {
			float: left;
			text-indent: 50px;
			
			}		
			#termsPrivacy a {
			color: #FFFFFF;
			}
			#termsPrivacy a:hover {
			color: #FFFFFF;
			text-decoration: none;
			}
			.termMarg {
			margin-right: 10px;
			}
			
			
			/* SOCIAL */
			#social {
			width: 150px;
			float: left;
			margin-top: 60px;
			margin-left: 15px;
			padding-top: 8px;
			background-image: url(../img/social-bg.png);
			background-repeat: no-repeat;
			height: 220px;
			}
			#social h3 {
			text-align: center;
			font-weight: normal;
			font-size: 16px;
			line-height: 1em;
			color: #4bbde6;
			margin: 0;
			padding-bottom: 6px;
			font-style: italic;
			margin-top: 5px;
			border-bottom: 1px solid #FFFFFF;
			}
			#social a {
			text-align: center;
			width: 100%;
			float: left;
			border-bottom: 1px dotted #CCCCCC;
			text-decoration: none;
			font-size: 18px;
			color: #FFFFFF;
			}
			#social a:hover {
			color: #999999;
			}

