/* -------------- START CSS RESET -------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}
:focus {
	outline: 0px;
}
ol, ul {
	list-style: none;
	font-size: 0.9em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
.clear {
	clear: both;
}
.cufon-loading {
	display: none;
}
/* -------------- END CSS RESET -------------- */
ul.ui-autocomplete { z-index: 50 !important; }

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}
.well blockquote {
	font-style: italic;
	text-indent: 30px;
}
@font-face {
	font-family: 'MetaBoldRegular';
	src: url('/assets/fonts/metabold-webfont.eot');
	src: url('/assets/fonts/metabold-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/metabold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MetaRoman';
	src: url('/assets/fonts/metanormal-webfont.eot');
	src: url('/assets/fonts/metanormal-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/metanormal-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	background: #4f4f4f url(../images/layout/bg.png) repeat-x 0 0;
	font-size: 13px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.mleft20 {
	margin-left: 20px;
}
.mleft30 {
	margin-left: 30px;
}
.mleft40 {
	margin-left: 40px;
}
h1, h2, h3, h4, h5 {
	font-family: MetaBoldRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #005ca9;
}
#content h1, #content h2 {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
}
h2.helvetica.news_heading {
	padding-top: 0;
}
h2.helvetica.news_heading a {
	text-transform: capitalize;
	font-size: 16px;
	color: #333 !important;
}
h2.helvetica.news_heading.black a {
	color: #000 !important;
	font-weight: bold;
	font-size: 14px;
}
.news_desc {
	color: #666;
}
.view_post {
	color: #005AA9;
	font-weight: bold;
}
.view_post a {
	text-decoration: none;
}
.view_post span {
	font-size: 20px;
	margin-right: 10px;
}
.pcc50 {
	width: 310px;
	padding-right: 15px;
	float: left;
}
.pcc50.last {
	padding-right: 0;
}
.well h2 {
	padding-top: 0;
}
h2 {
	padding: 20px 0 15px 0;
}
h3 {
	padding-top: 10px;
}
h4 {
	padding-top: 10px;
}
p, li {
	font-size: 12px;
	color: #333;
}
#splash p, #splash li {
	color: #FFF;
}
p {
	line-height: 20px;
	padding-bottom: 10px;
}
a {
	color: #005ca9;
}
li {
	padding-bottom: 5px;
}
* {
	outline: 0 none !important;
}
.btn {
	text-decoration: none;
}
.go_btn, .go_green_btn {
	background: transparent url(../images/layout/go_btn.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 40px;
	height: 25px;
	border: none;
	float: right;
}
.submit_green_btn {
	width: auto;
	background-color: transparent;
	text-indent: -9999px;
	border: none;
	float: right;
}
.go_green_btn {
	background-image: url(../images/layout/go_green_btn.png);
}
.submit_green_btn {
	background-image: url(../images/layout/submit_green.png);
	width: 77px;
	height: 25px;
}

/* main navigation */
#nav { height: 82px; width: 960px; margin: auto; position: relative; z-index: 100; }
#nav > ul > li { display: block; float: left; position: relative; }
#nav > ul > li > a { display: block; color: #fff; font-family: MetaBoldRegular, Arial, Helvetica, sans-serif; font-weight: regular; text-transform: uppercase; font-size: 14px; text-decoration: none; border-bottom: 5px solid #999; padding: 45px 47px 15px 0px; }
#nav > ul > li > li a:hover,
#nav > ul > li > li a:focus,
#nav > ul > li > a.active, #nav > ul > li:hover > a { text-decoration: none; border-bottom: 5px solid #d3e23d; color: #d3e23d; }
#nav  ul > li > ul { position: absolute; top: 75px; z-index: 2; border: 1px solid #999; }
#nav  ul > li > ul > li { display: none; background-color: #252525; padding: 2px 8px; width: 130px; }
#nav  ul > li > ul > li:hover { background-color: #555; }
#nav  ul > li > ul > li a { color: #FFF; display: block; }
#nav  ul > li:hover > ul > li,
#nav  ul > li:focus > ul > li { display: block; }

#consumer_site_link{
	position:absolute;
	top:85px;
	left:0;
	width:110px;
	height:140px;
	z-index:999;
	transition: margin-left 0.5s;
	-webkit-transition: margin-left 0.5s; /* Safari */
}
@media (max-width: 1190px) {
	#consumer_site_link { margin-left:-55px; }
	#consumer_site_link:hover { margin-left:0; }
}
@media (max-width: 1080px) {
	#logo { margin-left:60px !important; }
}

#container {}
#wrapper {
	width: 960px;
	margin: auto;
}
#header {
	height: 150px;
	position: relative;
}
#big_tick {
	position: absolute;
	z-index: 1;
	top: -85px;
	background: transparent url(../images/layout/big_tick.png) no-repeat 0 0;
	width: 264px;
	height: 235px;
}
#login {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #252525;
	width: 224px;
	height: 120px;
	padding: 15px 13px;
	color: #fff;
}

/**
 * TOP SEARCH BOX
 */

#header #search { position: absolute; right: 250px; top: 0; width: 310px; height: 151px; background: transparent url(../images/layout/banner/background-search.png) no-repeat 0 0; }
#search form,
#search h3 { margin-left: 10px; color: #FFF; font-size: 22px; }
#search h3 { position: relative; top: -5px; }
#search .control-group { margin: 0; position: absolute; }
	#search .control-group#search_location_controls { top: 30px; left: 10px; }
	#search .control-group#search_type_controls { top: 31px; right: 10px; }
	#search .control-group#search_service_controls { top: 85px; left: 10px;  }
#search label { color: #FFF; font-size: 14px; margin: 0; padding: 0; }
#search input,
#search select { margin: 0; width: 130px; }
#search select { width: 142px; }
#search #submit_btn { position: absolute; top: 104px; right: 10px; }
.service_dropdown ul li.pad { padding:3px 15px 7px 8px; }
.service_dropdown,
.service_type_dropdown {}
	.service_dropdown .dropdown-toggle,
	.service_type_dropdown .dropdown-toggle { background-color: #FFF; padding: 6px; border: solid 1px rgba(0, 0, 0, 0.196); border-radius: 5px; width: 128px; height: 15px; line-height:18px; display: block; overflow: hidden; text-decoration: none; color: #999; background: #FFF url('../images/layout/banner/background-dropdown.png') no-repeat 120px 10px; font-size: 13px; }
	/*.service_dropdown .dropdown-menu { top: -10px; position: absolute;}*/
	.service_dropdown .dropdown-menu > li a,	
	.service_type_dropdown .dropdown-menu > li a { display: block; color: #333; text-decoration: none; }
	.service_dropdown .dropdown-menu > li strong a,
	.service_type_dropdown .dropdown-menu > li strong a { font-weight: bold;  }
	.service_dropdown .dropdown-menu > li a:hover,
	.service_type_dropdown .dropdown-menu > li a:hover { background-color: #08C; color: #FFF; }


/**
 * SEARCH
 */
#search_results {
	background: #fff;
	padding: 0 10px;
	padding-top: 0px;
	margin-bottom: 30px;
	min-height:240px;
	clear: both;
	margin-top: 5px;
}

#filters_top {
	background: url(../images/layout/search_results_top.png) no-repeat left top;
	height: 10px;
}
#results_filters {
	background: #fff;
	padding: 0 10px;
}
#results_filters .tabs li {
	display: inline;
}
#filters {
	background: url(../images/layout/filter_bg.png) no-repeat;
	padding: 5px;
    padding-bottom: 10px;
}
#filters ul.tabs {
	margin: 5px;
	float: left;
}
#filters ul.tabs li{	
	background:none;
	padding:0 20px 0 0;
}
#filters ul.tabs li a{
	font-weight: bold;
	color: #000;
	text-shadow: none;
	font-size: 13px;
	text-decoration:none;
}
#filters ul.tabs li:first-child {
	border-right: solid 1px #000;
	padding-right: 10px;
	margin-right: 7px;
}
#filters #order {
	float: right;
	width:262px;
}
#order p {
	color: #005BA9;
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding-top: 3px;
	padding-right: 10px;
}
#order button { 
	background-image: url("../images/layout/btn_bg.png");
	color: #005BA9; 
	font-weight: 700; 
	text-shadow: none; 
	margin-top:0;
}
#order button.active { background: url("../images/layout/active_btn.png"); color: #FFF; }

.member_profiles {
	margin-top:20px;
	display:none;
}
.result {
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

.result .select_button { width: 105px; height: 30px; display: block; float: right; overflow: hidden; margin-top: 8px; }
.result.gold .select_button { background-image: url('../images/layout/search/button-select-silver.png'); }
.result .result_left {
	float: left;
	width: 410px;
}
.result.border {
	border-bottom: solid 1px #ccc;
	border: 0;	
}
.result.gold, .result.silver, .result.bronze {
	background: url(../images/layout/result_backgrounds.png) #f7cf55 no-repeat 0 0;
	border-top: none;
	padding-bottom:0;
	margin-top: 10px;
	min-height: 138px;
}
.result.silver {
	background-position: -660px 0;
	background-color: #d9dadc;
}
.result.bronze {
	background-position: -1320px 0;
	background-color: #a97649;
}
.result.gold.first, .result.silver.first, .result.bronze.first  {
	margin-top: 0;
}
.gold_bottom, .silver_bottom, .bronze_bottom { 
	height:7px; 
	background:url(../images/layout/result_footers.png) no-repeat 0 0; 
	width:660px; 
}
.silver_bottom {
	background-position: 0 -7px;
}
.bronze_bottom {
	background-position: 0 -14px;
}

.result_top {
	padding-top: 10px;
}
.result_left h3 {
	float: left;
	width: 220px;
	padding-right: 90px;
	line-height:18px;
	padding-bottom:10px;
	padding-top:4px;
}
#list { overflow:auto; }
.result .add_review p a {
	color: #333;
	font-size: 12px;
	text-shadow: none;
}

.result .add_review {
	padding-top: 5px;
	float: left;
	width: 75px;
}
.result_left h3 {
	color: #333;
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
}
.result_left h3 a{
	color:#333;
	text-decoration:none;	
}

.result_left h3 a:hover{
	color:#666;
	text-decoration:none;	
}

.result .distance {
	clear: left;
	padding-top: 0px;
	padding-bottom:3px;
	font-weight:bold;
	line-height:19px;
}
.result.gold .distance {
	color: #333 !important;
}
.result .select_profile {
	float: right;
	padding-top: 5px;
	height:18px;
}
.result .images {
	padding-top: 10px;
}
.result .areas {
	padding-top: 10px;
	font-size: 12px;
}
.result .images img {
	float: left;
	margin: 8px;
	-moz-box-shadow: 0 0 4px #888;
	-webkit-box-shadow: 0 0 4px#888;
	box-shadow: 0 0 4px #888;
}
.result .services {
	padding-bottom: 10px;
}
.result .view_installer {
	float: left;
	line-height: 13px;
	width: 135px;
}
.result .view_installer a {
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	text-shadow: none !important;
	color: #005BA9;
}
.result .view_installer a:hover{
	text-decoration:none;
}
.result .view_installer a span{
	font-size:20px;	
	padding-right:10px;
}

.result .telephone {
	float: right;
	width: 200px;
	text-align: right;
	color: #005BA9;
}
.result .services {
}
.result .services p {
	margin-bottom: 0;
	line-height: 18px;
	clear: left;
}
.result p {
	font-size: 12px;
}
.result .services .main_service {
	font-weight: bold;
	color: #005BA9;

	margin-bottom: 0;
}
.result.gold .view_installer a, .result.gold .add_review a, .result.gold .services .main_service, .result.gold .telephone, .result.gold table.member_profile td a, .result.silver table.member_profile td a, 
.result.silver .view_installer a, .result.silver .add_review a, .result.silver .services .main_service, .result.silver .telephone, .result.silver table.member_profile td a {
	color: #333 !important;
	text-shadow: none;
}
.result.bronze .view_installer a, .result.bronze h3 a, .result.bronze .add_review a, .result.bronze .services .main_service, .result.bronze .telephone, .result.bronze h3, .result.bronze .distance, .result.bronze table.member_profile td, .result.bronze table.member_profile td a {
	color: #fff;
	text-shadow: none;
}
.result table.table {
	margin-bottom: 0;
}
.result.gold table.member_profile tr:hover > td { background:#e1b135; }
.result.bronze table.member_profile tr:hover > td { background:#7c5834; }
.result.gold h3 {
	color: #333;
	text-shadow: none;
}

#map_container{
	margin-top:10px;	
}

/**
 * PROFILES
 */
.profile-leftcolumn { display: block; width: 460px; position: relative; }
.profile-rightcolumn { float: right; display: block; width: 200px; }

#profile h1 { text-transform: none; }
#profile h2 { text-transform: lowercase; width: 120px; padding-top: 0; }

#rating_display {
	position: absolute;
	right: 10px;
	top: 28px;
	text-align: right;
	width: 260px;
}

/**
 * Boxes on the right hand side
 */
.profile-rightcolumn .box {
	width: 180px;
	padding: 10px;
	margin-top: 10px;
}

/* Boxes with gradients and rounded corners */
.profile-rightcolumn .box, .profile-headerbox {
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #e4e4e4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e4e4e4));
	background-image: -webkit-linear-gradient(top, #fff, #e4e4e4);
	background-image: -o-linear-gradient(top, #fff, #e4e4e4);
	background-image: linear-gradient(to bottom, #fff, #e4e4e4);
	background-repeat: repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e4e4e4', GradientType=0);
	*background-color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.smallline{
	line-height:10px;	
}
.smallline .button{	
	padding-top: 9px !important;
	height: 21px !important;	
}
.profile-rightcolumn .box.center {
	text-align: center;
}

.button, .button-small {
	margin: 2px auto;
	padding-top: 5px;
	width: 158px;
	height: 30px;
	display: block;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-shadow: none;
	font-family:MetaRoman, Arial;
}
.button strong, .button-small strong { color: #FFF; }
.button-small {
	width: 105px;
}
.button:hover, .button-small:hover {
	color: #fff;
	text-decoration: none;
}
.button.green {
	background: url(../images/btnGreen.png);
}
.button.red {
	background: url(../images/btnRed.png);
}
.button-small.red {
	background: url(../images/btnRedSmall.png);
}
.button.expanding-red {
	height: auto;
	line-height: 2em;
	background-image: none;
	background: #bf4736; /* Old browsers */
	background: -moz-linear-gradient(top, #dc3e25 0%, #ca3723 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc3e25), color-stop(100%, #ca3723)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dc3e25 0%, #ca3723 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dc3e25 0%, #ca3723 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dc3e25 0%, #ca3723 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dc3e25 0%, #ca3723 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc3e25', endColorstr='#ca3723', GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 5px;
	text-transform: none !important;
	color: #FFF;
}

/**
 * Membership Card
 */
.membership-card {
	background-color: #FFF;
	border-radius: 0.5em;
	position: relative;
	width: 440px;
	height: 230px;
	margin: 40px 0 35px 0;
	-moz-box-shadow: 0 0 4px #888;
	-webkit-box-shadow: 0 0 4px#888;
	box-shadow: 0 0 4px #888;
}
.membership-card p {
	font-size: #333;
}
.membership-card .top { 
	height: 75px;
	padding: 16px 0 0 16px;
}
.membership-card h3 {
	padding-top: 0px;
	font-size: 20px;
	line-height: 22px;
}
.membership-card h4 {
	padding-top: 0; 
	font-size: 15px;
	line-height: 22px;
	color: #333;
}
.membership-card .message {
	background-color: #00569e;
	height: 54px;
	line-height: 1.2em;
	padding: 14px 0 0 16px;
}
.membership-card .message p {
	color: #FFF;
}
.membership-card .message p .tel {
	display: block;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4em;
}
.membership-card .bottom {
}
.membership-card .bottom  img { 
	margin: 6px;
}
.membership-card .bottom .rdi-logo {
	float: right; position: relative;
}
.membership-card .bottom .gmd-logo {
	position: absolute; 
	bottom: 8px;
	left: 10px;
}
.membership-card .rdi-approved {
	position: absolute;
	bottom: -7px;
	right: 27px;
	font-weight: 900;
	font-size: 9px;
}

.membership-card .reg-number,
.membership-card .profile-image {
	position: absolute;
	top: 13px;
	right: 13px;
	padding: 6px;
	-moz-box-shadow: 0 0 4px #888;
	-webkit-box-shadow: 0 0 4px#888;
	box-shadow: 0 0 4px #888;
	background-color: #fff;
}

/**
 * Contact details
 */
dl.contact_details > dt { display: block; clear: left; float: left; width: 30px; height: 20px; }
dl.contact_details > dd { line-height: 18px; display: block; height: 20px; font-weight: bold; font-size: 13px; color: #333; }
/************************************/

#address {
	position: relative;
	background: #000 url(../images/layout/sidebar_bg.png) no-repeat 0 0;
	width: 224px;
	height: 165px;
	padding: 15px 13px 26px 13px;
	color: #fff;
}
#address address { margin-top: -10px; }
#address p {
	font-size: 12px;
	color: #fff;
	line-height:16px;
}
#address p#phonenumber { }
#sponsorside{
	background-color:#fff; height: 123px !important;
}
.sidebar_box{ position:relative; }
.sidebar_box .title{
	color:#000;
	padding-top:23px;
	text-align:center;
}
.sidebar_box label, .sidebar_green_box label {
	float: left;
	display: block;
	width: 70px;
	line-height: 26px;
	margin: 5px 0;
}
.sidebar_box input, .sidebar_green_box input {
	border: none;
	width: 142px;
	padding: 3px 6px 5px 6px;
	color: #999;
	font-size: 14px;
	margin: 5px 0;
	background-color: #fff;
}
.sidebar_box input.image_input, .sidebar_green_box input.image_input {
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	position: absolute;
	margin: 0;
	bottom: 15px;
	right: 13px;
}
.sidebar_box h3, .sidebar_green_box h3 {
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	font-size: 16px;
}
.sidebar_green_box h3 {
	color: #000;
}
#logo {
	margin-top: 30px;
	position: relative;
	z-index: 90;
	margin-left: -5px;
}
#splash {
	height: 300px;
	position: relative;
	width: 960px;
	background-color: #252525;
}
#splash .slide {
	position: absolute;
	width: 960px;
}
#splash .image {
	z-index: 10;
	position: absolute;
	left: 324px;
	height: 300px;
}
#splash .image img {
}
.blurbs {
	background: url(../images/layout/blurbs_bg.png) no-repeat;
	position: absolute;
	width: 294px;
	top: 0;
	height: 270px;
	padding: 15px;
	z-index: 50;
}
.blurbs .blurb {
	position: absolute;
	top: 15px !important;
	left: 15px !important;
	padding-right: 15px;
	height: 230px;
	width:294px;
	overflow: hidden;
}
.blurb .blurb_bottom { }
.blurb {
	color: #fff;
}
.blurb h3 {
	font-size: 15px;
	padding: 0 0 15px 0;
	line-height: 20px;
}
.blurb h3 a {
	text-decoration: none;
	color: #d3e23d;
}
.blurb h3 a:hover {
	text-decoration: underline;
}
.blurb p {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
.blurbs a.readmore {
	display: block;
	background: url(../images/layout/readmore_btn.png) no-repeat;
	width: 105px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	bottom: 15px;
}
#splash .controls {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	height: 300px;
	overflow: hidden;
}
#splash .controls .control {
	background: url(../images/layout/splash_item_bg.png) no-repeat right top;
	width: 230px;
	padding: 10px 10px 10px 20px;
	height: 80px;
	color: #fff;
	cursor: pointer;
}
#splash .controls .control h4 {
	color: #d3e23d;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 0;
	line-height: 15px;
}
#splash .controls .control p {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}
#splash .controls .control.active {
	background: url(../images/layout/splash_item_bg_active.png) no-repeat right top;
}
#splash .controls .control p {
	font-size: 12px;
}
#content {
	float: left;
	width: 680px;
	padding: 15px 15px 35px 15px;
	background-color: #fff;
	min-height: 638px;
	position:relative;
}
#right {
	float: right;
	width: 250px;
}
#join {
	background: #bac837 url(../images/layout/sidebar_green_bg.png) no-repeat 0 0;
	width: 224px;
	height: 120px;
	padding: 15px 13px;
	position: relative;
}
#job_search {
	width: 654px;
	padding: 15px 13px;
	position: relative;
	height: 130px;
	margin-right: 7px;
}
#side_job_search {
	background: #bac837 url(../images/layout/sidebar_green_bg.png) no-repeat 0 0;
	width: 224px;
	padding: 15px 13px 16px 13px;
	position: relative;
}
#side_job_search input {
	width: 215px;
}
#side_job_search .input-prepend input {
	width: 189px;
}
#job_search input {
	width: 210px;
}
#job_search .controls {
	margin-left: 100px;
}
#job_search .control-group {
	margin-bottom: 12px;
}
#job_search h2 {
	text-transform: lowercase;
	padding: 0 0 5px 0;
}
#job_search .input-prepend input {
	width: 184px;
}
#job_search label.control-label {
	width: 80px;
}
#job_search fieldset {
	width: 50%;
	float: left;
}
.add_job {
	padding-top: 10px;
}
.add_job .go_green_btn {
	float: left !important;
	margin-left: 160px;
}
.findajob label {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.findajob input {
	width: 520px;
	margin-top: 10px;
}
.findajob button {
	margin-top: -43px;
	margin-right: 5px;
}
#twitter {
	background:#E2E2E2;
	padding:10px;
	min-height:234px;
}
#twitter h3 { padding-top:0; padding-bottom:10px; }
.jta-tweet-list-controls { display:none; }
ul.jta-tweet-list { margin-left:0; }
ul.jta-tweet-list li { list-style-type:none; }
#twitter img {
	display: none;
}
#twitter p {
	font-size: 12px;
	line-height: 14px;
	color: #333;
	padding-bottom: 20px;
}
#twitter li {list-style: none;}
#twitter span {
    display: block;
    color:#000;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
}
/*#twitter p span { float:right; }*/
#like_us {
	width: 265px;
	margin-left: -15px;
	max-width: 265px;
}
ul.ticked li, #content li {
	list-style-type: none;
	background: url(../images/layout/bullet.png) left 2px no-repeat;
	padding-left: 30px;
}
.pagination li {
	background: none !important;
	padding-left: 0 !important;
}
#sponsors {
	height: 100px;
	position: relative;
	z-index: 50;
	padding: 0 20px;
}
#sponsors .image {
	display: table-cell;
	vertical-align: middle;
	line-height: 100px;
	float: left;
	margin-right: 19px;
}
#sponsors .image.last {
	margin-right: 0;
}
#sponsors .image img {
	vertical-align: middle;
}
#footer a {
	text-decoration: none;
}
#footer {
	background: #d3e23d;
	height: 130px;
}
#footer_content {
	width: 960px;
	margin: auto;
}
#footer_l {
	width: 327px;
	padding-top: 33px;
}
#footer_ml a {
	color: #000;
	font-size: 12px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
}
#footer_ml {
	padding-top: 49px;
	width: 260px;
}
#footer_mr {
	padding-top: 65px;
}
#footer_r {
	padding-top: 58px;
	width: 289px;
	float: right;
}
#footer_r img {
	float: right;
}
.team_member {
	width: 135px;
	float: left;
	margin-right: 20px;
	padding: 10px;
	background-color: #D3E23D;
	text-align: center;
	color: #fff;
	height: 250px;
	margin-bottom:20px;
}
.team_member.alt {
	background-color: #999;
}
.team_member.last {
	margin-right: 0;
}
#supplierright {
	float: right;
	width: 250px;
	margin: 0 0 20px 20px;
}

#services .control-group { margin-bottom: 0;}
#services .children {
	margin-left: 25px;
}
#dataTable_filter {
	float: right;
}
#dataTable_length select {
	width: auto;
}
.dataTables_paginate ul {
	float: right;
}
#dataTable_info {
	margin-top: 25px;
	
}
a#findsupplier {
	display: block;
	background: url(../images/layout/find_supplier_bar.png) no-repeat;
	width: 291px;
	height: 23px;
	position: absolute;
	bottom: -1px;
	right: 265px;
	text-decoration: none;
	color: #000;
	padding: 5px 0 0 10px;
	font-size: 12px;
	display:none;
}
.greybox {
	height: auto;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%, #d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%, #d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%, #d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cccccc 0%, #d3d3d3 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#d3d3d3', GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}
.button {
	background: url(../images/greenBtn_nav_right.png) top right no-repeat;
	display: block;
	padding: 0 13px 0 0;
	text-decoration: none;
	float: left;
	margin: 5px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}
.profile-rightcolumn .button { float: none; }
.button span {
	background: url(../images/greenBtn_nav_left.png) top left no-repeat;
	display: block;
	padding: 8px 10px 10px 23px;
}
.buttonBlue {
	background: url(../images/blueBtn_nav_right.png) top right no-repeat;
	display: block;
	padding: 0 12px 0 0;
	text-decoration: none;
	float: left;
	margin: 5px 5px 0 5px;
	;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.buttonBlue span {
	background: url(../images/blueBtn_nav_left.png) top left no-repeat;
	display: block;
	padding: 8px 10px 10px 23px;
}
table.centered th, table.centered td {
	text-align: center !important;
	vertical-align: middle !important;
}
td.bronze, td.silver, td.gold {
	font-weight: bold;
	background: url(../images/layout/bronze_bg.png) repeat-x;
}
td.silver {
	background-image: url(../images/layout/silver_bg.png);
}
td.gold {
	background-image: url(../images/layout/gold_bg.png);
}
.columns .well {
	width: 308px;
	float: left;
	margin-right: 20px;
	padding: 0 10px 10px 10px;
	height: 325px;
	position: relative;
}
.columns .well.last {
	margin-right: 0;
}
.columns p {
	overflow: auto;
}
.columns a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#job_search h3 {
	text-transform: lowercase;
	padding: 0 0 5px 0;
	font-size: 18px;
}
/* all pages with expandable headings */
body.about-us #content h2:not(.meetteam), body.training #content h2, body.membership #content h2 {
	display: block;
	background: url(../images/layout/heading_bar.png) no-repeat 0 -30px;
	width: 680px;
	height: 30px;
	margin: 15px 0;
	padding: 0;
	text-indent: 50px;
	text-transform: lowercase;
	line-height: 30px;
	font-size: 18px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
h2.active {
	background-position: 0 0 !important;
}
.team_member a.inline {
	display: table-cell;
	height: 180px;
	line-height: 180px;
	vertical-align: middle;
	text-align: center;
	background: #fff;
}
.team_member a.inline img {
	vertical-align: middle;
}
.columns a img {
	float: left;
	margin-right: 5px;
}
/* all pages with expandable headings */
body.about-us #content h2, body.training #content h2, body.membership #content h2, body.recruitment #content h2, body.emerging_markets #content > h2 {
	display: block;
	background: url(../images/layout/heading_bar.png) no-repeat 0 -30px;
	width: 680px;
	height: 30px;
	margin: 15px 0;
	padding: 0;
	text-indent: 50px;
	text-transform: lowercase;
	line-height: 30px;
	font-size: 18px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
h2.active {
	background-position: 0 0 !important;
}
#member_login_title {
	font-family: MetaRoman, MetaBoldRegular, Arial, Helvetica, sans-serif;
}
#recruitment_nav {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 212px;
}
#recruitment_nav a { width:190px; text-align:center; }

.author a {
	color: #005DAB;
	font-size: 12px;
}
.offset_right {
	text-align: right;
	color: #005DAB;
	font-weight: bold;
	margin-top: -10px;
}
/* Testimonials */
.testimonial {
	margin-bottom: 10px;	
	width:660px;
}
.testimonial td{
	font-size:13px;	
}

.testimonial, .testimonial_listitem {
	background: url(../images/layout/testimonial_bg.png) no-repeat;
	padding: 10px;
	height: 145px;
	margin-top: 20px;
}
.testimonial_listitem {
	margin-bottom: 60px;
}
.testimonial .featured_image, .testimonial_listitem .featured_image {
	float: left;
	width: 85px;
}
.testimonial .content, .testimonial_listitem .content {
	float: left;
	width: 560px;
	margin-left: 10px;
	position: relative;
	height: 135px;
}
.testimonial .content h2, .testimonial_listitem .content h2, .home_featured .content h3 {
	color: #fff;
	font-size: 16px;
	padding-bottom: 20px;
	line-height: 16px;
}
.testimonial .content p.quote, .testimonial_listitem .content p.quote {
	font-size: 20px;
	color: #848484;
	line-height: 24px;
	text-align: center;
	padding-top: 10px;
}
.testimonial .content .info, .testimonial_listitem .content .info {
	position: absolute;
	bottom: 0;
	width:100%;
}
.testimonial .content .info p, .testimonial_listitem .content .info p {
	line-height: 14px;
	margin-bottom: 0;
	color: #666;
}
.testimonial .content .info .infoleft, .testimonial_listitem .content .info .infoleft {
	float: left;
	width: 305px;
}
.testimonial .content .info .inforight, .testimonial_listitem .content .info .inforight {
	float: right;
	width: 260px;
	text-align:right;
	position:absolute;
	right:0;
	bottom:0;
}
.testimonial .content .info .stars, .testimonial_listitem .content .info .stars {
	float: left;
	padding-top: 15px;
}
.testimonial .quote{
	background:none !important;	
}

.well_view_more {
	position: absolute;
	right: 5px;
	bottom: 10px;
}
.testimonial_title {
	padding-top: 0;
}
.columns .well h3 {
	padding-top: 0;
}
.columns .well h3 a {
	font-size: 12px;
	color: #005DAB;
}
.columns .well p {
	font-size: 12px;
}
.quote {
	background: url(../images/layout/quotes.png) no-repeat 0 6px;
	padding: 0 20px;
}
.well h2 {
	padding-top: 10px;
}
#member_info #logo_image {
	float: left;
	width: 220px;
	margin-right: 20px;
}
#member_info #details {
	float: left;
	width: 440px;
}
#member_info #details .row {
	padding-bottom: 10px;
}
#member_info #details .thelabel {
	font-weight: bold;
	float: left;
	width: 110px;
}
#member_info #details .theinfo {
	float: left;
}
.result {
	padding: 0 10px 10px 10px;
	width: 640px;
	margin: auto;
}
.result .result_left {
	float: left;
	width: 410px;
	padding-top:10px;
}
.result .result_right {
	float: right;
	width: 220px;
	padding-top: 12px;
}
.result.border {
	border: 0;
	border-bottom: solid 1px #ccc;
}
.result_top {
	padding-top: 10px;
}
.result_left h3 {
	float: left;
	width: 290px;
	padding-right: 20px;
}
.results .stars { float: right; }
.result .stars img { padding: 0; margin: 0; float: left; }
.result .add_review p a {
	color: #333;
	font-size: 12px;
}
.result.gold .add_review p a {
	color: #fff;
	text-shadow: none;
	font-size: 12px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
}
.result .add_review {
	padding-top: 5px;
	float: left;
	width: 75px;
}
.result_left h3 {
	color: #333;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}
.result_left h3 a {
	color: #333;
	text-decoration: none;
}
.result_left h3 a:hover {
	color: #666;
	text-decoration: none;
}
.result.gold .distance {
	color: #fff;
}
.result .select_profile {
	float: right;
	padding-top: 5px;
	height: 18px;
}
.result .images {
	padding-top: 10px;
}
.result .images img {
	float: left;
	padding: 4px;
}
.result .services {
	padding-bottom: 10px;
}
/*.result .view_installer {
	float: left;
	width: 120px;
}*/
.result .view_installer a {
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	text-shadow: none !important;
	color: #005BA9;
	text-decoration: none;
}
.result .view_installer a:hover {
	text-decoration: none;
}
.result .view_installer a span {
	font-size: 20px;
	padding-right: 10px;
}
.result.gold .view_installer a {
	color: #fff;
}
.result .telephone {
	float: right;
	width: 200px;
	text-align: right;
	color: #005BA9;
}
.result.gold .telephone {
	color: #fff;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
}
.result .services {
	margin-top: -12px;
}
.result .services p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.result .services .main_service {
	font-weight: bold;
	color: #005BA9;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.result.gold .services .main_service {
	color: #fff;
}
.result.gold .services {
	color: #ccc;
}
#login .row {
	padding-left: 30px;
}
#login .name {
	float: left;
	text-transform: uppercase;
	font-size: 14px;
}
#login .logout {
	float: right;
}
#login .logout a {
	color: #fff;
	font-size: 10px;
}
#login h4.member_name {
	color: #BFCD38;
	font-size: 12px;
	text-transform: uppercase;
}
#login p.member_type {
	font-size: 12px;
	padding-bottom: 0;
	color: #fff;
}
#login p.settings_link a {
	color: #fff;
	font-size: 12px;
}
#enable_link {
	background: #e5e5e5;
	height: 40px;
	width: 680px;
	margin-bottom: 10px;
}
#enable_link #linktext {
	float: left;
	padding-top: 11px;
	padding-left: 10px;
}
#enable_link #linktext p {
	padding-bottom: 0;
	font-size: 12px;
}
#enable_link #linktext p a {
	color: #333;
}
#enable_link #elearninglogo {
	float: right;
	padding-top: 6px;
	padding-right: 10px;
}
#member_info {
	margin-bottom: 30px;
	color: #333;
}
#profiles_remaining {
	color: #B9C737;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
}
#profiles_remaining cufon {
	margin-top: -15px;
}
#profiles_remaining img {
	padding: 0 10px;
}
td.bronze, td.silver, td.gold {
	vertical-align: middle;
	color: #333;
}
table.textcenter td, table.textcenter th {
	text-align: center;
}
table.middlevalign td, table.middlevalign th {
	vertical-align: middle;
}
table.color333 td, table.color333 th {
	color: #333;
}
#profileusage {
	margin-bottom: 30px;
}
#your_profiles .row {
	margin-left: 0px;
}
.profile_row_left {
	float: left;
	width: 200px;
}
.profile_row_middle {
	float: left;
	width: 314px;
	margin-left: 20px;
}
.profile_row_middle h3 {
	color: #005BA9;
	padding-top: 0;
	padding-bottom: 10px;
}
.profile_row_middle .type {
	font-size: 14px;
}
.profile_row_right {
	float: left;
	width: 146px;
	padding-top: 10px;
}
.profile_row_right a {
	margin: 0 5px;
}
#services_top h3 {
	color: #333;
}
#services_top {
	background: url(../images/layout/services_bg_top.png) no-repeat;
	height: 23px;
	padding: 0 15px;
}
#services {
	background: url(../images/layout/services_bg.png) #dfdfdf no-repeat;
	margin-bottom: 0;
	padding-top: 20px;
}
#services_bottom {
	background: url(../images/layout/services_bg_bottom.png) no-repeat;
	height: 20px;
	margin-bottom: 18px;
}
#services .service {
	float: left;
	width: 310px;
	padding: 0 15px 15px 15px;
}
.details_left, .details_right {
	float: left;
	width: 340px;
}
.details_left > div label, .details_right > div label {
	width: 80px !important;
}
.details_left > div .controls, .details_right > div .controls {
	margin-left: 95px !important;
}
.pbottom20 {
	padding-bottom: 20px !important;
}
.certificate_row {
	margin-left: 0;
	padding-bottom: 25px;
	height: 55px;
}
.certificate_row_left {
	float: left;
	width: 330px;
}
.certificate_row_left input {
	display: none;
}
.certificate_row_middle {
	float: left;
	width: 200px;
	margin-right: 30px;
}
.certificate_row_right {
	float: left;
	width: 100px;
	padding-top: 12px;
}
#services.registration {
	background: none;
	margin-bottom: 18px;
	padding-top: 0;
}
.floatleft {
	float: left;
}
.mleft40 {
	margin-left: 40px;
}
/******************
	CSS LIGHTBOX
 ******************/
a.fancybox {
	text-decoration: none;
}
.fancybox-close {
	margin-top: 2em;
	margin-right: 2em;
}
.supplier {
	width: 120px;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	text-align: center;
	display: table-cell;
	line-height: 120px;
	vertical-align: middle;
	margin-bottom: 30px;
	position: relative;
}
.supplier h2 {
	line-height:20px;
}
.supplier.nomargin {
	margin-right: 0;
}
.supplier a {
	display:block;
	background: #fff;
}
.supplier h2 a {
	background:none;
}
.supplier img {
	vertical-align: middle;
}
#login a.btn { padding: 4px 7px; margin-bottom:5px; width:25%; font-size:11px; margin-left:0; }
#login #buttons { margin-top:5px; *padding-left: 0; }
#job_search_box { margin-bottom:20px; }
.pleft20 { padding-left:20px; }
.margin_top_10 {margin-top:10px;}
.controls input[type="file"] { margin-right:20px; }
.leftbox { float:left; width:280px; }
.rightbox { float:left; width:170px; }
#thetick { height:110px; background:#fff; }
#thetick p { position:relative; top:-15px; text-align:center; }
#thetick p a { color:#231C24; }
.imgcenter { display:block; margin:auto; }
.supporter_logo { float:left; width:138px; padding:0 10px; display:table-cell; vertical-align:middle; margin-right:10px; margin-bottom:10px; height:160px; line-height:160px; border:1px solid #DDD; }
.supporter_logo img { vertical-align:middle; max-width:100%; }
strong cufon { position:relative; top:1px; }
.postimage { float:left; }
#contactaddress { padding-top:8px; }
#contactaddress p { color:#005CA9; font-size:14px; }
.nav.nav-tabs li { padding-left:0 !important; background:none !important; padding-bottom:0; }
.nav.nav-tabs li a { text-decoration:none; }
.columns .well.testimonials-supports{
	height:350px;	
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
/* supporter contact form */
.supporter_contact{
	background:url(../images/layout/sponsors_contact.png) no-repeat;
	height:361px;
	width:297px;
	padding:0 15px;
	float:left;
}
.supporter_contact h2{
	color:#fff;
	font-size:20px;
	padding-top:11px;
	text-align:center;
}
.supporter_contact .control-group{
	margin-bottom:0;	
}
.supporter_contact label,.supporter_contact p{
	color:#fff;
	font-weight:bold;
}
.supporter_contact input,.supporter_contact textarea{
	width:290px;	
}
.supporter_contact textarea{
	height:72px;	
}
/* EO supporter contact form */

#supporters {
	text-align: center;
}
#supporters .logo a {
	display: inline-block;
	margin: 30px 0;
}
input[type=file] {
	width: auto !important;
}
#bottomsponsors { text-align:center; background:#fff; width: 710px; }
#bottomsponsors img { margin-bottom:10px; }
#bottomsponsors .title{ color:#000; text-align:center; text-transform:uppercase; margin-bottom:5px; }
#bottomsponsors a { padding: 0 28px 5px 0px; text-decoration:none; border:none; }
#bottomsponsors a:first-child { padding-left: 0px !important; }
#bottomsponsors a:last-child { padding-right: 0px !important; }
#supporters { margin-top:0px; }
#supporters div { text-align:center; width:250px; }

/**
 * Adverts
 */
.advert { margin-bottom: 0px; }
.media-centre-menu { border:solid 1px #ccc; display:inline-block; }
.media-centre-menu ul li { background:none !important; padding-left:0 !important; display:block; float:left; border-right:solid 1px #ccc; padding-bottom:0; }
.media-centre-menu ul li:last-child { border:none; }
.media-centre-menu ul li a { display:block; background:#eee; color:#333; text-decoration:none; font-weight:bold; padding:13px 12px 12px 12px; font-size:14px; }
#member-news { height:241px; padding-bottom: 15px;  border-bottom: 1px solid #ccc; }
#member-news .slide { position:relative; width:680px !important; }
#rdi-news {padding-bottom: 15px; margin-bottom: 15px;  border-bottom: 1px solid #ccc; }
#rdi-news p {line-height: 14px;}
.other-posts { width:254px; position:absolute; top:0; right:0; }
.post-preview { height:67px; background:url(../images/layout/post-preview-bg.png) no-repeat right top; margin-bottom:5px; padding:5px 5px 5px 19px; }
.post-preview p { color:#fff; font-size:10px; line-height:10px; padding-top:5px; }
.post-preview h2 { padding:0 !important; }
.post-preview h2 a { color:#fff !important; font-size:13px; line-height:13px; text-transform:none !important; }
.post-preview.active { background:url(../images/layout/post-preview-bg-active.png) no-repeat right top; }
.rrdin h3 a { color:#333; font-size:16px; }
.rrdin p { color:#333; font-size:11px; }
.rrdin p .newsdate { color:#005DAB; float:right; font-weight:bold; }
h2.grey { color:#333 !important; padding-top: 15px; }
h2.sentence { text-transform:capitalize !important; }
h2.sentence span { text-transform:none !important; }
#media-centre-tabs { border:solid 1px #ccc; background:#fafafa; }
#media-centre-tabs .media-centre-menu { border-top:none; border-left:none; border-right:none; display:block; }
#media-centre-tabs .media-centre-menu li.active { }
#media-centre-tabs .media-centre-menu li.active a { background:#fff; position:relative; padding-bottom:13px; padding-top:12px; top:1px; }
#media-centre-tabs #tab1, #media-centre-tabs #tab2, #media-centre-tabs #tab3 { background:#fff; padding:20px 10px; }
#media-centre-tabs #tab2 form div.form-actions { margin-bottom: 0; }
#media-centre-tabs .media-centre-menu ul li:last-child { border-right:solid 1px #ccc; }
.row-fluid.border-bottom { border-bottom:solid 1px #ccc; padding-bottom:15px; margin-bottom:15px; }
.span6.border-right { border-right:solid 1px #ccc; }
#media-centre-tabs #tab1 h3, #media-centre-tabs #tab2 h3 { padding-top:0; padding-bottom:10px; color:#333; }
#media-centre-tabs #tab1 p, #media-centre-tabs #tab2 p { padding-bottom:0px; font-size:13px; line-height:16px; }
#media-centre-tabs #tab1 p.contactname, #media-centre-tabs #tab2 p.contactname { color:#005DAB; font-weight:bold; }
#media-centre-tabs .tabs { min-height: 160px; }
#opening_times h2 { font-size:16px; padding-top:0; }
#opening_times p { font-size:11px; line-height:14px; }
.lowercase { text-transform:lowercase; }
#newsletter_signup { border:solid 1px #ccc; }
#newsletter_signup h3 { background:#eee; display:block; border-bottom:solid 1px #ccc; padding:15px; font-size:14px; color:#333; line-height:14px; }
#newsletter_signup .row-fluid .span6 { padding:15px; }
#newsletter_signup .row-fluid .span6 input { max-width:120px; }
#newsletter_signup .row-fluid .span6 label { padding-top:5px; font-size:15px; color:#666; }
h3.grey { color:#333; }
h2 span a { font-size:12px; }
.other_news_item h3 { padding:0 0 10px 0 !important; }
.other_news_item h3 a { color:#333; text-transform:none; font-size:16px; } 
.other_news_item p { font-size:11px; line-height:14px; padding-bottom:0; }
.other_news_item .thedate, .other_news_item a { font-weight:bold; text-decoration:none; color:#005DAB; }
.other_news_item .row-fluid { height:13px; overflow:hidden; }
.nopad { padding:0 !important; }
.video { padding: 20px 0; border-bottom: 1px solid #ccc; overflow: auto; }
.video h3 { color: #333; font-size: 18px; padding: 0; margin-top: -2px; }
.video .thumb { float: left; margin-right: 20px; width: 200px; height: 112px; }
.video p { max-height: 95px; overflow: hidden; font-size: 12px; line-height: 16px; padding: 0; }
h2.media { color: #333; font-size: 24px; text-transform: none !important; padding: 10px 0 0 !important;}
#archive_col p { font-size:11px; line-height:14px; padding-bottom:0; padding-top:10px; }
#archive_col a { text-decoration:none; font-weight:bold; text-align:right; display:block; }

.dropdown-menu li.noa { padding:3px 15px; text-shadow:none; }

#profile_logo { text-align:center; }
.controls.text { position: relative; top: 7px; }
