body {
margin: 0;padding: 0;
font-family: Helvetica, Arial, sans-serif;
background: #35cee2 url(images/bg.jpg) repeat-x top left;
}

/* general tags */
div.clr {clear: both;}
a {
color: blue;
text-decoration: none;
}
a:hover {text-decoration: underline;}

.center {text-align: center;}

/* layout structure */
#wrapper {
width:760px;
margin:0 auto;
padding: 0 20px;
background: transparent url(images/bg-wrapper.jpg) repeat-y top left;
}

#header {
width:760px;
height:393px;
background: transparent url(images/bg-header.png) no-repeat top left;
}

#header-photos {
margin-left: 6px;
}

#header-photos img {
margin: 0; padding: 0;
float:left;
}

#nav {
margin-top: 6px;
}

#content {
width:720px;
padding: 20px;
background: transparent url(images/bg-content.jpg) no-repeat top left;
}

#footer{}

/* header */
#header h1 {
position: absolute;
top: 275px;
width: 748px;
height:60px;
margin: 0 0 0 6px;
background: transparent url(images/header-title.png) no-repeat top left;
line-height: 1000px;
overflow: hidden;
}
#header h1 a{
display: block;
width: 748px;
height:60px;
}

/* top links */
#header a#es-link {
width: 86px;
height: 24px;
float: left;
background: transparent url(images/btn-spanish.png) no-repeat top left;
line-height: 1000px;
overflow: hidden;
}
#header a#es-link:hover {
background-position: 0 -24px;
}

#header a#en-link {
width: 63px;
height: 24px;
float: right;
background: transparent url(images/btn-english.gif) no-repeat top left;
line-height: 1000px;
overflow: hidden;
}
#header a#en-link:hover {
background-position: 0 -24px;
}


/* nav */
#nav-list, #nav-list ul {
padding: 0;
margin: 0;
padding-left: 15px;
margin-top: -6px;
list-style: none;
}

#nav-list li {float: left; width:60px;}

#nav-list a {
/*float: left;*/
display: block;
width: 60px;
height: 29px;
padding: 0 0;
margin: 0;

background: transparent url(images/btn-links.png) no-repeat left;
background-position: 0 0;
color: #000;
font-weight: bold;
font-size: 14px;
line-height: 1000px;
overflow: hidden;
}
#nav ul li a:hover {background-position: 0 -29px;}

#nav-list li#transportation a,#nav-list li#transportation {width:123px;}
#nav-list li#schools a,#nav-list li#schools {width:81px;}
#nav-list li#medical a,#nav-list li#medical {width:79px;}
#nav-list li#seniors a,#nav-list li#seniors {width:164px;}
#nav-list li#green a,#nav-list li#green {width:106px;}
#nav-list li#contact a,#nav-list li#contact {width:106px;}
/*#nav-list li#links a,#nav-list li#links {width:60px;}*/

#nav-list li#transportation a {background-image: url(images/btn-transportation.png);}
#nav-list li#schools a {background-image: url(images/btn-schools.png);}
#nav-list li#medical a {background-image: url(images/btn-medical.png);}
#nav-list li#seniors a {background-image: url(images/btn-senior.png);}
#nav-list li#green a {background-image: url(images/btn-green.png);}
#nav-list li#contact a {background-image: url(images/btn-contact.png);}
#nav-list li#links a {background-image: url(images/btn-links.png);}


/* products drop down menu */

#nav-list li ul {
position: absolute;
width: 150px;
height: auto;
left: -999em;
margin-top: 0;
margin-left: 0px;

padding: 0;
background: red;
}

#nav-list li ul li {float: none;}
#nav-list li ul li a {
display: block;
float: none;
width: 150px !important;
height: auto !important;
margin: 0;
padding: 8px 10px;
background: #acd029 !important;
text-align: left;
color: #000 !important;
line-height: 18px;
}
#nav ul li ul li a:hover {color:#000; background-color:#ddff48 !important;}
#nav-list li:hover ul, #nav-list li.sfhover ul {left: auto;}
#nav-list li:hover, #nav-list li.hover {position: static;}  /* ie7 fix */

/* content */
#content {font-family: "Times New Roman", Times, serif; line-height:1.3;}

#content h1#main-heading {
width:276px;
height:55px;
margin-top: 0px;
background: transparent url(images/title-howcanwe.png) no-repeat left;
line-height: 1000px;
overflow: hidden;
}

#content h1, #content h2, #content h3, #content h4{margin: 0;padding: 0; font-family:Helvetica, Arial, sans-serif;}
#content h1{margin-bottom:15px;}
#content h2{
margin-top:30px;
padding:2px 10px;
background-color: #555;
color: #fff;
}

#content h3{margin-top:10px; color: #191970;}
#content h4{margin-top: 8px;}
#content p {margin-top: 0;}
#content h3,#content h4,#content p, #content table {margin-left:10px;}

#content ul {
margin-left: 0;
margin-top: 5px;
padding-left: 26px;
}

#content table {margin-top: 5px;border-collapse: collapse;}
#content table td {padding-right:10px;}
#content table td {}


/* products */
#products h1 {
color:#D4C900;
text-transform:uppercase;
font-size:18px;
border: 1px solid #D4C900;
border-width:0 4px;
text-align: center;
width: 150px;
margin: 0 auto;
}