/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	margin:0;
	padding:0;
	background:#eeeeee url(images/bk_body.jpg) 50% 0 repeat-x;
	line-height:130%;
}

/*Changed Background color to #000000 from #eeeeee 11-9-11 -TM-*/

ul {
	list-style:none;
}

a {
	color:#a01111;
}

a:hover {
	color:#bb0202;
}

a:focus {
	outline:none;
}

p {
	margin:0.8em 0;
	line-height: 18px;
}

h2 {
	color:#9a2b2b;
	text-transform:uppercase;
	font-size:18px;
	padding-bottom:10px;
}

/*added #colCenter to make BLANK template*/

#colCenter h1 {
	text-transform:none;
	margin-top: 20px;
	padding:5px 0;
}

#colLeft h2, #colLeft h3 {
	text-transform:none;
	padding:5px 0;
}

#colRight h2 {
	font-size:16px;
	border-bottom:1px solid #efefef;
	padding-bottom:5px;
	padding-top:0;
	margin-bottom:5px;
}

h2.home {
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
	padding-bottom:6px;
}

h3 {
	font-size:16px;
}

h1 {
	font-size:26px;
	font-weight:normal;
	color:#333;
	display:block;
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
	margin-bottom:15px;
}
h1, h2, h3 {
	line-height:100%;
}
h4 {
	color: #992828;
	font-weight: bolder;
}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#wrapper {
	margin:35px auto 0;
	width:960px;
	background:#fff url(images/bk_wrapper.jpg) 0 0 no-repeat;
	padding-bottom:1px;
}


#header {
	height:100px;
	position:relative;
	border-bottom:1px solid #E2E2E2;
	background:url(images/bk_header.jpg) 0 100% repeat-x;
}

#content {
	padding:20px;
	border-bottom:1px solid #e1e1e1;
	min-height:500px;
	padding-top:0;
}

.columns {
	background:url(images/bk_rightcol.jpg) 625px 0 repeat-y;
}

#footer {
	clear:both;
	background:url(images/bk_footer.jpg) 100% 0 no-repeat;
	padding:13px 0 5px 0;
	width:962px;
	height:75px;
	margin:0px auto;
	color:#686868;
	position:relative;
	font-size:11px;
}
#footer1 {
	clear:both;
	padding:0 0 16px 0;
	width:962px;
	height:80px;
	margin:1px auto;
	color:#949393;
	position:relative;
	font-size:9px;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:15px;
	left:15px;
	/*
	position:absolute;
	margin: 7px 0 0 9px;
	*/
}

#logo h1 {
	padding:0;
	background:none;
	border:none;
}

#logo h1 a, #logo h1 a:hover{
	background:url(images/logo1.gif) 0 0 no-repeat;
	width:230px;
	height:54px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	border:none;
}


#topMenu {
	position:absolute;
	right:10px;
	top:75px;
	
}
/*Changed color to #1d1d1d from #606060 11-9-2011 -TM-*/

#topMenu li {
	float:left;
	padding:2px 9px;
	border-right:1px solid #606060;
}
/*Changed color to #1d1d1d from #e4e3e3 11-9-2011 -TM-*/

#topMenu li a {
	color:#e4e3e3;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}

#topMenu li a:hover, #topMenu li.selected a {
	color:#f64444;
}

/* CONTENT
---------------------------------------------*/
#latestPostsHome {
	display:block;
}

#latestPostsHome li {
	display:block;
	float:left;
	background:#FBFBFB url(images/bk_latest_box.jpg) 0 100% repeat-x;
	border:1px solid #DDD;
	padding:10px;
	margin-right:12px;
	width:275px;
	height:190px;
	position:relative;
	margin-bottom:20px;
}

#latestPostsHome li h3 {
	padding-bottom:6px;
	font-weight:normal;
}

#latestPostsHome li p img {
	float:left;
	margin-right:10px;
}

#latestPostsHome li span {
	display:block;
	position:absolute;
	bottom:10px;
	left:7px;
	color:#828282;
	font-size:11px;
}

#latestPostsHome li span img {
	vertical-align:middle;
	margin-right:3px;
}

#content ul#latestPostsHome li a.readmore {
	display:block;
	position:absolute;
	bottom:8px;
	right:10px;
	background:url(images/but_readmore.png) 0 0 no-repeat;
	width:66px;
	height:22px;
	text-indent:-9999px;
}

#homeColumns {
	display:block;
}

#homeColumns li {
	float:left;
	border-right:1px dashed #E0E0DA;
	padding:8px;
	padding-left:0;
	margin-right:11px;
	width:286px;
	position:relative;
}

#homeColumns li img {
	border:none;
}

#homeColumns li.last {
	margin-right:0;
	border:none;
}


#colLeft {
	float:left;
	width:590px;
	padding-top:25px;

}

#colRight {
	float:left;
	width:290px;
	padding-top:30px;
	margin-left:15px;
	padding-left:20px;
}

#colRight ul {
	margin-bottom:15px;
}

#colLeft ul li {
	display:block;
	background:url(images/bullet.jpg) 0 5px no-repeat;
	padding:2px 0 3px 15px;
	margin:0 0 0 20px;
	line-height:20px;
}


#colRight ul#latestPosts li, #colRight ul#subCategs li, #colRight ul li  {
	border-bottom:1px solid #efefef;
	line-height:170%;
	padding:5px;
	background:#f9f9f9;
}

#colRight ul#latestPosts li a, #colRight ul#subCategs li a, #colRight ul li a{
	text-decoration:none;
}

#colRight ul#latestPosts li a:hover, #colRight ul#subCategs li a:hover, #colRight ul#latestPosts li:hover a, #colRight ul#subCategs li:hover a{
	color:#333;
}

#colRight ul#latestPosts li:hover, #colRight ul#subCategs li:hover, #colRight ul li:hover  {
	background:#fff;
}

#colRight ul#latestPosts li span {
	font-size:11px;
	color:#828282;
}

#colRight ul#latestPosts li span img {
	vertical-align:middle;
}

.rss {
	margin:0 0 10px;
	padding:5px 0 10px;
	border-bottom:1px solid #efefef;
}

.rss img {
	float:left;
	margin-right:15px;
	border:none;
}

.serviceColLeft, .serviceColRight {
	float:left;
	width:275px; 
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	padding-right:15px;
	margin-top:22px;
	height:250px; /* here you can adjust the service box height to fit the content*/
	padding-bottom:25px;
	
}

.serviceColRight {
	float:left;
	width:255px; 
	padding-left:20px;
	padding-right:15px;
	border-right:none;
	
}

.serviceColLeft img , .serviceColRight img {
	float:left;
	margin-right:15px;
	margin-bottom:2px;
}


.blogItem img {
	padding:6px;
	border:1px solid #efefef;
	margin-bottom:5px;
}

.blogItem span img {
	padding:0;
	border:none;
	vertical-align:middle;
	margin:0 5px;
}

.blogItem span.action {
	position:absolute;
	bottom:10px;
	right:10px;
	font-weight:bold;
}

.blogItem, .blogItemSearch {
	padding-bottom:5px;
	border-bottom:1px solid #efefef;
	margin-bottom:20px;
}

.blogItem p img {
	padding:5px;
	border:1px solid #efefef;
} 

.blogItemSearch {
	margin-bottom:10px;
}

.more-link {
	display:block;
	background:url(images/but_readmore.png) 0 0 no-repeat;
	width:66px;
	height:22px;
	text-indent:-9999px;	
}

span.metadata {
	display:block;
	padding:5px 0;
	font-size:11px;
	color:#828282;
	border-bottom:1px solid #efefef;
}

span.metadata img {
	vertical-align:middle;
}

.search-terms {
	color:#119EC8;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

/*SIDEBAR LINKS
---------------------------------------------*/
#side-bar1 {
	clear:both;
	background:url(images/client_results.jpg) 100% 0 no-repeat;
	padding:0 0 0 0;
	width:301px;
	height:150px;
	font-size:11px;
}
#side-bar1-text {
	clear:both;
	padding:75px 0 0 0;
	width:250px;
	height:110px;
	margin:1px auto;
	color:#ffffff;
	position:relative;
	font-size:11px;
}
#side-bar1-but {
	clear:both;
	margin:0px 0 0 185px;
	width:72px;
	height:16px;
	background-image: url(images/client_results-but.jpg);	
}
#side-bar2 {
	clear:both;
	background:url(images/affliates.jpg) 100% 0 no-repeat;
	padding:0 0 0 0;
	width:301px;
	height:150px;
	font-size:11px;
}
#side-bar2-text {
	clear:both;
	padding:75px 0 0 0;
	width:250px;
	height:110px;
	margin:1px auto;
	color:#ffffff;
	position:relative;
	font-size:11px;
}
#side-bar2-but {
	clear:both;
	margin:0px 0 0 185px;
	width:72px;
	height:16px;
	background-image: url(images/affliates-but.jpg);	
}
#side-bar3 {
	clear:both;
	background:url(images/guidebook.jpg) 100% 0 no-repeat;
	padding:0 0 0 0;
	width:301px;
	height:150px;
	font-size:11px;
}
#side-bar3-text {
	clear:both;
	padding:75px 0 0 0;
	width:250px;
	height:100px;
	margin:1px auto;
	color:#ffffff;
	position:relative;
	font-size:11px;
}
#side-bar3-but {
	clear:both;
	margin:0px 0 0 185px;
	width:72px;
	height:16px;
	background-image: url(images/guidebook-but.jpg);	
}
#side-bar4 {
	clear:both;
	background:url(images/partners.jpg) 100% 0 no-repeat;
	padding:0 0 0 0;
	width:301px;
	height:150px;
	font-size:11px;
}
#side-bar4-text {
	clear:both;
	padding:80px 0 0 0;
	width:250px;
	height:140px;
	margin:1px auto;
	color:#ffffff;
	position:relative;
	font-size:11px;
}
#side-bar4-but {
	clear:both;
	margin:5px 0 0 185px;
	width:72px;
	height:16px;
	background-image: url(images/partners-but.jpg);	
}
#side-bar5 {
	clear:both;
	background:url(images/client_results2.jpg) 100% 0 no-repeat;
	padding:0 0 0 0;
	width:301px;
	height:350px;
	font-size:11px;
}
#side-bar5-text {
	clear:both;
	padding:90px 0 0 0;
	width:250px;
	height:140px;
	margin:1px auto;
	color:#000;
	position:relative;
	font-size:11px;
}
#side-bar6 {
	margin-left: -15px;
}
#side-bar6-text {
	clear:both;
	padding: 80px 0 0 0;
	width:250px;
	height:140px;
	margin:1px 0 0 -15px;
	color:#ffffff;
	position:relative;
	font-size:11px;
}
#side-bar6-but {
	clear:both;
	margin:5px 0 0 185px;
	width:72px;
	height:16px;
	background-image: url(images/partners-but.jpg);	
}


/*HOMEPAGE-LOGOS
---------------------------------------------*/
.logos {
	
	width:525px;
	margin:20px 15px 0 210px;
}

/* .logos1 note - changed left margin to 30px from 0 to make logos center*/

.logos1 {
	margin:5px 30px 0 30px;
	height:40px;
	float:left;	
}

.logos2 {
	margin:-10px 30px 0 0;
	height:40px;
	float:left;	
}

/*COMMENTS
---------------------------------------------*/
#colLeft ul.commentlist {
	margin-bottom:10px;
}

#colLeft ul.commentlist li {
	background:none;
	border-bottom:1px solid #efefef;
	padding:5px 0;
	padding-left:40px;
}

#colLeft ul.commentlist li .avatar {
	float:left;
	width:32px;
	margin-left:-40px;
}

*html #colLeft ul.commentlist li .avatar {
	margin-bottom:-20px;
}

#colLeft ul.commentlist li.odd {
	background:#f9f9f9;
}

#colLeft ul.commentlist li .commentmetadata {
	font-size:11px;
	color:#999;
	border-bottom:1px solid efefef;
}

/* FOOTER
---------------------------------------------*/

.footerMark {
	position:absolute;
	top:10px;
	right:0;
}


/* HOME SLIDER
-----------------------------------------------*/

#slider {
	margin-bottom:20px;
	margin-top:20px;
}

* html #slider {
	padding-bottom:0;
}

#sliderFold {
	width:305px;
	padding:0;
	float:left;
}

#sliderFold .sliderItem, #sliderFold .sliderItemOn, #sliderFold .sliderItemOnFirst{
	padding:13px 20px 0 84px;
	border-right:1px solid #b9b8b8;
	border-bottom:1px solid #b9b8b8;
	border-top:1px solid #fff;
	height:83px;
	position:relative;
	cursor:pointer;
}

 #sliderFold .sliderItemOnFirst {
 	border-top:1px solid #b0afaf;
 }

#sliderFold .sliderItemOn, #sliderFold .sliderItem:hover {
	border-right:none;
	background:url(images/bk_serv_active.jpg) 100% 0 repeat-y;
	
	
}

#sliderFold .sliderItem h2, #sliderFold .sliderItemOn h2, #sliderFold .sliderItemOnFirst h2 {
	font-size:16px;
	letter-spacing:-1px;
	padding-bottom:5px;
	text-transform:none;
	color:#333;
}

#sliderFold .sliderItem p, #sliderFold .sliderItemOn p, #sliderFold .sliderItemOnFirst p  {
	line-height:120%;
	margin:0;
	padding:0;
}

#sliderFold .sliderItem img, #sliderFold .sliderItemOn img, #sliderFold .sliderItemOnFirst img{
	position:absolute;
	left:0;
	top:10px;
}

.sliderImg {
	background:#b9b8b8 url(images/bk_blue_grad.jpg) 0 100% repeat-x;
	border:1px solid #b0afaf;
	border-left:none;
	position:relative;
	float:left;
	padding:7px;
	height:376px;
}

.panel a.butDetails {
	display:block;
	position:absolute;
	width:157px;
	height:40px;
	background:url(images/but_slider.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	right:3px;
	bottom:5px;
}

.panel img {
	border:1px solid #fff;
}	

.panel p.projName {
	font-size:16px;
	padding:15px 4px;
	margin:0;
}



/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	float:left;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 600px; /*Width of Carousel Viewer itself*/
	height: 376px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:384px;
	position:relative;
}


/* FORMS
--------------------------------------------------*/

#searchform {
	position:absolute;
	top:40px;
	right:20px;
}

#searchform input#s {
	width:195px;
	background:url(images/bk_searchbox.jpg) 0 0 no-repeat;
	font-size:12px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 5px;
	border: none;
	text-align: left;
	color: #999;
}

#searchform input#searchsubmit {
	width:25px;
	height:22px;
	background:url(images/bk_searchbut.jpg) 0 0 no-repeat;
	border:none;
	text-indent: -99999px;
}

#searchform input {
	float:left;
}

form#contact label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form#contact input, form#contact textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

form#contact textarea {
	width:500px;
}

form#contact input.submit {
	border:none;
	width:147px;
	height:40px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(images/bk_submit.jpg) 0 0 no-repeat;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}

form#commentform label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form#commentform input, form textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


form#commentform textarea {
	width:500px;
}

form#commentform input#submit{
	border:none;
	width:157px;
	height:40px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(images/bk_butpostcomm.jpg) 0 0 no-repeat;
	font-size:11px;
}



/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}


#zohoWebToLead .zoho_form_label {
	
}

#zohoWebToLead .zoho_form_input input[type=text] {
	width: 128px;
	border: 1px solid #cccccc;
	margin: 0 0 5px 5px;
}

#zohoWebToLead #state{
	width: 26px;
	margin-left: 4px;
}

#zohoWebToLead #city{
	width: 96px;
}

#zohoWebToLead table {
	margin-top: 5px;
}
.screen-reader-text{
 display:none;
}




/* Page Navigation  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pageNav { padding:0; margin:20px 0 31px 0; height:26px; width: 100%; float:left; text-align:right; }
.Nav {
float:right;
}

.pageWord {
float:right;
line-height:24px;
padding-right:10px;
}

.pageNav a, .pageNav a:visited { display:block; float:left; text-align:center; line-height:24px; height:24px; font-size: 12px; color:#676767; text-decoration:none; margin-right:1px; padding:0 8px 0 8px; }
.pageNav a:hover { background: #e4e2e2; text-decoration: none; color:#676767;  line-height:22px; height:22px; padding:0 7px 0 7px; border:1px solid #bab9b9; }
.pageNav span { font-size:13px; display:block; float:left; text-align:left; line-height:24px; height:24px; margin-right:1px;color:#676767;}
.pageNav .on { display:block; float:left; text-align:center; line-height:22px; height:22px; background:#e4e2e2;  color:#676767; margin-right:1px; padding:0 7px 0 7px; border:1px solid #bab9b9; font-weight:normal; }

.dotts {width:22px; text-align:center; display:block; float:left;}


/******************** MAIN BLOG LAYOUT ***********************/
.blogItem.blogs {
border:0;
}

.blog.entry {
margin-top:10px;
border:0;
}

.blogmetadata {
background:url(images/postmeta.jpg) no-repeat;
height:30px;
font-size:12px;
line-height:28px;
font-weight:bold;
}
.blogmetadata .date {
color:#fff;
width:108px;
text-align:center;
margin-right:10px;
float:left;
}
.blogmetadata .catz {
float:left;
}
.blogmetadata .catz a {
color:#515151;
text-decoration:none;
}
.blogmetadata .catz a:hover {
text-decoration:underline;
}

.blogmetadata .vidcom {
float:right;
margin-right:15px;
padding-left:20px;
background:url(images/blogcom.gif) left no-repeat;
font-weight:normal;
}
.blogmetadata .vidcom a {
color:#515151;
text-decoration:none;
}
.blogmetadata .vidcom a:hover {
text-decoration:underline;
}

.blogthumbnail {
background:url(images/blogthumb.jpg) left no-repeat;
width:180px;
height:146px;
padding:10px;
margin:0 10px 0 0;
float:left;
}
.blogthumbnail div {
width:180px;
height:146px;
overflow:hidden;
}


/******************** VIDEO BLOG LAYOUT ***********************/
.videothumbnail {
background:url(images/vidthumb.jpg) left no-repeat;
width:160px;
height:115px;
padding:11px 10px 10px 10px;
margin:0 0 5px 0;

}
.videothumbnail div {
width:160px;
height:115px;
overflow:hidden;
}

.blogItem.videos {
border:0;
float:left;
width:180px;
margin:0 15px 15px 0;
}
.blogItem.videos h2 {
font-size:12px;
}
.video .date {
font-size:10px;
color:#898686;
}

.blogthumbnail img, .videothumbnail img {
	padding:0;
	border:0;
	margin-bottom:0;
}



.featvideo {
margin-bottom:20px;
}

.lffirst {
	width: 60px;
	margin: 0 0 0 10px;
}

.lflast {
	width: 60px;
	margin: 0px 0 0 0px;
}

.lfday {
	width: 90px;
	margin: 0 0 0 10px;
}

.lfnight {
	width: 90px;
	margin: 0 0 0 10px;
}

.lfemail {
	width: 180px;
	margin: 0 0 0 10px;
}

.lfzip {
	width: 60px;
	margin: 0 0 0 10px;
}

.lfcomments {
	width: 180px;
	height: 30px;
	margin: 0 0 0 10px;
}

.lfcap {
	width: 60px;
	margin: 10px 0 0 10px;
}

.lfsubmit {
	margin: -30px 0 0 120px;
}

#leadformside {
	margin: 0 0 0px -15px;
	clear:both;
	background:url(images/evaluation.png) 100% 0 no-repeat;
	padding: 70px 5px 0 5px;
	width:301px;
	height:545px;
	font-size:11px;
	
}

.formnarrow {
	margin-left: 15px;
}

#scrollerad {
	width: 930px;
}

#ad {
	float: left;
	width: 50%;
	height: 200px;
}

#ad1 {
	float: left;
	width: 50%;
	height: 200px;
}



























































