/*  
Theme Name: visuallease revamp 3
Theme URI: http://www.visuallease.com.com
Description: <a href="http://www.visuallease.com">visuallease</a> theme page cms, blog, and media center combo
Version: 1.0
Author: Adam Mustafa
Author URI: http://www.bluelinerny.com/

Revamp 3
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}
html, body {	margin:0;
	padding:0;}
body {
	font: 100% Arial, Helvetica;
	color: #333;
	background-color: #FFF;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
	}
#wholewrap{
	clear: both;
	background-color: #FFF;
	width: 100%;
	text-align: center;
}

#page {
	width:980px;
	font-size:0.7em;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px;
	text-transform:uppercase;
	background:#2c2c2c url(images/navbar.png);
	}

#page-bar {
	width:722px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
	}

#page-bar li:hover {
	background: #3c78a7;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}


/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {

	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
margin-bottom:10px;
	
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	letter-spacing:-0.03em;
	margin-bottom:10px;
	}

h3 {
	font:1.4em Arial;
	margin-bottom:10px;
	color:#3c78a7;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
h4 {
	font:1.4em Arial;
	margin-bottom:10px;
	color:#3c78a7;
	font-weight:bold;
	}


h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:350px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:590px;
	float:left;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}

#featured {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}


#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }

#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}
#archive .titlefaqs {
	font-weight:bold;
	font:1.5em Georgia;
	letter-spacing:-0.05em;
	}
#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/
#content_wide {
	width:610px;
	background:#fff;
	
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}
#content {
	width:640px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:700px;
	padding-top: 415px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 15px;
	position: relative;
	margin-right: 10px;
	background-color: #FFF;
	}
#contentheader {
	width:980px;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	
	}
.head_about {
	background-image: url(global_assets/header_images/head_about.jpg);
	}
.head_products {
	background-image: url(global_assets/header_images/head_products.jpg);
	}
.head_clients {
	background-image: url(global_assets/header_images/head_clients.jpg);
	}
.head_blog {
	background-image: url(global_assets/header_images/head_blog.jpg);
	}
.head_support {
	background-image: url(global_assets/header_images/head_support.jpg);
	}
.head_contact {
	background-image: url(global_assets/header_images/head_contact.jpg);
	}
.head_casestudies {
	background-image: url(global_assets/header_images/head_casestudies.jpg);
	}
.head_casestudies {
	background-image: url(global_assets/header_images/head_casestudies.jpg);
	}
.head_control {
	background-image: url(global_assets/header_images/head_control.jpg);
	}	
.head_identify {
	background-image: url(global_assets/header_images/head_identify.jpg);
	}	
.head_uncover {
	background-image: url(global_assets/header_images/head_uncover.jpg);
	}	
.head_track {
	background-image: url(global_assets/header_images/head_track.jpg);
	}	
.head_review {
	background-image: url(global_assets/header_images/head_review.jpg);
	}
.head_focus {
	background-image: url(global_assets/header_images/head_focus.jpg);
	}	
.head_integrate {
	background-image: url(global_assets/header_images/head_integrate.jpg);
	}	


.head_default{background-image: url(global_assets/header_images/head_about.jpg);}
#content_widecolumn {
	width:980px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
#content_widecolumn .breadcrumbs, #content_widecolumn .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content_widecolumn h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}
#contentheader span.breadcrumbs {
	position: absolute;
	bottom: 45px;
	padding-left: 5px;
}
#contentheader  .breadcrumbs, #contentheader  .breadcrumbs a {
	font-weight:bold;
	color:#CCC;
	}

#contentheader h1.title {
	font-weight:bold;
	letter-spacing:-0.05em;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	font-family: Georgia;
	font-size: 2.2em;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}
.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol {
	margin-bottom:15px;
	}

.post ul li {	
	list-style:square;
	margin-left:30px;
	}
ul.splitlist li ul{
	clear: both;
}
.post ul.splitlist li {
	float: left;
	width: 50%;
	margin-left:0px;
	clear: none;
	list-style-position: inside;
	list-style-type: square;
}
.post .keylists li{
	margin-left: 10px;
}
.post ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}
.entry table td{
padding:8px;
	}
#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}
.faqnavigation {
	padding:10px;
	text-align:Center;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	}
	
.faqleft {
	float:left;
	width: 10%;
	text-align: left;
	
	}

.faqright {
	float:right;
	width: 89%;
	text-align: right;
	}
/* Sidebar*/
#sidebar {
	width:300px;
	float:right;
	padding: 0px;
	margin-top: 415px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	color:#fff;
	letter-spacing: normal;
	background-color: #112A62;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:300px;
	float:right;
	}

#sidebar-left {
	width:150px;
	float:left;
	background:#fff;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

#sidebar-right {
	width:140px;
	float:right;
	background:#fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
#sidebar .regionlist li {
	list-style:none;
	display:block;
	
	font-size: 14px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-top: 2px;
	}
#sidebar .regionlist li ul li{
	font-size: 14px;
	border-bottom:0px dotted #ccc;
	margin-left: 10px;
	background-image: url(images/regional_sub.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	
	}
#sidebar .regionlist li ul li:last-child{
	list-style:none;
	display:block;
	padding:2px 0px 0px 13px;
	background-image: url(images/regional_sub.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	}
#sidebar .regionlist ul.listheader li{
	border-bottom-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: none;
	}
#sidebar .regionlist ul.listheader li a, #sidebar ul.listheader li a:hover{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
	}

#sidebar .regionlist .current_page_ancestor a{font-weight: bold;}
#sidebar .regionlist .current_page_ancestor li a{font-weight: normal;}
#sidebar .regionlist .current_page_ancestor li.current_page_item a{font-weight: bold;}
#sidebar .regionlist .current_page_item a{font-weight: bold;}
#sidebar .regionlist .current_page_item li a{font-weight: normal;}

#sidebar .dotlist {}
#sidebar .dotlist li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	font-size: 12px;
	}
#sidebar .dotlist li ul li{
	border-bottom:0px dotted #ccc;
	font-size: 12px;
	}
#sidebar .dotlist li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}
#sidebar .dotlist ul.listheader li{
	border-bottom-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	}
#sidebar .dotlist ul.listheader li a, #sidebar .dotlist ul.listheader li a:hover{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
	}
#sidebar .dotlist .current_page_item a{
	font-weight: bold;
	color: #333;
}
#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	background:#fff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
/* callouts */	

#sidebar #feedburner_callout {
	width: 300px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #69C;
	height: 145px;
	position: relative;
	background-image: url(images/rsssubscribe_boxborder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sidebar #feedburner_callout #iconlink {
	height: 130px;
	width: 100px;
	display: block;
	float: left;
	margin: 5px;
}
#sidebar #feedburner_callout #feedburnerform{
	height: 150px;
	width: 145px;
	text-align: center;
	float: left;
	display: block;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar #faq_callout {
	width: 300px;
	clear: both;
		background-image: url(global_assets/callouts/faqbox_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #69C;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar #faq_callout ul{
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
background-image: url(global_assets/callouts/faqbox_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	color: #69C;
	display: block;
}
#sidebar #faq_callout ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	background-image: none;
	margin: 0px;
	border-bottom-width: 1px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-color: #CCC;
	background-color: #F4F4F4;
}
#sidebar #faq_callout ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#sidebar #faq_callout ul li a:hover{
	color: #69C;
}
#sidebar #faq_callout #faq_callout_link {
	right: 35px;
	bottom: 30px;
	color: #FFF;
	background-image: url(global_assets/callouts/faqbox_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 300px;
	text-align: right;
}
#sidebar #faq_callout #faq_callout_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B8E176;
	line-height: 25px;
	text-align: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	outline:none;
}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
#searchform {
	width:194px;
	float:right;
	text-align:right;
	margin-right:10px;
	font-size: 11px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#header #searchbox {
	position: absolute;
	right: 5px;
	width: 200px;
	z-index: 999;
	height: 22px;
	top: 101px;
	margin: 0px;
	padding: 0px;
}
#header #searchbox #searchform {
	width:194px;
	float:right;
	text-align:right;
	margin-right:10px;
	font-size: 11px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#searchbox #searchform #s{
	background-color: #F4F4F4;
	color: #333;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 2px;
	}
#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	


/* "Two-faced" headers */
/* 30px Black/Red */
.two_face {
	text-transform:lowercase;
	line-height:24px;
	margin-top: 20px;
	clear: both;
}
.two_face em {
	font-family:Georgia, serif;
	font-size:24px;
	font-style:normal;
}
.two_face strong { font-family:Georgia, serif; font-weight:bold; font-size:24px; color:#e0262e; padding-left:4px; padding-right:5px; }
/* Horizontal Rule */
.with_rule {
	border-bottom:#ccc 1px solid;
	height:26px;
	margin-bottom:13px;
	padding-bottom: 4px;
}
.with_rule em,
.with_rule strong { background:#fff; }
* html .with_rule { overflow:hidden; }
* html .with_rule em,
* html .with_rule strong { position:relative; }





/* index style*/
#div_key_benefits {
	float: right;
	width: 190px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

#div_key_benefits p {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
}

#div_key_benefits p strong {
	color: #666;
}#div_home_inner {
	width: 645px;
	float: left;
	margin-top: 15px;
}
#div_home_inner p {
	font-size: 14px;
	line-height: 20px;
	color: #757575;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
#div_home_inner .div_home_innerleft {
	
	float: left;

}
#div_home_inner .div_home_innerleft ul li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	background-image: url(global_assets/callouts/Check_mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin-left: 16px;
}
#page #div_home_inner h1 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	letter-spacing: -0.06em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}
#page #div_home_inner h2 {
	font-size: 18px;
	font-weight: bold;
	color: #3C78A7;
	letter-spacing: -0.06em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}
#page #div_home_inner h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
}
#page #div_home_inner  #div_key_benefits h2 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #3C78A7;
}
#page #div_home_calloutColumn {
	float: right;
	width:300px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page #div_home_calloutColumn h2 {
	font-size: 18px;
	font-weight: bold;
	color: #3C78A7;
	letter-spacing: -0.08em;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
}
#page #div_home_calloutColumn ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#page #div_home_calloutColumn ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8E6F1;
	line-height: 12px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}



#div_home_flash_wrap {
	background-color: #FFF;
	height: 400px;
	width: 100%;
	clear: both;
	outline:none;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#splash {
	outline:none;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	}
	
/* index style*/
#div_demo_flash_wrap {
	background-color: #FFF;
	height: 400px;
	width: 100%;
	clear: both;
	outline:none;
	text-align: center;
}
#demosplash {
	outline:none;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	}


/* contact page */
.inlinetable {
	border: 1px solid #EEEEEE;
}
p.contact_left{
	float: left;
	width: 50%;
}
p.contact_right{}

/* sitemap*/


#sitemap h3 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	color: #3C78A7;
	font-family: Georgia, "Times New Roman", Times, serif;
	}






#sitemap-left {
	width:250px;
	float:left;
	background:#fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

#sitemap-right {
	width:720px;
	float:right;
	background:#fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}


#sitemap li {
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	background-image: url(images/subgrey.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	}
#sitemap li ul li{
	border-bottom:0px dotted #ccc;
	}
#sitemap li a{
	border-bottom:0px dotted #ccc;
	color: #000;
	}
#sitemap li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/subgrey.png) no-repeat 0 0px;
	}
#sitemap ul.listheader li{
	border-bottom-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: none;
	}
#sitemap ul.listheader li a, #sitemap ul.listheader li a:hover{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #3C78A7;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
	}
#sitemap table td{
	padding: 10px;
}
#content_widecolumn .entry{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






/* client thumbs */
.client_thumbs {
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 16px;
}
.client_thumbs img{
	padding: 0px;
	margin: 0px;
	border: 1px solid #CCC;
}
.client_thumbs tr td {
	background-color: #FFF;
	margin: 0px;
	padding: 1px;
	width: 125px;
}
.clabel td{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/* contact form 7 result tweak */

.wpcf7-response-output.wpcf7-mail-sent-ok {
	width: 540px;
	padding-top: 65px;
	background-image: url(images/contactform7_confirmationthanks.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 45px;
	height: 40px;
}




/* Style for Usual tabs */
#sidebar .usual {
	color:#111;
	width:270px;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	border-left-color: #eee;
	display: block;
}
#sidebar .usual h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #CCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
#sidebar .usual ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	list-style-type: square;
	color: #0A1D47;
}
#sidebar .usual ul li a{
	color: #666;
}
#sidebar .usual ul.idTabs li {
	list-style:none;
	float:left;
	margin-left: 2px;
}

#sidebar .usual ul.idTabs li a {
	display:block;
	text-decoration:none!important;
	margin-left:0;
	color:#FFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #0A1D47;
	outline:none;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#sidebar .usual ul.idTabs ul a:hover {
  color:#FFF;
  background:#111;
  }
#sidebar .usual ul.idTabs a.selected {
	margin-bottom:0;
	color:#0A1D47;
	cursor:default;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-left-color: #eee;
  }
  #sidebar .usual ul.idTabs li a {
	color: #FFF;
}
#sidebar .usual div {
  *padding-top:3px;
  *margin-top:-5px;
	clear:left;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;

	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}






#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }

