/*
main_nav
subnav
contact
*/ 

/* @group reset */
/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* 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;
}
a, a:focus, input, input:focus {
	outline: none;
}
a img { 
	border: none;
	outline: none;
}
/* @end reset */


* {
margin:0px;
padding:0px;
}
html {
height:100%;
}
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image: url(../images/body_bg.jpg);
 background-color: #e3f1fc;
 background-repeat: repeat-x;
 background-position: top;
 font-family:Arial, Helvetica, sans-serif;
}
.clear {
clear:both;
height:0px;
overflow:hidden;
}
p {
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
font-size:14px;
line-height:22px;
color:#404040;
text-align:left;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:focus {
	outline: none;
} 
/* @group headers */
h1, h2, h3, h4, h5 {
font-family:"Tahoma", Arial, Helvetica, sans-serif;
font-weight:bold;
}
h1 {
	font-size: 33px;
	line-height:1.4em;
	color: #231F20;
}
h2 {
font-size:14px;
line-height:18px;
color:#231F20;

}
h3 {
	color:#157ca5;
	font-size: 22px;
	line-height:1.4em;
	padding-bottom: 15px;
}
.box_right ul h3 {
	padding-top: 0;
}
h4 {
	color:#E38A09;
	font-size:17px;
}
h5 {
color:#4C739E;
font-size:18px;
}
/* @end header */

hr {
margin:20px 0px 24px 0px;
}
img {
border:none;
}
#pagewidth{ 
 width:970px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
.holder {
 width:970px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 }
#header{
	position:relative;
	width:100%;
	margin-top:15px;
} 
#header a {
	color:#ffffff;
	text-decoration: none;
}
#header a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#maincol{
	float: left;
	display:inline;
	position: relative;
}
 
#footer{
	height:86px;
	background-color:#FFFFFF;
	clear:both;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
 }
 
#header_contact {
float:right;
text-align:right;
color:#FFFFFF;
font-weight:bold;
padding-right:12px;
} 
 
/* @group main_nav  */
#main_nav {
margin-top:15px;
}
#main_nav ul {
	padding-left: 0;
	margin-left: 0;
	background:transparent url(../images/nav/nav-bg.jpg) repeat-x 0px -12px;
	width: 965px;
	height:42px;
	display:block;
	list-style:none;
}
#main_nav ul li {
	display: inline;  
}
#main_nav ul li a {	
	padding: 0;
	/*background:transparent;*/
	color: #000;
	text-decoration: none;
	float: left;
	margin-right: 42px;	
}
#main_nav ul li a:hover {
	text-decoration: none;
	background-color:transparent;
} 
#main_nav ul li a span {
	display:none;
}

/* tabs and image replacement 
nav_home
nav_data_recovery
nav_computer_forensics
nav_client_test
nav_about
nav_resources
nav_blog
nav_contact
*/

/* @group nav_home */
#main_nav #nav_home a{
	width: 68px;
	height: 42px;
	background-image: url(../images/nav/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_nav #nav_home a:hover{
 width: 68px;
 height: 42px;
 background-image: url(../images/nav/home.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
}
#main_nav #nav_home_active a{
 width: 68px;
 height: 42px;
 background-image: url(../images/nav/home.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
}
/* @end nav_home */

/* @group nav_services */
#main_nav #nav_services a{
 width:90px;
 height:42px;
 background-image: url(../images/nav/services.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
}
#main_nav #nav_services a:hover{
 width:90px;
 height:42px;
 background-image: url(../images/nav/services.jpg);
 background-repeat: no-repeat;
 background-position: -163px bottom;
}
#main_nav #nav_services_active a{
 width:90px;
 height:42px;
 background-image: url(../images/nav/services.jpg);
 background-repeat: no-repeat;
 background-position: -163px bottom;
}
/* @end nav_services */

/* @group nav_computer_forensics */
#main_nav #nav_computer_forensics a{
	width: 195px;
	height: 42px;
	background-image: url(../images/nav/computer_forensics.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#main_nav #nav_computer_forensics a:hover{
 width:195px;
 height:42px;
 background-image: url(../images/nav/computer_forensics.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
}
#main_nav #nav_computer_forensics_active a{
 width:195px;
 height:42px;
 background-image: url(../images/nav/computer_forensics.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
}
/* @end nav_computer_forensics */

/* @group nav_client_test */
#main_nav #nav_client_test a{
	width: 195px;
	height: 42px;
	background-image: url(../images/nav/client_test.jpg);
	background-repeat: no-repeat;
	background-position:top left;
}
#main_nav #nav_client_test a:hover{
 width:195px;
 height:42px;
 background-image: url(../images/nav/client_test.jpg);
 background-repeat: no-repeat;
 background-position:bottom left;
}
#main_nav #nav_client_test_active a{
 width:195px;
 height:42px;
 background-image: url(../images/nav/client_test.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
}
/* @end nav_client_test */

/* @group nav_about */
#main_nav #nav_about a{
	width: 81px;
	height: 42px;
	background-image: url(../images/nav/about.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#main_nav #nav_about a:hover{
 width:81px;
 height:42px;
 background-image: url(../images/nav/about.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
}
#main_nav #nav_about_active a{
 width:81px;
 height:42px;
 background-image: url(../images/nav/about.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
}
/* @end nav_about */

/* @group nav_resources */
#main_nav #nav_resources a{
	width: 114px;
	height: 42px;
	background-image: url(../images/nav/resources.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#main_nav #nav_resources a:hover{
 width:114px;
 height:42px;
 background-image: url(../images/nav/resources.jpg);
 background-repeat: no-repeat;
 background-position:bottom left;
}
#main_nav #nav_resources_active a{
 width:114px;
 height:42px;
 background-image: url(../images/nav/resources.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
}
/* @end nav_resources */

/* @group nav_home */
#main_nav #nav_blog a{
	width: 70px;
	height: 42px;
	background-image: url(../images/nav/blog.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	margin-right: 43px;
}
#main_nav #nav_blog a:hover{
 width:70px;
 height:42px;
 background-image: url(../images/nav/blog.jpg);
 background-repeat: no-repeat;
 background-position:bottom left;
}
#main_nav #nav_blog_active a{
 width:70px;
 height:42px;
 background-image: url(../images/nav/blog.jpg);
 background-repeat: no-repeat;
 background-position:bottom left;
 margin-right: 43px;
}
/* @end nav_blog */

/* @group nav_contact */
#main_nav #nav_contact a{
	width: 94px;
	height: 42px;
	background-image: url(../images/nav/contact.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	margin-right: 0;
}
#main_nav #nav_contact a:hover{
 width:94px;
 height:42px;
 background-image: url(../images/nav/contact.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
 margin-right: 0;
}
#main_nav #nav_contact_active a{
 width:94px;
 height:42px;
 background-image: url(../images/nav/contact.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
 margin-right: 0;
}
/* @end nav_contact */

/* @end main_nav */

/* @group subnav */
#subnav {
background-image:url(../images/main_body_med.jpg);
background-repeat:repeat-y;
background-position:left;
color:#B3B3B3;
line-height:18px;
font-size:12px;
font-weight:bold;
}
#subnav ul {
padding:16px 0px;
margin:0px 10px;
}
#subnav ul li {
display:inline;
padding:0px 2px 0px 0px;
}
#subnav ul li a {
color:#231F20;
}
#subnav ul li a:hover, #subnav ul li .active {
color:#2099D5;
}
/* @end subnav */
  
/* @group banners */
.banner {
	width: 965px;
	height: 228px ;
}
.banner p {
	line-height:23px;
	padding:48px 0 0 30px;
}
#home-page {
	background: transparent url(../images/home_banner_no-text.jpg) no-repeat 0 0;
}
/* @end banners */

/* @group body_box */
.body_box {
margin:20px auto 15px auto;
}
.body_box_top {
background-image:url(../images/main_body_top.gif);
background-repeat:no-repeat;
width:968px;
height:6px;
}
.body_box_med {
background-image:url(../images/main_body_med.jpg);
background-repeat:repeat-y;
width:968px;
}
.body_box_bottom {
background-image:url(../images/main_body_bottom.gif);
background-repeat:no-repeat;
width:968px;
height:6px;
}
.box_left {
	margin-left:30px;
	margin-right: 60px;
	width:485px;
	float:left;
	padding-bottom: 25px;
}
.box_left .rule {
background-image:url(../images/dots_hr.jpg);
width:483px;
height:2px;
clear:both;
margin:10px auto 0px auto;
}
.rule {
background-image:url(../images/dots_hr.jpg);
width:900px;
height:2px;
clear:both;
margin:10px auto 0px auto;
}
.box_right {
	width:350px;
	float:left;
	padding-bottom: 25px;
}

.body_box h1 {
	padding:20px 0px 30px 28px;
}
.body_box p {
padding-bottom:5px;
color:#404040;
}
.body_box h3 {
	padding-top:30px;
}
.body_box h4 {
	padding-top:30px;
	padding-bottom:10px;
}
.box_right h4 {
padding-top:0px;
}
.body_box ul {
margin-left:15px;
padding-top:5px;
}
.body_box li {
padding-bottom:15px;
list-style-image:url(../images/li_arrow.jpg);
font-size:14px;
line-height:18px;
color:#404040;
}
.list_left {
float:left;
}
.list_right {
float:left;
padding-left:20px;
}
/* @end body_box */	

.main {
width:900px;
margin:0px auto;
}
.main_left {
width:500px;
float:left;
}
.main_left p {
width:470px;
padding-bottom:10px;
}
.main_right {
width:400px;
float:left;
}
.half {
float:left;
width:435px;
}
.third {
float:left;
width:290px;
}
.third p {
width:250px;
}
.half h3 {
padding-top:0px;
margin-top:8px;
}
.half h4 {
padding-top:0px;
margin-top:8px;
}
.half p {
width:390px;
}
.gary_rule {
	background-image:url(../images/gray_dots.jpg);
	background-repeat:repeat-x;
	height:2px;
	clear:both;
	margin:25px auto;
}
/* @group chat_box */
.chat_box {
background-image:url(../images/chat.jpg);
background-position:top center;
background-repeat:no-repeat;
width:340px;
height:250px;
}
.chat_box h5 {
margin-bottom:15px;
}
.chat_box p {
}
.chat_box p strong {
color:#0C2A3D;
}
.chat_box a {
color:#0C2A3D;
text-decoration:underline;
}
.chat_box a:hover {
color:#0C2A3D;
text-decoration:underline;
}
/* @end chat_box */

/* @group selling_points */
.selling_points {}
.selling_points img {
	padding-right:20px;
	margin-bottom: 10px;
}
/* @end selling_points */

#three_cols {}
#three_cols ul {}
#three_cols ul li {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
line-height:24px;
color:#5F6062;
list-style:none;
}
#three_cols ul li a {

}
#three_cols ul li a:hover {}

.body_cols {
border:#939292 solid 1px;
background-color:#ffffff;
padding:25px;
}
#col_one {
float:left;
width:310px;
margin-right:17px;
margin-top:17px;
}
#col_one_top {
border-bottom:none;
}
#col_one_bottom {
border-top:none;
	display: none;
}
#col_two {
float:left;
width:310px;
margin-right:17px;
margin-top:17px;
}
#col_two_top {
border-bottom:none;
}
#col_two_bottom {
border-top:none;
	display: none;
}
#col_three {
float:left;
width:310px;
margin-top:17px;
}
#col_three_top {
border-bottom:none;
}
#col_three_bottom {
	border-top:none;
	display: none;
	border-bottom: none;
}


/* @group jquery buttons */
#panel {
	background: #754c24;
	height: 200px;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: #939292 solid 1px;
}
.slide a span {
	display:none;
}
.btn-slide {
	width: 125px;
	height: 28px;
	margin: 0px 0px 0px 20px;
	display: block;
	text-decoration: none;
	background-image: url(../images/more_info.jpg);
	background-repeat: no-repeat;
	background-position:  top;
}
.active {
	background-position: bottom;
}
a.btn-slide:hover {
	background-position: bottom;
}
/* @end jquery buttons */

/* @group expand_button */
.expand_button {
background-image:url(../images/expand_button_right.jpg);
background-position:right;
background-repeat:no-repeat;
height:39px;
margin-bottom:30px;
}
.expand_button img {
border:none;
}
.expand_button p {
font-size:18px;
padding-top:10px;
color:#147BA3;
}
.expand_button:hover {
text-decoration:underline;
color:#147BA3;
}
/* @end expand_button */

/* @group contact */
label {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
line-height:18px;
color:#404040;
}
.input_short {
width:205px;
border:#8E8E8E solid 1px;
padding:5px;
margin:8px 0px 15px 0px;
color:#8e8e8e;
}
.input_long {
width:425px;
border:#8E8E8E solid 1px;
padding:5px;
margin:8px 0px 15px 0px;
color:#8e8e8e;
}
.input_comment {
width:425px;
height:131px;
border:#8E8E8E solid 1px;
padding:5px;
margin:8px 0px 15px 0px;
color:#8e8e8e;
}
.inner_left {
width:224px;
float:left;
}
.inner_right {
width:225px;
float:left;
}
#contact_col1 {
	width:465px;
	float:left;
	margin-left: 35px;
}
#contact_col2 {
width:212px;
height:370px;
float:left;
border-left:#8e8e8e dotted 1px;
border-right:#8e8e8e dotted 1px;
}
#contact_col2 h3 {
margin-top:0px;
margin-left:25px;
padding-top:0px;
}
#contact_col2 .list_left {
margin-left:25px;}
#contact_col3 {
width:220px;
float:left;
}
/* @end contact */

/* @group footer */
#copywrite {
float:left;
font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#FFFFFF;
margin-top:30px;             
}
#copywrite a {
font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#FFFFFF;
text-decoration:none;
}
#copywrite a:hover {
color:#2099D5;
text-decoration:underline;
}

/* @end footer */
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* @@end hide from IE-mac */  
