/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, th, td {
margin: 0;
padding: 0;
}

p {
margin: 2px 0 15px 0;
padding: 0;
line-height: 17px;
}

/* links */
a:link {color: #BA1C51}
a:visited {color: #BA1C51}
a:hover {color: #84C064}
a:active {color: #84C064}

body {
font-family: Arial, sans-serif;
font-size: 13px;
color: #000000;
background-color: #9DCD83;
}

#wrapper {
position: relative;
width: 923px;
margin: 0 auto;
text-align: center;
padding: 0 0 165px 0;
background: transparent url(graphics/footerbg.jpg) no-repeat bottom left;
}

#branding {
position: relative;
margin: 0 auto;
height: 285px;
background: #FEFAF9 url(graphics/banner.jpg) no-repeat 0 0;
width: 875px;
text-align: center;
}
#branding blockquote {
position: absolute;
top: -9999px;
}
h1 {
position: absolute;
text-indent: -9999px;
}
h2 {
font-size: 18px;
font-weight: 600;
color: #000000;
margin-bottom: 10px;
}
h3 {
font-size: 15px;
font-weight: 600;
color: #000000;
}

/* navigation */
#nav_main {
position: relative;
margin: 0 auto;
padding: 24px 0 0 0;
text-align: center;
font-size: 14px;
font-weight: 600;
color: #037DB7;
background:#FEFAF9 url(graphics/flowernavbg.jpg) top center no-repeat;
font-style: italic;
width: 875px;
height: 31px;
}
#nav_main ul {
list-style: none;
display: inline;
padding: 0;
margin: 0;
}
#nav_main li {
display:inline;
}
#nav_main li a:link, #nav_main li a:visited {
color: #037DB7;
text-decoration: none;
padding: 0 14px;
}
#nav_main li a:hover {
text-decoration: underline;
color: #B21B4A;
}


/* content */
#content {
position: relative;
margin: 0 auto;
width: 875px;
text-align: center;
background-color: #FEFAF9;
}
#left_content {
margin-right: 315px;
padding: 15px;
background:#FEFAF9 url(graphics/palmtrees.gif) top left no-repeat;
width: 520px;
text-align: left;
}
#right_content {
position: absolute;
right: 10px;
top: 36px;
width: 300px;
}

#left_content_narrow {
margin-right: 355px;
padding: 15px;
background:#FEFAF9 url(graphics/palmtrees.gif) top left no-repeat;
width: 485px;
text-align: left;
}

#right_content_wide {
position: absolute;
right: 15px;
top: 25px;
width: 340px;
}

/* footer */
#site_info {
color: #003300;
padding: 4px;
text-align: center;
font-size: 12px;
margin: 0 0 10px 0;
}

.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
.notoppad {
margin-top: 0;
padding-top: 0;
}
