/* SML INSURANCE */
/* Section Contact Us Stylesheet
--------------------------------------------------------------------------- */

	

/* Headings
--------------------------------------------------------------------------- */


	h2 {
	
	width: 85px;
	height: 22px;
	background: url(../images/headings/h2-contactus.gif) top left no-repeat;
	margin-bottom: 20px;
		
	}
	
	#page-directions-oakland h2 {
	
	width: 342px;
	background: url(../images/headings/h2-directions-oakland.gif) top left no-repeat;
	margin-bottom: 40px;
	
	}
	
	#page-directions-santarosa h2 {
	
	width: 240px;
	background: url(../images/headings/h2-directions-santarosa.gif) top left no-repeat;
	margin-bottom: 40px;
	
	}
	
	#page-directions-lafayette h2 {
	
	width: 225px;
	background: url(../images/headings/h2-directions-lafayette.gif) top left no-repeat;
	margin-bottom: 40px;
	
	}	
	
	
/* Contact us
--------------------------------------------------------------------------- */

	
	#oakland {
	
	float: left;
	width: 252px;
	padding-right: 20px;
	
	}

	#santa-rosa {
	
	float: left;
	clear: none;
	width: 252px;
	margin-bottom: 10px;
	
	}

	#lafayette {
	
	float: left;
	clear: none;
	width: 252px;
	margin-bottom: 10px;
	
	}
	
	#oakland h3, #santa-rosa h3, #lafayette h3, #information h3, p {
	
	padding-bottom: 10px;
	
	}

	#information {

	clear: both;
	padding-top: 20px;
	border-top: 1px solid #b4bcbf;
	
	}
	
	#map {
	
	float: right;
	width: 382px;
	height: 600px;
	margin-top: -20px;
	margin-left: 22px;
	border: 1px solid #d1d1d1;
	
	}
	

/* Directions panel styling
--------------------------------------------------------------------------- */

	
	div.panel div.top h3 {
	
	width: 326px;
	float: left;
	clear: left;
	background: url(../images/layout/h3-panel-contact.gif) top left no-repeat;
	padding: 20px;
	margin-left: -20px;
	margin-top: -20px;
	
	}
	
	div.panel {
	
	width: 326px;
	float: left;
	clear: left;
	background: url(../images/layout/bg-panel-contact.gif) bottom left no-repeat;
	margin-bottom: 40px;
	padding: 0 20px 20px 20px;
		
	}

	
	div.panel div {
	
	float: left;
	clear: left;
	width: 326px;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 30px;
	margin-bottom: 30px;
	
	}
	
	div.panel div.last {
	
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	
	}
	
	div.panel div.last ul {
	
	margin-bottom: 20px;
	
	}
		
	div.panel p {
	
	clear: left;
	
	}
	
	div.panel ul {
	
	clear: left;
	float: left;
	margin: 0 10px 0 10px;
	padding: 0 0 0 15px;
	list-style-type: square !important;
		
	}
	
	div.panel ul li {

	float: left;
	clear: left;
	margin-top: 10px !important;
	padding: 0 !important;
	list-style-type: square;
	
	}
	


