@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/bg_poppy_top.jpg);
background-repeat:no-repeat;
background-color:#ffcc66;
font-size:95.1%;
font-family:Arial, Helvetica, sans-serif;
color:#000;
margin:0px;
padding:0px;
}

dl dt {
padding: 7px;
}
ul li {
padding:1px 0px;
}

h2 {
font-size:125%;
}

#wrapper {
margin:75px auto 15px auto;
padding:0px;
width:975px;
}

#header {
text-align:center;
}

#nav {

}

#left {
float:left;
width:200px;
padding:10px 10px 10px 0px;
}

#content {
float:left;
width:720px;
padding:0px 10px;
}

#content_sub {
width:930px;
padding:0px 10px;
}


#footer {
font-size:85%;
background-color:#f2b151; /*gold*/ 
color:#333;
padding:6px 7px 15px 7px;
text-align:center;
}

#newsletter_signup {
border:1px solid #f2b151;
margin:0px 35px;
}

#tips {
border-bottom:1px solid #f2b151;
}



/*navigation styles*/

#content a, #content a:link, #content_sub a, #content_sub a:link {
color:#000;
text-decoration:underline;
}

#content a:visited, #content_sub a:visited {
color:#1e5739;
text-decoration:none;
}

#content a:hover, #content a:active, #content a:focus, #content_sub a:hover, #content_sub a:active, #content_sub a:focus  {
color:#1e5739;
text-decoration:underline;
}


#footer a, #footer a:link {
color:#333;
text-decoration:underline;
}

#footer a:visited {
color:#993300;
text-decoration:underline;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#993300;
text-decoration:none;
}

/*class styles*/

.bold {
font-weight:bold;
}

.bolditalic {
font-weight:bold;
font-style:italic;
}

.border {
border-right:1px solid #f2b151; /*gold*/ 
}

.clear {
clear:both;
}

.green {
color:#1e5739;
}

.honey {
font-style:italic;
color:#993300;/*rust*/
font-weight:bold;
}

.large {
font-size:125%;
}

.small {
font-size:80%;
}