/* ---------------------------------------------------------- */
/* RESET CSS for consistent rendering in all browsers*/
/* ---------------------------------------------------------- */
/* zero out the margins, padding, borders and outlines */
body, html, div, blockquote, img, h1, h2, h3, h4, h5, h6,  form, a, fieldset, input, th, td
{
margin: 0; padding: 0; border: 0; outline: none;
}

/* set font-size to 100% for all browsers */
p, h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}

/* ---------------------------------------------------------- */
/* GLOBAL HTML SETTINGS */
/* ---------------------------------------------------------- */
body{

	background-color:#ffffff;
	background-image:url(../images/background.gif);
	background-position: top;
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top:5px;
}

#wrapper{
	width: 950px;
	margin: 0 auto;
}
/* ---------------------------------------------------------- */
/* HEADER SETTINGS */
/* ---------------------------------------------------------- */
#header{
	height: 207px;
}
#printText{
	display:none;
}
#bannerPhoto{
	margin: 0 auto;
}
#bannerPhoto .topImage{
	border-left:2px solid #999999; border-top:2px solid #999999; border-right:2px solid #999999;
}
#bannerPhoto .bottomImage{
	border-left:2px solid #999999; border-bottom:2px solid #999999; border-right:2px solid #999999;
}
#locationSpace{
	float:right;
}
/* ---------------------------------------------------------- */
/* MAIN BODY */
/* ---------------------------------------------------------- */
#bodyWrapper{
	margin-top: 2px;
	padding-top: 8px;
	width:950px;	
	background-image:url(../images/bodyBackground.gif);
	background-repeat:no-repeat;
}
/* ---------------------------------------------------------- */
/* PRIMARY NAV (GENERAL LINKS) */
/* ---------------------------------------------------------- */
#primaryNav{

	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;

	text-transform:uppercase;
	padding: 0px;
	margin: 0 auto;

	margin-top: 10px;
	z-index: 99;

	height: 42px;
}
#primaryNav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
#primaryNav li{
	float: left;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right top;
}
#primaryNav a{
	padding: 6px 53px 7px;
	display: block;
	color: #666666;
	text-decoration: none;
	margin: 0px;
}
#primaryNav a:hover{
	color: #993333;
	background-repeat: repeat-x;
}

#primaryNav .apply{
	background-image:url(../images/applyBG.jpg);
	background-repeat:repeat-x;
	color: #faa846;
	border: 1px solid #993333;
	background-color: #cccccc;
	color: #ffffff;
}
#primaryNav .apply a:hover{
	background-color:#993333;
	color: #ffffff;
}

/* ---------------------------------------------------------- */
/* BREAD CRUMB */
/* ---------------------------------------------------------- */
#breadCrumb{
	width: 935px;
	margin-bottom: 5px;
	text-align:right;
	font-size: .75em;
}
#breadCrumb a{
	text-decoration:none;
	color: #000000;
}
#breadCrumb a:hover{
	color: #000;
	border-bottom: 1px solid #000000;
}

/* ---------------------------------------------------------- */
/* LEFT SIDE NAVIGATION */
/* ---------------------------------------------------------- */
#leftSideNav ul{
	margin: 0px;
	padding: 0px;
}
#leftSideNav {
	float:left;
	width:200px;
	margin-right: 10px;
	background-color:#993333;
	height: 100%;
}
#leftSideNav h2{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	
	margin: 10px;
	margin-bottom: 5px;
}
#leftSideNav ul{
	margin-left: 20px;
	padding: 0px;
	margin-bottom: 20px;
	list-style-type: none;
	font-size: .8em;	
}
#leftSideNav li{
	padding: 1px;
}
#leftSideNav a {
	padding: 0px;
	padding-left: 5px;
	display: block;
	text-decoration: none;
	margin: 0px;
	color: #ffffff;
}
#leftSideNav a:hover{
	color: #faa846;
}

#leftSideNav .noLeftSideSpace{
	padding: 0px;
	margin: 0px;
}
#leftSideNav img{
	margin-left: 10px;
	padding: 1px;
	border: 1px solid #cccccc;
}
#leftSideNavBottom{
	background-image:url(../images/london/leftSideGradient.gif);
	background-repeat:repeat-x;
	height:100px
}

/* -----------------------------------------------------*/
/* BODY CONTENT (CENTER COLUMN)
/* -----------------------------------------------------*/
#bodyContent{
	margin-right:260px;
	margin-left:220px;
	margin-bottom: 10px;
	font-size:12px;
	line-height: 20px;

}
#bodyContent h2{
	font-size:1.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#993333;
	font-weight:bold;	
}
#bodyContent img {
	border:1px solid #cccccc;
	padding:1px;
	margin:5px;
}
#bodyContent a{
	text-decoration: none;
	border-bottom: 1px solid #993333;
	color: #993333;
}
#bodyContent ul li{
	margin-left: 5px;
}

#bodyContent a:hover{
	border-bottom: 1px solid #faa846;
	color: #faa846;
}
/* Make a border unavailable for images (Not all images need borders)*/
#bodyContent .noBorder{
	border:0px;
}
#bodyContent .sectionHeading{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight:bold;
	font-style:italic;
	color: #993333;
}
#highlightedArea{
	background-color: #f9f9f9;
	margin-left:20px;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#gallery a{
	text-decoration: none;
	border-bottom: none;
}
#gallery a:hover{
	text-decoration: none;
	border-bottom: none;
}

/* -----------------------------------------------------*/
/* QUOTE BOX (RIGHT COLUMN)
/* -----------------------------------------------------*/

#quoteBoxRight{
	width: 240px;
	float:right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #993333;
	border-bottom: 1px solid #993333;
	
	color: #000000;
	

}
#quoteBoxRight img{
	border: 1px solid #cccccc;
	margin: 1px;
	margin-bottom: 20px;
	padding: 1px;
	text-align:right;

}
/*Pull Quotes*/
.pullquote{
	color: #000000;
	line-height:150%;
	background: url(../images/london/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:10px 15px 5px 0px;

}
.pullquote:first-letter {
	background: url(../images/london/openQuote.gif) no-repeat top left !important;
	padding:15px 0px 30px 40px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */

}

#quoteCaption{
	color: #993333;
	font-style:normal;
	font-weight:bold;
	text-align:right;
	margin-top: 10px;

}



#imageBox{
	width: 100%;
	height: 150px;
	padding: 10px;
	background-color:#eaeaea;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size:110%;
	line-height:140%;
}
#imageBox img{
	border: 1px solid #999999;
	margin-right: 5px;
	float: left;
}
#imageBox p{
	float: right;
}
#imageBox h2{
	font-size: 1.8em;
	padding: 10px;
	color: #993333;
	font-family:Georgia, "Times New Roman", Times, serif;
}
dt{
	
	text-decoration:underline;
	cursor:pointer;
}
dd{
	border: 1px solid #999;
	padding: 5px;
	padding-bottom: 15px;
	margin: 10px 0px 25px 10px;
	
}
/* ---------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------- */
#footer {
	border-top:1px solid #cccccc;
	clear:both;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.72em;
	color:#000000;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 50px;
	margin: 0 auto;
	width: 950px;
}
#footer a{
	text-decoration: none;
	color: #000000;
}

#footer a:hover{
	border-bottom: 1px solid #993333;
	color: #993333;
}
#footer img{
	margin-top: 10px;
}
#footerWrapper{
	margin: 0 auto;
	width: 750px;
}

