/* CSS Document */


html, body {
margin: 0;
padding: 0;
color:#86702a;
font:12px/17px 'Trebuchet MS', Verdana, sans-serif;
text-align: justify;
}

body {
background: url(i/shadow.gif) top center repeat-y;
}

table {border: 0px;}

a:link {color: #0e4799}
a:active {color: #0e4799}
a:hover {color: #0e4799}
a:visited {color: #0e4799}

h1,h2,h3,h4,h5,h6 {
color: #0e4799;
}

#page-container {
width: 800px;
margin: 0px auto;
}

#header {
background: url(i/header-thinner.gif) top left no-repeat;
height: 196px;
}

/* Main */

#main-home {
background: url(i/bg-home.gif) top left no-repeat;
}

#main-secondary {
background: url(i/bg.gif) top left no-repeat;
}

#content {
padding: 10px 185px 10px 185px;
height: 650px
}

#content table.buttons {
border: 0px;
}

#content #box-buttons {
margin: 0px auto;
}

#content #box-left,
#content #box-right {
height: 219px;
width: 215px;
float: left;
margin: 0px;
}

img {
border: 0px;
}

.transOFF {width: 100%; }
.transON {width: 100%; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8;}

/* Flower Bullet List */

#content ul.flowers {
margin-left: 70px;
list-style-type: none;
padding-left: 0;
}

#secondary #content ul.flowers {
list-style-type: none;
padding-left: 0;
}

#content ul.flowers li {
padding-left: 25px;
margin-bottom: 10px;
color: #86702a;
font-size: 14px;
background: url(i/li-flower.gif) left center no-repeat;
}

/* Footer */

#footer {
background: #82a5d8;
text-align: center;
color: #fff;
padding: 20px;
font-size: 11px;
}

#footer strong {
font-size: 13px;
}

#footer a:link {color: #fff; text-decoration: none;}
#footer a:active {color: #fff;}
#footer a:visited {color: #fff; text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: underline;}



/* Misc */

.clear {clear: both;}