/* CSS Document */
.float_left
{
width:250px;
float:left;
padding:5px;
border:#000 solid 0px;
}
.float_right
{
width:720px;
float:right;
padding:5px;
border:#000 solid 0px;
}
.pic
{
	border:#ccc solid 1px;
	padding:4px;
}
#left_nav 
{
border:#000 dotted 0px;
padding:2px;
}
#left_nav_top
{
	width: 220px;
	border-top:#1b6040 solid 4px;
	padding:5px 3px 3px 20px;
	color:#fff;
	font-weight:bold;
	background: #228d5c url(/public/20200529212446oe_/http://www.scottishambulance.com/imgs/common/double_down_arrow.gif) no-repeat;

}
.left_nav_1stLevel_selected
{
	width: 233px;
	border-right:#8d9654 solid 10px;
	/*padding:3px 3px 3px 20px;*/
	color:#fff !important;
	background: #cbd39b url(/public/20200529212446oe_/http://www.scottishambulance.com/imgs/common/nav_Selected_1stLevel.gif) no-repeat;
	margin:2px 0 2px 0;
}
.left_nav_1stLevel_notSelected
{
	width: 243px;
	/*padding:3px 3px 3px 20px;*/
	color:#2d3b41;
	background: #f4facc url(/public/20200529212446oe_/http://www.scottishambulance.com/imgs/common/nav_notSelected_white.gif) no-repeat;
	margin:2px 0 2px 0;
}
.left_nav_2ndLevel_notSelected
{
	width: 243px;
	/*padding:3px 3px 3px 20px;*/
	color:#2d3b41;
	background: #fff url(/public/20200529212446oe_/http://www.scottishambulance.com/imgs/common/nav_notSelected_2ndLevel.gif) no-repeat;
	margin:2px 0 2px 0;    
}
#left_nav_bottom
{ 
	width:220px;
	padding:3px 3px 3px 20px;
	background-color:#1b6040;
	height:5px;
}
#main-banner-light-green
{
	width:1024px;
	border:#fff solid 0px;
	height:155px;
	background:url(/public/20200529212446oe_/http://www.scottishambulance.com/imgs/common/header-light-green.gif) no-repeat;
	margin:0 auto;
	overflow:hidden;
}
#main-light-green
{
	overflow:hidden;
/*	padding-bottom: 150px;*/
	height:auto;
	border: #fff solid 0px;
	background-color:#228d5c;	
	text-align:center;
}  /* must be same height as the footer */
#menu-bg-light-green
{
	overflow:hidden;
	/*padding-bottom: 20px;*/
	height:35px;
	border-top:#133e2a solid 0px;
	background-color:#1b6040;
	text-align:center;
}
#footer 
{
	border-top: #A8B367 solid 0px;
	position: relative;
	margin-top: -130px; /* negative value of footer height */
	height: 130px;
	clear:both;
	background-color:#228d5c;
} 
#footer_content
{
	width:1014px;
	border:#fff solid 0px;
	text-align:left;
	margin:0 auto;
	padding-top:20px;
	vertical-align:middle;
}

#footer_left{
	/*background:url('/public/20200529212446oe_/http://www.scottishambulance.com/imgs/common/footer_edge_bar_green.gif') repeat-y left 50%;*/
	width: 170px;
	border:#fff solid 0px;
	float:left;
	padding-left:10px;
}
#footer_centre{
	/*background:url('/public/20200529212446oe_/http://www.scottishambulance.com/imgs/common/footer_edge_bar_green.gif') repeat-y left 50%;*/
	width: 170px;
	border:#fff solid 0px;
	float:left;	
	padding-left:10px;	
}
#footer_social_network
{
    width: 200px;
    border:#fff solid 0px;
    float:left;
    padding-left:5px;
    padding-top:5px;
}
#footer_right{
	width: 400px;
	border:#fff solid 0px;
	float:right;
}
/**********************************************************\
*
*	sidelinks
* note when creating it in .net: current page indicator
*
\**********************************************************/
 a.sideLinks:link,  
 a.sideLinks:visited,   
 a.sideLinks:active{
	padding:3px 3px 3px 20px;
	text-decoration: none;
	text-align:left;
	border-bottom: #000 dotted 0px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #464646;	

	font-size:0.9em;
	display:block;
}
	 a.sideLinks:hover, a.sideLinks:focus{
		padding:3px 3px 3px 20px;
		text-decoration: none;
		border-bottom: #3c5a65 solid 0px;	
		font-weight: bold;
		font-family:Arial, Helvetica, sans-serif;
		color: #fff;
		font-size:0.9em;
		display:block;
		background: #92cbb1 url(/public/20200529212446oe_/http://www.scottishambulance.com/imgs/common/nav_selected_white.gif) no-repeat;		
	}

 a.sideLinks2ndLevel:link,  
 a.sideLinks2ndLevel:visited,   
 a.sideLinks2ndLevel:active{
	padding:3px 3px 3px 20px;
	text-decoration: none;
	text-align:left;
	border-bottom: #000 dotted 0px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #464646;	
	font-size:0.9em;
	display:block;
}
	 a.sideLinks2ndLevel:hover, a.sideLinks:focus
	 {
		padding:3px 3px 3px 20px;
		text-decoration: none;
		border-bottom: #3c5a65 solid 0px;	
		font-weight: bold;
		font-family:Arial, Helvetica, sans-serif;
		color: #464646;
		font-size:0.9em;
		display:block;
		background: #e6edb9 url(/public/20200529212446oe_/http://www.scottishambulance.com/imgs/common/nav_notSelected_2ndLevel.gif) no-repeat;		
	}