/*
Theme Name: Fasturtle
Theme URI: http://fasturtle.com
Description: Realigned Fasturtle.com
Version: 2.0
Author: Fasturtle
Author URI: http://fasturtle.com
*/

@import url(css/components.css);

/**
 * Common Browser Resets
 * @seehttp://developer.yahoo.com/yui/reset/
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
img {border:0;}
a {outline:none;}

/**
 * Clearfix (easy clearing of floats)
 * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display: block;}
* html .clearfix {height:1px} /* For IE */

/**
 * @section fonts
 * @see http://www.anatoletype.net/fonts/dejarip
 */
 
 #TwitterCounter {
	margin: 0 auto 20px auto;
	width: 149px;
 }

#vacation h3 a,
#vacation h3 a:hover {
	color: #1B75BA;
 }

@font-face {
	font-family: 'DejaWebRegular';
	src: url('fonts/dejaweb/dejaweb-webfont.eot');
	src: local('--'), url('fonts/dejaweb/dejaweb-webfont.woff') format('woff'), url('fonts/dejaweb/dejaweb-webfont.ttf') format('truetype'), url('fonts/dejaweb/dejaweb-webfont.svg#webfontnA8eSO74') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaWebBold';
	src: url('fonts/dejaweb/dejaweb-bold-webfont.eot');
	src: local('--'), url('fonts/dejaweb/dejaweb-bold-webfont.woff') format('woff'), url('fonts/dejaweb/dejaweb-bold-webfont.ttf') format('truetype'), url('fonts/dejaweb/dejaweb-bold-webfont.svg#webfontOAj4FJa3') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaWebBoldItalic';
	src: url('fonts/dejaweb/dejaweb-bolditalic-webfont.eot');
	src: local('--'), url('fonts/dejaweb/dejaweb-bolditalic-webfont.woff') format('woff'), url('fonts/dejaweb/dejaweb-bolditalic-webfont.ttf') format('truetype'), url('fonts/dejaweb/dejaweb-bolditalic-webfont.svg#webfontf1iXVlHI') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaWebItalic';
	src: url('dejaweb-italic-webfont.eot');
	src: local('--'), url('fonts/dejaweb/dejaweb-italic-webfont.woff') format('woff'), url('fonts/dejaweb/dejaweb-italic-webfont.ttf') format('truetype'), url('fonts/dejaweb/dejaweb-italic-webfont.svg#webfontGD3ZlhR8') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Begin Color */
body {
  background:#fff url(img/bg-page.jpg) repeat-x 0 0;
  -webkit-text-size-adjust:none;
}

body,
#content.category-work li.current a,
#content.category-work li a:hover,
#content.category-work li a:focus,
#content.category-work li a:active {
  color:#333;
}

h1,
h2,
#content h1,
#content h2,
.category-blog h2,
.category-blog h2 a:link,
.category-blog h2 a:visited,
.category-blog h2 a:hover,
.category-blog h2 a:focus,
.category-blog h2 a:active {
  color:#1B75BA;
}

body h1 a.more,
#sidebar ul.work.nav li a:hover,
#sidebar ul.work.nav li a:focus,
#sidebar ul.work.nav li a:active,
#sidebar ul.work.nav li.current a {
  color:#EF680C; /* Bright Orange */
}

h1,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:focus,
#header2 h2,
h1 a,
#footerOptions #contact,
#footer a:hover,
#footer a:focus,
#footer a:active,
a:hover,
a:focus,
a:active,
#main_nav ul a:hover,
#main_nav ul a:focus,
.tags a {
  color:#555;
}

a:link,
a:visited {
  text-decoration:none;
}

a:hover,
a:focus,
a:active {
  text-decoration:underline;
}

#content a.external {
  background:transparent url(img/a-external-sm.gif) no-repeat scroll right 1px;
  padding-right:12px;
}

#sidebar .our-services li:hover a,
#sidebar .our-services li:focus a {
  text-decoration:none;
}

entry a:hover,
entry a:focus,
.entry a:active {
  text-decoration:underline;
}

.entry h3, #home-slider dt  {
  color:#089647;
}

#content p,
.entry ul,
.entry ol {
  color:#555;
}

#content p.subtitle {
  color:#666;
}

.support #demo.widget {
  color:#777;
  margin:1em 0;
  padding:20px;
  width:520px;
}

#bg {
  background:url(img/bg-clouds2.jpg) no-repeat center top;
  margin:0 auto;
}

::selection {
  background:#118D4A;
  color:#fff;
}

::-moz-selection {
  background:#118D4A;
  color:#fff;
}

object.portfolio-gallery {
	display: inline;
	float: left;
	margin-bottom: 1em;
}

/* Recent / Featured Projects */
div.recent-projects {
  border-top:1px solid #d3e5ef;
  border-bottom:1px solid #d3e5ef;
  background:url(img/proj-fade.jpg) repeat-x top;
  padding:10px;
  margin-bottom:20px;
  min-height:200px;
}

div.recent-projects > a {
  font-family:'DejaWebRegular','Myriad Pro',Myriad,'Lucida Grande',Lucida,Helvetica,Arial,sans-serif;
  color:#c3c5c6;
  font-size:12px;
  font-style:italic;
  display:inline;
}

div.recent-projects h4 {
  text-transform:uppercase;
}

#sidebar .widget {
  background:rgba(237,247,254,0.8);
  border:1px solid #CCE8F4;
  color:#777;
}

#sidebar .widget a:hover,
#sidebar .widget a:focus {
  color:#E17425;
}

#sidebar div.support.videos.widget {
  background:transparent;
  border-width:0;
  padding:2px 21px 21px;
  margin:1px 1px 0 0;
}

.home #content p.services,
.home #content p.clients {
  margin-bottom: 0;
  padding-bottom: 0;
}

.home #content ul.services li {
  color: black;
  font-size: 14px;
  font-weight: bold;
  list-style: disc;
  margin-left: 2em;
}

.home #content ul.services li {
  float: left;
  font-size: 14px;
  list-style: disc;
  margin-left: 1.3em;
  width: 200px;
}

.home #content ul.services,
.home #content ul.clients {
  margin-bottom: 1em;
}

.home .blog,
.home .featured-work {
  border-right:1px solid #eee;
  border-left:1px solid white;
}

.home .free-consultation {
  border-right:1px solid white;
  border-left:1px solid white;
}

#sidebar h3,
#sidebar h4,
#sidebar h4 a {
  color:#1B75BA;
}

h1 a strong,
#sidebar .glossary dt,
a:link,
a:visited {
  color:#089647;
}

.package.odd {
  background-color:#F1F1F1;
}

.package {
  border-top:1px solid #ddd;
}

.package h3 span.price {
  color:#1B75BA;
}

#user_toolbar {
  background:#27231A url(img/toolbar_shadow.gif) repeat-x scroll center bottom;
}

#user_toolbar,
#user_toolbar a {
  color:#fff;
}

ul#nav li a:link,
ul#nav li a:visited,
ul#nav li a.active:hover,
ul#nav li a.active:focus {
  color:#fff;
}

ul#nav li a:hover,
ul#nav li a:focus {
  color:#fff;
}

ul#nav li#phone a:link,
ul#nav li#phone a:visited {
  color:#fff;
}

.category-blog h2 {
  color:#27231A;
}

ol.commentlist a,
ol.commentlist a:visited,
.category-blog p.author,
.category-blog p.author a,
.category-blog p.author a:visited {
  color:#777;
}

.category-blog h3#comments {
/*   border-top:1px solid #D6D4CD; */
}

ol.commentlist li>cite {
  color:#1B75BA;
}

ol.commentlist a:hover,
ol.commentlist a:focus,
ol.commentlist a:active,
.category-blog p.author a:hover,
.category-blog p.author a:focus,
.category-blog p.author a:active,
.commentmetadata a:hover,
.commentmetadata a:focus {
  color:#E17425;
}


img { -ms-interpolation-mode: bicubic; }

.tags a {
  background:#f9f9f9;
}

.tags a:hover,
.tags a:focus {
  text-decoration:none;
}

#contact h2 {
  color:#27231A;
}

img.avatar {
  float:left;
  margin:5px 8px 0 0;
}

#content ol.commentlist img.wp-smiley {
  border:none;
}

.category-blog ol.commentlist img,
.entry img,
img.bioImage {
  border:1px solid #bbb;
  padding:1px;
}

.category-blog ol.commentlist img {
  margin-right:7px;
}

img.fastsites {
  border:1px solid #ccc;
}

#content img.alignright,
#content img.alignleft,
.category-case-studies .entry p img,
.category-work .entry p img {
  border:3px solid #ccc;
}

#content .entry p.wp-caption-text {
	color: #999;
	font-size: 90%;
	font-style: italic;
}

.entry p,
.entry li {
  color:#565656;
}

blockquote,
ul.bio li dt strong,
#sidebar .vcard,
#sidebar .org,
legend,
#sidebar ul.work.nav a:link,
#sidebar ul.work.nav li a:visited,
ul.bio a:link,
ul.bio a:visited,
.blog ul a:link,
.blog ul a:visited,
.blog h4,
.blog h4 a,
.blog h4 a:visited,
ol.commentlist cite a,
.alignright a,
.alignright a:visited {
  color:#777;
}

ul#recentcomments li a:hover,
ul#recentcomments li a:focus {
  color:#444;
}

p.errorField {
  color:red;
}

pre,
code {
  background:#f9f9f9;
}

ol.commentlist li {
  background:
  
/* #f4fbff */
transparent url(img/proj-fade.jpg) repeat-x scroll center top;
}

ol.commentlist li.alt {
}

span.req {
  color:#A09F9F;
}

#footerOptions {
  background:#fff;
}
/* End Color */

  
  
/* Begin Type */
body,
textarea,
input {
  font:normal 12px/1.5 "Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
}

h1,
h2,
h3 {
  font-weight:bold;
  font-family:'DejaWebBold','Myriad Pro',Myriad,'Lucida Grande',Lucida,Helvetica,Arial,sans-serif;
  letter-spacing:.02em;
  text-shadow:1px 1px #fff;
  text-transform:uppercase;
  font-weight:normal;
  padding-bottom:10px;
}

h3, #home-slider dt {
  font-size:18px;
  padding:3px 0;
}

h4,
h5,
h6 {
  color: #089647;
  font-weight:bold;
}

code {
  font-family:Courier,monospace;
}

a.more:link,
a.more:visited {
  font-size:14px;
  text-transform:uppercase;
}

a.more:hover,
a.more:focus,
a.more:active {
  text-decoration:underline;
}

#content p.meta {
  font-size:11px;
}

#content p,
.entry ul,
.entry ol {
  font-size:14px;
  line-height:1.7;
  list-style:inside;
}

#content .category-blog h3 {
  font-size:15px;
}

ul#nav li#phone a,
#content .category-blog p,
.category-blog .entry ul,
.category-blog .entry ol {
  font-size:14px;
}

.category-blog .entry ol {
	list-style-type: decimal !important;
	list-style-position: inside;
}

#sidebar,
#content ul.bio p {
  font-size:12px;
}

ul.clearfix {
  list-style:outside;
}

#sidebar h3 {
  font-size:16px;
}

#sidebar h3 span {
  font-size:75%;
}

#sidebar h4,
#sidebar h4 a {
  font-size:13px;
}

a:link,
a:visited {
  text-decoration:none;
}

a:hover,
a:focus,
a:active {
  text-decoration:underline;
  color:#e17425;
}

acronym,
abbr,
span.caps {
/*   letter-spacing:.07em; */
}

ul#nav li a:link,
ul#nav li a:visited {
  text-transform:uppercase;
  font-size:14px;
  font-weight:normal;
  line-height:1.5;
  letter-spacing:.03em;
  text-decoration:none;
}

dt,
ul#nav li a:link,
ul#nav li a:visited {
  font-weight:normal;
}


  
/* End Type */

  
.hide {
  display:none;
}

img#wpstats {
  visibility:hidden;
}

li {
  line-height:1.7;
}

#content p,
#content .entry ul,
#content .entry ol {
  padding-bottom:1em;
}

#sidebar p {
  line-height:1.5em;
}

ul.aces dd {
  line-height:1.5em;
}

.container {
  background: url(img/bg-fade.png) repeat-x;
  margin: 0 auto;
  width: 945px;
}

div.vcard {
  margin-top:11px;
}


  
/* !Services
------------------------------*/
.package {
  clear:both;
  padding:10px 20px;
}

.package ul {
  text-indent:0;
}

.package li {
  font-size:12px;
  line-height:2em;
  margin-left:3%;
  width:47%;
  float:left;
}

#content .package p.popular {
  padding:0 0 0 22px;
  margin:0 0 10px;
  background:url(img/icon_16_star_bg_f1f1f1.gif) no-repeat 0 50%;
}

.our-services.widget li p {
  display:none;
}


  
/* EndServices
------------------------------*/
div#header {
  background:url(img/grass.png) bottom no-repeat;
  height:120px;
  margin:0 auto;
  padding:0;
  position:relative;
  width:945px;
  z-index:10;
}

/*
body.page-id-965 div#header a#logo {
  background:transparent url(img/large-wordmark-blog.png) no-repeat;
  height:70px;
  width:310px;
}
*/

div#header a#logo {
  background:transparent url(img/ft-logo-registermark.png) no-repeat;
  display:block;
  height:56px;
  overflow:hidden;
  position:absolute;
    top:25px;
    left:-7px;
  text-indent:150%;
  white-space:nowrap;
  width:310px;
}


div#header a#logo:focus {
  outline: 1px dotted #999;
}

div#header p.tagline {
  color:#1B75BA;
  font-size:.9em;
  line-height:1.1;
  text-shadow:1px 1px #fff;
  text-transform:uppercase;
  position:relative;
    top:40px;
    left:284px;
  width:130px;
}

div#header p.blurb {
	color:#666666;
	font-family:'DejaWebRegular','Myriad Pro',Myriad,'Lucida Grande',Lucida,Helvetica,Arial,sans-serif;
	font-size:16px;
	left:317px;
	letter-spacing:0.01em;
	line-height:1.5;
	position:absolute;
	text-shadow:1px 1px #FFFFFF;
	top:35px;
	width:260px;
}

div#header p.blurb > strong {
  font-weight: normal;
}

div#header p.blurb > a {
  font-size:13px;
  text-transform:uppercase;
}

div#header a.contact:link,
div#header a.contact:visited {
  font-family:'DejaWebRegular','Myriad Pro',Myriad,'Lucida Grande',Lucida,Helvetica,Arial,sans-serif;
  font-size:18px;
  float: right;
  letter-spacing:0;
  padding:15px 24px 15px 15px;
  color:#1B75BA;
  line-height:20px;
  text-align:right;
  text-decoration:none;
  text-shadow:1px 1px #fff;
  position:absolute;
  right:0;
  width:180px;
}

div#header a.contact:hover,
div#header a.contact:focus,
div#header a.contact:active {
  text-decoration:none;
  color:#e17425;
}

div#header a.contact span#alt_number {
	font-size: 16px;
	margin-top: 5px !important;
	padding-top: 16px;
}

div#header a.contact:hover,
div#header a.contact:focus,
div#header a.contact:active {
  text-decoration:none;
  color:#e17425;
}

div#header a.contact.support:link,
div#header a.contact.support:visited {
	background:url("img/icon.support.png") no-repeat scroll 0 50% transparent;
	color:#444;
	font-size:12px;
	margin-top:-9px;
	padding-left:16px;
	width:134px;
}

div#header a.contact.support:hover,
div#header a.contact.support:focus,
div#header a.contact.support:active {
	color:#000;
}


 
/**
 * @section nav
 */
ul#nav  {
	background:#149954;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#149954', endColorstr='#108949')"; /* for IE 8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149954', endColorstr='#108949'); /* for IE 7 */	
	background: -webkit-gradient(linear, left top, left bottom, from(#149954), to(#108949)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #149954,  #108949); /* for firefox 3.6+ */

	border:3px solid #0f6e3c;
	width:939px;
	list-style:none;	
	margin:0 auto;
	padding:0;
	white-space:nowrap;
	overflow:visible;
}

ul#nav li {
	background:#149954;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#149954', endColorstr='#108949')"; /* for IE 8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149954', endColorstr='#108949'); /* for IE 7 */	
	background: -webkit-gradient(linear, left top, left bottom, from(#149954), to(#108949)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #149954,  #108949); /* for firefox 3.6+ */
		
	float:left;
	list-style:none;
	margin-right:1px;	
} 

ul#nav li a, 
ul#nav li a:visited {
	color:#FFFFFF;
	display:block;
	font-family:'DejaWebBold','Myriad Pro',Myriad,'Lucida Grande',Lucida,Helvetica,Arial,sans-serif;
	font-weight:normal;
	text-shadow:1px 1px 5px #333;
	margin:0;
	padding:8px 15px 4px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	white-space:normal;
	letter-spacing:.05em;
}

ul#nav li a:hover, 
ul#nav li.current_page_item a {
	background: #36A76C;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#36A76C', endColorstr='#2A935A')"; /* for IE 8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36A76C', endColorstr='#2A935A'); /* for IE 7 */	
	background: -webkit-gradient(linear, left top, left bottom, from(#36A76C), to(#2A935A)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #36A76C,  #2A935A); /* for firefox 3.6+ */	
	color:#fff;
	text-decoration:none;
	padding:8px 15px 4px;
}

ul#nav li a:hover,
ul#nav li.current_page_item ul li a:hover {
	background: #37a86d;
	-ms-filter: none; /* for IE 8 */
	filter: none; /* for IE 7 */		
}

/* make up for the extra space */
ul#nav li:last-child,
ul#nav li:last-child a {
	margin-right:0;
}

ul#nav li ul {
	left:-999em;
	position:absolute;
	width:200px;
	overflow:visible;
	padding:0;
	z-index:999;
	margin-left:-3px;
	border:3px solid #0F6E3C;
	border-top:0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}

ul#nav li ul li {
	width:200px;
	padding:0;
}

ul#nav li ul li a,
ul#nav li.current_page_item ul li a {

}

ul#nav li.current_page_item ul li a {
	background:transparent;
	-ms-filter: none; /* for IE 8 */
	filter: none; /* for IE 7 */	
}

ul#nav li:hover ul,
ul#nav li.sfhover ul {
	left:auto;
}

ul#nav li.nav-feature {
  float:right;
}

ul#nav li.nav-feature a,
ul#nav li.nav-feature a:link,
ul#nav li.nav-feature a:visited {
  background:#128047;
  border:1px solid #10713f;
  font-weight:normal;
  font-size:14px;
  padding:5px 10px 1px;
  margin:4px 4px 4px 0;
}

ul#nav li.nav-feature a:hover,
ul#nav li.nav-feature a:focus,
ul#nav li.nav-feature a:active {
  background:#0f6d3c;
  border:1px solid #0d5f34;
}
/* END NAV UNDER HEADER */
#ground.grass {
  background:url(img/ground-grass.png) repeat-x bottom left;
  height:21px;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}


  
/* End */
.left {
  float:left;
}

.right {
  float:right;
}

#content {
  float:left;
  text-align:left;
  margin:0 0 40px;
  padding:20px 20px 0;
  width:568px;
}

#content.our-clients {
  width:960px;
}

.home #content {
  margin-bottom:0;
}

#content p {
  font-size:14px;
}

#content h1,
#content h2 {
  font-size:20px;
  text-shadow:1px 1px #fff;
  padding-bottom:0;
  margin:0;
}

h2#cost-factors {
  background:url(img/costfactors.png) no-repeat;
  height:70px;
  overflow:hidden;
  text-indent:150%;
  white-space:nowrap;
}

#content p {
  padding-bottom:1em;
}

ul.quickServices li {
  border-bottom:1px solid #D6D4CD;
  list-style:none;
  padding:15px 0;
}

ul.quickServices li dt {
  font-size:14px;
  margin-bottom:5px;
}

ul.quickServices li dl {
  min-height:50px;
  padding-left:68px;
}

ul.quickServices li#webDesign dl {
  background:transparent url(img/icon_paintbrush.gif) no-repeat left top;
}

ul.quickServices li#webDevelopment dl {
  background:transparent url(img/icon_database.gif) no-repeat left top;
}

ul.quickServices li#seo dl {
  background:transparent url(img/icon_seo.gif) no-repeat left top;
}

ul.quickServices li#eCommerce dl {
  background:transparent url(img/icon_cart.gif) no-repeat left top;
}

ul.quickServices li#eMarketing dl {
  background:transparent url(img/icon_email.gif) no-repeat left top;
}


  
/*
.category-work .entry p img {
  width:540px;
}
*/
#sidebar.category-work .nav li.current a {
  background:transparent url(img/sidebar-portfolio-li.png) no-repeat scroll left top;
}

div.tags {
  margin-bottom:1.5em;
}

.tags a:link,
.tags a:visited {
  padding:3px 6px;
  font-family:monospace;
  font-size:115%;
}

.tags a:hover,
.tags a:focus,
.tags a:active {
  text-decoration:none;
}


  
/* !Seasonal Banner
------------------------------*/
h1.blog,
h1.blog a,
h1,
h1 a {
  font-size:18px;
  line-height:1.5;
  border:none;
  text-decoration:none;

  
/*   z-index: 100000; */
}


  
/* !Home
------------------------------*/
.home .widget {
  display:inline;
  float:left;
}

.home .featured-work,
.home .blog,
.home .free-consultation {
  height:165px;
  width:240px;
}

.home .featured-work {
  clear:left;
  padding:0 30px 0 20px;
}

.home .blog {
  padding:0 37px 0 30px;
}

div.entry-summary,
.home .blog p {
  display:none;
}

.home .free-consultation {
  margin-top:-10px;
  padding:0 0 0 23px;
  width:268px;
}

.featured-work {
  position:relative;
}

.featured-work img.overlay {
  position:absolute;
  bottom:0;
  left:20px;
  border:none;
}


  
/* !Featured Buttons
------------------------------*/
ul#featured-buttons-small {
  height:85px;
  list-style-type:none;
  position:relative;
}

ul#featured-buttons-small li {
  float:left;
  line-height:16px;
  list-style-type:none;
}

ul#featured-buttons-small li a:link,
ul#featured-buttons-small li a:visited {
  background:transparent url(img/bg-fade.png) 0 100px;
  border-radius:3px;
    -khtml-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -webkit-border-radius:3px;
  color:#fff;
  display:block;
  font-size:16px;
  height:34px;
  margin:10px 8px 0 0;
  padding:8px 12px 6px;
  text-decoration:none;
  width:130px;
}

ul#featured-buttons-small li a:active {
  padding:9px 12px 5px;
}

ul#featured-buttons-small li a>span {
  font-size:12px;
  font-weight: normal;
}

ul#featured-buttons-small li a.button-1 {
  background-color:#009c55;
  border:1px solid #298843;
  font-size:20px;
  text-shadow:1px 1px 0 #00772a;
}

ul#featured-buttons-small li a.button-1:hover,
ul#featured-buttons-small li a.button-1:focus {
  background-color:#42A75F;
}

ul#featured-buttons-small li a.button-1:active {
  background-color:#298843;
}

ul#featured-buttons-small li a.button-2 {
  background-color:#e48b3b;
  border:1px solid #CD6200;
  text-shadow:1px 1px 0 #d2680a;
}

ul#featured-buttons-small li a.button-2:hover,
ul#featured-buttons-small li a.button-2:focus {
  background-color:#E59635;
}

ul#featured-buttons-small li a.button-2:active {
  background-color:#CD6200;
}

ul#featured-buttons-small li a.button-3 {
  background-color:#569ED0;
  border:1px solid #3d85ba;
  text-shadow:1px 1px 0 #3f87bb;
}

ul#featured-buttons-small li a.button-3:hover,
ul#featured-buttons-small li a.button-3:focus {
  background-color:#6EA4CC;
}

ul#featured-buttons-small li a.button-3:active {
  background-color:#569ED0;
}

.home #content {
  float:left;
  width:500px;
}

.home #sidebar {
  margin:0 0 0 540px;
}

div.home div#sidebar a.promo-tile:link,
div.home div#sidebar a.promo-tile:visited,
div.home div#sidebar a.promo-tile:hover,
div.home div#sidebar a.promo-tile:focus,
div.home div#sidebar a.promo-tile:active {
  background:url(img/promo-tile-fastsites.gif) no-repeat;
  border:2px solid #3d85ba;
  display:block;
  height:154px;
  width:383px;
  margin:20px 0;
  overflow:hidden;
  text-indent:150%;
  white-space:nowrap;
}

div.home div#sidebar a.promo-tile:hover,
div.home div#sidebar a.promo-tile:focus {
  border:2px solid #a7d2f1;
}

div.video {
  height:284px;
  margin:0 0 20px;
  width:383px;
}

div.video a.demo-link:link,
div.video a.demo-link:visited {
  background:white url(img/video.jpg) no-repeat;
  border:2px solid #999;
  display:block;
  height:284px;
  width:383px;
  overflow:hidden;
  text-indent:150%;
  white-space:nowrap;
}

div.video a.demo-link:hover,
div.video a.demo-link:focus,
div.video a.demo-link:active {
  border:2px solid #555;
}


  
/* !Work Section
------------------------------*/
img.portfolio {
}


  
/* !404 Page
------------------------------*/
.404 {
}


  
/* !Blog Post
------------------------------*/
.category-blog .entry ul li {
  list-style:inside;
  margin:3px 0 0 10px;
}

.category-blog .entry ol li {
	list-style: decimal inside !important;
  margin:3px 0 0 10px;
}

body.blog .post,
body.page-template-page-blog-php .post,
.category-blog .post {
  border-bottom: 1px solid #CCE8F4;
  margin-bottom:10px;
}

.entry-meta img {
  border:1px solid #bbb;
  float:left;
  clear:left;
  margin:0 6px 4px 0;
}

#content p.meta {
  margin-bottom:5px;
  color:#888888;
  font-size:12px;
  letter-spacing:.02em;
}

pre,
code {
  display:block;
  font-size:13px;
  line-height:1.5em;
  padding:3px 5px 3px 20px;
  overflow:scroll;
}

blockquote {
border-bottom:1px solid #CCE8F4;
border-top:1px solid #CCE8F4;
  margin:10px 20px;
  padding:5px 0;
  font-style:italic;
}

.social {
  height:80px;
}

.social ul li {
  display:inline;
  float:left;
}

.social ul li img {
  border:none;
  padding:5px;
}


  
/* !Methodology / Our Process
------------------------------*/
ul.aces li {
  list-style:none;
  padding:15px 0;
}

ul.aces li dt {
  font-size:14px;
  margin-bottom:3px;
}

ul.aces li dl {
  min-height:50px;
}

h3#cost-factors,
h3#cost-factors a {
  font-size:18px;
  margin:5px 0;
}


  
/* !Our Team / Biographies
------------------------------*/
img.bioImage {
  margin:5px 10px 25px 0;
  float:left;
}

ul.bio li {
  min-height:100px;
  padding-bottom:35px;
}

ul.bio {
  line-height:1.5;
  list-style:none;
}

ul.bio li dl {
  clear:both;
}

ul.bio li dd {
  margin-left:115px;
}

ul.bio li dt {
  font-size:11px;
  letter-spacing:.04em;
  margin-top:5px;
  text-transform:uppercase;
}

ul.bio li dt strong {
  font-size:14px;
  letter-spacing:0;
  margin-right:8px;
  text-transform:capitalize;
}

.home .widget h3 {
  margin:0 0 5px;
}

#sidebar .widget h3 {
  margin:10px 0 5px;
}

.blog h4 {
  font-size:12px;
  font-weight:bold;
}

.blog h4,
.blog h4 a,
.blog h4 a:visited {
  text-decoration:none;
  margin-top:5px;
}

.blog h4 a:hover,
.blog h4 a:focus,
.blog h4 a:active,
.category-blog h2 a:hover,
.category-blog h2 a:focus {
  text-decoration:underline;
}

.category-blog h2,
.category-blog h2 a,
.category-blog h2 a:visited {
  margin:0;
  padding:0;
  font-size:18px;
  text-align:left;
  text-decoration:none;
}

.category-blog p.author {
  padding:0;
  margin-bottom:5px;
}

.category-blog p.author a,
.category-blog p.author a:visited {
  padding:0;
  margin:0;
}

.category-blog h3#comments {
  padding:10px 0 5px;
  margin-bottom:0;
  font-size:16px;
}

.post {
  position:relative;
}

.post,
.entry {
  margin:0 0 2em;
}


  
/* !About Page - Sidebar
------------------------------*/
.option dt,
.option dd {
  padding-left:26px;
}

.option dt {
  font-weight:bold;
  color:#555;
  font-size:12px;
}

.option dt span {
  font-weight:normal;
}

.option dd {
  margin:0 0 12px;
}

li.last .option dd {
  margin-bottom:0;
}


  
/* Icons for contact page */
ul#contactOptions li {
}

dl#tollFree {
  background:url(img/icon.love.png) no-repeat 0 3px;
}

dl#salesTeam {
  background:url(img/icon.briefcase.png) no-repeat 0 3px;
}

dl#customerService {
  background:url(img/icon.support.png) no-repeat 0 3px;
}

dl#billingFinance {
  background:url(img/icon.dollarsign.png) no-repeat 0 3px;
}

/* !Fastsites page
------------------------------*/
.carousel-controls {
	overflow:auto;
	margin-bottom:5px;
}

.carousel-controls ul {
	list-style: none;
	margin:0;
	padding:0;
}

.carousel-controls li {
	display:block;
	float:left;
	width:284px;
	margin:0;
	padding:0;
}

.carousel-controls a {
	display: block;
	width:264px;
	line-height:16px;
}

.carousel-controls li.prev a {
	padding-left:20px;
	background:transparent url(img/icon_16_rev.png) 0 50% no-repeat;
}

.carousel-controls li.next a {
	padding-right:20px;
	background:transparent url(img/icon_16_fwd.png) 100% 50% no-repeat;
	text-align:right;
}

.carousel {
	border:1px solid #bbb;
	padding:1px;
}

#carousel-wrapper {
    width: 564px;
    height: 450px;
    overflow:hidden;
}
#carousel-content {
    width: 2500px;
}

#carousel-content .slide {
    float: left;
    width: 564px;
    height: 450px;
}

#carousel-content .slide a {
    border:0;
    padding:0;
    margin:0;
    background:#fff;
}

#carousel-content .slide img {
	background:#fff;
	border:0;
	padding:0;
	margin:0;
	    background:#fff;
}

/* !Callouts
------------------------------*/
.callout, .callout a {
	font-family:'DejaWebBold','Myriad Pro',Myriad,'Lucida Grande',Lucida,Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#1b75ba;
	letter-spacing:0.02em;	
	text-transform:uppercase;
	text-shadow:1px 1px #FFFFFF;	
}

.callout {
	padding:10px 20px 10px 84px;
    border:1px solid #CCE8F4;
    color:#777;
}

.callout.chat {
	background:#F0F8FD url(img/icon_48_chat.png) 20px 10px no-repeat;
	margin: 10px 0;
}

.callout .callout-secondary {
	text-transform: none;
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content .callout p.callout-secondary {
	margin-bottom: 0;
	padding-bottom: 0;
}
  
/* !Threaded Comments
------------------------------*/
ol.commentlist {
  margin:0 0 10px;
  list-style-position:outside;
  list-style-type:none;
}

ol.commentlist small {
  padding:0;
  margin-bottom:10px;
}

ol.commentlist cite a,
.alignright a,
.alignright a:visited {
  font-style:normal;
  color:#1B75BA;
  text-decoration:underline;
}

ol.commentlist li {
  margin:3px 0;
  padding:8px;
}

ol.commentlist li.author {
  background:transparent url(img/bg-author-comments.jpg) no-repeat;
}

.category-blog h3#respond {
  margin:0;
  padding:10px 0 0;
  font-size:16px;
}

form#commentform input {
  margin-top:2px;
  padding:0;
}

#sidebar {
  margin:0 0 0 617px;
  padding-top:20px;
}

#sidebar ul {
  list-style:none;
}

#sidebar h4 {
  line-height:1.4;
}

#sidebar .blog h4 {
  margin-top:.5em;
}

.widget {
  margin-bottom:3em;
  padding:1px 20px 20px;
  width:268px;
}

.comments li:before {
  content:"\00BB \0020";
}

#sidebar .glossary dt {
  margin-top:8px;
}

#sidebar .our-services {

  
/* height: 205px; */
}

#sidebar .our-services li {
  padding-left:25px;
  line-height:2;
}

#sidebar .our-services dd {
  display:none;
}

#sidebar .our-services li:hover a,
#sidebar .our-services li:focus a,
#sidebar .our-services li.active a {
  font-weight:bold;
  color:#e17425;
}

#sidebar .our-services li a {
  text-decoration:none;
}

.our-services li#logoDesign {
  background:transparent url(img/icon_16_logo.png) no-repeat 3px 3px;
}

.our-services li#webHosting {
  background:transparent url(img/icon_16_lock.png) no-repeat 3px 3px;
}

.our-services li#webDesign {
  background:transparent url(img/icon_16_design.png) no-repeat 3px 3px;
}

.our-services li#webApps {
  background:transparent url(img/icon_16_apps.png) no-repeat 3px 3px;
}

.our-services li#FastSites {
  background:transparent url(img/icon_16_wand.png) no-repeat 3px 3px;
}

.our-services li#cms {
  background:transparent url(img/icon_16_database.png) no-repeat 3px 3px;
}

.our-services li#ecommerce {
  background:transparent url(img/icon_16_cart.png) no-repeat 3px 3px;
}

.our-services li#seo {
  background:transparent url(img/icon_16_seo.png) no-repeat 3px 3px;
}

.our-services li#submittal {
  background:transparent url(img/icon_16_binoculars.png) no-repeat 3px 3px;
}

.our-services li#emailMarketing {
  background:transparent url(img/icon_16_mail.png) no-repeat 3px 3px;
}

.our-services li#ppc {
  background:transparent url(img/icon_16_calculator.png) no-repeat 3px 3px;
}

.our-services li#webVideo {
  background:transparent url(img/icon_16_video.png) no-repeat 3px 3px;
}

#sidebar .news h4 {
  background:url(img/icon.news.16x16.png) no-repeat 0 2px;
}

#sidebar .news h4,
#sidebar .news p {
  padding-left:25px;
}

#sidebar.category-work .blog,
#sidebar.category-work .poll {
  display:none;
}

#sidebar .widget {
  margin-bottom:20px;
  position:relative;
}

#sidebar .widget a.left,
#sidebar .widget a.right {
  margin:-2px 0;
}

#sidebar .contact div.gMap a img {
  border:1px solid #ccc;
}

#sidebar .contact div.gMap a:hover img,
#sidebar .contact div.gMap a:focus img {
  border:1px solid #999;
}

#sidebar img.speech-bubble {
  position:absolute;
  bottom:-1px;
  left:-24px;
  border:none;
  display:none;
}

#sidebar .vcard {
  line-height:1.5em;
}

#sidebar .org,
legend {
  font-size:13px;
  font-weight:bold;
}

#sidebar .widget ul#social li a {
  float:left:;
  margin:0 7px;
}

#sidebar h3 {
  margin-bottom:5px;
  padding-bottom:0;
  font-weight:normal;
}

#sidebar p.button {
  background:transparent url(img/button-sidebar.png) no-repeat 0 0;
  height:65px;
  margin:30px 0 20px -20px;
  width:275px;
}

#sidebar ul.work.nav {
  margin:0 0 20px -50px;
}

#sidebar ul.work.nav li {
  font-size:12px;
  width:294px;
}

#sidebar ul.work.nav a:link,
#sidebar ul.work.nav li a:visited {
  display:block;
  margin:-1px 0 0;
  padding:6px 0 6px 50px;
}

#sidebar ul.work.nav li a:hover,
#sidebar ul.work.nav li a:focus,
#sidebar ul.work.nav li a:active,
#sidebar ul.work.nav li.current a {
  background:transparent url(img/sidebar-portfolio-li.png) no-repeat left top;
  margin-top:-1px;
  text-decoration:none;
  color:#EF680C;
}

.home .free-consultation h3 {
  background:transparent url(img/free-consultation-home.png) no-repeat;
  overflow:hidden;
  text-indent:150%;
  white-space:nowrap;
  height:157px;
  margin:8px 0 0;
}

.home .free-consultation h3 a {
  display:block;
  width:240px;
  height:157px;
}

#sidebar .free-consultation h3 {
  background:transparent url(img/free-consultation-sidebar.png) no-repeat;
  overflow:hidden;
  text-indent:150%;
  white-space:nowrap;
  height:50px;
  margin:20px 0 0;
}

#sidebar .cmsdemo h3 {
  background:url(img/sidebar-cmsdemo.png) no-repeat;
  height:47px;
  overflow:hidden;
  text-indent:150%;
  white-space:nowrap;
}

#sidebar .specsheet h3 {
  background:url(img/sidebar-specsheet.png) no-repeat;
  height:40px;
  overflow:hidden;
  text-indent:150%;
  white-space:nowrap;
  margin:20px 45px 0;
}

#sidebar a.support-ticket-button:link, 
#sidebar a.support-ticket-button:visited,
a.support-ticket-button,
.support-ticket-button {
  background:#E48B3B url(img/bg-fade.png) repeat scroll 0 100px;
  border:1px solid #CD6200;
  border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
  color:#FFFFFF;
  display:block;
  font-size:16px;
  font-weight:bold;
  height:15px;
  line-height:1;
  margin:0 8px 0 0;
  outline:1px #fff solid;
  padding:6px 12px 6px;
  position:relative;
    top:10px;
    left:5px;
	text-align: center;
  text-shadow:1px 1px #D2680A;
  width:/* 230px */ 190px;
}

#sidebar a.support-ticket-button:hover,
#sidebar a.support-ticket-button:focus,
.support-ticket-button:hover,
.support-ticket-button:focus {
  background:#E59635;
  text-decoration:none;
}

#sidebar a.support-ticket-button:active,
.support-ticket-button:active {
  background:#CD6200;
  padding: 9px 12px px;
}

h4#help-now {
  background:transparent url(img/help-now.png) no-repeat;
  padding-bottom:5px;
  overflow:hidden;
  text-indent:150%;
  white-space:nowrap;
  height:70px;
}

#sidebar address {
  font-size:12px;
  font-style:normal;
}

span.companyName,
span.companyStreet,
span.companyCityStateAZ,
span.companyPhone800,
span.companyPhone {
  display:block;
}

span.companyPhone800,
span.companyPhone {
}

div.step {
  background:#F9F9F9 none repeat scroll 0 0;
  border:1px solid #eee;
  margin-bottom:20px;
  padding:20px;
}

div#wpcf7-f1-p2347-o1 {
  margin-bottom:20px;
  padding:20px;
}

div.step p {
  color:#999;
}

div.text input,
#content #system_form_2 div.ctrlHolder input /* Support Ticket */ {
  font-size:14px;
}

div.text input,
div.text select,
div.row input[type=text],
div.row select {
  width:275px;
}

div.text textarea, div.row textarea {
  width:275px;
  padding:3px;
}

#content #system_form_2 div.ticket_data div.ctrlHolder input,
#content #system_form_2 div.ticket_data div.ctrlHolder select,
#content #system_form_2 div.ctrlHolder input,
#content #system_form_2 div.ctrlHolder select /* Support Ticket */ {
  width:275px;
}

div.text select.short {
  width:auto;
}

div.step h3 {
  line-height:24px;
}

div.step h3 span.stepNo {
  font-size:24px;
  color:#555;
}

div.text,
#content #system_form_2 div.ctrlHolder /* Support Ticket */ {
  margin-bottom:18px;
}

div.row {
  margin-bottom: 24px;
}

span.req {
/*   font-size: 75%; */
}

div.text label,
div.row label {
  float:left;
  margin:0 10px 3px 0;
  text-align:right;
  width:125px;
}

div.fastquote div.text label, div.fastquote div.row label {
	float: none;
	width: auto;
}

div.text span.error {
  display:block;
  color:red;
  font-weight:bold;
  margin-left:135px;
}

div.text span.tip {
  display:block;
  color:#999;
  margin-left:135px;
  font-size:10px;
}

div.checkbox {
	overflow:auto;
}

div.checkbox span.error {
  clear: both;
  width:100%;
  display:block;
  float:left;	
  color:red;
  font-weight:bold;  
}

#content #system_form_2 div.ctrlHolder label /* Support Ticket */ {
  float:left;
  margin:0 10px 3px 0;
  text-align:left;
  width:175px;
}

h2.error404 {
  background:url(img/404.png) no-repeat;
  height:99px;
  text-indent:-9000px;
}


  
/*
=Support Ticket Styles
Overwrite styles from activeCollab,
 as this stylesheet 
is imported after the standard AC stylesheet.
The Support Ticket page is located at fasturtle.com/projects/activecollab/application/modules/public_submit/layouts/wireframe.tpl
--------------------*/
#system_form_2 {
  margin:20px 0;
}

span.mute,
#content form p.details {
  display:block;
  color:#ccc;
  font-style:italic;
}

#content form p.details {
  margin-top:5px;
}

#content form p.details,
#content #system_form_2 p.errorField {
  font-size:12px;
  padding-bottom:0;
}

.buttonHolder {
  margin-left:187px;
}

#content #system_form_2 div.ticket_data #mce_editor_0_toolbar select {
  width:100px;
}

#content #system_form_2 div.captcha {
  width:590px;
}

#content #system_form_2 div div.captcha span.captcha input#captcha {
  width:100px;
}

.ticket_data,
.buttonHolder {
  padding-top:15px;
  margin-top:10px;
}


  
/*
=Footer
--------------------*/
#footer .support p {
  display:inline;
  padding:50px 20px 10px;
}

#footer,
#content p.notice /* Support Ticket Success page */ {
  text-align:left;
}

#footer ul li {
  color:#fff;
  display:inline;
  float:left;
  list-style:none;

  
/*  margin: 0 7px; */
  text-decoration:none;
  text-shadow:1px 1px 1px #39240f;
}

#footer ul li a {
  color:#fff;
}

#footer ul.nav li.nav-title ul.subnav li a {
  color:#d7cdc3;
  text-shadow:1px 1px 1px #39240f;
}

#footer ul.nav li.nav-title ul.subnav li a:hover,
#footer ul.nav li.nav-title ul.subnav li a:focus,
#footer ul li a:hover,
#footer ul li a:focus {
  color:#fff;
  text-decoration:underline;
}

#footer .first {
  margin-left:20px;
}

#footer ul#social li {
  margin:0 3px;
}

#footer ul.nav li ul#social {
  display:block;
  float:left;
  width:212px;
  margin-top:1.5em;
}

#affiliations a,
#social a {
  display:block;
  height:40px;
  overflow:hidden;
  text-indent:150%;
  white-space:nowrap;
}

ul#affiliations {
  width:212px;
  margin:15px 0 10px;
  float:left;
}

ul#affiliations li {
  margin:0 5px 0 0;
}

#affiliations a#bbb:link,
#affiliations a#bbb:visited {
  background:url(img/affiliates-bbb.gif) no-repeat;
  width:74px;
}

#affiliations a#ra:link,
#affiliations a#ra:visited {
  background:url(img/affiliates-rankingaz.gif) no-repeat;
  width:57px;
}

#affiliations a#bj:link,
#affiliations a#bj:visited {
  background:url(img/affiliates-bizjournal.gif) no-repeat;
  width:98px;
}

#affiliations a#bbb:focus,
#affiliations a#ra:focus,
#affiliations a#bj:focus {
  outline:1px dotted #999;
}

div#footer ul#social li a {
  background-repeat:no-repeat;
  width:35px;
  height:35px;
  overflow:hidden;
  text-indent:150%;
  white-space:nowrap;
}

div#footer ul#social li a:active {
  margin-top:1px;
}

div#footer ul#social li a#twitter:link,
div#footer ul#social li a#twitter:visited {
  background:url(img/sprite-social.png) -100px 0;
}

div#footer ul#social li a#twitter:hover,
div#footer ul#social li a#twitter:focus,
div#footer ul#social li a#twitter:active {
  background:url(img/sprite-social.png) -100px -50px;
}

div#footer ul#social li a#rss:link,
div#footer ul#social li a#rss:visited {
  background:url(img/sprite-social.png) 0 0;
}

div#footer ul#social li a#rss:hover,
div#footer ul#social li a#rss:focus,
div#footer ul#social li a#rss:active {
  background:url(img/sprite-social.png) 0 -50px;
}

div#footer ul#social li a#facebook:link,
div#footer ul#social li a#facebook:visited {
  background:url(img/sprite-social.png) -50px 0;
}

div#footer ul#social li a#facebook:hover,
div#footer ul#social li a#facebook:focus,
div#footer ul#social li a#facebook:active {
  background:url(img/sprite-social.png) -50px -50px;
}

#footer .widget {
  display:inline;
  padding:0;
  width:auto;
  margin-bottom:0;
}

.entry-meta {
  min-height:60px;
}

.entry-meta abbr {
  border:0;
  letter-spacing:0;
  outline:0;
}

.tel a {
  color:inherit;
}

#footer h4,
.footer-monthly-feature,
.footer-monthly-feature a {
  display:block;
  font-family:'DejaWebRegular','Myriad Pro',Myriad,'Lucida Grande',Lucida,Helvetica,Arial,sans-serif;
  font-size:12px;
  color:#1b75ba;
  text-shadow:1px 1px #fff;
  font-weight:normal;
}

input#contactName,
input#contactEmail {
  width:180px;
}

form.contact-form {
	width:568px 
}

/**
 * @section footer contactForm
 */
fieldset.contactForm {
	border:none;	
}

.contactForm input {
  display:block;
  margin-bottom:12px;
  background:#fff;
  border:1px solid #372211;
  color:#999;
  height:22px;
  line-height:14px;
  font-size:14px;
  padding:5px 3px 0;
}

form#commentform input[type=text] {
  margin-bottom:12px;
  margin-right:3px;
  background:#fff;
  border:1px solid #372211;
  color:#777;
  height:18px;
  line-height:14px;
  font-size:14px;
  padding:5px 3px 0;
}

.contactForm input[type=text] {
  display:block;
  width:212px;
}

.contactForm input:focus,
form#commentform input[type=text]:focus {
  background:#fffcfa;
  outline:2px solid #f07c27;
}

a.fauxSubmitButton,
.contactForm input.submitButton,
form#commentform input#submit,
input[type=submit] {
  margin:4px 25px 0 0;
  padding:2px 7px;
  height:28px;
  background:#1B75BA;
  border:2px solid #412914;
  color:#fff;
  text-shadow:1px 1px #333;
  -moz-border-radius:3px;
}

a.fauxSubmitButton:hover,a.fauxSubmitButton:focus,a.fauxSubmitButton:active,
input[type=submit]:hover,
input[type=submit]:active,  
.contactForm input.submitButton:hover,
.contactForm input.submitButton:focus,
form#commentform input#submit:hover,
form#commentform input#submit:focus {
  background:#165f97;
  cursor:pointer;
}

a.fauxSubmitButton {
	padding: 4px 20px;
}

a.fauxSubmitButton:hover {
	text-decoration: none;
}

.contactForm input.checkbox,
.contactForm label.checkbox {
  margin:10px 5px 0 0;
}

#footerOptions .widget {
  margin:0 0 0 605px;
}

.contact span.org,
.contact h3 {
  font-weight:bold;
}

#contact h3 span {
  font-size:85%;
}

#contact h2 {
  font-size:14px;
  font-weight:bold;
  padding:0 0 4px;
}

#footer {
  background:#66411c url(img/footer-texture.jpg) repeat;
  border-top:4px solid #4b2f17;
  clear:both;
  margin:0 auto;
  padding:0;
  width:945px;
}

#footer div.c1,
#footer div.c2,
#footer div.c3,
#footer div.c4 {
  float:left;
  margin:12px 10px;
  width:207px;
}

#footer div.c1 {
  margin-left:20px;
}

#footer div.c4 {
  margin-right:20px;
}

#footer ul.nav li span.dim {
  color:#412914;
}

#footer ul.nav>li.nav-title,
span.nav-title {
  font-size:14px;
  font-weight:bold;
  margin-bottom:12px;
}

#footer ul.nav>li.nav-title ul li {

  
/*   margin: 0 0 10px 0; */
}

#footer ul.subnav li {
  font-size:12px;
  font-weight:normal;

  
/*   margin-bottom: 5px;  */
  width:225px;
}
#footer ul li.copyright,
#footer ul li.copyright a {
  color:#D7CDC3;
}

#footer ul li.copyright p#ft-credit {
  margin-top:12px;
  color:#D7CDC3;
}

#footer ul.nav li.vcard,
#footer ul.nav li.vcard a {
  font-size:12px;
  color:#D7CDC3;
}

#footer ul.nav li.vcard {

  
/*   line-height: 2.2; */
}

#footer ul.nav li.vcard a.org {
  font-size:14px;
  font-weight:bold;
  color:#fff;
}

div.footer-btm {
  padding-top:20px;
}

#footer p.last {
  float:right;
  margin:0;
}

.footer-feature {
  background:#e7f4fa;
  border:1px solid #c6d1da;
}

li.contactForm {
  margin:0;
}

.footer-monthly-feature a,
.footer-monthly-feature a:hover,
.footer-monthly-feature a,
.footer-monthly-feature a:focus {
  text-decoration:none;
  display:block;
  height:20px;
  width:225px;
  font-weight:bold;
  line-height:1;
  font-size:18px;
}

.footer-monthly-feature {
  border-left:1px solid #fff;
  display:block;
  width:400px;
  margin-left:500px;
  padding-left:20px;
}

.footer-feature {
  padding-left:20px;
  clear:both;
}

.footer-monthly-feature dd {
  font-weight:bold;
  line-height:1;
}

.footer-monthly-feature p {
  text-transform:uppercase;
  font-size:14px;
  letter-spacing:.02em;
  color:#888d91;
  text-shadow:1px 1px #fff;
}

/* Call to action links */
a.callToAction:link,
a.callToAction:visited {
  display:block;
  margin:.5em 0;
  padding-left:24px;
  background:url(img/icon.circle_arrow.png) no-repeat 0 50%;
  font-size:18px;
}

#content a.callToAction {
  text-decoration:underline;
}


  
/* Tables for Case Studies */
#content table {
  border:solid #ddd;
  border-width:1px 0;
  margin-bottom:1em;
  width:100%;
}

#content td {
  text-align:center;
}


  
/* Image layout for content */
img.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


#content img.alignleft {
  float:left;
  margin-right:10px;
}

#content img.alignright {
  float:right;
  margin-left:10px;
}

.home p.edit {
  margin:0;
  padding:0;
}

p.edit a {
  background:url(img/admin-edit.png) no-repeat;
  display:block;
  height:20px;
  position:absolute;
  right:3px;
  top:3px;
  width:47px;
  border:0;
  overflow:hidden;
  text-indent:150%;
  white-space:nowrap;
}


  
/*
 * Our Clients
 **************/
#content.our-clients ul li {
  list-style:none;
  display:inline;
  float:left;
  width:260px;
  margin:0 60px 30px 0;
}

#content.our-clients ul li a {
  display:block;
  height:100px;
  overflow:hidden;
  text-indent:150%;
  white-space:nowrap;
}

#content.our-clients ul li a img {
  border-width:0;
}


  
/**
 * SEO 1 Time Submittal
 */
div#seo_summary {
  margin:2em 0 1em;
  padding:10px 20px;
  border:1px solid #ccc;
}

ul.summary li {
  list-style:none;
  padding-bottom:5px;
}



/**************************************************
 * Begin Coupon Styles
 *************************************************/

div#container div.coupon {
	overflow: hidden;
	position: relative;
}

div#container div.coupon span.digits {
	color:#000000;
	display:block;
	font-size:130px;
	font-weight: bold;
	height:120px;
	margin:31px 0 0 -15px;
	width:212px;
}

div#container div.coupon span.digits span.dollar,
div#container div.coupon span.digits span.percentage {
/* 	font-size:96px; */
}

div#container div.coupon span.title {
/* 	float: left; */
	margin: 0;
	width: ;
}

div#content div#main ul#coupon-list li {
	border: 1px solid #F3E6D3;
	border-width: 1px;
	display: block;
	position: relative;
	margin: 20px 0 0;
	padding: 4px 4px 4px 292px;
	min-height: 80px;
	width: 253px;
}

div#content div#main ul#coupon-list li h4.name {
	font-size: 12px;
}

div#content div#main ul#coupon-list li span a {
	padding-left: 20px;
}

div#content div#main ul#coupon-list li.odd {
	background-color: #fcf2e3;
	border: 1px solid #ebdecb;
	border-width: 1px;
}

div#content div#main ul#coupon-list li:hover {
	background: #E5E5E5;
	border: 1px solid #9D9D9D;
	border-left: 1px solid #F3E6D3;
	outline: 2px dotted #ebdecb;
}

div#content div#main ul#coupon-list li a:link,
div#content div#main ul#coupon-list li a:visited {
	text-decoration: underline;
}

div#content div#main ul#coupon-list li a:hover,
div#content div#main ul#coupon-list li a:active {
	text-decoration: none;
}

div#content div#main ul#coupon-list li h4, 
div#content div#main ul#coupon-list li p {
	margin: 0;
}

/* div#content div#main ul#coupon-list li */ div.coupon span.digits {
	color: #700813;
	float: left;
	font-size: 42px;
	letter-spacing: -0.15em;
	line-height: 36px;
	min-width: 36px;
}

div#container div#content div#main ul#coupon-list li div.coupon span.title,
div.coupon.dollar-off span.title {
	color: #700813;
	display: block;
	font-size: /* 18px */ 20px;
	letter-spacing: -0.05em;
	line-height: 18px;
	margin-left: 66px;
	text-transform: uppercase;
}

body div#main.refer_a_friend div.coupon span.digits,
body div#main.refer_a_friend div.coupon span.title,
/*
body div#main.restaurant div.coupon span.digits,
body div#main.restaurant div.coupon span.title,
*/
body div.coupon.restaurant span.digits,
body div.coupon.restaurant span.title,

body#coupon_print div.coupon span.digits,
body#coupon_print div.coupon span.title {
	color: #000;
}

div.coupon span.title,
div.coupon.percentage-off span.title {
	color: #700813;
	display: block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 18px;
	margin-left: 66px;
	text-transform: uppercase;
}



div#content div#main ul#coupon-list li div.coupon-tools {
/*
	padding: 7px;
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	width: 14px;
*/
	padding: 15px 0 0 0;
}

/* .restaurant div.coupon-tools { */
div.coupon-tools.restaurant {
	background: #e5e5e5;
	border: 1px solid #9d9d9d;
	border-width: 0 1px 1px;
	margin: -25px 0 24px 0;
	padding: 8px 15px;
	width: 518px;
}

/* div#content div#main ul#coupon-list li */ div.coupon-tools a {	
/* 	display: block; */
	height: 16px;
	width: 16px;
	margin:20px 10px 16px 0;
	padding: 2px 0 2px 22px;
/*
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap;
*/
}

/* div#content div#main ul#coupon-list li */ div.coupon-tools a:hover,
/* div#content div#main ul#coupon-list li */ div.coupon-tools a:active {	
	text-decoration: none;
}

/* div#content div#main ul#coupon-list li */ div.coupon-tools a.print {	
	background: url(img/sprite-trans.png?1234567890) no-repeat 0 -350px;
}

/* div#content div#main ul#coupon-list li */ div.coupon-tools a.print:hover,
/* div#content div#main ul#coupon-list li */ div.coupon-tools a.print:active {	
	background: url(img/sprite-trans.png?1234567890) no-repeat 0 -400px;
}

/* div#content div#main ul#coupon-list li */ div.coupon-tools a.refer {	
	background: url(img/sprite-trans.png?1234567890) no-repeat 0 -450px;
}

/* div#content div#main ul#coupon-list li */ div.coupon-tools a.refer:hover,
/* div#content div#main ul#coupon-list li */ div.coupon-tools a.refer:active {	
	background: url(img/sprite-trans.png?1234567890) no-repeat 0 -500px;
}

div#container div#content div#main ul#coupon-list li div.coupon {
	border: 1px dashed #000;
	margin-right: 12px;
	padding: 4px;
	position: absolute;
	top: -1px;
	left: /* 30px */ 0px;
	min-height: 80px;
	width: /* 242px */ 265px;
}

div#container div#content div#main ul#coupon-list li div.coupon small {
	font-size: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}

div#container div#content div#main ul#coupon-list li div.coupon p.code {
	color: #C47F24;
	font-size: 14px;
	padding: 2px 0;
}

div.coupon {
	background: white url(img/coupon-watermark.gif) no-repeat  -5px 50%;
	border: 2px dashed #000;
	padding: 3px;
	margin-bottom: 25px;
	min-height: 80px;
	min-width: 240px;
/* 	max-height: 134px; */
}

div#content div#aside div.coupon {
	min-width: 192px;
	width: 192px;
}

/* body div#content div#main.restaurant div.coupon p.details, */
body div#content div#main div.coupon.restaurant p.details,

body div#content div#main.refer_a_friend div.coupon p.details,
body#coupon_print div.coupon p.details {
	color:#700813;
	font-size:14px;
	font-weight:bold;
	line-height: 14px;
	margin: 0;
	padding: 5px 10px;
	text-transform:uppercase;
}

div.coupon>small {
	color: #666;
	display: block;
	padding: 0 10px 4px;
}

div.coupon span.coupon-title {
	background: #C47F24;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 20px;
	padding: 10px 10px 24px;
}

div#container div#content div#main ul#coupon-list li div.coupon span.digits {
	color: #000;
	display: block;
	font-size: 40px;
	font-weight: bold;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 24px;
}

div#container div#content div#main ul#coupon-list li div.coupon span.title {
	float: none;
}

div.coupon p.code {
	color: #C47F24;
}

body#coupon_print div.coupon {
	border: 3px dashed #000;
	margin: 0 auto;
	width: 538px;
}
/* End Coupon Styles */

div.submit-button {
  width: 50px;
}

img#captcha-image {
	float: left;
	margin-right: 10px;
}

input#captcha {
  width: 150px;
}

/* Industry Homepage Styles */

.home .industry-banner {
	float: left;
/* 	margin: 20px 0 0 0; */
	position: relative;
	width: 640px;
}

.industry-image {
	margin-top: 8px;
	z-index: -100;	
}

li#lawyer .industry-image {
	float: left;
	height: 332px;
	width: 271px;
}

li#dentist .industry-image {
	float: left;
	height: 340px;
	width: 324px;
}

li#small-business .industry-image {
	float: left;
	height: 335px;
	width: 266px;
}

.home .speech-bubble {
	background: url(img/speech-bubble-short.png) no-repeat;
	display: block;
	height: 254px;
	margin: 0 10px 10px 260px;
	position: relative;
	width: 363px;
	z-index: 100;
}

.industry-callout {
	border-bottom: 3px solid #CCE8F4;
/* 	height: 340px; */
	margin-bottom: 12px;	
	position: relative;
}

#content .industry-callout {
	height: 250px;
	overflow: hidden;
}

.home .speech-bubble h3,
.industry-callout h3  {
	color: #089647;
	font: normal 2.5em/1 'DejaWebBold','Myriad Pro',Myriad,'Lucida Grande',Lucida,Helvetica,Arial,sans-serif;
	margin: 21px 23px 0 48px;
	padding-top: 20px;
	text-align: center;
}
.industry-callout h3 {
	margin: 0;
	position: absolute;
	right: 30px;
	top: 10px;
}

.home .speech-bubble h3 span.line-1,
.industry-callout h3 span.line-1 {
	font-size: 120%;
}

.home .speech-bubble h3 span.line-2,
.industry-callout h3 span.line-2 {
	font-size: 91%;
}

.home .speech-bubble ul.industry-benefits {
	font-size: 14px;
	text-shadow: 1px 1px rgba(255,255,255,.8);

}

.home .speech-bubble ul.industry-benefits li.action-link {
	list-style-type: none;
}

li#lawyer .speech-bubble ul.industry-benefits {
	margin-left: 62px;

}

li#small-business .speech-bubble ul.industry-benefits {
	margin-left: 60px;
}

.home .speech-bubble ul.industry-benefits li {
	float: left;
	font-size: 12px;
/* 	display: block; */
	line-height:1.5;
	list-style-type: disc;
	margin-right: 6px;
	width:143px;

}

li#dentist .speech-bubble h3 span.line-2,
li#dentist .speech-bubble h3 span.line-3 {
	font-size: 85%;
}

h3 a.industry-action {
	color: #E17425;
}

.industry-callout .get-started-button {
	left: 280px;
	top: 160px;
}


.industry-slider .get-started-button {
	margin-left: 20px;
	top: 210px;
}

a.get-started-button {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	background:url("img/bg-fade.png") repeat scroll 0 100px #E48B3B;
	border:1px solid #CD6200;
	color:#FFFFFF;
	display:block;
	font: normal 28px/1 'DejaWebBold','Myriad Pro',Myriad,'Lucida Grande',Lucida,Helvetica,Arial,sans-serif; 
	height: 24px;
	margin:10px 8px 0 0;
	padding:6px 10px 10px;
	text-align: center;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(155,75,5,.9);
	top: 275px;
	bottom: 20px; 
	display: block;
/* 	left: 20px; */
	position: absolute;
	width: 237px;
	z-index: 1000;

}

a.get-started-button:hover, a.get-started-button:focus  {
	background:none repeat scroll 0 0 #E59635;
}

a.get-started-button:active {
	background:none repeat scroll 0 0 #CD6200;
	text-shadow:1px 1px 1px rgba(155,36,0,.9);

}

/**
 * @section home-slider
 * Overrides .slider component
 */
#home-slider.slider { width:610px; margin-left:10px; }

#home-slider dl { 
	background: #fff url(img/caps3.jpg?647) no-repeat top left;
	margin:0;
	padding:0 10px 0 410px;
}

#home-slider dt {
	color: #089647;
	font-weight:bold;
	padding-top:60px;
}

#home-slider dt.title {
	line-height: 1.2;
}

#home-slider .desc {
	margin-bottom:1em;
}

#home-slider .read-more {
	float:left;
	margin-right:1em;
}

#home-slider dl.sprite-cypress { background-position: 0 0; width: 190px; height: 275px; } 
#home-slider dl.sprite-jfcs { background-position: 0 -285px; width: 190px; height: 275px; } 
#home-slider dl.sprite-mlf { background-position: 0 -570px; width: 190px; height: 275px; } 
#home-slider dl.sprite-saltcreek { background-position: 0 -855px; width: 190px; height: 275px; } 
#home-slider dl.sprite-teepee { background-position: 0 -1140px; width: 190px; height: 275px; } 
#home-slider dl.sprite-gts { background-position: 0 -1425px; width: 190px; height: 275px; } 
#home-slider dl.sprite-bizjournal { background-position: 0 -1704px; width: 190px; height: 275px; } 
#home-slider dl.sprite-rankingaz { background-position: 0 -1979px; width: 190px; height: 275px; } 




.home ul#sidebar {
	color: #999;
	height: 265px;
	list-style-type: none;
	margin: 0 0 0 638px;
	padding: 20px 10px 0 5px;
	position:relative;
/* 	top:30px; */
}

ul#sidebar li:first-child {
	border-top: 1px solid #ddd;
}

ul#sidebar li {
	border-bottom: 1px solid #ddd;
	display: block;
	/*height: 50px;*/
	line-height: 1;
	padding: 0;
}

ul#sidebar li a {
	color: #999;
	padding:18px 0 18px 63px;	
}

ul#sidebar li a:focus {
	color: #f08130;
}

span.callout-title,
span.callout-description {
	font-family:'DejaWebRegular','Myriad Pro',Myriad,'Lucida Grande',Lucida,Helvetica,Arial,sans-serif;
}

ul#sidebar li > h2,
span.callout-title {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	text-transform: none;
}

ul#sidebar li > h3,
span.callout-description {
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
}

/* ul#sidebar li */
#service-promotion-branding {
	background:url(img/icon_48_arrow.png)  0 50% no-repeat;
}

#service-promotion-websites {
	background:url(img/icon_48_arrow.png)  0 50% no-repeat;
}

#service-promotion-internet-marketing {
	background:url(img/icon_48_arrow.png)  0 50% no-repeat;
}


#service-promotion-fastsubmittal {
	background:url(img/icon_48_binoculars.png)  0 50% no-repeat;
}

#service-promotion-fastsites {
	background:url(img/icon_48_wand.png)  0 50% no-repeat;
}

#service-promotion-web-design {
	background:url(img/icon_48_orb.png)  0 50% no-repeat;
}

ul#sidebar li a.service-promotion {
	display: block;
}

ul#sidebar li a.service-promotion:hover {
	color:#E17425;
	text-decoration:none;
}

ul#sidebar li span.promotion-arrow {
	display:none;
}

/*
ul#sidebar li a.service-promotion:hover,
span.callout-description:hover {
	color: #E17425;
	text-decoration: none;

}

ul#sidebar li span.promotion-arrow {
	background: url(img/arrow-focus.png) no-repeat 0 -60px;
	display: block;
	height: 59px;
	margin-left: 250px;
	margin-top: -55px;
	text-indent: -9999em;
	top: 0;
	width: 33px;
}

ul#sidebar li span.promotion-arrow:hover {
	background: url(img/arrow-focus.png) no-repeat 0 0;
	display: block;
	height: 59px;
	margin-left: 250px;
	margin-top: -55px;
	text-indent: -9999em;
	top: 0;
	width: 33px;
} */

ul#intro-blurbs {
	background: #ebf8ff /* url(img/bg-page.jpg) repeat-x 0 -300px */;
	border-bottom: 2px solid #CCE8F4;
	border-top: 2px solid #CCE8F4;
	clear: both;
	list-style-type: none;
	margin-bottom: 20px;
/* 	margin-top:-36px; */
	height: 312px;
	text-shadow:1px 1px rgba(255, 255, 255, 0.8);
}

ul#intro-blurbs li {
	float: left;
	margin: 10px 30px 10px 10px;
	width: 275px;
}

ul#intro-blurbs li#fastquote h3 span.fq-heading {
	background:url(img/fastquote-heading.png) no-repeat;
	display:block;
	height:17px;
	margin-top: 6px;
	overflow:hidden;
	text-indent:150%;
	top: 12px;
	white-space:nowrap;
	width:82px;
}

ul#intro-blurbs li ul#services-list li {
	border-bottom:1px solid #CCE8F4;
	list-style-type:none;
	margin:0 0 0.5em;
	padding:0 0 0.45em;
}

ul#intro-blurbs li ul#services-list li.last {
	border-bottom:none;
}

ul#intro-blurbs li ul#services-list li a {
	font-weight: bold;
}

#sfstest-sidebar {
	height:205px;
}

#sfstest-page blockquote,
#sfstest-sidebar blockquote {
	color:#333;
	font-style:normal;
	margin:0;
	padding:0;
}

#sfstest-sidebar blockquote {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none !important;
	padding:20px 0 0 20px;
	background:#E0F5FF url(img/lquo.png) 4px 3px no-repeat;	
}

#sfstest-sidebar blockquote p:first-child {
	background:url(img/rquo.png) 210px 100% no-repeat;	
	padding-bottom:10px;
	padding-right:10px;
}

#sfstest-sidebar cite {
	border-top:1px solid #D2E6F2;
	display:block;
	margin-right:20px;
	margin-top:10px;
	padding-bottom:10px;
}

#sfstest-sidebar .sfststreadmore {
	text-align: right; 
	margin-top: 3px;
}

#affiliate-logos {
	border-top:1px solid #CCE8F4;
	list-style-type:none;
	margin:0;
	padding:0.45em 0 0 0.5em;
} 

ul#intro-blurbs li#who-we-are a.bbb {
	background: url(img/affiliations-monochrome-sprite.png) no-repeat 0 0;
	display: block;
	height: 26px;
	text-indent: -9999em;
	width: 70px;
} 

ul#intro-blurbs li#who-we-are a.bbb:hover {
	background: url(img/affiliations-monochrome-sprite.png) no-repeat 0 -28px;	
}

ul#intro-blurbs li#who-we-are a.bbb:active {
	background: url(img/affiliations-monochrome-sprite.png) no-repeat 0 -27px;	
}

ul#intro-blurbs li#who-we-are a.ra {
	background: url(img/affiliations-monochrome-sprite.png) no-repeat -90px 0;
	display: block;
	height: 26px;
	text-indent: -9999em;
	width: 55px;
} 

ul#intro-blurbs li#who-we-are a.ra:hover {
	background: url(img/affiliations-monochrome-sprite.png) no-repeat -90px -28px;
}

ul#intro-blurbs li#who-we-are a.ra:active {
	background: url(img/affiliations-monochrome-sprite.png) no-repeat -90px -27px;
}

ul#intro-blurbs li#who-we-are a.bj {
	background: url(img/affiliations-monochrome-sprite.png) no-repeat -162px 0;
	display: block;
	height: 26px;
	text-indent: -9999em;
	width: 93px;
} 

ul#intro-blurbs li#who-we-are a.bj:hover {
	background: url(img/affiliations-monochrome-sprite.png) no-repeat -162px -28px;
}

ul#intro-blurbs li#who-we-are a.bj:active {
	background: url(img/affiliations-monochrome-sprite.png) no-repeat -162px -27px;
}

ul#intro-blurbs a.affiliations {
	display: inline;
	float: left;
	margin: 8px 12px 0 0;
}

ul#intro-blurbs li#what-we-do ul#services-list li.sample-report {
	background: url(img/report-sample.png) no-repeat;
	height: 67px;
	line-height: 1.6;
	margin-top: 12px;
	padding-left: 67px;
}

p.sample-report {
	color: #089647;
	font-weight: bold;
	width: 100px;
}

p.sample-report > a {
	font-weight: normal;
}

img.client-logos {
	border: none;
	margin: 0 auto;
	padding-bottom: 15px;
}

ul#intro-blurbs li#contact-us p.support-number {
	background: url(img/icon-30-life-raft.png) no-repeat 0 5px;
	margin-bottom: 12px;
	padding-left: 42px;
}

ul#client-logos {
	list-style-type: none;
	margin-bottom:  35px;
	min-height: 60px;
}

ul#client-logos li {
	display: inline;
	float: left;
}

ul#client-logos li img {
	border: none;
}

/* Begin Rotating Banner Styles */
.industry-banner > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.industry-banner > ul li ul {
	list-style-type: disc;
}

ul.dental-logos {
	width: 300px;
}

ul.dental-logos li#grayhawk {
	margin-left: 20px;
}

ul.dental-logos li#smiles-america {
	margin-top: -75px;
}


ul.dental-logos li,
ul.law-logos li,
ul.biz-logos li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.law-logos li#bb,
ul.biz-logos li#da-vinci,
ul.biz-logos li#images {
	margin: 0 40px 25px 0;
}

ul.law-logos li#luther-law {
	margin-top: 10px;
}

.dental > h3 sup,
.law > h3 sup,
.biz > h3 sup {
	font-size: 10px;
}


/**
 * @section anythingSlider
 * @see http://css-tricks.com
 */
.anythingSlider {  
	position: relative; 
	margin: 0 auto; 
	z-index: 1;
}

.anythingSlider .wrapper { 
	width: 624px; 
	overflow: hidden; 
	height: 320px;  
	position: absolute; 
	top: 0;
	left: 0; 
}

.anythingSlider .wrapper ul.industry-slider { 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
	width: 99999px; 
	z-index: 1;
}

.anythingSlider ul.industry-slider li { 
	float: left; 
	height: 275px;
	padding: 0; 
	margin: 0; 
}

.anythingSlider ul.industry-slider li#lawyer,
.anythingSlider ul.industry-slider li#small-business,
.anythingSlider ul.industry-slider li#dentist {
	height: 275px;
	margin: 10px 0 0 0; 
	overflow: hidden;
}  

.anythingSlider ul.industry-slider li#dentists {
	height: 301px;
}

.anythingSlider .arrow,
.anythingSlider .forward,
.anythingSlider .back,
#thumbNav,
#start-stop {
	display: none;
}

.anythingSlider .wrapper ul ul { 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: auto; 
	border: 0; 
}

.anythingSlider .wrapper ul ul li { 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
}

/**
 * @section fastsubmittal
 */
#fastsubmittal-copy {
	width:568px;
	height:204px;
	text-indent:-999em;
	background:url(img/fastsubmittal.jpg) 0 0 no-repeat;
	margin-bottom:1.5em;
}


/**
 * @section site seal
 */
#siteseal {
	display:block;
	text-align:center;
}

/**
 * @section FastQuote Form
 */
div.fastquote {
	width: 280px;
}

div#wpcf7-f2-p3-o1 {
	position: relative;
}

div.fastquote div.text input, 
div.fastquote div.text select, 
div.fastquote div.row input[type="text"], 
div.fastquote div.row select {
	float: right;
	width: 180px;
}

div.fastquote div.text textarea, 
div.fastquote div.row textarea, 
div.fastquote textarea {
	float: right;
	height: 40px;
	width: 176px;
}

div.fastquote div.row {
	height: 27px;
/* 	margin-bottom: 15px; */
	margin: 0;
	padding: 0;
	position: relative;
}

div.fastquote div.submit-button {
	clear: right;
	width: 280px;
}

div.fastquote div.submit-button input {
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 5px;
	width: 283px;
}

div.fastquote div.first {
	margin: -10px 0 10px 0;
}

div.fastquote div.captcha {
	margin-top: 40px;
}

div.fastquote input#captcha {
	width: 113px;
}

div.fastquote img#captcha-image {
	float:right;
	margin:0 5px 0 0;

}

div.captcha {
	margin-bottom: 10px !important;
	margin-top: 20px;
}

div.fastquote div.text label, 
div.fastquote div.row label {
	text-align: left;
	float: left;
	line-height: 1.2;
/* 	margin: 10px 0 0 0; */
	width: 70px;
}

/*
ul#intro-blurbs li#fastquote h3 {
	width: 203px;
}
*/

ul#intro-blurbs li#fastquote h3.fq-heading {
	background:url(img/fastquote-heading.png) no-repeat;
	display:block;
	height:22px;
	margin-top: 7px;
	overflow:hidden;
	text-indent:150%;
	top: 12px;
	white-space:nowrap;
	width:200px;
}

#sidebar h3.fq-heading {
	background:url(img/fastquote-heading.png) no-repeat;
	display:block;
	height:22px;
	margin-top: 15px;
	overflow:hidden;
	text-indent:150%;
	top: 12px;
	white-space:nowrap;
	width:200px;
}

span.wpcf7-not-valid-tip,
span.wpcf7-not-valid-tip-no-ajax {
	background:url(img/req-icon2.png) no-repeat;
	display:block;
	float: right;
	height:16px;
	margin-right: 5px;
	overflow:hidden;
	text-indent:150%;
	top: 12px;
	white-space:nowrap;
	width:16px;
}

.fq .fastquote span.wpcf7-not-valid-tip,
.fq .fastquote  span.wpcf7-not-valid-tip-no-ajax {
    background: url("img/req-icon2.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    left: 63px;
    overflow: hidden;
    position: absolute;
    text-indent: 150%;
	top:0;
    white-space: nowrap;
    width: 16px;
}

.fastquote span.wpcf7-not-valid-tip,
.fastquote  span.wpcf7-not-valid-tip-no-ajax {
    background: url("img/req-icon2.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    left: 74px;
    overflow: hidden;
    position: absolute;
    text-indent: 150%;
	top:0;
    white-space: nowrap;
    width: 16px;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
	position:absolute;
	left:-999em;
} 

div.fq div.fastquote {
	width: auto;
}

div.fq div.fastquote div.submit-button input {
	width:269px;
}

img#chamber-logo {
border: 1px solid #bbb !important;
	margin: 19px 0 2px 7px !important;
}

div#post-3011 h3 {
	margin-top: 20px;
}

span.value {
	color:#1B75BA;
	font-size:85%;
}

/* Experiments */
#content ul#search-engines-list { overflow:auto; padding:0; margin:0 }
#content ul#search-engines-list li {
	list-style-type:none;
	float:left;
	width:130px;
	margin:0 10px 5px 0;
	padding:0;
}

.wpcf7 .step h3 {
	color: #555;
}


#fastsite .radio-field {
	margin: 0 0 0 -225px !important;
	width: 500px !important;
}

#fastsite .checkbox-field {
	float: left !important;
	margin-left: 0px !important;
	width: 514px !important;
}

#fastsite #step1 .checkbox-field, #fastsite #step1 .text-field, #fastsite #step1 .select-field {
	*clear: none !important;
}

#fastsite .checkbox-field input {
	float: left !important;
}

#fastsite .radio-field label {
	margin-left: 0px !important;
}

#fastsite .checkbox-field label {
	*clear: both;
	float: right !important;
	margin-left: 10px !important;
	width: 470px !important;
}

#fastsite #step4 .checkbox-field {
	*float: none !important;
}

.clear {
	clear: both;
}

#footer_banner {
	float: left;
	margin-top: 15px;
}

#seo_subscription td {
	padding: 5px 0;
}

#purchase_form #steps {
	display: none;
}

#purchase_form .purchase_section {
	padding-bottom: 10px;
}

#purchase_form h4 {
	color: #ed802d;
	font-size: 16px;
}

#purchase_form table .checkbox {
	padding: 3px 0 0 0;
	vertical-align: top;
	width: 15px;
}

#purchase_form table tr td {
	padding-left: 5px;
	text-align: left;
}

#purchase_form #errors {
	background: #eebe99;
	border: 1px solid #ed802d;
	color: #333;
	display: none;
	font-weight: bold;
	padding: 5px;
}

#purchase_form #site_options,
#purchase_form #regional_seo_options,
#purchase_form #national_seo_options,
#purchase_form #monthly_domain_hosting_options,
#purchase_form #annual_domain_hosting_options,
#purchase_form #domain_hosting_extra {
	display: none;
}

#purchase_form p {
	color: #333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#purchase_form h5 {
	color: #089647;
	font-size: 14px;
}
