/* 
    Document   : foster
    Created on : July 8, 2008, 8:28:01 AM
    Author     : johnd
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body{
 
background-color:#87CEEB ;
   
}

#mainbody{
   
  
    width:1000px;
 background-color:white;
 background-image:url(../images/mainbanner2.png);
 background-repeat:no-repeat;
 background-position: top center;
padding:2%;

 margin-left:auto;
 margin-right:auto;
 
}



#flash {
margin-top:10%;
     
    
}

#mainsidelinks{
    border:solid;
    padding:5%;
    border-width:thin;
}


.roundedcornr_box_295604 {
   background: #dddddd url(../images/roundedcornr_295604_grad.gif) repeat-x top left;
}
.roundedcornr_top_295604 div {
   background: url(../images/roundedcornr_295604_tl.gif) no-repeat top left;
}
.roundedcornr_top_295604 {
   background: transparent url(../images/roundedcornr_295604_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_295604 div {
   background: url(../images/roundedcornr_295604_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_295604 {
   background: transparent url(../images/roundedcornr_295604_br.gif) no-repeat bottom right;
}

.roundedcornr_top_295604 div, .roundedcornr_top_295604,
.roundedcornr_bottom_295604 div, .roundedcornr_bottom_295604 {
   width: 100%;
   height: 30px;
   
}
.roundedcornr_content_295604 { margin: 0 30px; }

/*#sidemenuintake */

 a:link { color: #215e21; text-decoration: none;}
 a:active { color: black; text-decoration: none;}
 a:visited {color: #4a7203; text-decoration: none;}
 a:hover { color: #78ab46; text-decoration: none;}
 img{border:none;}


#dog { 
width:100%; 
height:100%; 
background-color:white;
border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	border-right-color: #cccccc;
	border-top-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
       

display:block; 
} 

#dog:hover {background-color: #f0fff0;
}







