@charset "utf-8";
/*-----------------------------------------------------------------------------
author: The Design Group
date: 11/20/2008
client: The Design Group Online
Copyright 2008 The Design Group
-----------------------------------------------------------------------------*/

/* @group GLOBAL */

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-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	margin: 0 auto;
	font: 14px/1em Helvetica, Verdana, Arial, sans-serif;
	color: #333;
	text-align:  left;
	background: #eee url(../_media/_backgrounds/bg_body-inner.jpg) repeat-x;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { 
	margin-bottom : 1px;	
		 /* added for flash detection */
	 height: 100%;
}

/*debug border on all divs*/
div {
	border: 0;
}

/* Class for clearing floats */
.clear {
	clear: both;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
	border: 0;
	vertical-align: bottom;
}

/* @end */



/* @group STRUCTURAL */

#container { 
	margin: 0 auto;
	width: 990px;
	/* again, makes old, broken IE center the site */
	text-align: left;
}

#header {
	margin: 0;
	width: 990px;
	height: 245px;
	background: url(../_media/_backgrounds/bg_header-inner.jpg) no-repeat left top;
}

#mid {
	margin: 0;
	width: 990px;
	text-align: left;
	background: url(../_media/_backgrounds/bg_mid-inner.png) repeat-y left top;
	overflow: hidden;
}

#leftcol {
	float: left;
	width: 612px;
}

#centercol {
	float: left;
	clear: left;
	width: 980px;
	overflow: hidden;
}
#centercol2 {
	float: right;
	clear: left;
	width: 980px;
	overflow: hidden;
}


#rightcol {
	width: 340px;
	float: left;
	background: url(../_media/_backgrounds/bg_rightcol.jpg) no-repeat left top;
	margin: 40px 0 0;
}

#rightcol_btm {
	width: 340px;
	height: 11px;
	float: left;
	background: url(../_media/_backgrounds/bg_rightcol_btm.jpg) no-repeat left top;
}


#imgleft {
	float: left;
	margin: 0;
}

#imgright {
	float: right;
}


#logo {
	position: relative;
	height: 141px;
	width: 187px;
	margin-left:  54px;
	margin-top: -155px !important;
	padding: 0;
	overflow: hidden;
	float: left;
	background-image: url(../_media/_elements/logo-top.png);	
}

.spec-box {
	clear: left;
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}


/* @end */



/* @group MAIN CONTENT */



/* @end */
/* @group NAV */

ul.nav {
	float: left;
	position: relative;
	margin: 0;
	width: 100%;
	color: #fff;
	height: 36px !important;
	background-color: #0a0c13;
}
	
/* image rollover technique */	
ul.nav li {
	height: 36px;
	margin: 0 0 0 30px; 
	padding: 0;
	list-style: none;
	display: inline;
	color: #fff;
	background-color: #0a0c13;
	float: left;
}
  
ul.nav a {
	text-decoration: none;
	float: left;
	margin:0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:36px;
	padding: 36px 0 0;
}	

ul.nav a:hover {
	background-position: 0 -36px;
}

ul.nav a:active {
	background-position: 0 -36px;
}

li.nav001 a {
	width:80px !important;
	background: url(../_media/nav/home-btn-down.png) no-repeat left top;
}

li.nav01 a {
	width:80px !important;
	background: url(../_media/nav/home-btn.gif) no-repeat left top;
}

li.nav002 a {
	width:169px;
	background: url(../_media/nav/Web-btn-down.png) no-repeat left top;
}

li.nav02 a {
	width:169px;
	background: url(../_media/nav/Web-btn.gif) no-repeat left top;
}

li.nav003 a {
	width:144px;
	background: url(../_media/nav/photo-btn-down.png) no-repeat left top;
}

li.nav03 a {
	width:144px;
	background: url(../_media/nav/photo-btn.gif) no-repeat left top;
}

li.nav004 a {
	width:155px;
	background: url(../_media/nav/graphic-btn-down.png) no-repeat left top;
}

li.nav04 a {
	width:155px;
	background: url(../_media/nav/graphic-btn.gif) no-repeat left top;
}

li.nav005 a {
	width:116px;
	background: url(../_media/nav/portfolio-btn-down.png) no-repeat left top;
}

li.nav05 a {
	width:116px;
	background: url(../_media/nav/portfolio-btn.gif) no-repeat left top;
}

li.nav006 a {
	width:107px;
	background: url(../_media/nav/contact-btn-down.png) no-repeat left top;
}

li.nav06 a {
	width:107px;
	background: url(../_media/nav/contact-btn.gif) no-repeat left top;
}
/* @group SUBNAV */
/* @end */


ul.rightnav {
	width: 340px;
	margin: 10px 0 5px;
}

ul.rightnav li {
	width: 300px;
	margin: 5px 20px;
}

ul.rightnav a, ul.rightnav a:visited {
	background: url(../_media/_elements/rightnav-arrow.jpg) no-repeat left center;
	padding: 0 0 0 20px;
	text-decoration: none;
	font: 1.1em/1em Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

/* @end */

/* @group TYPOGRAPHY */

#leftcol p, #centercol p {
	margin: 0 25px 25px;
	line-height: 1.6em;
	color: #555;
}

#centerleft {
	width: 400px;
	float: left;
	margin-right: 25px;
}

#leftcol ol {
	margin-left: 30px;
}
#leftcol ol li {
	list-style-position: outside;
	list-style-type: decimal;
}

#leftcol ol p {
	margin-left: 0px;
}

#inner-span p {
	margin: 0 25px 10px;
	line-height: 1.4em;
}

#rightcol p {
	width: 310px;
	line-height: 1.4em;
	margin: 38px 25px 60px 0px;
}


ul.leftcol-ul {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px !important;	
	list-style-type: disc !important;
}
ul.leftcol-ul li {
	margin-left: 50px !important;
	width: 250px !important;	
	line-height: 1.5em;
	margin-top: 8px;
	list-style-type: disc !important;
	overflow: hidden;
}

ul.ul_dev {
	margin-bottom: 35px;
}

ul.ul_dev li {
	list-style-type: disc;
	list-style-position: outside;
	color: #334a4c;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 5px 0 5px 75px;
}
ul.ul_team {
	margin: 0 0 0 10px;
	overflow: hidden;
	float: left;
	width: 282px;
	height: 189px;
	clear: left;
}

ul.ul_team li {
}

strong {
	margin-left: 25px;
	font-size: 1.4em;
	line-height: 1.3em;
}

strong.fl2 {
	margin: 0 0 10px 23px;
	font-size: 1em;
	float: left;
	color: #4d6427;
	font-weight: bold;
	font-style: italic;
	clear: left;
}


hr {
	width: 900px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #bbb;
	height: 2px;
	clear: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 50px;
}

/* @end */
/* @group H1-H6 */

h1.logo {
	width: 248px;
	float: left;
	margin:0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:164px;
	padding: 164px 0 0;
	background: url(../_media/_elements/logo-inner.png) no-repeat left top;
	font-size: .1px;
	line-height: .1px;
	color: #333;
}

h2 {
	
	margin: 30px 0 0 25px;
	color: #5e8c1d;
	font-size: 2em;
	line-height: 1em;
	width: 590px;
}

h3 {
	color: #333;
	margin: 20px 0 5px 20px;
	font: 2em/1.3em Georgia, "Times New Roman", Times, serif;
}


h3.h3_partners, h3.h3_dps {
	position: relative;
	width: 900px;
	overflow: hidden !important;
	padding: 50px 0 0;
	height: 0px !important;
	margin: 35px 0 10px 10px;
	font-size: .01px;
	line-height: .01px;
}

h3.h3_dps {
	background: url(../_media/_headings/h3_dps.jpg) no-repeat left top;
}

h3.h3_partners {
	background: url(../_media/_headings/h3_elemental.jpg) no-repeat left top;
}

h4 {
	color: #269998;
	border-bottom: 1px solid #fff;
	background: url(../_media/_elements/h5-bg.png) no-repeat left center;
	height: 28px;
	margin: 12px 25px 3px;
	padding: 2px 0 0 34px;
	font: 1.8em/1.3em Georgia, "Times New Roman", Times, serif;
}

h4.h4_port {
	margin-left: 0px !important;
}




h5 {
	margin: 5px 0 5px 25px;
	padding: 28px 0 0 0;
    overflow:  hidden;    
    height: 0px !important;
    height /**/:28px;
    width:612px;
    float: left;
    font-size: .01px;
}

h5.h5_what {
    background: url(../_media/_elements/h5-what.png) no-repeat left top;	
}

h5.h5_who {
    background: url(../_media/_elements/h5-who.png) no-repeat left top;	
}

h5.h5_learn {
    background: url(../_media/_elements/h5-learn.png) no-repeat left top;	
}

h6 {
	background-image: url(../_media/h5-bg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-left: 34px;
	text-transform: uppercase;
}



/* @end */

/* @group LINKS */

/* @group sitemap */


ul.ul_sitemap {
	float: left;
	width: 300px;
	margin-bottom: 50px;
}

ul.ul_sitemap li {
	margin-left: 25px;
	font-size: .7em;
	color: #555;
	margin-top: 5px;
	margin-bottom: 10px;
}

ul.ul_sitemap a, ul.ul_sitemap a:visited {
	color: #005d83;
	text-decoration: none !important;
	font-size: 1.4em;
}

ul.ul_sitemap a:hover, ul.ul_sitemap a:active {
	color: #737171;
	text-decoration: underline !important;
}

#rightcol a:link, #rightcol a:visited {
	color: #701961;
	text-decoration: none;
}

#rightcol a:hover, #rightcol a:active {
	color: #00687d;
}

#leftcol a:link, #leftcol a:visited, #centercol a:link, #centercol a:visited {
	color: #522548;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 2px dotted #522548;
}

#leftcol a:hover, #leftcol a:active, #centercol a:hover, #centercol a:active {
	color: #00687d;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 2px dotted #00687d;
}


ul.ul_featured {
	position: relative;
	margin: 0px;
	height: 135px;
	margin-left: 15px;
}
	
/* image rollover technique */	
ul.ul_featured li {
	height: 135px;
	width: 135px;
	margin: 0 0 0 10px; 
	padding: 0;
	display: inline;
	float: left;
	overflow: hidden;
}
  
ul.ul_featured a {
	float: left;
	margin:0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:136px;
	padding: 135px 0 0;
	font-size: 1px;
	color: #fff;
	width: 135px;
}	

ul.ul_featured a:hover {
	background-position: 0 -135px;
}

ul.ul_featured a:active {
	background-position: 0 -135px;
}

li.li_featured1 a {
	background: url(../_media/_buttons/btn_dps.jpg) no-repeat left top;
}

li.li_featured2 a {
	background: url(../_media/_buttons/btn_linkandlink.jpg) no-repeat left top;
}


ul.ul_quote {
	position: relative;
	margin: 20px 0px 20px 30px;
	height: 40px;
	width: 280px;
}
	
/* image rollover technique */	
ul.ul_quote li {
	height: 40px;
	margin: 0; 
	padding: 0;
	display: inline;
	float: left;
	overflow: hidden;
}
  
ul.ul_quote a {
	float: left;
	margin:0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:40px;
	padding: 40px 0 0;
}	

ul.ul_quote a:hover {
	background-position: 0 -40px;
}

ul.ul_quote a:active {
	background-position: 0 -40px;
}

li.li_quote a {
	background: url(../_media/_buttons/request-quote.jpg) no-repeat left top;
	width: 280px;
}

ul.ul_portfolio a {
	border: none !important;
}


/* @end */
/* @group portfolio */

ul.ul_portfolio {
	float: left;
	width: 260px;
	position: relative;
	margin: 0px;
	margin-top: 10px;
	width: 100%;
}
	
/* image rollover technique */	
ul.ul_portfolio li {
	height: 90px;
	width: 260px;
	padding: 0;
	margin: 0;
	list-style: none;
}
  
ul.ul_portfolio a {

	float: left;
	text-decoration: none;
	margin:0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:90px;
	padding: 90px 0 0;
	width: 260px !important;
}	

ul.ul_portfolio a:hover {
	background-position: 0 -90px;
}

ul.ul_portfolio a:active {
	background-position: 0 -90px;
}

li.photography1 a {
	width:260px !important;
	background: url(../_media/portfolio/small01.jpg) no-repeat left top;
}

li.photography2 a {
	width:260px !important;
	background: url(../_media/portfolio/small02.jpg) no-repeat left top;
}

li.photography3 a {
	width:260px !important;
	background: url(../_media/portfolio/small03.jpg) no-repeat left top;
}

li.photography4 a {
	width:260px !important;
	background: url(../_media/portfolio/small04.jpg) no-repeat left top;
}

li.photography5 a {
	width:260px !important;
	background: url(../_media/portfolio/small05.jpg) no-repeat left top;
}

li.photography6 a {
	width:260px !important;
	background: url(../_media/portfolio/small06.jpg) no-repeat left top;
}

li.photography7 a {
	width:260px !important;
	background: url(../_media/portfolio/small07.jpg) no-repeat left top;
}

li.photography8 a {
	width:260px !important;
	background: url(../_media/portfolio/small08.jpg) no-repeat left top;
}


li.graphicdesign1 a {
	width:260px !important;
	background: url(../_media/portfolio/small14.jpg) no-repeat left top;
}

li.graphicdesign2 a {
	width:260px !important;
	background: url(../_media/portfolio/small15.jpg) no-repeat left top;
}

li.graphicdesign3 a {
	width:260px !important;
	background: url(../_media/portfolio/small16.jpg) no-repeat left top;
}

li.graphicdesign4 a {
	width:260px !important;
	background: url(../_media/portfolio/small17.jpg) no-repeat left top;
}

li.graphicdesign5 a {
	width:260px !important;
	background: url(../_media/portfolio/small18.jpg) no-repeat left top;
}

li.graphicdesign6 a {
	width:260px !important;
	background: url(../_media/portfolio/small19.jpg) no-repeat left top;
}

li.graphicdesign7 a {
	width:260px !important;
	background: url(../_media/portfolio/small20.jpg) no-repeat left top;
}

li.graphicdesign8 a {
	width:260px !important;
	background: url(../_media/portfolio/small21.jpg) no-repeat left top;
}




li.webdesign1 a {
	width:260px !important;
	background: url(../_media/portfolio/small22.jpg) no-repeat left top;
}

li.webdesign2 a {
	width:260px !important;
	background: url(../_media/portfolio/small23.jpg) no-repeat left top;
}

li.webdesign3 a {
	width:260px !important;
	background: url(../_media/portfolio/small24.jpg) no-repeat left top;
}

li.webdesign4 a {
	width:260px !important;
	background: url(../_media/portfolio/small25.jpg) no-repeat left top;
}

li.webdesign5 a {
	width:260px !important;
	background: url(../_media/portfolio/small26.jpg) no-repeat left top;
}

li.webdesign6 a {
	width:260px !important;
	background: url(../_media/portfolio/small27.jpg) no-repeat left top;
}

li.webdesign7 a {
	width:260px !important;
	background: url(../_media/portfolio/small28.jpg) no-repeat left top;
}

li.webdesign8 a {
	width:260px !important;
	background: url(../_media/portfolio/small29.jpg) no-repeat left top;
}



/* @end */


/* @end */
/* @group Forms */

#contactform {
	color: #39321e !important;
	margin-top: 5px;
	margin-bottom: 25px;
}

#contactform p {
	margin: 0 25px 10px;
	width: 562px;
	color: #0a0e19 !important;
	line-height: 1.4em;
}

#contacttable {
	width: 300px;
	color: #0a0e19;
	font-size: 13px;
	line-height: 1.4em;
	margin: 15px 0 30px 25px;
}
#captcha-submit {
	float: right;
	margin: 40px 50px 50px 0;
}

#captcha-submit input{
	width: 170px;
	margin: 10px 0;
}

#captcha-submit p {
	width: 160px !important;
	margin: 5px 0 !important;
	line-height: 1em !important;
	font-size: 12px !important;
}

#captcha-submit img {
	margin-bottom: 5px;
}


/* @end */

/* @group FOOTER */
#footer {
	width: 100%;
	text-align: center;
	background: #0a0e19 url(../_media/_backgrounds/bg_ftr2.jpg) repeat-x left top;
	margin: 0;
	float: left;
}

#footer-container {
	margin: 0 auto;
	width: 982px;
}

#foot {
	float: left;
	margin: 0 auto;
	width: 982px;
	text-align: left;
	background: #0a0e19 url(../_media/_backgrounds/bg_ftr.jpg) repeat-x left top;
	padding-bottom: 10px;
}

#branding {
	text-align: right;
	width: 19em;
	float: right;
	padding-right:  1.9em;
}

ul.footer {
	float: left;
	position: relative;
	width: 982px;
	margin: 40px 0 20px 0px;
}
	
ul.footer li {
	height: 153px;
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
}

ul.footer a {
	text-decoration: none !important;
	float:  left;
	margin:0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:153px;
	padding: 153px 0 0 !important;
	margin-right: 10px;
	margin-left: 10px;
	width: 306px !important;
}

ul.footer a:hover, ul.footer a:active {
	text-decoration: none !important;
	background-position: 0 -153px;
}

li.footer01 a {
	background: url(../_media/_elements/rabbit-hole-1.jpg) no-repeat left top;
}

li.footer02 a {
	background: url(../_media/_elements/rabbit-hole-2.jpg) no-repeat left top;
}

li.footer03 a {
	background: url(../_media/_elements/rabbit-hole-3.jpg) no-repeat left top;
}

#footnav-container {
	width: 100%;
	margin: 0 !important;
	float: left;
}

ul.footnav {
	float: right;
	position: relative;
	margin: 0 20px 0 0 !important;
}
	
ul.footnav li {
	padding: 0;
	list-style: none;
	display: inline !important;
	float: left;
	margin: 0 0 0 20px;
}
  
ul.footnav a, ul.footnav a:visited {
	text-decoration: none;
	float: left;
	color: #4c5464 !important;
	margin-bottom: 0px !important;
}	

ul.footnav a:hover, ul.footnav a:active {
	color: #7da73b !important;
	text-decoration: underline !important;
}

address {
	float: left;
	color: #4c5464 !important;
	font-size: .9em;
	margin: 0 0 0 20px !important;
	line-height: 1.3em;
}

.copy {
	float: left;
	clear: left;
	color: #4c5464 !important;
	font-size: .9em;
	margin: 0 0 0 20px !important;
	line-height: 1.3em;
}

.branding a {
	float: right;
	clear: right;
	color: #4c5464 !important;
	font-size: .9em;
	line-height: 1.3em;
	width: 300px;
	text-align: right;
	margin: 0px 20px 0px 0px !important;
}



/* @end */
/* @group MISC */


.rightcol-info {
	float: left;
	background-color: #ececec;
	width: 275px;
	padding-bottom: 10px !important;
	border: 1px solid #401a39;
	margin: 50px 0 50px 40px;
}

.rightcol-info a, .rightcol-info a:visited {
	color: #269998 !important;
	margin: 0 15px !important;
}

.rightcol-info h1 {
	display: inline !important;
	color: #401a39 !important;
	text-transform: none;
	padding: 0px !important;
	margin: 20px 15px 0 !important;
	font: bold 26px/1em Georgia, "Times New Roman", Times, serif;
}

.rightcol-info h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #0a0e19;
	text-transform: none;
	padding: 0 !important;
	margin: 0 15px !important;
}

.rightcol-info h3 {
	color: #269998;
	text-transform: none;
	border-bottom: 1px solid #fff;
	padding: 0 !important;
	margin: 10px 15px 15px !important;
	background-image: none !important;
	font: normal 17px/1.2em Georgia, "Times New Roman", Times, serif;
}

.rightcol-info p {
	font-size: 1em;
	line-height: 1.1em !important;
	margin: 0 15px !important;
	margin-top: 10px !important;
}


.fl {
	float: left;
}


ul.partner-specs {
	width: 220px;
	float: left;
	margin-left: 20px;
	background-color: #c6d8e1;
	min-height: 180px;
}

ul.partner-specs li {
	width: 190px;

	font-size: .9em;
	line-height: 1.3em;
	margin: 10px;
	overflow: hidden;
	height: 2.5em;
}


.oh {
	overflow: hidden;
}

.w225 {
	width: 225px;
}

.l15 {
	margin-left: 15px;
	clear: left;
}

.approach6 {
	margin: 15px 20px 75px;
}
.fr {
	float: left;
}

.multiBoxDesc a:link, .multiBoxDesc a:visited {
	color: #00687d;
	text-decoration: underline !important;
}

.multiBoxDesc a:hover, .multiBoxDesc a:active {
	color: #7b727b;
}
.w450 {
	width: 450px !important;
}

.lh2 li, .lh2 li a {
	line-height: 1.1em !important;
	margin-bottom: 20px;
}

/* @end */
