@charset "UTF-8";
/* CSS Document */

body {
background-image:url(images/jacobSpotBack.jpg);
font-family:verdana, arial;
font-size:14px;
color:#333333;
	}
	
#footer {
padding:5px;
text-align:center;
font-size:11px;
background-color:#D9E4DF;
margin:0px;
}

#main_table {
background-color:#ffffff;
border: 1px solid #D9E4DF;
padding:0px;
margin:0px;
width:760px;
border-collapse: collapse;
-moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#content {
background-color:#ffffff;
padding:5px;
margin:0px;
font-family:verdana, arial;
font-size:14px;
}

#content a:link,
#content a:active,
#content a:visited {
font-family:verdana,arial;
font-size:12px;
font-weight:bold;
text-decoration:underline;
text-align:center;
color:#669999;
}

#content a:hover {
  color: #999;
  text-decoration: none;
}
/* 
-----------------------------------------------
menu
----------------------------------------------- */

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size:12px;	
	}

#nav li {
	float: left;
	position:relative;
	width: 130px;
	padding: 2px;
	border: 1px solid #C9E2DD;
	background: #D9E4DF;
	text-align: center;	
	}

#nav li ul {
	border: 1px solid #B5C7C3;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	}

#nav li > ul {
	top: auto;
	left: auto;
	}

#nav li:hover ul, li.over ul {
	display: block;
z-index:100;
		

	}

/*-----lists-----*/

#services ul{
	padding: 0;
	margin: 0;
	list-style: none;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size:12px;	
	}

#services li {
	position:relative;
	width: 130px;
	
	} 
	

/* 
-----------------------------------------------
links
----------------------------------------------- */

p {
	clear: left;
	background: none;
	}


a:link {
	color: #333;
	text-decoration: none;
	

	}

a:visited {
	color: #333333;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration:underline;
	
	}

/* 
-----------------------------------------------
  ids
----------------------------------------------- */

#bar {
	border-width: 1px;
	border-color: black;
	background: black;
	align: center;
	}

#nav {
	background: #B7C9C6;
	}
	
#right_images {
float:right;
padding:0px 0px 0px 10px
}

#main_logo {
padding:10px;
}
	
#page_header {
color:#7B1000;
font-weight:bold;
font-size:16px;
}

p{
	background-color:#D9E4DF;
	padding:6px;
	-moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#contact_info {
float:right;
font-fmaily:verdana,arial;
font-size:12px;
padding:10px;
vertical-align:bottom;
margin:10px;

}
	
/* 
-----------------------------------------------
old style
----------------------------------------------- */

fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 15px 10px;
	background-color:#FAFAFA;
	margin: 0;
	border:1px solid #dedede;
	width:420px;
}

#right_images img {
	margin:10px 10px 0 0;
border:2px solid #669999;
padding:0px;
-moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}



h1 {
font-family: "Trebuchet MS", verdana, arial, sans-serif;
margin-left:0;
color: #600;
}

h2 {
color: #600;
font-family: "Trebuchet MS", verdana, arial, sans-serif;

margin: 5 0 20 0px;
}

h3 {
color: #699;
font-family: verdana, arial, sans-serif;
margin: 5 0 20 20px;
font-weight: normal;
}


.price {
color: #699;
font-weight: bold;
float: right;
margin-top: -15px;
}

.time{
font-style: italic;
color: #340;

}

ul b {
color: #600;
font-style: italic;
font-family: "Trebuchet MS", verdana, arial, sans-serif;
font-size: 1.2em;
}

ul {
line-height: 1.3em;
font-size
}

#description {
text-indent: 25px;
font-style: italic;
font-size: .9em;
color: black;
}

.fraction {
font-size: small;
}

.price1 {
color: #699;
font-weight: bold;
float: right;

}
    
    #header {
      float:left;
      width:100%;
      background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
      font-size:12px;
      line-height:normal;
      position:relative;
      top:3px;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("images/left.gif") no-repeat left top;
      margin:0 2px;
      padding:0 0 0 9px;
      }
    #header a {
      display:block;
      background:url("images/right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#fff;
      font-family:arial;
      }
    #header #current {
      background-image:url("images/left_on.gif");
      }
    #header #current a {
      background-image:url("images/right_on.gif");
      padding-bottom:5px;
            color:#000;
      }    
   
    
    .bottom_links {
        margin:-8px 0px 0px 0px;
        padding:7px 0px 7px 7px;
        background-color:#D9E4DF;
        font-size:12px;
        
}

#nav_table {
border-collapse:collapse;
margin:0;
padding:0;
}

#email_signup {
font-size:11px;
}
