﻿@charset "UTF-8";

/*=========================================*/
/*================= General ===============*/
/*=========================================*/

/*causing some conflict with the main one on ad landing pages*/
/*.pdf {
    color:#FFF;
    background-color:#C93100
}*/
.readmore {
    font-size:11px;
}
.readmore a:link {    
    color:#22498E
}
.readmore a:hover, .readmore a span:hover {
    color:#1B73CC;
}

/*=========================================*/	
/*============ Markets Home ==========*/
/*=========================================*/

#marketsWapper {
	width: 790px;
	height: auto;
    min-height: 100%;
	position: relative;
}
.marketList {
	width:100%;
	float:left;
	display:block;
	padding-bottom:35px;
}
.marketList .industryName {
	font-size: 14px;
	font-family: "droid-serifregular", Arial, sans-serif;
	font-weight:bold;
	line-height:1.2em;
	color:#22498E;
}
.marketList .left {
	float:left;
	width:46%;
	display: inline-block;
}
.marketList .right {
	float:right;
	width:48%;
	display: inline-block;
}
.marketList ul {
	margin:0;
	padding:0;
	list-style: none;	
}
.marketList p {
    font-size: 11px;
	line-height:1.2em;
	color: #5D5E59;
	margin: 5px 0 5px 0;
}
.marketList a:link {
	border:none;
	color:#22498E;
}
.marketList .img {
	padding:0 20px 10px 0;
	border:none;
	float: left;
	display: inline-block;
}
.markets a:hover, .markets a span:hover {
    color:#1B73CC;
}

/*=========================================*/	
/*======= Previous and Next Buttons========*/
/*=========================================*/

.pageSelector 
{
    text-align:center;
    margin:20px 0;
    font-size:11px;
}

.pageSelector a:link {
	color:#000000;	
}

/*========================================*/	
/*================= Gallery===============*/
/*========================================*/
#gallerySet {
	float: right;
	width: 235px;
	margin:0;
	padding-bottom:25px;
}
#gallerySet p {
	text-align:left;
	font-size: 10px;
	color: #333333;
}
#photoLarge {
	width: 215px;
	padding:4px;
	border:1px solid #ccc;
	margin:0 0 8px 0;	
}
#photoLarge img {
	width: 215px;
}
#thumbDiv {
	margin:10px 0;
	padding:0;
}
#thumbDiv img {
	width:44px;
	height:44px;}

#thumbDiv a img {
	border:1px solid #ccc;	
	margin:1px;
	padding:3px;
	background:white;
}
#thumbDiv a img:hover {
	background:#d9d8d8;		
}