/* Fancy Legs colors = Green stripe:a9edcc, Turq stripe:c2f2ff,  Peach-ffc8b2, Lavender:9999cc    */

#wrapper {
	width: 750px;
	margin: 0 auto;
}

html, body {
	background: url(Images/FLbackground.gif) repeat;
	font-family: "gill sans mt", "trebuchet ms", chancery, sans-serif;
	font-size: 1em;
	vertical-align:top;
	border-spacing:0;
	border-collapse:collapse;
	text-align:center;
	height:100%;
	border-style:none;
	border-width:0;
	margin:0;
	padding:0;
}

#splash {
	text-align: center;
	width: 559px;
	height: 165px;
	margin-top: 10px; 
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	background: url(Images/Fancyheader.gif) no-repeat;
	background-position: center;
}

#linea { 
	background: url(Images/HRw10.gif) no-repeat center bottom;
	margin: auto;
	height: 10px;
}

#menu ul {
	height: 24px;
	width: 480px;
	text-align: center; 
	border: 1px solid #9999cc;
	background: #a9edcc;
	padding: 0px 15px 0px 5px;
	margin: auto;
}

#menu ul li {
	display: inline;
	font-family: "gill sans mt", "trebuchet ms", chancery, sans-serif;
	font-size: .95em;
	font-weight: bold;
}

#menu ul li.first {
	border-left: 0px;
}

#menu ul li a {
	padding: 0px 12px 8px 12px;
	color: #3d3d3d;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #9999cc;
	text-decoration: none;
}

img {
    border: none;
}

table, form, td, tr, th {
    border-collapse: collapse;
    border-spacing: 0;
    border-style: none;
    border-width: 0;
    margin: 0;
    padding: 0;
}

a:focus { -moz-outline: 0px; }
a:link, a:visited, a:active, a:focus {
    color: #2b2b2b;
    text-decoration: none;
}
a:hover {
	color: #7e7ea8;
    text-decoration: none;

}

p.turq {
	border: 1px solid #a9edcc;
	background: #c2f2ff;
	padding: 15px 15px 15px 15px;
	}

h1 	{
	font-style: oblique;
	font-size: 2em; 
	color: #3F3F3F;
	margin: 0 0 0 0;
	text-align: center;
	}
 
h2 	{
	font-family: "Monotype Corsiva","Apple Chancery", "Zapf Chancery", cursive;
	font-size: 1.75em; 
	color: #3F3F3F;
	margin: 10px 0 0 0;
	text-align: center;
	}
	
.tall_text {
	width:100%;
	height:100%;
	vertical-align:top;
	border-width:0;
	margin:0;
	padding:0;
}

.centered_text {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.left_align {
	margin-left:0;
	margin-right:auto;
	text-align:left;
}

.right_align {
	margin-left:auto;
	margin-right:0;
	text-align:right;
}

.flimage_border {
	background-color:#9999cc;
	border-color:#9999cc;
	border-style:solid;
	border-width:2px;
}

.imgBorder { border:1px solid #dddddd; }

ul.grey_bullet li {
	list-style-type: none;
	text-align: left;
	/*text-align: center left;*/
	background-image: url(images/bullet.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: .3em 0 .2em 1.0em;
}

ul.grey_bullet { margin: 0 0 .3em -.5em; }

.gradient_cell {
	background-color:#FBFBF9;
	background-image:url(/images/bg_vertical_gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.very_dark_grey_bold {
	color:#3F3F3F; 
	font-weight:bold;
	}

.very_dark_grey {
	color:#3F3F3F;
	font-size: 14px; 
}
	
.peach_text, .peach_link a:link, .peach_link a:hover, .peach_link a:visited 
	{ 
	color:#FFB0AA; 
	padding:0px 0px 0px 15px;
	font-size: 14px;
	font-weight:bold;
	}

.clearit { clear: both; }


        
/* Footer */

#footer {
	clear: both;
    padding: 15px 0 0;
	font-size: 12px;
	font-weight:normal;
	}

#footer #line1 { 
	background: url(Images/FooterHR.gif) no-repeat center bottom;
	margin: 8px auto;
	height: 1px;
}
	
    #footer #copy {
    margin: 8px 0 0 0;
    color: #7e7ea8;
	font-size: 1.1em;
	font-weight: normal;
    }

    #footer #sitedesign {
	font-size: .95em;
	font-family: "franklin gothic", helvetica, arial, sans-serif;
	font-variant: none;
	color: #666;
	font-weight: normal;
    }
    
#footer #sitedesign a {
	color: #5aa511;
	font-variant: small-caps;
	text-decoration: none;    
    }
 
#footer #sitedesign a:hover {
	color: #5aa511;
	text-decoration: underline;    
    }
    
    #footer ul {
        margin: 3px 0 0 15px;
        width: 350px;
        float: left;
    }
    #footer ul li {
        list-style: none;
        float: left;
        padding: 0 4px;
        border-left: 1px solid #666666;
        line-height: 11px;
        font-size: 1em;
        margin: 1px 0;
    }
    #footer ul li.first {
        border-left: none;
    }


