/* ========================================================== 
 * CSS for california-probate-attorney.com
 * Copyright 2004 Mind In Motion Technology www.mindinmotiontech.com
 * Last updated: Nov 2004
 *
 * General comment: We use margin instead of padding whenever 
 * possible to avoid having to make adjustments for old WinIE.
 * ==========================================================
 */

/* ---( make top banner (img) flush with top )---------------- */
img		{
	border: 0;
	display: block;
	}

/* ---( make page flush with top )---------------- */
body	{
	margin: 0;
	padding: 0;
	border: 0;
}



/* ---( centering wrapper )------------------------ */

/*    This centers the page in browsers.                     */
/*    also bg_img creates an illusion of 2 columns           */
/*    Note: NEED a footer w clear:both for col trick to work */

#wrapper {
	margin: 0 auto;  /* left/rigth auto centers the page */
	padding: 0;
	border: 0;
	width: 800px;
	text-align: left;  /* Needed for WinIE 5.x */
	background: transparent url(/img/bg_img.gif) top left repeat-y; 
/*	background: #ccc url(/img/bg_img.gif) repeat-y 50% 0; */
	}


/* ---( footer )----------------------------------- */

#footer {
        position: relative;
        clear: both;    /* MANDATORY for fake 2 column trick */
        margin: 0;
        padding: 0;
        font-size: 75%;
        color: #444;
        background: #ffffff;
        border-top: 1px solid #000;
        }
#footer p {
        margin: 0;
        padding: 8px 20px;
	text-align: right;
        }

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */



/* ---( Header banner )----------------------------------- */
/*     Substitute a nice graphical header for the H1 text  */

div#banner	{
	float: left;
	height: 112px;
	width: 800px;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	}

div#banner h1	{
	background: transparent url(/img/hdr_baker.gif) top left no-repeat;
	margin: 0;
	border: 0; 
	padding: 0;
	padding-top: 112px;
	overflow: hidden;    
	height: 0px !important; /* for most browsers */
	height /**/:112px; /* for pre 6.0 IE Win */
	}


/* ---( Left column )----------------------------------- */

.leftcolumn {
	display: block;    
	float:   left;
	width:   142px;    /* 142px => line up w img in banner */
	background: #346699;
	} 


#leftaddress {
 	display: block;     
	float: left;
      	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   12px;
      	font-style:  normal;
      	line-height: 16px;
	color: #FBD301;
	text-align: right;
	margin-left:  3px;
	margin-right: auto;
	margin-top:   150px;  /* Create a min vertical space  */
	margin-bottom: 10px;  /* IE does not seem to see this */
	padding-top: 10px;    /* pad = spc btw txt and top border */
	border-top: 1px solid #6190AA;
}


/* ---( Navigation Menu )--------------------------------- */
#navsite h5 {
	display: none;
}  	

#navsite {
	display: block;
	float: left;
	height: auto;
 	font-size: 12px;
	font-weight: bold;
 	width: 141px;       /* 141 + 1px (border) = 142px (left col) */
 	border-right: 1px solid #666; 
 	padding: 0 0 0 0;  
 	margin-top:   25px; /* 25 px margin at top */
 	margin-bottom: 1em; 
 	font-family: Verdana, Helvetica, Arial, sans-serif; 
	}

#navsite ul {
 	list-style: none; 
 	margin: 0; 
 	padding: 0; 
	}

#navsite ul li {
 	margin: 0; 
 	border-top: 1px solid #003;
	}
 
#navsite ul li a {
 	display: block; 
 	padding: 2px 2px 2px 0.5em; 
 	border-left: 0px;
 	border-bottom: 1px solid #369;
 	background-color: #013366;
 	color: #fff; 
 	text-decoration: none; 
 	width: 132px;    /* Max that IE will take... go figure! */
	}

html>body #navsite ul li a { 
 	width: auto; 
	} 

#navsite ul li a:hover {
 	border-left: 0px;
 	border-right: 0px;
 	border-bottom: 1px solid #369; 
 	background-color: #69f; 
 	color: #fff; 
	}

/* Give a different menu bgcolor for current page... broken on IE */
#pagehom a#linkhom:link,
#pagprob a#linkprob:link,
#pageest a#linkest:link,
#pagewil a#linkwil:link,
#pagedef a#linkdef:link,
#pagefaq a#linkfaq:link,
#pagepro a#linkpro:link,
#pageres a#linkres:link,
#pageoff a#linkoff:link,
#pagecnt a#linkcnt:link {
	/* border-left: 10px solid #f33; */
	/* border-right: 1px solid #f66; */
	/* border-bottom: 1px solid #f33;  */
	 background-color: #Ccc; 
 	color: #333; 
	}



/* ---( Right column: content )-------------------------- */
/* Using float right for .content and float left for menu col
 * allows us to put the important content at the top of the 
 *  HTML file which is great for SEO! 
 */

.content {
	display: block; 	
	float: right;
	width: 538px;   /* 800 - 142 - 40 - 80 = 538 */
	margin-top:   0;
	padding-top:  0;
	margin-left: 40px;
	padding-right: 80px;
	background: #ECECE0;
	color: #565551;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: 16px;
	}

  	
.content h2 {
	margin: 0;
	padding: 0;
}


.content p {        
        margin-top: 10px;
        margin-bottom: 20px;
        padding-top: 0;
        }


.home_photo {
	display: block; 	
	float: left;
	margin-top:   30px;
	margin-right: 15px;
}


.right_photo {
	display: block; 	
	float: right;
	margin-top:   30px;
	margin-left: 15px;
}

.pghdr1  {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 18px; 
	 font-style: normal;
	 line-height: 20px;
	 font-weight: bold;
	 color: #003366;
	 margin-top:    40px;
	 margin-bottom: 0.5em;
	}


.pghdr2  {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;  
	 font-size: 16px; 
	 font-style: normal;
	 line-height: 20px;
	 font-weight: bold;
/*	 margin-top:    40px; */
	}


.costs {
	padding-left: 15px;
	margin-top: 0;
	padding-top: 0;
}



.courtlist  {
	margin-bottom: 30px;
}

.courtlist li {
	margin-bottom: 10px;
}


.yahoo_directions {
	text-align: center;
	clear: both;
	margin-top: 60px;
}


