@charset "utf-8";
/* CSS Document */

/* --------- ------------------- --------- */
/* --------- www.londonvenues.eu --------- */
/* ---------  CSS only version   --------- */
/* --------- ------------------- --------- */

/* --------- Page Defaults  --------- */

*	{
padding: 0;
margin: 0;
	}


/* --------- Layout --------- */

html {
	font-size: 100%;
	}
	
#wrapper {
	width: 730px;
	border: 1px solid #797979;
	background: #FFF url(images/contentcolumn_bg730.gif) repeat-y 0 0;
	/* background-color: #FFF; */
	margin: 8px auto 8px auto;
	}

body {
	font-size: 62.5%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #EBEDF5;	
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	}

#masthead {
	height: 84px;
	background: #FFF url(images/masthead_londonvenues.gif) no-repeat left top;
	border-bottom: 18px solid #fff;
	}

#toplinks {
	float: right;
	font-weight: bold;
	color: #006699;
	margin: 30px 12px 0 0;
	}
		
#TitleBlock {
	/* float: left; */
	width: 730px;
	height: 60px;
	/* border-top: 8px solid #FFF; */
	border-bottom: 36px solid #FFF;
 	background: #FFF url(images/grids_darkblue.gif) repeat-x left top;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}

#TitleImage {
	float: left;
	width: 280px;
	height: 60px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}

#TitleText {
	float: left;
	margin: 0 0 0 0px;
	padding: 35px 0 0 12px;
	}
	
#NavColumn {
	float: left;
	width: 164px; /* 6px + 148px + 6px */
	background-color: #FFF;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}
	
#NavColumn ul {
	list-style-type: none;
	margin: 0 2px 0 6px;
	/* border-top: 1px dashed #B2DAEE; */
	}

#NavColumn li {
	font-weight: bold;
	border-bottom: 1px dashed #B2DAEE;
	padding: 0.4em 0 0.6em 0;
	}

#NavColumn li.NoDash {
	font-weight: bold;
	border-bottom: 0px;
	padding: 0.4em 0 0.4em 0;
	}
	
#NavColumn li.VenueLinks {
	font-weight: normal;
	border-bottom: none;
	padding: 0.2em 0 0.4em 1.3em;
	}

#NavColumn li.VenueLinksFinal {
	font-weight: normal;
	border-bottom: 1px dashed #B2DAEE;
	padding: 0.2em 0 0.6em 1.3em;
	}
	
#DetailsBlock {
	margin: 20px 0 0 0;
	}
		
#DetailsBlock li {
	font-weight: normal;
	border-bottom: 1px dashed #B2DAEE;
	padding: 0.4em 0 0.6em 0;
	}
			
#ContentColumn {
	float: left;
	width: 366px;
	background: #FFF url(images/contentcolumn_bg406.gif) repeat-y 0 0;
	margin: 0 0 0 0px;
	padding: 0 20px 0 20px;
	}
			
#ContentColumnWide {
	float: left;
	width: 546px;
	background: #FFF url(images/contentcolumn_bg580.gif) repeat-y 0 0;
	margin: 0 0 0 0px;
	padding: 0 0 0 20px;
	}
		
#ContentSubColumn1 {
	float: left;
	width: 166px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}

#ContentSubColumn2 {
	float: left;
	width: 166px;
	margin: 0 0 0 17px;
	padding: 0 0 0 0px;
	}

#ContentSubColumnWide {
	float: left;
	width: 349px;
	margin: 0 0 0 17px;
	padding: 0 0 0 0px;
	}

#ContentSubColumnWide ul{
	list-style-position: inner;
	margin-left: 14px;
	padding-left: 0px;
	/*text-indent: 0px;*/
}
	
#ContentSubColumnWide li {
	color: #006699;
	margin-top: 4px;
	line-height: 128%;
}

#TestimonialBlock {
	float: left;
	width: 166px;
	margin: 0px 0px 24px 0px;
	/* padding: 0px 0px 0px 0px; */
	font: normal 10px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}
	
#BannerBlock {
	width: 300px;
	}
	
#BannerBlock img {
	border: none;
	margin: 0 0 1px 0px; 
	}
	
#ImageColumn {
	float: left;
	width: 160px;
	background-color: #FFF;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}

#ImageBlock {
	margin: 0 0 10px 0px;
	}

#ImageBlock img {
	border: none;  
	}

#VenueImageBlock {
	margin: 0 0 0 8px;  
	}

#VenueImageBlock img {
	border: none;  
	}
	
#VenueImageCaption {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	/* color: #333333; */
	line-height: normal;
	margin: 0 0 24px 0px;
	padding: 4px 0 0 0;
}
	
#footer {
	width: 730px;
	border-top: 12px solid #FFF;
	background: #FFF url(images/grid_dblu1.gif) repeat-x left top;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	}
	
.separator {
	clear: both;
	height: 0px;
	}

/* -----  Quote Boxes  ----- */

#QuoteBox, #QuoteBox1, #QuoteBox2, #QuoteBox3, #QuoteBox4, #QuoteBox5 {
	float: right;
	width: 162px;
	background: #FFF url(images/quotemarks_lblu3a.gif) no-repeat left top;
	font: normal 10px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 22px 0px 10px 0px;
	padding: 8px 10px 0px 16px;
}

#QuoteBox1 {
	background: #FFF url(images/quotemarks_lblu3b.gif) no-repeat left top;
	margin: 30px 0px 14px 0px;
	}

#QuoteBox2 {
	background: #FFF url(images/quotemarks_lblu3c.gif) no-repeat left top;
	margin: 50px 0px 34px 0px;
	}

#QuoteBox3 {
	background: #FFF url(images/quotemarks_lblu3d.gif) no-repeat left top;
	margin: 60px 0px 36px 0px;
	}

#QuoteBox4 {
	background: #FFF url(images/quotemarks_lblu3e.gif) no-repeat left top;
	margin: 70px 0px 62px 0px;
	}

#QuoteBox5 {
	background: #FFF url(images/quotemarks_lblu3f.gif) no-repeat left top;
	margin: 20px 0px 12px 0px;
	}
	
#QuoteBoxCaption {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: normal;
	padding: 4px 0 0 0;
}

		
/* --------- Fonts --------- */
		
A:link {
	color: #006699;
	text-decoration: none;
	}

A:visited {
	color: #006699;
	text-decoration: none;
	}

A:hover {
	color: #0099CC;
	text-decoration: none;
	}
	
A:active {
	color: #006699;
	text-decoration: none;
	}

h1 {
	font: normal 19px/19px Arial, Helvetica, sans-serif;
	color: #FFF;	
	}

h2 {
	font: bold 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	margin: 0 0 12px 0px;
	}

h3 {
	font: bold 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	margin: 0 0 0 0px;
	}
		
h4 {
	font: bold 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	}

h5 {
	font: bold 13px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	}

p {
	line-height: 128%;
	}

.TextIndent {
	margin: 24px 0 0 46px;
	}
	
#CaptionTestimonials {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: normal;
	margin: 8px 0 0 0;
	padding: 2px 1px 3px 4px;
	background-color: #EBEBEB;	/* background-color: #EBF1FC; */
	}

.DarkBlueText {
	font-weight: bold;
	color: #006699;
	}
	
.GreyText {
	font-weight: bold;
	color: #666;
	}
	
.BlackText {
	color: #000;
	}
		
/* not using?	
.DarkGreyText {
	font-weight: bold;
	color: #333;
	} */
	
/* -----  Form Styles  ----- */

/* set width in form, not fieldset (still takes up more room w/ fieldset width */
form {
	margin: 0;
	padding: 0;
	min-width: 376px;
	max-width: 380px;
	width: 376px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}

form fieldset {
	/* background: #ffffff; */
  	padding: 18px 10px 10px 10px;        /* padding in fieldset support spotty in IE */
	margin: 0 0 5px;
	border: 1px solid #BDC2C6;
	}

form fieldset legend {
	color: #3C5987;
	font-weight: bold;
	/* font-size:1.0em; */ /* bump up legend font size, not too large or it overwrites border left */
	margin: 0 0 2px;
	padding: 0 6px;
	/* background: #ffffff; */
	text-transform: uppercase; 
	}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 2px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	max-width: 380px;
	margin: 0 0 8px 10px;
	background-color: #F4F8FF;
	}

/* input:focus {
	background-color: #F4F8FF;
	}

textarea:focus {
	background-color: #F4F8FF;
	}
*/

textarea { 
	overflow: auto; 
	}

form .required {
	font-weight: bold;
	color: #FF6600;
	}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}



