/* CSS Document */
/* Top menu */

#main_logo
{
	background-color: #FFFFFF;
	background-image: url(../images/angel-logo-islington.gif);
	background-repeat: no-repeat;
	float:left;
	height: 105px;
	width: 351px;
	margin: 0px;
	/*border: 1px solid #000000;*/
	padding: 0px;
}


#m_top1
{
	float:left;
	text-align:center;
	/* border: 1px dashed #AA9F00; */
	/* height: 80px; */
	width: 350px;
	vertical-align:bottom;
}

#m_top1 h1{
	font-size: 145%;
}

#m_top2
{float: right;
	text-align: right;
	vertical-align:bottom;
	margin-top:8px;
	margin-right:0px;
	/* border: 1px dashed #AA9F00; */
	/* height: 80px; */
}



/* header formatting - address block */
.add_url
{
	color:#000000;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	margin-top: 25px;
}

.add_phone
{
	color: #000000;
	font-size: 120%;
	margin-top: 0;
	line-height: 150%;
}
/* header formatting - address block end */


/* Left hand side menu */

.mainnav
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	line-height: 100%;
	margin-top: 0px;
	padding-top: 10px;
}

.mainnav-col
{
	color:#FF6600;
}

.subnav
{
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: none;
	/* line-height: 165%; */
	margin-top: 0px;
	padding-top: 4px;
}

.subnav-col
{
	/* color:#000000; */
  color:#FF6600;
}


.subnav2
{
	margin-left: 0px;
	padding-left: 14px;
	list-style-type: none;
	/* line-height: 165%; */
	margin-top: 0px;
	padding-top: 5px;
}

.subnav3
{
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: none;
	line-height: 100%;
	margin-top: 0px;
	padding-top: 0px;
}



/* footer */

#footer
{
	clear: both;
	color: #272900;
	text-align: left;
	font-size: 90%;
	padding: 5px;
}

ul
{
    color: #5B578A;
}





