@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;
	font-size: 14px;
}

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

body {
	margin: 0 auto;
	font: 1em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #efede3;
	text-align:  left;
	background-color: #090d18;
}

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 */
#wrapper {
	width: 100%;
	float: left;
	background: #eee url(../_media/_backgrounds/bg-2.jpg) repeat-x;
}

#container { 
	margin: 0 auto;
	width: 982px;
	/* again, makes old, broken IE center the site */
	text-align: left;
	background: #fff url(../_media/_backgrounds/bg-4.jpg) repeat-x left top;

}
#centercol {
	float: left;
	clear: left;
	width: 980px;
}
#leftcol {
	float: left;
	width: 612px;
}

#right-wrapper {
	float: left;
	width: 340px;
	margin: 0 0 20px;
}

#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;
	background: url(../_media/_backgrounds/bg_rightcol_btm.jpg) no-repeat left top;
	float: left;
}

#inner-span {
	float: left;
	width: 932px;	
}

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

#imgright {
	float: right;
}

#header {
	width: 982px;
	height: 291px;
}

#header-object {
	position: relative;
	width: 982px;
	height: 255px !important;
	z-index: -1;
	float: left !important;
	margin: -255px 0 0 0 !important;
	overflow: hidden;
}

#mid {
	margin:0;
	width: 982px;
	overflow: hidden;
	text-align: left;
	color: #0a0c13;
	margin-top: 40px;
}

#bottom-link-box {
	height: 50px;
	margin-top: 25px;
	float: left;
	text-align: left;
}


/* @end */

/* @group MAIN CONTENT */

#gallery {
	margin: 5px 25px 15px;
	border: 2px solid #f2f2f2;
}

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

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 MainNav */

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, 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;
}
/* @end */

/* @end */
/* @group TYPOGRAPHY */

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

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

#rightcol p {
	line-height: 1.4em;
	margin: 20px 25px 5px;
}

ul.leftcol-ul {
	margin-bottom: 15px;
	width: 250px;	
	list-style-type: disc !important;
	margin-left: 50px;
	display: inline;
}

ul.leftcol-ul li {
	width: 250px !important;	
	line-height: 1.5em;
	margin-top: 8px;
	list-style-type: disc !important;
	display: block;
}

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;
}

em {
	color: #269998;
	margin: 25px 0 25px 50px;
	float: left;
	background-image: none !important;
	font: normal 17px/1.2em Georgia, "Times New Roman", Times, serif;}

strong {
	font-weight: bold;
	color: #444;
}

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

h1#logo a {
	position: relative;
	height: 0px !important;
	height /**/:141px;
	width: 187px;
	background: url(../_media/_elements/logo-top.png) left top !important;
	margin-left:  63px;
	margin-top: -197px !important;
	padding: 141px 0 0 0;
	z-index: 1000;
	overflow: hidden;
	float: left;
}

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

h2.h2_index {
	position: relative;
	background: url(../_media/_headings/h2_index.jpg) no-repeat left top;
	overflow: hidden;
	padding: 124px 0 0;
	height: 0px;
	margin: 30px 0 0 20px;
	font-size: .01px;
	line-height: .01px;
}

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

h4 {
	color: #269998;
	background: url(../_media/_elements/h5-bg.png) no-repeat left center;
	margin: 30px 25px 7px;
	font: 1.4em/1.3em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #269998;
	padding: 2px 0 4px 34px;
	border-color: #8cbac7;
}

h3 a:link, a:visited, a:hover, a:active {
	color: #269998 !important;
	text-decoration: none !important;
	border: none !important;
}

h5 {
	color: #5d7c2e;
	font: 14px/1.5em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-left: 25px;
	margin-bottom: 0px;
	margin-top: 5px;
}

/* @end */

/* @group LINKS */

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

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

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

#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;
}
	
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, 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;
}
	
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, 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.links {

}

ul.links li {
	float: left;
	height: 50px;
	width: 150px;
}

ul.links a {
	text-decoration: none;

}

/* @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 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: 250px;
	color: #0a0e19;
	font-size: 13px;
	line-height: 1.4em;
	margin: 55px 30px 50px 40px;
	float: left;
}

#captcha-submit {
	float: left;
	margin: 40px 0 50px;
}

#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 TABLES */

/* @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;
}

#right-contact-info {
	width: 300px;
	margin: 0 0 0 25px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:309px;
	float: left;
	padding: 309px 0 0;
	background: url(../_media/_elements/rightcol-contact-info.jpg) no-repeat left top;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.sample_ul {
	margin-left: 30px !important;
}


/* @end */
