body {
	background-color:#0f6c42;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	background-image: url(../images/background2.gif);
	background-repeat: repeat;
	color:#333;
}

* { margin: 0; padding: 0; }

a:link, a:visited, a:active {
	color: #030;
}

a:hover {
	color: #060;
}

#wrapper {
	width: 936px;
	margin: 0 auto 0 auto;
	background-image: url(../images/content_back.png);
	background-repeat:repeat-y;
	padding:0px 14px 0px 15px;
	min-height:500px;

}

#header {
	height:100px;
	color:#000;
	padding:0px 0px 0px 0px;
	background-color:#fff;
}
#header p {text-align:right; line-height:20px; }
#left {
	width:196px;
	float:left;
	padding:15px 10px 0px 10px;
	margin-bottom:-10px;
	background-color:#b0d0ac;

}

#content {
	width:700px;
	padding:0px 10px 40px 10px;
	float:right;
	background-color:#fff;
	padding-top:10px;	
	margin-bottom:-10px;


}


#content p {line-height:20px;}

#content ul, #content ol {padding-left:40px;}
#content ul li, #content ol li {padding:5px;}
.media li:hover {background-color:#DAE9D8;}

* html #left ul {width:191px;}
	#left ul {
		list-style: none;
		margin-left: -10px;
		margin-right: -10px;
		padding: 0;
		border: none;
		}
		
	#left li  {
		border-bottom: 1px solid #4b9171;
		margin: 0;
		}
	#left li a {
		display: block;
		padding: 5px 5px 5px 20px;
		text-decoration: none;
		width: 100%;
		background-image:url(http://www.sfli-ca.com/images/nav-arrow.gif); background-position:10px 11px; background-repeat:no-repeat;
		}

* html #left ul li ul {width:176px;}
#left ul li ul	{margin:0px;}

		#left ul li ul li a {
			
			padding-left:35px;
			background-image:url(http://www.sfli-ca.com/images/nav-arrow.gif);
			background-position:25px 11px; background-repeat:no-repeat;
		}		
		#left ul li ul li a:hover {
			background-image:url(http://www.sfli-ca.com/images/nav-arrow-over.gif);
			background-position:25px 11px; background-repeat:no-repeat;			

		}

	html>body #left li a {
		width: auto;
		}

	#left li a:hover {
	background-color: #0f6c42;
	color: #fff;
	text-decoration:none;
	background-image:url(http://www.sfli-ca.com/images/nav-arrow-over.gif); background-position:10px 11px; background-repeat:no-repeat;	
		}

#footer {
	clear:both;
	background-image:url(../images/footer_back.png);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	padding-top:20px;
	color:#fff;
}
#header a:link, #header a:visited, #footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:underline;
}
#header a:hover, #footer a:hover {color:#b0d0ac; text-decoration:underline;}

#left a:link, #left a:visited, #left a:active {
	text-decoration:none;}

#left a:hover {text-decoration:underline;}

h1 {
	font-size:20px;
	color:#0F6C42
}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}

.greenbox {background-color:#FFF; border:double 3px #4B9171;}
.greenbox_title {background-color:#4B9171; padding:5px; color:#FFF; text-align:center; font-weight:bold;}

