

body {margin: 0; padding: 0; background: #99CCFF}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}




/*----------------------------------------------Basic styles------------------------------------------------*/

h1, {font-family: Georgia, Georgia, serif; font-size: 1.45em; margin: 15px 0 0 5px;  color: #FFF; text-shadow:1px 1px #FF0; text-decoration: none font-weight: bold; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* italic words in titles */

h1 {position: absolute; left: 0px; top: 25px; font-size: 1.45em; letter-spacing: 0.05em; line-height: 1.00em; padding-left: 120px; border position: absolute; left: 15px solid #FFF;  color: #FFF; text-shadow:1px 1px #FF0; text-decoration: none}
h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 1.70em} /* styles the first letter of the main title to make it large */

p#tagline {font-family: Georgia, Georgia, serif; position: absolute; left: 0px; top: 178px; padding-left: 120px; font-style: bold; color: #FFF; font-size: 1.35em; font-weight: bold; text-shadow:1px 1px #FF0;}  /* sits under main title */

h2 {font-size: 1.40em; letter-spacing: 0.05em} {text-align:justify}

h3 {font-family: Georgia, Georgia, serif; font-size: 1.05em; margin: 10px 0 0 5px; color: #000; font-weight: bold; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* italic words in titles */

h3 {position: absolute; left: 0px; top: 0px; font-size: 1.05em; letter-spacing: 0.05em; line-height: 1.00em; padding-left: 670px; border position: absolute;}

h4 {font-family: Georgia, Georgia, serif; font-size: 1.40em; margin: 15px 0 0 5px; color: #FFF; text-shadow:3px 3px #000; text-decoration: none;  text-shadow:1px 1px #000;}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal;  text-shadow:3px 3px #000;}  /* italic words in titles */

h4 {position: absolute; left: 0px; top: 325px; font-size: 1.40em; letter-spacing: 0.02em; line-height: 1.00em; padding-left: 115px; border position: absolute; left: 15px solid #FFF; text-shadow:2px 2px #000; font-weight: bold;}









p, ul, ol {margin: 10px 10px 0 7px; font-size: 1.15em; line-height: 1.60em; color: #000; letter-spacing: 0.05em}

code {font-family: monospace; font-size: 1.45em; font-weight: bold; color: #990000;  text-shadow:1px 1px #F00; }

p span {font-size: 1.10em; font-weight: bold} /* shouting words */

a:link, a:visited {color: #792533; font-weight: bold; text-decoration: none; border-bottom: 1px solid #792533}
a:hover, a:active {color: #F00; border-color: #fff}

ul {list-style: inside square} /* general lists */

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}

 li.c2 {list-style: none; display: inline}
 p.c1 {text-align: justify}

 type="text/css">
 div.c1 {text-align: center}

 p.c2 {text-align: center}
 p.c1 {text-align: justify}


/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 1020px; 
background: url(images/bkgrnd.gif) 0 0 repeat-y #99CCFF;  /* Important image, do not remove */
overflow: hidden
}

#hdr {  /* div containing h1, nav and lw logo image */
position: absolute;
left: 100px;
top: 0px;
width: 910px; 
height: 370px; 
background: url(images/California_Insurance_Commercial_Business_Broker.jpg) 0 0 no-repeat #99CCFF  /* Image of Logo*/
}


#hdr2 {  /* div containing h1,  jpeg*/
float: right; 
width: 0px; 
height: 0px; 
background: url(images/) 0 0 no-repeat #99CCFF  /* Image of Lawn Sprinklers*/
}

#lftcol {   /* left column */
position: absolute;
left: 0px;
top: 190px;
bottom: 100px;
margin-left: 65px;  /* leave this so that background image lines up with edge of this div */
width: 540px; 
height: 680px
background: #99CCFF; 
overflow: hidden
}

#rgtcol {float: right; width: 360px; height: 680px; top: 380px; bottom: 100px; padding-bottom: 100px;  padding-top: 390px; background: #99CCFF; overflow: hidden}  /* right column */

#bttmbar {float: right; text-align: center; font-size: 0.70em; height: 4em; line-height: 4em; width: 430px; background: #99CCFF; border-top: 1px solid #000000}

#quote {    /* Quote box in left column */
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 5px 0;
        padding-top:15px;
	width: 550px;
	text-align: center;
	background: url(images/quote.gif) no-repeat 0 0	
}

#quote p {float: right; color: #F00; text-shadow:1px 1px #000; font-size: 1.25em; font-weight: bold; line-height: 1.05em}  /* Quote box text */


/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 200px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 3;
	list-style: none inside
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 230px;
	margin: 4px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 8px solid #FFF;
        padding-bottom: 50px
        padding-left: 5px
	padding: 10px 5px;
	font-family: Georgia, Georgia, serif;
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #FFF;
 	text-shadow:2px 2px #000;
	background: #0099CC; 
}

ul#nav li a#current {border-color: #F00}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #003F87; color: #fff}

/* footer of page */
#footer-div {
  background:url(images/footer-div.gif) no-repeat top left;
  width:1180px;
  height:850px;
}

#footer {
  padding-top:10px;
  padding-bottom:10px;
  padding-left: 90px;
  padding-right: 20px; 
  width:1180px;
  height:850px;
  background:#4169e1;
  text-align:justify;
}

#footer p {
  font:14px Arial, "Times New Roman", Times;
  padding:20px 20px 20px 20px;
  color:#FFF;
 text-shadow:2px 2px 2px #000;
}

#footer H2 {
  font:26px Arial, "Times New Roman", Times;
  color:#FFF;
 text-shadow:1px 1px #000;
 text-align:justify;
}

#footer a {
  font:16px Arial, "Times New Roman", Times;
  color:#FFF;
 text-shadow:2px 2px 2px #000;
}






/* footer2 of page */
#footer2-div {
  background:url(images/footer-div.gif) no-repeat top left;
  width:1220px;
  height:680px;
}

#footer {
  padding-top:10px;
  padding-bottom:10px;
  padding-left: 90px;
  padding-right: 10px; 
  width:1220px;
  height:680px;
  background:#4169e1;
  text-align:justify;
}

#footer p {
  font:14px Arial, "Times New Roman", Times;
  padding:20px 20px 20px 20px;
  color:#FFF;
 text-shadow:2px 2px 2px #000;
}

#footer H2 {
  font:24px Arial, "Times New Roman", Times;
  color:#FFF;
 text-shadow:2px 2px #000;
 text-align:justify;
}

#footer H5 {
  font:15px Arial, "Times New Roman", Times;
  color:#FFF;
 text-shadow:1px 1px #000;
 text-align:justify;
}

#footer a {
  font:16px Arial, "Times New Roman", Times;
  color:#FFF;
 text-shadow:2px 2px 2px #000;
}


	