﻿html {
	margin: 0;
	padding: 0;
	}
body { 
margin: 0;
font-family: Georgia;
font-size: small;
color: #4d4d4d;
background: url(images/midibg.png) repeat top left;
	}
p  
{
    margin-right: 10px;
	}
h3 { 
	font-family: Monotype Corsiva;
    font-size: x-large;
    font-weight: normal;
    color: #c1272d;
	}
a:link { 
    color: #c1272d;
    }
a:visited { 
    color: #f15a24;
	}
a:hover, a:active { 
    color: #f15a24;
	}

.flowerimg
{
    width: 280px;
    height: 200px;
    margin-right: 20px;
    border: 1px solid #c1272d;
}

#intro { 
margin-left: 280px;	
	}

#pageHeader h1 span {
	display:none;
	font-family: Monotype Corsiva;
	}

#pageHeader h2 span {
	display:none;
	}
#pageHeader {
background: url(images/daisy.png) no-repeat bottom left;
background-color: #fff;
height: 200px;
}

#supportingTextContact {	
position: absolute;
top: 350px;
left: 280px;
	}
	
#footer 
{
	}
#footer a:link, #footer a:visited { 
    font-size: smaller; 
	}

#linkList {
    position: absolute;
    width: 280px;
    top: 200px;	
    margin-left: 10px;
}

#linkList h3.select span 
{
    margin-left: 25px;
	}
#linkList h3.archives a, #linkList h3.select a, #linkList h3.resources a
{
    text-decoration: none;
    color: #c1272d;
}
#linkList h3.archives a:hover, #linkList h3.select a:hover, #linkList h3.resources a:hover
{
    color: #f15a24;
}

#linkList h3.favorites span {
    margin-left: 25px;
	}

#linkList h3.archives span {
    margin-left: 25px;
	}

#linkList h3.resources span {
    margin-left: 25px;
	}

#linkList ul 
{
    list-style-image: url(images/daisy_small.png);
	}
#linkList li 
{
    height: 30px;
    padding-left: 3px;
    padding-top: 8px;
    margin-left: 15px;
	}
#linkList li a:link 
{
    text-decoration: none;
    color: #f15a24;
	}
#linkList li a:visited {
    text-decoration: none;
    color: #c1272d;
	}
	
#linkList li a:hover
{
    color: #c1272d;
}    

#contact_form h3
{
    margin-bottom: 0;
}

.form 
{
    color: #c1272d;
    margin-top: 5px;
    border: 1px solid #F9B39A;
}

.label 
{
    color: #f15a24;
    float: left;
    width: 150px;
    text-align:left;
    padding-top: 5px;
}

.btn
{
	font-weight: bold;
    color: #c1272d;
	font-family: Georgia;
	clear: both;
	width: 200px;
	border: none;
    text-decoration: none;
    margin-left: 8px;
}

.btn:hover
{
    color: #f15a24;
    text-decoration: none;
}
#form
{
    clear: both;
    margin-right: 7px;
    width: 600px;
    margin-bottom: 10px;
}

fieldset
{
     border: 1px solid #c1272d;
     padding: 0 10px 10px 10px;
     margin: 0;
}

legend
{
    font-size: medium;
    font-weight: bold;
    background: url(images/daisy_small.png) no-repeat center left;
    height: 50px;
    padding-left: 33px;
    padding-top: 30px;
    margin: 0;
    color: #c1272d;
}
