/* This is the core style-sheet for the site */



body {

background-color: #ffffff;

color: #00234f;

font-family: Futura Lt BT, Verdana, Helvetica, Arial, sans-serif;

font-size: 1em;

margin: 0;

}

h1 {

font-size: 1.2em;

text-align: right;

font-style: italic;

letter-spacing: 5px;

}

h2 {

font-size: 1.1em;

text-decoration: underline;

}

p {

font-size: .8em;

text-align: justify;

line-height: 1.7em;

}

p.footer {

font-size: .7em;

text-align: center;

font-weight: bold;

}

a:link {

color: #00234f;

text-decoration: none;

}

a:visited {

color: #444444;

text-decoration: none;

}

a:hover {

background-color: #ffffff;

color: #000000;

}

a:active {

background-color: #000000;

}

#banner {

height: 150px;

background-image: url(graphics/photoBanner.jpg);

border-top: solid #00234f 1px;

border-bottom: solid #00234f 1px; 

}

#fam-banner {

height: 150px;

background-image: url(graphics/famBanner.jpg);

border-top: solid #00234f 1px;

border-bottom: solid #00234f 1px; 

}

#sr-banner {

height: 150px;

background-image: url(graphics/srBanner.jpg);

border-top: solid #00234f 1px;

border-bottom: solid #00234f 1px; 

}

#baby-banner {

height: 150px;

background-image: url(graphics/babyBanner.jpg);

border-top: solid #00234f 1px;

border-bottom: solid #00234f 1px; 

}

#biz-banner {

height: 150px;

background-image: url(graphics/bizBanner.jpg);

border-top: solid #00234f 1px;

border-bottom: solid #00234f 1px; 

}

#header {

background-image: url(graphics/line.gif);

}

#fb-box {
	position: absolute;
	top: 20px;
	margin-left: 700px;
}

#content {

position: relative;

width: 779px;

}

#navbar {

position: absolute;

top: 20px;

left: 0px;

width: 198px;

}

#navbar ul li {

list-style-type: none;

margin: 0;

padding: 0;

}

#navbar ul {

margin: 0;

padding: 0;

}

#navbar ul li a:link, #navbar ul li a:visited {

display: block;

color: #00234f;

text-decoration: none;

font-weight: bold;

padding-top: 3px;

padding-bottom: 3px;

padding-left: 20px;

}

#navbar ul li a:hover {

color: #5f81a7;

}

#main-text {

margin-left: 198px;

padding: 10px;

}

#footer {

margin-left: 100px;

}
