/*--------------------------
WILLMAR CENTER TEMPLATE
VALID CSS 2.0
COPYRIGHT 2011 wildfireweb inc.
AUTHOR: support@wildfireweb.com
CREATED: 5/1/07
REVISED: 050311bt 
__________________________*/

@import url(/css/wildfirecommon.css);

/* GLOBAL STYLES, GENERAL LAYOUT */

body{
background: #555d98;
font-size: 62.5%;
font-family:"Georgia", Times New Roman, Times, serif;
margin: 0;
padding: 0;
}

a{
color: #7fb25e;
}

.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #fe622b url(/home/wfw/images/adminlinks_w.jpg) left no-repeat;
color: #eee;
text-align: center;
}

.adminlinks a{
color: #fff;
font-size: 12px;
text-decoration: none;
}

.adminlinks a:visited{
color: #fff;
}


.adminlinks a:hover{
color: #fff;
text-decoration: underline;
}

#wrapper{
position: relative;
display: block;
width: 980px;
margin: 0px auto;
background: #fff;
padding:0;
}

#container {
position: relative;
display: block;
padding: 0;
background: #fff;
margin: 0;
}

.clearboth{
clear: both;
}

.clearleft{
clear: left;
}

.clearright{
clear: right;
}

span.hide, .hiddenfromview{
text-indent: -9999em;
position: absolute;
}

div.clear{
display: block;
clear: both;
margin: 5px 0;
}
		
/* HEADER BAND ACROSS PAGE */

#head{
display: block;
position: relative;
margin: 0;
padding: 0px 0 10px 0;
width: 100%;
}

/* Top Nav */

#topnav {
clear:both;
height: 3em;
background: #fff;
position: absolute;
bottom: 0;
z-index:9;
margin: 0;
padding: 0;
top:126px;
}

#topnav ul {
padding: 0.3em 0 0.3em 1.4em;
height: 2.4em;
list-style: none;
margin: 0;
}

#topnav li{
font-size: 1.5em;
font-weight: 700;
float: left;
margin: 0;
padding: 0;
}

#topnav li a{
display: block;
color: #333;
text-decoration: none;
padding: 0.3em 0.5em;
margin: 0 0.2em;
}

#topnav li a:hover{
/*background: #e8be2c;*/
color: #7fb25e;
}

#topnav li span{
display: block;
/*background: #e8be2c;*/
color: #7fb25e;
padding: 0.3em 0.5em;
margin: 0 0.2em;
}

/* NAVIGATION ON LEFT */

#subnav{
width: 18em;
padding: 0 1em;
float: left;
position:relative;
z-index: 9;
margin: 4em 0 0 0;
}

#subnav ul{
list-style: none;
padding: 0;
margin: 0;
}

#subnav li{
border-top: 1px solid #fff;
font-size: 1.2em;
margin: 0;
padding: 0;
}

#subnav li a{
display:block;
color: #888;
background: #eee;
text-decoration: none;
padding: 0.3em;
width: 14em;
margin: 0;
}

#subnav li span{
display:block;
color: #000;
background: #eee;
text-decoration: none;
padding: 0.3em;
width: 14em;
margin: 0;
}

#subnav li a:hover {
background: #eee;
color: #000;
}

#subnav li a.parent{ /* these put an arrow to nav items that have sublevels */
background: #eee url(/templates/willmar/images/arrow2.gif) no-repeat right center;
}

#subnav li a.parent:hover{
background: #eee url(/templates/willmar/images/arrow2.gif) no-repeat right center;
color: #000;
}

#subnav li.level_2, #subnav li span.level_2{
position: relative;
top: -1.9em;
width: 14em;
margin: 0;
}

#subnav li.level_3, #subnav li span.level_3{ /* indented levels for sub menu */
position:relative;
left: 1em;
top: auto;
width: 13em;
margin: 0;
}

#subnav li.level_4, #subnav li span.level_4{
position:relative;
left: 2em;
width: 12em;
display: block;
margin: 0;
top: 1.7em;
}

#subnav li span.level_4{
top: 0;
}

#subnav li.level_2 a{
width: 14em;
}

#subnav li.level_3 a{
width: 13em;
}

#subnav li.level_4 a, #subnav li.level_4 span{
width: 12em;

}

/* BREADCRUMB TRAIL */

#breadcrumb {
position: absolute;
top: 11.6em;
left:1.6em;
font-size: 1.3em;
font-weight: bold;
color: #fff;
margin: 0;
padding: 0;
z-index: 9;
}

#breadcrumb a {
color: #aaa;
text-decoration: underline;
margin: 0;
padding:0;
z-index: 9;
}

a#breadcrumb0{
text-indent: 0;
display: block;
}

a#breadcrumb1, span#breadcrumb1{ /* adds drop arrow to secondary levels */
background: transparent url(/templates/schools/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 0;
display: block;
padding-left: 0.9em;
position: relative;
z-index: 1;
}

a#breadcrumb2, span#breadcrumb2{
background: transparent url(/templates/schools/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 1em;
display: block;
padding-left: 0.9em;
}

a#breadcrumb3, span#breadcrumb3{
background: transparent url(/templates/schools/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 2em;
display: block;
padding-left: 0.9em;
z-index: 9999;
}

span#breadcrumb1, span#breadcrumb2, span#breadcrumb3, #breadcrumb a:hover{
color: #888;
}

#homeinfo{ /* area only on homepage for news and announcements */
position: absolute;
top: 12.5em;
left:1em;
font-size: 1.2em;
font-weight: bold;
color: #444;
margin: 0;
padding: 0.5em 2em;
z-index: 13;
background: #ffffff;
}

/* MAIN CONTENT AREA */

#content_title{
font-size:1.4em;
color:#7fb25e;
font-family:"Georgia", Times New Roman, Times, serif;
}

/* content area on template with left column */
#content{
background: #fff;
font-size: 12px;
color: #333;
width: 700px;
overflow: hidden;
float: left;
border-left: 1px solid #e3e3e3;
margin: 0;
padding: 0 1.8em;
}

#content hr.break{
border: none 0;
}

/* content area on template with only right column */
#leftcontent{
background: #fff;
font-size: 12px;
color: #333;
width: 700px;
overflow: hidden;
position:relative;
float: left;
border-right: 1px solid #e3e3e3;
margin: 20px 0 0 0;
padding: 0 1.0em 0 1.8em;
}

#testingcontent{ /* wider content area on testing page */
width: 76em;
margin:0;
padding:0;
overflow:hidden;
}

#homecontent{ /* wider content area on homepage due to no subnav */
background: #fff;
font-size: 15px;
color: #333;
width: 900px;
float: left;
overflow: hidden;
margin: 0;
padding: 0 22px;
}

#homecontent br {
margin: 0;
}

#search {
float: right;
font-size: 11px;
}

#search input {
font-size: 11px;
}

/* SHOPPING CART STYLES */

#shoppingcart{
font-size: 1.1em;
padding: 0.3em 0;
text-align: center;
margin: 0;
}

/* SIDEBAR WITH SPONSORS */

#sidebar{
position: relative;
display: block;
float: right;
width: 200px;             
padding: 0 1em;
color: #777;
font-family: Arial, Helvetica, sans-serif;
font-family:"Georgia", Times New Roman, Times, serif;  
margin: 20px 0 0 0;
overflow:hidden;
}

/* PAGE FOOTER */

#footer{
border-top: 0.25em solid #7fb25e;
position: relative;
clear: both;
margin: 0 0 0 0;
padding: 10px 0 10px 20px;
color: #999;
}

#footer a{
color: #999;
margin: 0;
padding: 0;
}

#footer a.forgot{ /* forgot password link */
font-size: smaller;
}

#shoppingcart {
display: block;
position: absolute;
width: 270px;
height:30px;
padding:7px;
padding-bottom:15px;
padding-left:15px;
left: 10px;
top: 13px;

background: #6a9f48 url(/templates/willmar/images/heartlogo.png) no-repeat top left;
opacity:0.60;
/* filter:alpha(opacity=70); */
font-size: 14px;
color: #fff;
text-align: center;
line-height: 1.5;
z-index: 999;
border: #457725 solid 2px;

}

#shoppingcart a {
color: #fff;
}

#shoppingcart a:hover{
color: #203b0f;
text-decoration: underline;
}




.add_to_cart {
    white-space:nowrap;
    font-family: verdana,sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
/*     background: #fff url(/templates/alittlewicked2/images/add2cart.png) center no-repeat; */
}

.add_to_cart input{
    font-size: 11px;
    font-family: verdana,sans-serif;
}


#cart {
font-size: 16px;
color: #c3600b;
background: #c3600b;
background: #bcdc00;
height: 30px;
padding-top: 10px;
margin-bottom: 10px;
border: 3px solid #c3600b;
}

#cart a{
font-size: 16px;
color: #c3600b;
}

#cart a:hover{
color: #c3600b;
text-decoration: underline;
}

#FormDonation {
padding: 10px;
background-color: #ccc;
border: 1px solid #888;
width:655px;

}

#FormDonation table
{
width:620px;
margin-left:19px;
}

