@import url("master.css");

/* ----- IDS ----- */
body { background: #15a99b; color: #12a89d; }
#page-wrapper { width: 960px; margin: 10px auto; background: #fff; }
#top-layer { height: 180px; background-image: url('../images/top_banner.jpg'); }
#nav-layer { height: 40px; width: 100%; background-image: url('../images/nav_bground.jpg'); }
#main-layer { float: right; width: 760px; }
#main-content { float: left; margin: 10px 10px 0; width: 740px; }
#right-content { float: right; padding: 10px; width: 180px; background: #ccc; }
#left-content { float: left; padding: 10px; width: 180px; height: 650px; background: #fff; }
#footer { width: 960px; margin: 5px auto; color: #fff; text-align: center; }

/* ----- CLASSES ----- */

/* ----- LISTS ----- */
#nav-layer ul, #footer ul { margin: 0px; width: 100%; }

#nav-layer li { float: left; border-right: 0 solid #fff; }
#nav-layer li a { float: left; line-height: 40px; padding: 0px 10px; color: #fff; text-decoration: none; font-weight: bold;}
#nav-layer li a:hover { background: #12a89d; }

#footer ul { float: left; }
#footer li { display: inline; padding: 0 5px; border-left: 0px solid #fff; }
#footer li a { color: #fff; text-decoration: none; }

#main-content ul { list-style: disc; }
#main-content ol { list-style: decimal; }

/* ----- HEADINGS & PARAGRAPHS ----- */
h1, .h1, h2, .h2, h3, .h3 { }

#top-layer address { text-align: left; margin: 0 0 0 10px; }

/* ----- LINKS ----- */
a { color: #000066; }

/* ----- IMAGES ----- */
#top-layer img { float: left; margin: 40px 0 40px 0; }

/* ----- TABLES ----- */

/* ----- FORMS ----- */

