/* 
  ------------------------------------------------
London Map Fairs
main CSS
  ------------------------------------------------
*/
@charset "utf-8";
/*****************************
Page Setup	
/****************************/	

* {
	margin: 0px;
	padding: 0px
}
body {
	font-size:11.5px;
	background-color: #e0e0e0;
	line-height:21px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
}
p {
/*color: #595241;*/
}
h1, h2, h3, h4, h5, h6, legend {
	font-weight:normal;
	padding-bottom:5px;
	line-height:1.4em;
	color: #595241;
}
h1 {
	clear:both;
	font-size:32px;
	font-weight:bold;
}
h2 {
	font-size:26px;
	clear:both;
	margin-bottom: 20px;
	border-bottom: 1px solid #b8ae9c;
	padding-bottom: 10px
}
h3, legend {
	font-size:20px;
	clear:both;
}
h4 {
	font-size:16px;
	clear:both;
}
h5 {
	font-size:14px;
	clear:both;
}
h6 {
	font-size:13px;
	clear:both;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}
#homecontent h3, #homecontent h4, #homecontent h5, #homecontent h6 {
	margin: 20px 0 5px 0;
}
span {
	color: #F00;
	font-size: 12px;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #8a0917;
	display: block;
}
strong {
	color: #8a0917;
}
:focus {
	outline: 0;
}
/*****************************
Classes	
/****************************/	


.imgbdr {
	border: 3px solid #595241;
	margin-top: 20px;
}
.floatleft {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #595241;
}
.indent {
	margin: 0 0 0 20px;
}
/*****************************
Header Holder section	
/****************************/	

.logo {
	float: left;
	margin-top: 61px;
}
#headerWrap .selected a {
	border-bottom: 1px solid #fff;
}
#headerWrap li a:hover {
	color: #FFC;
	border-bottom: 1px solid #FFC;
}
#headerWrap .selected a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
#divHeaderHolder {
	background: #900 url(../images/layout/HeaderRepeat.jpg) repeat-x 0 0;
	height: 124px;
}
#headerWrap {
	background-image: url("../images/layout/HeaderBG.jpg");
	background-repeat:no-repeat;
	width: 940px;
	height: 124px;
	margin: 0 auto;
	padding: 0px;
}
#headerWrap ul {
	list-style: none;
	float: right;
	margin: 87px 0 0 0;
}
#headerWrap ul li {
	float: left;
	margin-left: 20px;
}
#headerWrap ul a {
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
}
/*****************************
Content Holder Section	
/****************************/	


#divContentHolder {
	background: #e0e0e0 url("../images/layout/ContentRepeat.jpg") repeat-x 0 0;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#contentWrap {
	width: 940px;
	margin: 0 auto;
	padding: 0px;
}
#contentWrap h3 {
	border: none;
}
.content {
	margin: 10px 0px 2px -9px;
	width: 718px;
	padding: 0px;
	float: left;
}
.top {
	height: 23px;
	background: url("../images/layout/top.png") no-repeat 0 0;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.fill {
	padding: 10px 0;
	background: url("../images/layout/fill.png") repeat-y 0 0;
	overflow: hidden;
}
.bottom {
	height: 30px;
	background: url("../images/layout/bottom.png") no-repeat 0 0;
}
/*****************************
Feature Section	
/****************************/	


#frontfeature {
	width: 940px;
	background: #a49b8b url("../images/featureRepeat.jpg") repeat-x 0 0;
	border: solid 1px #595241;
	margin: 20px 0;
	padding: 15px 0px;
	position: relative;
	overflow: hidden;
}
/*  front feature Controls */
.control {
	display:block;
	width:46px;
	height:45px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top: 124px;
	left: 2px;
	background:transparent url(../images/left-arrow.jpg) no-repeat 0 0;
}
#rightControl {
	top: 124px;
	right: 2px;
	background:transparent url(../images/right-arrow.jpg) no-repeat 0 0;
}
#feature1 {
	margin: 0px 58px;
}
.slide img {
	float: left;
}
.slide div {
	float: right;
	width: 320px;
	margin-right: 4px;
}
.slide div h2 {
	color: #ffffff;
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px
}
.slide div h5 {
	color: #595241;
	margin-bottom: 20px;
}
.slide div img {
	margin-top: 14px;
	cursor: pointer;
}
#feature1 {
	margin:0 auto;
	width:850px;
	height:280px;
	overflow: auto; /* allow scrollbar */
	position:relative;
}
#feature1 .slide {
	margin:0 auto;
	width:820px;
	height:280px;
}
.feature {
	width: 940px;
	height: 81px;
	background: #b8ae9c url(../images/subheaderBG.jpg) no-repeat 0 0;
	margin-top: 20px;
}
.feature img {
	margin-top: 10px;
}
/*****************************
Home page content section	
/****************************/	


#homecontent {
	width: 540px;
	float: left;
	margin: 20px 0px 40px 0;
	overflow: hidden;
}
#homecontent a {
	text-decoration: none;
	color: #8a0917;
	display: block;
}
/*****************************
sidebar section
/****************************/	

#homesidebar {
	float: right;
	width: 300px;
	margin: 20px 0px;
}
#homesidebar ul {
	list-style: none;
}
#homesidebar li {
	float: left;
	width: 140px;
	height: 142px;
	margin-bottom: 16px;
}
#homesidebar img {
	border: 1px solid #b8ae9c;
}
#homesidebar .push {
	margin-right: 16px;
}
.sidebar {
	float: right;
	width: 220px;
	margin: 20px 0px;
}
.sidebar h3 {
	margin: 20px 0 10px 0;
	padding: 0;
}
.sidebar ul {
	list-style: none;
	margin: 0;
	/*border-top: 1px solid #595241;*/
	border-top: none;	
}
.sidebar li {
/*	padding: 10px 0;
	border-bottom: 1px solid #595241;*/
	padding: 4px 0;
	border: none;	
}
.sidebar ul a {
	font-size: 12px;
	line-height: 20px;
	color: #595241;
	text-decoration: none;
}
.sidebar ul a:hover, .sidebar ul a:active {
	color: #8a0917;
	text-decoration:underline;
}
.sidebar .selected a {
	color: #8a0917;
	text-decoration:underline;
}
/*****************************
About Page	
/****************************/	

.fill {
	text-align: center;
}
#about {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
}
#about {
	width: 580px;
	margin: 10px 0 20px 69px;
	text-align: left;
	float: left;
}
#about h4 {
	margin: 20px 0 10px 20px;
}
#about ul {
	list-style: none;
	margin-top: -20px;
}
#about ul li {
	padding: 10px 0px;
	border-bottom: 1px solid #b8ae9c;
}
#about a {
	display:inline;
}
/*****************************
Exhibitors Page	
/****************************/	

.fill {
	text-align: center;
}
#exhibitors {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#000;
}
#exhibitors {
	width: 580px;
	margin: 10px 0 20px 69px;
	text-align: left;
	float: left;
}
#exhibitors h3 {
	color:#830101;
	margin:0;
	padding:0;
	font-size:120%;
	font-weight:bold;
}
#exhibitors ul {
	list-style: none;
	margin-top: -20px;
}
#exhibitors ul li {
	padding: 10px 0px;
	border-bottom: 1px solid #b8ae9c;
}
#exhibitors .contactinfo {
	width:220px;
	float:right;
	text-align:right;
}
#exhibitors .contactinfo p {
	margin-bottom:0;
}
#exhibitors .details {
	width:350px;
}
#exhibitors .description {
	margin-top:5px;
	margin-bottom:25px;
}
#exhibitors .exhibitor .contactinfo p a {
	color:#333;
	text-decoration:none;
	padding-bottom:0.5px;
	border-bottom:solid 1px #999;
	display:inline;
}
#exhibitors .exhibitor .contactinfo p a:hover {
	color:#333;
	text-decoration:none;
	padding-bottom:1px;
	color:#900;
	border-bottom:solid 1px #900;
}
/*****************************
Portfolio Page	
/****************************/	


#portfolio {
	overflow: hidden;
	margin: 20px 0;
}
#portfolio ul {
	list-style: none;
}
#portfolio ul li {
	float: left;
}
.portbox {
	width: 300px;
	float: left;
	margin: 20px 0 0 20px;
}
.portboxfirst {
	width: 300px;
	float: left;
	margin: 20px 0 0 0px;
}
#portfolio a {
	margin-top: 5px;
}
#portfolio h3 {
	margin: 10px 0 3px 0;
	padding: 0;
}
#pagination {
	height: 60px;
	overflow: hidden;
	border-top: 1px solid #b8ae9c;
	clear: both;
	padding-top: 20px;
}
#pagination ul {
	float: right;
	list-style: none;
}
#pagination ul li {
	float: left;
	margin-left: 5px;
	display:block;
	padding: 1px 5px;
	border: 1px solid #595241;
	background-color: #FF9;
}
/*****************************
Blog Page	
/****************************/	


#blogholder {
	float: left;
	width: 718px;
	margin: 40px 0 0 0;
}
#blogholder .content {
	margin-top: -20px;
}
.blog {
	width: 580px;
	margin: 0 0 0 69px;
	text-align: left;
	float: left;
}
.blog h2 {
	margin: 0;
	padding: 0;
	border-bottom: none;
	line-height: 26px;
}
.blog a {
	margin-top: 10px;
}
.blog img {
	margin: 20px 0;
}
.date {
	width: 40px;
	height: 40px;
	padding: 2px;
	text-align: center;
	float: left;
	background-color: #CCC;
	margin: 0 20px 0 0;
}
.day {
	font-size: 22px
}
.month {
	font-size: 16px;
	text-transform: uppercase;
}
.title {
	float: left
}
/*****************************
Contact Page	
/****************************/	


.contact {
	width: 580px;
	margin: 0 0 0 69px;
	text-align: left;
	float: left;
}
.contact h2 {
	margin-bottom: 20px;
	border-bottom: none;
	padding-bottom: 0px
}
.text_input, .text_area {
	border:1px solid #595241;
	background-color: #F3F3F3;
}
.error .text_input, .error .text_area {
	border:1px solid #EE2A00;
}
.ajax_alert .text_input, .ajax_alert .text_area {
	border:1px solid #ffb628;
}
fieldset {
	border:none;
	padding:0;
	margin: 20px 0;
	overflow:hidden;
}
.blocklabel {
	display:block;
	padding:10px 0 0 0;
}
.text_input {
	margin-top: 0;
	margin-bottom: 10px;
}
.text_input, .text_area {
	padding:5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	width:200px;
	font-size:11.5px;
}
fieldset label {
	padding-left:0px;
}
.text_area {
	width:300px;
}
#send {
	border:1px solid #b8ae9c;
	background-color:#333;
	cursor:pointer;
	color:#fff;
	padding: 2px 5px;
	margin-top: 10px;
}
#searchsubmit:hover, #send:hover, #top #submit:hover {
	background-color:#999;
	color:#333;
}
.textfieldValidationError {
	display:inline;
	margin:2px;
	padding:2px;
	color:#F00;
	border: 1px solid #CC3333;
	font-size:90%;
	font-weight:normal;
}
/*****************************
subfooter section	
/****************************/	



#divSubFooterHolder {
	background: #900 url("../images/layout/subfooterrepeat.jpg") repeat-x 0 0;
	background-color:#620611;	
	height: 82px;
	margin-top: 20px;
}
#subfooterWrap {
	background: url("../images/qsubfooterBG.jpg") no-repeat;
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	color: #FFF;
}
#subfooterWrap ul li {
	display:inline;
	list-style-type:none;
}
#subfooterWrap li {
	display:inline;
	list-style-type:none;
}
#subfooterWrap li {
	display:inline;
	list-style-type:none;
}
#subfooterWrap ul li a {
	display:inline;
	color: #FFF;
	text-decoration: none;
}
#subfooterWrap ul li a:hover {
	color: #FFC;
	text-decoration: underline;
}
#subfooterWrap p  a {
	display:inline;
	color: #FFF;
	text-decoration: none;
}
#subfooterWrap  a:hover {
	color: #FFC;
	text-decoration: underline;
}
/*****************************
styling for dynamically assigned class	
/****************************/
#nav li a {
	text-decoration:none;
}
#nav li a.selected {
	border-bottom: 1px solid #fff;
}
p {
	margin-bottom: 10px;
}
