/*
	===================================================================================
		Belgrave Asset Managemenet
		©2007 World Without Walls (www.worldwithoutwalls.co.uk). All rights reserved.
		Author:		Paul Masri
		User-controlled styles
	===================================================================================
*/


/* ------------------------------------------------------------------------------- */
/* MAIN CONTENTS - STANDARD ELEMENTS                                               */

/* HTML tags */
#layout_maincontent a {
}

#layout_maincontent h1,
#layout_maincontent h2,
.panel h3,
#layout_maincontent h3,
#layout_maincontent h4,
#layout_maincontent h5 {
	clear: both;
	margin: 0.6em 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #be9546;
}
#layout_maincontent h1 {
	margin: 0 0 0.5em;
}
#layout_maincontent p,
#layout_sidebar p {
	margin-bottom: 1em;
}
#layout_sidebar p {
	margin-bottom: 0.5em;
}
#layout_sidebar p.quoteauthor {
	margin-bottom: 0;
}
#layout_maincontent p.first {
}


/* ----------------------------------------------------------------------- */
/* SPECIALS */

img.img_floatleft {
	float: left;
	padding: 0 10px 5px 0;
}
img.img_floatright {
	float: right;
	padding: 0 0 5px 10px;
}
img.img_center {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
}
/* To get very small FSA text on the home-page sidebar */
#layout_sidebar p.fsa_text {
	margin-top: 3em;
	font-size: 0.6em;
	color: #666;
}


/* ------------------------------------------------------------------------------- */
/* MAIN CONTENTS - SITE-SPECIFIC ELEMENTS                                          */

h2.belgrave_funds {
	width: 191px;
	height: 32px;
	background-image: url(../_image/belgrave_funds.jpg);
	margin: 1em 0 0.25em 0;
	padding: 0;
	overflow: hidden;
	text-indent: -500px;
}

.panel h2 {
	margin: 0;
	padding: 0 0 0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	color: #be9546;
}
.panel p {
	margin: 0 0 1em;
}

