@charset "utf-8";
/*-----------------------------------------------------------------------------
author: PalmettoSoft
date: 05/01/2008
client: Cantey Technology
Copyright 2008 PalmettoSoft, Inc.
-----------------------------------------------------------------------------*/

/* @group GLOBAL */

/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

The purpose of a reset file, stated in the words of Yahoo, "removes and neutralizes the inconsistent default styling of HTML elements, creating a level playing field across A-grade browsers and providing a sound foundation upon which you can explicitly declare your intentions." (see http://developer.yahoo.com/yui/reset/)

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, 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 {
	color: #000;
	font: 1em/1 Helvetica, Verdana, Arial, sans-serif;
	height: 100%;
	width: 100%;
	margin:  0 auto;
	/* make IE center the site */
	text-align:  center;
	background: #fff url(images/bg.jpg) repeat-x center top;
	
}
.nav ul, .topnav ul, .leftnav ul, .footnav 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;
	/* again, makes old, broken IE center the site */
	text-align: left;
}
#content {
	width: 900px;
	margin: 0 auto;
	position: relative;
	top: 20px;
}
#top {
	width:865px;
	height: 147px;
	margin: 0 auto;
}
#mid {
	overflow: hidden;
	margin-top: 40px;
}
#leftcol {
	width: 204px;
	float: left;
	margin-left: 45px;
}
#rightcol_blog {
	width:450px;
	float: left;
	font: .8em/1.3em Helvetica, Verdana, Arial, sans-serif;	padding-left:18px;
}#rightcol{	width:587px;	float: right;	font: .8em/1.3em Helvetica, Verdana, Arial, sans-serif;}	
#btm {
	width: 865px;
	margin: 0 auto;
	position:relative;
}
.logolink {
	width: 257px;
	height: 157px;
	position: absolute;
	left: 19px;
	top: -1px;
}
.topPhone {
	position: relative;
	float: right;
	top: 23px;
	font: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #505050;
}
.callToday {
	font-size: 24px;
}
/* @end */
/* @group MAIN CONTENT */

#calloutone {
	width: 204px;
	height: 230px;
	background: url(images/inner_bg_callout1.png) no-repeat center top;
}
#callouttwo {
	width: 204px;
	height: 230px;
	background: url(images/inner_bg_callout2.png) no-repeat center top;
}
#calloutthree {
	width: 204px;
	height: 230px;
	background: url(images/inner_bg_callout3.png) no-repeat center top;
}
#calloutfour {
	width: 204px;
	height: 230px;
	background: url(images/inner_bg_callout4.png) no-repeat center top;
}
#calloutfive {
	width: 204px;
	height: 230px;
	background: url(images/inner_bg_callout5.png) no-repeat center top;
}
#calloutsix {
	width: 204px;
	height: 230px;
	background: url(images/inner_bg_callout6.png) no-repeat center top;
}
#calloutseven {
	width: 204px;
	height: 230px;
	background: url(images/inner_bg_callout7.png) no-repeat center top;
}
.readonone {
	float: right;margin-right: 20px;margin-top: 70px;	height: 22px;
	width: 104px;
}
.readontwo {
	float: right;margin-right: 20px;margin-top: 70px;	height: 22px;
	width: 104px;
}
.readonthree {
	float: right;margin-right: 20px;margin-top: 70px;	height: 22px;
	width: 104px;
}

/* @end */

/* @group TYPOGRAPHY */

#calloutone p, #callouttwo p, #calloutthree p, #calloutfour p, #calloutfive p, #calloutsix p, #calloutseven p {
	width: 160px;
	font: .75em/1.2em Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	position: relative;
	top: 60px;
	left: 24px;
}
#rightcol p {
	font: 1em/1.3em Helvetica, Verdana, Arial, sans-serif;
	margin: 10px 0;
}
blockquote {
	font-style: italic !important;	
}
hr {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
.goright {
	float: right; 
	margin: 0 0 0 10px; 
}
ul.svcs_ul {
	margin-top: 10px;
	margin-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
ul.svcs_ul li {
	margin-top: 6px;
	margin-bottom: 6px;
}
/* @end */

/* @group NAV */

/* @group SUBNAV */

/* @end */

.nav {
	float: right;
	clear: right;
	width:530px;
	height: 37px;
	position: relative;
	top: 37px;
}
/* image rollover technique */	
.nav li {
	height: 37px;
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}
.nav a {
	float: left;
	padding: 37px 0 0 0;
	margin:0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:37px; /* for IE5/Win only */
}	

.nav a:hover {
	background-position: 0 -37px;
}

.nav a:active {
	background-position: 0 -37px;
}
.nav01 a {
	width:85px;
	background: url(images/nav01.png) no-repeat top left;
}
.nav02 a {
	width:73px;
	background: url(images/nav02.png) no-repeat top left;
}
.nav03 a {
	width:86px;
	background: url(images/nav03.png) no-repeat top left;
}
.nav04 a {
	width: 112px;
	background: url(images/nav04.png) no-repeat top left;
}
.nav05 a {
	width:96px;
	background: url(images/nav05.png) no-repeat top left;
}
.nav06 a {
	width:73px;
	background: url(images/nav-blog.png) no-repeat top left;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 100%;
line-height:18px;
z-index:100;
}

#dropmenudiv a, #dropmenudiv a:visited, #dropmenudiv a:active {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
background-color: #686567;
	color: #fff;
	font-size: 80%;
	line-height: 18px;
}

#dropmenudiv a:hover { /*hover background color*/
background-color: #b7c236;
	color: #fff;
}

/* @end */

/* @group H1-H6 */

h1.logo {
	padding: 147px 0 0 0;
    overflow:  hidden;    
    height: 0px !important;
    height /**/:147px;
    width:257px;
    background: url(images/logo.png) no-repeat left top;
    float: left;
}
h2 {
	margin-bottom: 30px;
}

h2.system-engineer {
	padding: 59px 0 0 0;
    overflow:  hidden;    
    height: 0px !important;
    height /**/:59px;
    width:571px;
    background: url(images/h2_sys_engineer.png) no-repeat left top;
    float: left;
}
h2.account-executive {
	padding: 59px 0 0 0;
    overflow:  hidden;    
    height: 0px !important;
    height /**/:59px;
    width:571px;
    background: url(images/h2_account-executive.png) no-repeat left top;
    float: left;
}

h2.About {
	padding: 59px 0 0 0;
    overflow:  hidden;    
    height: 0px !important;
    height /**/:59px;
    width:571px;
    background: url(images/h2_about.png) no-repeat left top;
    float: left;
}
h2.Services {
	padding: 59px 0 0 0;
    overflow:  hidden;    
    height: 0px !important;
    height /**/:59px;
    width:571px;
    background: url(images/h2_services.png) no-repeat left top; 
}
h2.Testimonials {
	padding: 59px 0 0 0;
    overflow:  hidden;    
    height: 0px !important;
    height /**/:59px;
    width:571px;
    background: url(images/h2_testimonials.png) no-repeat left top;
    float: left;
    margin-bottom: 30px;
}
h2.Contact {
	padding: 59px 0 0 0;
    overflow:  hidden;    
    height: 0px !important;
    height /**/:59px;
    width:571px;
    background: url(images/h2_contact.png) no-repeat left top;
    float: left;
}
h2.NeedHelp {
	padding: 59px 0 0 0;
    overflow:  hidden;    
    height: 0px !important;
    height /**/:59px;
    width:571px;
    background: url(images/h2_need-help.png) no-repeat left top; 
}
h2.Blog {
	padding: 59px 0 0 0;
    overflow:  hidden;    
    height: 0px !important;
    height /**/:59px;
    width:448px;
    background: url(images/h2_blog.png) no-repeat left top; 	margin-bottom:8px;
}
h2.DataRecovery {
	padding: 59px 0 0 0;
    overflow: hidden;
    height: 0px !important;
    height /**/:59px;
    width: 571px;
    background: url(images/h2_data-recovery.png) no-repeat left top; 
}
h2.associations {
	padding: 59px 0 0 0;
    overflow: hidden;
    height: 0px !important;
    height /**/:59px;
    width: 571px;
    background: url(images/h2_associations.png) no-repeat left top; 
}
h2.affiliates {
	padding: 59px 0 0 0;
    overflow: hidden;
    height: 0px !important;
    height /**/:59px;
    width: 571px;
    background: url(images/h2_affiliates.png) no-repeat left top; 
}

h2.contacttext {
	font-size: 1.2 em;
	color: #9ca53a;
	text-decoration: none;
}
.adr {
	margin-top: -15px;
}
h3.svcs {
	margin-top: 15px;
	font-weight:  bold;
	font-size: 1.6em;
	color: #bbc82d;
}
h3.contact {
	font-size: 1.1 em;
	
}
h4 {
	color: #bbc82d;
	font-style: italic;
}

/* @end */
/* @group LINKS */



/* @end */
/* @group FOOTER */

#branding {
	background: url(images/ps-icon-blk.png) no-repeat right 40%;
	padding-right: 2em;
	width: 17em;
	color: #181818;
}

#branding a {
	color: #818181;
}

#branding a:hover {
	border-bottom: 1px solid #818181;
	color: #2d2d2d;
}

/* hack for opera width issue */

html:first-child #branding {
	width: 21em;	
}
#foot {
	font-size: .7em;
	width: 865px;
	margin: 0 auto;
	line-height: 26px;
	text-align: left !important;
	color: #818181;
	padding-bottom: 20px;
	position: relative;
	top: 20px;
	background: url(images/bg_logo_sm.png) no-repeat right 5px;
}
#footright {
	margin-right: 30px;
	float: right;
	position: relative;
	top: -50px;
}
#footright ul {
	padding-right: 0px;
}
#footright li {
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
	list-style-type: none;
}
#foot a, #foot a:visited, #foot a:active {
	text-decoration: none;
}
#footright a {
	color: #818181;
}
#footright a:visited {
	color: #818181;
}
#footright a:hover {
	border-bottom: 1px solid;
	color: #2d2d2d;
}
#footright a:active {
	border-bottom: none;
}

/* @end */
/* @group FORMS */

.contact_form {
	position: relative;
	top: -20px;
}

#widgets  li{
 list-style-type:none;
 
}
#widgets  li h2{
 padding-top:30px;
 
 
}/* New css start */#sidebar {	border-left:1px dotted #E5E5E6;	float:right;	padding-left:25px;	width:150px;	margin-top:52px;}#sidebar li {	background:transparent none repeat scroll 0 0;	line-height:25px;}.widget {	margin-bottom:10px;	padding-top:10px;}.widget li {	border-bottom:1px dotted #E5E5E6;	color:#777674;	font-size:14px;	list-style-image:url(images/bulletSub.png);	padding:10px 0 10px 15px;}.widget li a {	color:#777674;	text-decoration:none;}.name{	list-style:none;}.widget li a:hover {	color:#7DBC0B !important;	text-decoration:underline;}/*......................................*/.post {	margin-bottom:30px;}.post h2 {	color:#666666;	margin-bottom:2px;}.entry {	min-height:110px;	padding:15px 0 8px;	color:#333333;}.entry p{	margin:0 !important;	text-align:justify;}.post .imgleft {	border:1px solid #E0E0E0;	padding:5px;}.imgleft {	float:left;	margin-right:15px;	margin-top:5px;}.date a, .date a:visited, a.morelink {	color:#333333 !important;	text-decoration:none !important;}.post h2 a, .post h2 a:visited {	color:#666666;	text-decoration:none !important;}.date{	color:#333333;}.date a{	color:#333333;}h3{	color:#666666;	}/* New css End */

/* @end */
/* @group TABLES */

/* @end */
/* @group MISC */

/* @end */
/*****wp-pagenavi start****/
.wp-pagenavi a.first, .wp-pagenavi span.extend, .wp-pagenavi a.last {display:none;}
.wp-pagenavi {padding-bottom:7px;text-align:right;}
.wp-pagenavi span.current {background-color:#b0b654 !important;color:#FFFFFF !important;}





.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #b0b654;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #b0b654;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
#newsletter-wrap{
color:#505050;
float:right;
font-size:12px;
font-weight:bold;
position:relative;
top:23px;
}

/*****wp-pagenavi end****/
