/* css Zen Garden submission 024 - 'Not So Minimal' by Daniel Rubin, http://www.superfluousbanter.org// */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2003,  Daniel Rubin */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */



/* global
----------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px 0 20px;
	color: #333;
	background-attachment: fixed;
	background-color: #FFFFFF;
	/*	background-image: url(bg.gif); */
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
}
/* layout
----------------------------------------------- */
#container {
	position: relative;
	/*	background: url(header.jpg) no-repeat top left; */
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	padding-top: 20px;
	line-height: 140%;
}
#pageHeader {
	background-image: url(lawofficebjsflag.jpg);
	height: 90px;
	background-repeat: no-repeat;
}
#intro {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 176px;
}
#intro img {
	float: right;
	padding-left: 5px;
}
#blog {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 176px;
	clear: left;
}
#blog h1 {
	font-size: 200%;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#blog h2 {
	font-weight: bold;
	font-size: 100%;
}
#blog h3 {
	font-style: italic;
	font-size: 100%;
}
#quote {
	font-size: 120%;
	font-weight: bold;
}
#casetype {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 176px;
}
#casetype img {
	float: right;
	padding: 5px;
}
#casetype h1 {
	font-size: 150%;
	font-weight: bold;
}
#casetype h2 {
	font-size: 125%;
}

#leftcolumn {
	width: 160px;
	position: absolute;
	left: 2px;
	font-size: 10px;
	top: 120px;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}
/* lists
----------------------------------------------- */
#leftcolumn ul {
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
#leftcolumn ul li {
	margin: 0;
	padding: 0 0 0 17px;
}
#leftcolumn h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 2px;
}
#leftcolumn p {
	margin: 0px;
	padding: 0px;
}

/* DIV box */

#contact {
	margin-top: 5px;
	background-color: #dddddd;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Actual contact info within DIV */

#contactinfo {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* NoCal / SoCal header */

#contactloc {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}

/* Phone numbers should align */

#contactphone {
	text-indent: 2em;
	text-align: left;
}
#contactemail {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


#divider {
	width: 130px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 8px;
	margin-bottom: 8px;
}
#areasofpractice {
	background-color: #dddddd;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
