/****************************************************/
/****               Text Styles                 *****/
/****************************************************/

h1
{
	font-size: 12px;
	font-weight: bold;
	color: #899560;
}

h2
{
	font-size: 11px;
	font-weight: bold;
	color: #899560;
}

h3
{
	font-size: 10px;
	color: #899560;
}

h4
{
	font-size: 11px;
	color: #899560;
	font-weight: bold;
}


address
{
	font-size: 9px;
	font-style: normal;

}


.footnotes
{
	color: #A2AF76;
	font-size: 9px;
}

/**************************************************/
/**************************************************/
/*****               LAYOUTS                  *****/
/**************************************************/
/**************************************************/



/* ----- plain layout ------ */

#plain
{
	top: 0px;
	width: 750px;
	height: auto;
	clear: both;
		
}


/* ----- 2 column large left small right layout ------ */

#lgleft
{

	top: 0px;
	bottom: 0px;
	display:-moz-inline-box;
	display:inline-block;
	width: 555px;
	float: left;

}

#smright
{

	top: 0px;
	margin-left: 20px;
	display:-moz-inline-box;
	display: inline-block;
	float: left;
	width: 175px;
}

#smright img
{
	border: solid 3px #D5DDCB;
}


/* ----- 2 column large right small left layout ------ */

#smleft
{
	
	top: 0px;
	display:-moz-inline-box;
	display: inline-block;
	float: left;
	width: 175px;
}

#smleft img
{
	border: solid 3px #D5DDCB;
}


#lgright
{

	display:-moz-inline-box;
	display:inline-block;
	width: 555px;
	float: left;
	margin-left: 20px;

}


/* ------- multi row layout ------- */

.rrow
{
	width: 750px;
	margin-bottom: 20px;
	clear: both;
}


/*****             END OF LAYOUTS            ******/
/**************************************************/




/* border for editor */



#editorcontainer #lgleft, #editorcontainer #smright, #editorcontainer #smleft, #editorcontainer #lgright, #editorcontainer #plain, #editorcontainer .rrow, #editorcontainer .rrow 
{
	border: groove 1px black;
}

#editorcontainer
{
	position: relative;
	background-color: #fff;
	width: 800px;
	height: 2000px;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #505050;
	padding-top: 20px;
	
}

#topintro
{
	background-color: #D5DDCB;
	color: #899560;
	display:block;
	width: 527px;
	padding: 20px 40px 0px 230px;
	height: 100px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 16px;
	font-size: 11px;
}


#topintro p
{
	margin:0px;
	padding: 0px;
}

#pagewelcome #topintro
{
	background: #D5DDCB url(t_welcome.gif) 0px 10px no-repeat;  
}

#pageexperience #topintro
{
	background: #D5DDCB url(t_experience.gif) 0px 10px no-repeat;  
}

#pagedifference #topintro
{
	background: #D5DDCB url(t_difference.gif) 0px 10px no-repeat;  
}

#pagebenefits #topintro
{
	background: #D5DDCB url(t_benefits.gif) 0px 10px no-repeat;  
}

#pageenquiries #topintro
{
	background: #D5DDCB url(t_enquiries.gif) 0px 10px no-repeat;  
}

#pagebroker #topintro
{
	background: #D5DDCB url(t_brokers.gif) 0px 10px no-repeat;  
}

#pagedisclaimer #topintro
{
	background: #D5DDCB url(t_disclaimer.gif) 0px 10px no-repeat;  
}

