/****************************************************/
/****               Text Styles                 *****/
/****************************************************/

h1
{
	color: #FFF;
	font-size: 13px;
	display: block;
	width: 590px;
	height: 25px;
	line-height: 25px;
	background-color: #719DC5;
	padding-left: 5px;
	margin-top: 0px;
}

h2
{
	font-size: 9pt;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #719DC5;
}

h3
{
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #719DC5;
}

address
{
	font-size: 8pt;
	font-family: verdana, sans-serif;
	font-style: normal;
}




/**************************************************/
/**************************************************/
/*****               LAYOUTS                  *****/
/**************************************************/
/**************************************************/



/* ----- plain layout ------ */

#plain
{
	position: relative;
	top: 0px;
	width: 560px;
	height: auto;
	clear: both;
	padding: 10px;
		
}


/* ----- 2 column large left small right layout ------ */

#lgleft
{

	position: relative;
	top: 0px;
	bottom: 0px;
	display:-moz-inline-box;
	display:inline-block;
	width: 310px;
	float: left;
	padding: 10px;
	
}

#smright
{
	position: relative;
	top: 0px;
	margin-left: 10px;
	display:-moz-inline-box;
	display: inline-block;
	float: left;
	width: 230px;
	padding: 10px;
}



/* ----- 2 column large right small left layout ------ */

#smleft
{
	
	position: relative;
	top: 0px;
	display:-moz-inline-box;
	display: inline-block;
	float: left;
	width: 230px;
	padding: 10px;

}

#lgright
{

	position: relative;
	display:-moz-inline-box;
	display:inline-block;
	width: 310px;
	float: left;
	margin-left: 10px;
	padding: 10px;

}


/* ------- multi row layout ------- */

.rrow
{
	width: 560px;
	margin-bottom: 20px;
	clear: both;
	padding: 10px;
	
}


/*****             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: #EEEAEA;
	width: 600px;
	height: 2000px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #81685B;
	padding: 20px 100px;
	
}

img
{
	border-color: #B7A9A1;
}