/*
	Theme Name: Coyle
	Theme URL: http://www.coylehospitality.com/
	Description: 
	Author: Purple Rock Scissors
	Author URI: http://www.purplerockscissors.com
	Version: 1.0
	Tags: two-columns, fixed-width, sidebar-widgets, threaded-comments
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
/*	background: #EBEBEB url(images/bg.gif) top center repeat-y;*/
	background: #FFF;
	color: #666;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
}

#wrap {
	background: #ffffff;
	width: 1020px;
	margin: 0px auto 0px;
	padding: 0px;
}

hr {
	border: none;
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	height: 0px;
	clear: both;
}

.clear {
	clear: both;
}

.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
}

.tabber {
	display: none;
}

/************************************************
*	Hyperlinks									

 
*
************************************************/

a, a:visited {
	color: #46717F;
	text-decoration: none;
}

a:hover {
	color: #46717F;
	text-decoration: none;
}

a img {
	border: none;
}

a:focus, a:hover, a:active {
	outline: none
}

/************************************************
*	TopNav          							*
************************************************/

#topnav {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: right;
}

#topnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#topnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#topnav li a, #topnav li a:link {
	background: #484848;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	padding: 8px 15px 7px 15px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#topnav li a:hover {
	background: #6C6C6C;
	color: #FFFFFF;
	margin: 0px 5px 0px 0px;
	padding: 8px 15px 7px 15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #6C6C6C;
	width: 150px;
	color: #FFFFFF;
	float: none;
	margin: 0px 0px 0px -1px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#topnav li li a:hover {
	background: #484848;
	color: #FFFFFF;
	margin: 0px 0px 0px -1px;
	padding: 7px 10px 7px 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#topnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#topnav li li {
	
}

#topnav li ul a {
	width: 150px;
}

#topnav li ul a:hover, #topnav li ul a:active {
	
}

#topnav li ul ul {
	margin: -30px 0 0 171px;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover1 ul ul,  
#topnav li.sfhover1 ul ul ul {
	left: -999em;
}

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

#topnav li:hover, #topnav li.sfhover1 {
	position: static;
}

#topnav .current_page_item a {
	background: #6C6C6C;
	color: #FFFFFF;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: url(images/navbar.png);
	width: 960px;
	height: 36px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
}

#navbar p {
	margin: 0px;
	padding: 8px 0px 0px 15px;
	text-transform: uppercase;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li a, #nav li a:link, #nav li a:visited {
	background: url(images/navside.png) right no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 11px 17px 10px 15px;
}

#nav li a:hover, #nav li a:active {
	background: url(images/navhov.png) right no-repeat;
	color: #FFFFFF;
	margin: 0px;
	padding: 11px 17px 10px 15px;
	text-decoration: none;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #6C6C6C;
	color: #FFFFFF;
	width: 150px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
}

#nav li li a:hover, #nav li li a:active {
	background: #111111;
	color: #FFFFFF;
	margin: 0px;
	padding: 7px 10px 7px 10px;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#nav li li {
	
}

#nav li ul a {
	width: 140px;
}

#nav li ul a:hover, #nav li ul a:active {
	
}

#nav li ul ul {
	margin: -30px 0 0 171px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav  
li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, 

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

#nav li:hover, #nav li.sfhover {
	position: static;
}

/************************************************
*	Searchbar      								*
************************************************/

#searchbar {
	background: #6C6C6C;
	width: 960px;
	height: 44px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#searchbarleft {
	width: 350px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

#searchbarmiddle {
	width: 290px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#searchbarright {
	width: 295px;
	float: left;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

#searchbarright a, #searchbarright a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#searchbarright a:hover {
	text-decoration: underline;
}

#searchbarright a img {
	border: none;
	margin: 0px 3px 1px 0px;
	padding: 0px;
}

#searchbarform {
	margin: 10px 0px 0px 0px;
	display: inline;
	overflow: hidden;
}

#searchbarformheader {
	margin: 0px;
}

#searchbarsearch {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 240px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px 0px 3px 5px;
	margin: 0px 5px 0px 3px;
	border: 1px solid #666666;
	display: inline;
}

#searchbarsubmit {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #222222;
}

#cat {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 220px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px 2px 2px 2px;
	margin: 0px 3px 0px 3px;
	border: 1px solid #666666;
	display: inline;
}

.postform {
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	display: inline;
}

.rsslink {
	padding: 2px 5px 2px 15px;
	background: url(images/rss.png) no-repeat left center;
}

/************************************************
*	Homepage 					     		    * 
************************************************/

.hptabber {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 15px 10px 0px 10px;
	border: 1px solid #C0C0C0;
}

.hpfeatured {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;


/*	padding: 10px 10px 10px 10px;*/


/*	border: 1px solid #C0C0C0;*/
}

.hpfeatured p {
	margin: 0px;
	padding: 0px;
}

.homeleft {
	float: left;
	width: 299px;
	margin: 0px;
	padding: 0px;
}

.homeright {
	float: right;
	width: 299px;
	margin: 0px;
	padding: 0px;
}

.homeblock {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #C0C0C0;
}

.homeblock p {
	margin: 0px;
	padding: 0px;
}

.homeblock embed, .homeblock object {
	width: 277px;
	height: 225px;
	margin: 0px;
	padding: 0px;
}

/************************************************
*	Content 					     		    * 
************************************************/

#content_wrapper {
	width: 960px;
	margin: 0px auto 10px;
	padding-top: 20px;
/*	border-top: 1px solid #f2f2f2;*/
}

.home #content_wrapper {
	padding-top:0px;
}

.home 
#contentleft {


/*	width: 608px;*/
	margin: 0px;
	padding: 0px;
}

#contentfull {
	float: left;
	width: 720px;
	margin: 0px;
	padding: 0px;
}

#contentleft h1, #contentfull h1 {
	color: #8B0000;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#contentleft h1 a, #contentfull h1 a {
	color: #8B0000;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#contentleft h1 a:hover, #contentfull h1 a:hover {
	color: #6495ED;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

#contentleft h2, #contentfull h2 {
	color: #111111;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 10px 0 0 0;
	position:relative;
}

#contentleft h2 a, #contentfull h2 a {
	color: #46717f;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#contentleft h2 a:hover, #contentfull h2 a:hover {
	color: #6495ED;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#contentleft h4, #contentfull h4 {
	color: #666;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.page-template-page-services-php #contentleft h4, .page-template-page-services-php #contentfull h4 {
	font-weight: normal;
	font-size:15px;
}

#contentfull .right_column ul {
	padding-left:15px;
}

#contentfull .right_column ul li {
	margin-bottom:10px;
}

#contentleft h4 a {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#contentleft h4 a:hover {
	color: #6495ED;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#contentleft h5, #contentfull h5 {
	color: #111111;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#contentleft h6, #contentfull h6 {
	color: #111111;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

.post {
	margin: 0px 0px 50px 0px;
}

.postarea {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #C0C0C0;
}

.postarea .breadcrumb {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 5px 10px;
	border: 1px solid #E6E6E6;
}

.postarea p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}

.postarea ol li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.postarea ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.postarea ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
}

.postarea ul ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
}

blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E6E6E6;
}

#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.postauthor {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #999999;
}

.postauthor p {
	margin: 0px;
	padding: 0px;
	width:360px;
	float:left;
}

.postmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 40px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
}

.postmeta p {
	margin: 0px;
	padding: 0px;
}

code {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px solid #E6E6E6;
}

.archives {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
}

.adblock {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #C0C0C0;
}

.postcomments {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 15px 10px 10px 10px;
	border: 1px solid #C0C0C0;
}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}

img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 4px 0px 5px 0px;
	border: 1px solid #E6E6E6;
}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/************************************************
*	Sidebar 	        			            * 
************************************************/

#sidebar {
	float: right;
	width: 322px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 10px;
}

#sidebar a, #sidebar a:visited {
	color: #46717F;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h4 {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#sidebar img {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#sidebar embed, #sidebar object {
	width: 300px;
	height: 250px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#sidebar .widget {
	background: #FFFFFF;
/

*	margin: 20px 0 0 0;*/
/

*	padding: 5px 5px 10px 10px;*/
/

*	border: 1px solid #C0C0C0;*/
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#sidebar ul li , x:-moz-any-link {
	clear:both;
	
}
#sidebar ul li, x:-moz-any-link, x:default {
	clear:auto;
}

#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #000080;
	text-decoration: none;
}

#sidebar ul ul li a:hover {
	color: #000080;
	text-decoration: underline;
}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sidebar ul li li {
	background: url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

#sidebar ul li ul li {
	background: url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

#sidebar .textwidget {
	margin: 0px;
	padding: 0px;
}

.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.enews {
	background: #FFFFFF url(images/enews.gif) top right no-repeat;
	margin: 0px;
	padding: 0px;
}

.sidebar_quote {
	font-size: 18px;
	padding: 15px 0;
	color:#939393;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin: 15px 0;
}

.sidebar_quote p {
	margin-top: 0;
	line-height: 1.5em;
	font-size:18px;
	font-family:Verdana, 'Century Gothic', 'Arial', sans-serif;
}

.sidebar_quote small {
	font-size: 0.7em;
	line-height: 1.3em;
}

.sidebar_quote hr {
	border-color: #f2f2f2;
}

/************************************************
*	Searchform  								*
************************************************/

#searchform {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	display: inline;
}

#searchformheader {
	margin: 0px;
}

#s {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 200px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 5px 5px 0px 3px;
	border-top: 1px solid #666666;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #EEEEEE;
}

#searchsubmit {
	background: #6495ED;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 3px 2px 2px 2px;
	border: 1px solid #6495ED;
}

/************************************************
*	Footer  									

 
*
************************************************/

#footer {
	background: url(images/new/footer_bg.png) top left repeat-x;
	width: 960px;
	height: 130px;
	margin: 0px auto 10px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
}

#footer p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 5px;
}

#footer a.first {
	margin-left: 0;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a img {
	border: none;
	margin: 0px 4px 1px 0px;
	padding: 0px;
}

.footerleft {
	float: left;
	width: 400px;
	height: 119px;
	margin: 0px;
	padding: 11px 0px 0px 30px;
}

.footerright {
	float: right;
	width: 400px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/************************************************
*	eNews Subscribe								*
************************************************/

#subscribe {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	overflow: hidden;
}

#subbox {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 220px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 5px 5px 0px 0px;
	border-top: 1px solid #666666;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #EEEEEE;
}

#subbutton {
	background: #222222;
	color: #FFFFFF;


/*	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
*/	
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #222222;
}

#submit, #contentfull form .submit {
	background: #467180;
	color: #FFFFFF;
/*	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
*/	
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 4px 2px 4px 2px;

/*	border: 1px solid #222222;*/
	text-transform: uppercase;
	border: medium none;
}

#author, #email, #url, #name, .sidebar_form_field {
	color: #999999;
	font-size: 12px !important;
	font-family: Arial, Tahoma, Verdana;
	margin-bottom: 10px;
	padding: 7px 4px;
	border: none;
	width: 182px;
}

#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
}

/************************************************
*	Comments									

 
*
************************************************/

.commentlist li ul li {
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
}

#commentform {
	margin: 5px 10px 0px 0px;
}

#commentform textarea {
	width: 99%;
	padding: 2px;
}

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

#commentform p {
	margin: 5px 0px 5px 0px;
}

#commentform #submit {
	margin: 0px;
	float: left;
}

.alt {
	margin: 0px;
	padding: 10px;
}

.commentlist {
	margin: 0px;
	padding: 0px;
}

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

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.children {
	margin: 0px;
	padding: 0px;
}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.reply a, .reply a:visited {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #222222;
}

.reply a:hover {
	background: #6495ED;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #6495ED;
}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
}

.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
}

.tabberlive .tabbertabhide {
	display: none;
}

.tabber {
	
}

.tabberlive {
	margin-bottom: 10px;
}

ul.tabbernav {
	margin: 0px;
	padding: 0px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 0px;
	border-bottom: none;
	text-decoration: none;
}

ul.tabbernav li a:link {
	background: #DADADA;
	color: #222222;
	margin: 0px 5px 0px 0px;
	padding: 5px 10px 4px 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

ul.tabbernav li a:visited {
	background: #DADADA;
	color: #222222;
}

ul.tabbernav li a:hover {
	background: #F7F7F7;
	color: #222222;
	text-decoration: none;
}

ul.tabbernav li.tabberactive a {
	background: #F7F7F7;
	color: #222222;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

ul.tabbernav li.tabberactive a:hover {
	background: #DADADA;
	color: #222222;
}

.tabberlive .tabbertab {
	background: #F7F7F7;
	color: #222222;
	margin: 3px 0px 0px 0px;
	padding: 15px 15px 5px 15px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.tabberlive .tabbertab h2 {
	display: none;
}

.tabberlive .tabbertab h3 {
	display: none;
}

.tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.tabbertab p {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

/************************************************
*	Header  									


*
************************************************/

#header {


/*	background: #111111 ur
	l(images/header.png);*/
	background: url(images/new/header_bg.png) left top repeat-x;
	width: 1020px;
	height: 160px;

/*	margin: 0px auto 0px;*/

/*	padding: 0px;*/

/*	overflow: hidden;*/
}

#header #imageheader .header_logo p {
	padding: 0px;
	line-height: 20px;
}

#header #imageheader {
	width: 435px;


/*	text-indent: -10000px;*/


/*	background: url(images/logo.gif) left top no-repeat;*/
}

#header #imageheader .logo {
	display: inline-block;
	float: left;
	background: url(images/new/coyle_logo.png) top left no-repeat;
	height: 111px;
	width: 111px;
	text-indent: -10000px;
	margin: 23px 0 0 30px;
}

#header #imageheader .header_info {
	display: inline-block;
	float: right;
	width: 280px;
	margin-left: 0px;
	margin-top: 95px;
}

#header #imageheader .header_info h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#header #imageheader .header_info p {
	padding: 0px;
	font-size: 12px;
	color: #d7d7dd;
}

#header #imageheader a {
	display: block;
	width: 111px;
	height: 111px;
}

#header h1, #header h4 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;


/*	padding: 15px 0px 0px 10px;*/
	text-decoration: none;
}

#header h1 a, #header h1 a:visited, #header h4 a, #header h4 a:visited {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#header h1 a:hover, #header h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.headerleft {
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;


/*	overflow: hidden;*/
}

.headerleft p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.headerright {
	/* width: 525px; */
	float: right;
	margin: 0 25px 0 0;
	padding: 0px;
}

.headerright p {
	display: inline;
	float: left;
	width: 330px;
	color: #ffffff;
	margin-top: 5px;
}

.headerright h3 {
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight:normal;
	width: auto;
	background-color: #000000;
	margin: 0px;
}

.headerright h3 , x:-moz-any-link {
	display: -moz-inline-box;
	
}
.headerright h3 , x:-moz-any-link, x:default {
	display: inline-block;
}

.headerright a {
	color: #ffffff;
	padding: 7px;
	display: block;
	text-decoration: none;
}

/*HEADER MENU SYSTEM*/

.headerright .header_nav {
	padding-top: 35px;
}

.headerright .header_nav ul span {
	text-indent: -99999px;
	display: block;
	height: 25px;
}

.headerright .header_nav ul {
	list-style-type: none;
}

.headerright .header_nav ul li {
	display: inline-block;
}

.headerright .header_nav ul li, x:-moz-any-link {
	display: -moz-inline-box;
	
}
.headerright .header_nav ul li, x:-moz-any-link, x:default {
	display: inline-block;
}


.headerright .header_nav ul li a {
	padding: 0px;
}

/*TOP LEVEL HDR MENU*/

/*ABOUT*/

.headerright .header_nav ul .btn_about span {
	background: url(images/new/btn_about.png) top left no-repeat;
	width: 75px;
}

.headerright .header_nav ul .btn_about span.here, .headerright .header_nav ul .btn_about a:hover span  {
	background: url(images/new/btn_about_hover.png) top left no-repeat;
	width: 75px;
}

#about_graphic {
	margin-bottom: 15px;
}



/*CLIENTS*/

.headerright .header_nav ul .btn_clients {
	padding-left: 90px;
}

.headerright .header_nav ul .btn_clients span {
	background: url(images/new/btn_clients.png) top left no-repeat;
	width: 53px;
}

.headerright .header_nav ul .btn_clients span.here, .headerright .header_nav ul .btn_clients a:hover span {
	background: url(images/new/btn_clients_hover.png) top left no-repeat;
	width: 53px;
}

/*EVALUATORS*/

.headerright .header_nav ul .btn_evaluators {
	padding-left: 133px;
}

.headerright .header_nav ul .btn_evaluators span {
	background: url(images/new/btn_evaluators.png) top left no-repeat;
	width: 72px;
}

.headerright .header_nav ul .btn_evaluators span.here, .headerright .header_nav ul .btn_evaluators a:hover span {
	background: url(images/new/btn_evaluators_hover.png) top left no-repeat;
	width: 72px;
}

/*SECOND LEVEL HDR MENU*/

/*SERVICES*/

.headerright .header_nav ul .btn_services span {
	background: url(images/new/btn_services.png) top left no-repeat;
	width: 65px;
}

.headerright .header_nav ul .btn_services span.here, .headerright .header_nav ul .btn_services a:hover span {
	background: url(images/new/btn_services_hover.png) top left no-repeat;
	width: 65px;
}

/*NEWS*/

.headerright .header_nav ul .btn_news {
	padding-left: 80px;
}

.headerright .header_nav ul .btn_news span {
	background: url(images/new/btn_news.png) top left no-repeat;
	width: 115px;
}

.headerright .header_nav ul .btn_news span.here, .headerright .header_nav ul .btn_news a:hover span {
	background: url(images/new/btn_news_hover.png) top left no-repeat;
	width: 115px;
}

/*CONTACT*/

.headerright .header_nav ul .btn_contact {
	padding-left: 72px;
}

.headerright .header_nav ul .btn_contact span {
	background: url(images/new/btn_contact.png) top left no-repeat;
	width: 60px;
}

.headerright .header_nav ul .btn_contact span.here, .headerright .header_nav ul .btn_contact a:hover span {
	background: url(images/new/btn_contact_hover.png) top left no-repeat;
	width: 60px;
}

.contact_sidebar h2 {
	margin-bottom: 5px;
}

#contentfull form {
	background: #f2f2f2;
	padding: 15px;
}

#contentfull form label {
	color: #999;
	font-size: 1.4em;
}

#contentfull form input, #contentfull form .textarea {
	border: none;
	padding: 2px 5px;
}

/*HEADER SUBNAV*/

#subnav_container{
	width:100%;
}

#header_subnav {
	float: right;
	background-color: #e9e9e9;
	margin-right: 30px;
	
	/*background-color:#E9E9E9;
	height:25px;
	margin-left:30px;
	width:400px;*/
}

#header_subnav ul {
	padding: 0 20px 0 20px;
	margin: 8px 0 8px 0;
	/*margin:4px 0;
	padding:4px 8px;*/
}

#header_subnav ul li {
	display: inline-block;
}

#header_subnav ul li  , x:-moz-any-link {
	display: -moz-inline-box;
	
}
#header_subnav ul li  , x:-moz-any-link, x:default {
	display: inline-block;
}

#header_subnav ul li {
	font-weight: bold;
	color: #000000;
}

#header_subnav ul li a {
	font-weight: bold;
	color: #467180;
}

/*CONTENT UPPER*/

#content_upper {
	width: 960px;
	margin: 0 auto;
}

#content_upper h2 {
	color: #484c8c;
	text-transform: uppercase;
	font-size: 24px;
	margin: 10px 0 5px 0;
}

#content_upper p {
	font-size: 28px;
	line-height: 1.3em;
	margin: 0px;
}

#content_upper p a {
	background-color: #e9e9e9;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}
#content_upper p a  , x:-moz-any-link {
	padding-top: 15px;
	
}
#content_upper p a , x:-moz-any-link, x:default {
	padding-top: 2px;
}

/*CONTENT HERO*/

#content_hero {
	width: 701px;
	float:right;
	margin: 30px auto 20px auto;
}

#content_hero .content_upper_left {
	float: left;
	width: 220px;
	height: 450px;
	border-bottom: 1px solid #f2f2f2;
}

#content_hero .content_upper_left h2 {
	color: #343863;
	font-size: 22px;
	background-color: #f2f2f2;
	margin: 0 0 15px;
	padding: 10px 10px;
	width: auto;
}

#content_hero .content_upper_left p {
	color: #707070;
	font-size: 12px;
	line-height: 1.4em;
}

#content_hero .content_upper_right {
	float: right;
	width: 700px;
	height: 450px;
	display: bloc

k;
	/* background: url(images/new/hero_img_restaurant.png) top left no-repeat; */
	background: black;
	overflow: hidden;
}

#content_hero .content_upper_right ul {
	position: absolute;
	z-index: 2;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content_hero .content_upper_right ul li {
	border-bottom: 1px solid #666;
	width: 220px;
}

#content_hero .content_upper_right ul li a {
	padding: 17px 20px;
	display: block;
	background: url(images/new/boxbg.png) repeat-y;
	width: 275px;
	color: white;
	font-size: 1.7em;
	height: 40px;
}

#content_hero .content_upper_right ul li a span {
	color: #5960ac;
	clear: both;
	display: block;
	font-size: 0.5em;
	margin-bottom: 3px;
}

#content_hero .content_upper_right ul li a:hover, #content_hero .content_upper_right ul li.ui-tabs-selected a {
	width: 250px;
	background: url(images/new/boxbg_hover.png) repeat-y;
}

#content_hero .content_upper_right div {
	position: absolute;
	z-index: 1;
}

#content_hero .tabs-container {
	position: absolute;
	display: block;
}

#content_hero .ui-tabs-hide {
	display: none;
}

#content_hero .content_upper_right div.hero-description {
	width: 300px;
	height: 100px;
	background: url(images/new/boxbg.png) repeat;
	padding: 15px;
	position: absolute;
	margin: -130px 0 0 370px;
	color: white;
}

#content_hero .content_upper_right div.hero-description p {
	margin-top: 0;
	font-size: 14px;
}

#content_hero div.hero-description small {
	font-size: 11px;
}

/*MAIN CONTENT LEFT SIDEBAR*/

#content .whats_happening h2, #content .evaluator_spotlight h2, .whats_happening h2, .evaluator_spotlight h2 {
	line-height: 1.2em;
	background-color: #F2F2F2;
	color: #343863;
	font-size: 22px;
	margin: 0px;
	padding: 10px;
	width: auto;
}

#content .whats_happening p, #content .evaluator_spotlight p, .whats_happening p, .evaluator_spotlight p {
	color: #707070;
	line-height:1.7em;
}

#content .whats_happening ul li, .whats_happening ul li {
	color: #46717F;
	margin-bottom: 10px;
}

#content .whats_happening ul, .whats_happening ul {
	padding-left: 15px;
}

#content .evaluator_spotlight, .evaluator_spotlight {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
}

#content .whats_happening, .whats_happening {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}

/*MAIN CONTENT AREA HEADER*/

#contentleft h3, #contentfull h3 {
	color: #343863;
	width: 265px;
	font-size: 22px;
	background-color: #f2f2f2;
	margin: 0 0 10px 0;
	padding: 10px 10px;
	display: inline-block;
	float: left;
}

#contentleft .hp_post, #contentfull .hp_post {
	margin-bottom: 15px;
	padding-bottom: 0px;
	border-bottom: 1px solid #f2f2f2;
}

.hp_post ul {
	margin: 0;
	padding: 0 15px;
}

.hp_post p {
	margin-bottom: 15px;
}

#contentleft .hp_header span {
	display: inline-block;
	float: right;
	margin-bottom:5px;
}

.hp_header ul {
	margin: 15px 0;
}

#contentleft .hp_header img {
	float: right;
	display: block;
}

#contentleft .article h3 {
	float: none;
	margin-top: 10px;
}

.left_column {
	width: 340px;
	float: left;
	padding-right: 15px;
}

.right_column {
	width: 340px;
	float: left;
	padding-left: 15px;
}

#content .right_column .bottom_quote {
	width: auto;
	padding: 20px;
}

#content .right_column .bottom_quote h3 {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
}

.hp_header ul {
	margin-left: 15px;
	float: left;
	margin-left: 15px;
	padding: 0;
}

#contentleft .article {
	display: block;
	border-bottom: 1px solid #ebebeb;
	/* padding-top: 15px; */
	padding-bottom: 15px;
}

.hpfeatured {

}

.zebra {
	background-color: #fcfcfc;
}

#contentleft .article {
	color: #707070;
}

#contentleft .article a {
	color: #46717f;
/*	font-weight: bold;*/
}

#contentleft .article a:hover {
	color: #46717f;
/*	font-weight: bold;*/
}

#contentleft .article p {
	margin-bottom: 10px;
	line-height: 1.5em;
	font-family: Arial,Tahoma,Verdana !important;
}

#contentleft .article br {
	height:0px!;
}

#contentleft .article div {
	margin-bottom: 10px;
}

#contentleft .article div img {
	margin-bottom: 0px !important;
}

#contentleft .article .tags {
	margin-top: 10px;
	font-weight: bold;
}

/*CONTENT BLOCK*/

#content {
	padding: 0px;
	line-height: 18px;
	float: left;
	width: 720px;
}

/*HOMEPAGE BLOG - RECENT NEWS AND RESEARCH*/

.hpfeatured {


}

/*MAIN SIDEBAR*/

#sidebar {
	width: 220px;
}

#sidebar #text-1 {
	margin-bottom: 20px;
}

#sidebar #text-1 img {
	margin: 0;
}

.newsletter dd {
	margin-left: 0px;
}

.newsletter .newsletter_submit {
	float: right;
	margin: 15px -15px 15px 0;
}

#sidebar #text-4 #sf_inquiry_type{
	margin-top:5px;
	display:block;
	width:190px !important;	
	height:30px !important;
}

#sidebar #text-4 .newsletter h3 {
	font-size: 28px;
	line-height: 1.2em;
	color: #467180;
	margin: 0 0 10px 0;
}

#sidebar #text-4 .newsletter p {
	color: #707070;
	padding-bottom: 10px;
}

/*#sidebar #text-4 #sf_company {
	display:none;
}
*/
#sidebar #text-4 {
	background: #f2f2f2;
	padding: 10px;
}

#sidebar #text-4 input.text {
	width: 150px;
}

#content #sidebar_left {
	float: left;
	width: 220px;
}

#sidebar_left div.navigate {
	background: #f2f2f2;
	margin-bottom: 25px;
	padding: 15px;
}

#sidebar_left div.navigate h3 {
	color: #666;
	font-weight: normal;
	font-size: 17px;
	font-weight:550;
	margin: 0 0 5px 0;
}

#sidebar_left div.navigate ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar_left div.navigate ul li a {
	font-weight: bold;
}

#content #contentleft {
	float: right;
	width: 460px;
}

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

#content .bottom_quote {
	background: url(images/new/bottom_cta_we_are_bg.png) top left repeat-x;
	float: right;
	width: 420px;
	height: 160px;
	padding: 0 20px;
	font-size: 17px;
	margin-top: 10px;
}

#content .bottom_quote h3 {
	color: #ffffff;
	line-height: 1.3em;
	margin: 15px 0;
}

#content .bottom_quote .we_are {
	margin: 20px 0 15px 0;
	color: #a2a2a9;
}

#footer {
	margin-top: 80px;
}

.copyright {
	color: #999;
	font-weight: bold;
	font-size:10px;
	margin: 0 auto 10px;
	width: 960px;
	text-align: left;
}

#footer h2 {
	color: #ffffff;
}

#text-7 img {
	margin-top: 15px;
}

/*SOCIAL and BOTTOM NAV*/

#footer .footerleft h2 {
	font-weight: lighter;
	font-size: 20px;
	margin-top: 25px;
}

#footer .footerleft a {
	font-size: 12px;
}

.footerleft h2 .twitter {
	margin-top: -6px;
	margin-left: 15px;
	position: absolute;
}

.footerleft h2 .facebook {
	margin-top: -6px;
	margin-left: 70px;
	position: absolute;
}

/*FLAGS*/

.footerright {
	margin-top: 30px;
	border-left: 1px solid #fff;
	padding-left: 100px;
}

.footerright ul {
	float: left;
	margin: 0 0 15px 0;
	padding: 0px;
}

.footerright ul li {
	list-style-type: none;
}



.footerright ul li {
	width: 30px;
	display: inline-block;
}

.footerright ul li  , x:-moz-any-link {
	float:left;
	
}
.footerright ul li  , x:-moz-any-link, x:default {
	display: inline-block;
	float:none;
} 

.footerright ul .sm_flag {
	margin-left: 20px;
}

.footerright ul .lg_flag {
	margin-left: 20px;
	width: 100px;
}

/***** SERVICES PAGE STYLES *****/

div.service {
	display: block;
	width: 160px;
	height: 310px;
	float: left;
	margin: 15px 15px 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
}

#contentfull div.service h4 {
	color: #46717f;
	background: none;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
	letter-spacing:0.04em;
	font-weight: normal;
}

#contentfull div.service img {
	margin-bottom: 15px;
}

.floatLeft {
	float: left;
	margin: 0 15px 15px 0;
}

#services_slideshow {
	background: white;
	height: 340px;
	width: 681px;
	margin-bottom: 15px;
	overflow: hidden;
	margin-left:20px;
}

#carousel {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#carousel li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}

#sidebar #text-4 .newsletter #requiredfieldsmsg {
	padding: 0;
}

#contentleft .hpfeatured .article ul {
	padding-left:15px;
}

#contentleft .hpfeatured h3 {
	width: auto;
}

.page-template-page-about-php #content_wrapper #content #contentleft .hpfeatured h3 {
	display:block;
	margin-bottom:30px;
}

.page-template-page-about-php #content_wrapper #content #contentleft .hpfeatured .article_wrap p {
	margin-bottom:15px;
}

.page-template-page-about-php #content_wrapper #content #contentleft .hpfeatured .article_wrap h2 {
	color:#666;
	padding-top:0px;
}

.page-template-page-about-php #content_wrapper #content #contentleft .hpfeatured .article {
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:20px;
}

.page-template-page-about-php #content_wrapper #content #contentleft .hpfeatured .article a {
	font-weight:normal;
}

.page-template-page-about-php #content_wrapper #content #contentleft .hpfeatured .article h3 {
	color:#666;
	background-color:#fff;
	margin:0 0 5px 0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	font-family:arial,sans-serif;
}

.article_wrap {
	display:block;
	padding-bottom:0px;
	padding-top:0px;
}

#contentleft .hpfeatured br {
	height:15px;
}

.article_wrap ul {
	display:block;
}

.page-template-page-about-php #content_wrapper #content #contentleft .hpfeatured .meet {
	margin-bottom:15px;
}

.page-template-page-about-php #content_wrapper #content #contentleft .hpfeatured ul {
	margin-top:0px;
	padding-left:15px;
}

.page-template-page-about-php #content_wrapper #content #contentleft .hpfeatured ul li {
	margin-bottom:10px;
}

#content_upper p {
	color:#101010;
}

.headerright p {
	color:#d7d7dd;
}

.headerright .phone_style {
	color:#fff;
	display: inline;
}

.headerright p a {
	display: inline;
	padding: 0;
	margin: 0;
}

#phone_numbers * {
	/* iPhone rendering fix */
	display: inline;
}

#rss_feed {
	float: right;
}

.contentright {
	float:right;
	width:701px ;
}

.home #content_wrapper #sidebar_left {
	float:left;
	width: 220px;
	margin-top:30px;
}

#salesforce {
	display:none;
}

.w2llead .newsletter_submit {
	margin-top:35px !important;
}

#clients_list {
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

#clients_list li {
	color: #46717F;
	padding: 5px 10px;
	font-size: 15.5px;
}

#clients_list li.zebra {
	background: #ebebeb;
}

.page-template-page-serviceslanding-php .hp_header h3 {
	margin: 5px 0 20px;
}

#post_navigation {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 5px 0;
	margin-bottom: 20px;
}

#post_navigation a {
	font-size: 1.2em;
	font-weight: bold;
}

#post_navigation .next {
	float: right;
}

#post_navigation .previous {
	float: left;
}

#post_navigation .index {
	text-align: center;
}

.article img {
	padding-right:15px;
/*	padding-bottom:10px;*/
}

#sidebar_left div.navigate ul li {
	margin-bottom:5px;
}

.page-template-page-serviceslanding-php .hp_header ul {
	width:350px;
}

.tweetmeme_button {
	z-index:1000;
}

.cufon_anchor {
	background-color:#F2F2F2;
	color:#343863;
	display:inline-block;
	float:left;
	font-size:22px;
	margin:0 0 10px;
	padding:10px;
	margin-top:10px;
}

#back_button {
	margin-right:5px !important;
}

#continue_button {
	margin-top:-8px !important;
	margin-bottom:10px !important;
}

#first_continue_button {
	height:20px !important;
}