/***********************************************
    Client: South Gate Veterinary
    Development Company: Mizumeida Technology, Inc.     
    Contributors: Marcus
    Date: 12/2/2011    
************************************************/

/* General HTML Element Styles: */

body 
{
    font:Arial, Helvetica, sans-serif;
    background:url(../images/Misc/bg.jpg) repeat-x;
    background-color:#429E39;
    }
    
a img 
{
    outline:0;
    border:none;  
    }    
    
p, li 
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    }    

.small 
{
    font-size:12px;
    }   
    
.green 
{
    color:#016B1A;    
    }    
    
.bold 
{
    font-weight:bold;
    }    
    
h1, h2, h3, h4, h5, h6 
{
    font-family:Arial, Helvetica, Sans-Serif;
    }         

h1  
{
	color:#02442F;
	text-decoration: underline;
	}
	
h2
{
	font-style: italic;
	color:#184314;
	font-size: large;
    }

h4 
{
    color:#016B1A;
    }

h5 {
    font-size: medium;
    color: #184314;
    }

hr {
    color:#02442F;
    }


a:link {color:#016B1A;
		text-decoration:underline;
		border:none;
		outline:0; }
a:visited {color:#016B1A;
		   border-bottom:1px solid #02442F;
		   text-decoration:none;}
a:hover {color:#50C743;}    


/* Begin Layout Styles: */

#header {
	position:absolute;
	width:1080px;
	height:132px;
	z-index:1;
	min-width:915px;	
}

#pagecell1{
	position:absolute;
	width:900px;
	z-index: 2;
	margin: 0px 0 0px 20px;
	padding: 0px;
	top: 162px;
	left: 174px;
	overflow: visible;
	background-color: #f1f1f1;
}

#content {
	width:820px;
	padding: 10px;
	padding-left:20px;
	text-align: left;
	clear: none;
	background-color:#f1f1f1;
}

#nav {
	margin-top:144px;
	width: 176px;
	position: absolute;
	z-index: auto;
	height: 537px;
	left: -183px;
	top: -154px;	
}

#holidayCat 
{
    float:right;
    padding:15px; 
    margin-left:5px; 
    margin-top:-40px;
    text-align:right;
    }

#storyWrap 
{
    padding:10px;
    border:1px solid #333;
    border-radius:5px; 
    -moz-border-radius:5px;
    -khtml-border-radius:5px; 
    -webkit-border-radius:5px;
    display:none;
    background:#fff;
    }    
  
/*Navigation*/


/* 
a.nav:link {
	background-image: url(../images/nav/navrollover1.gif);
	background-position: left;
	background-repeat: no-repeat;
	height:50px;
	display:block;
	vertical-align:text-bottom;
	color:#016B1A;
	text-align:right;
	border-bottom:1px solid #02442F;
	text-decoration:none;
	}
a.nav:visited {
	background-image: url(../images/nav/navrollover1.gif);
	background-position: left;
	background-repeat: no-repeat;
	height:50px;
	display:block;
	vertical-align:text-bottom;
	color:#016B1A;
	text-align:right;
	border-bottom:1px solid #02442F;
	text-decoration:none;
}
	
 a.nav:hover {
	background-image: url(../images/nav/navrollover_f2.gif);
	background-position: left;
	background-repeat: no-repeat;
	height:50px;
	display: block;
	text-align: right;
	vertical-align:text-bottom;
	color:#50C743;
	font-size:1.5ems;
	text-decoration:none;
}
*/

.style6 {font-size: 12px}
    
.right-two 
{
    float:right;
    padding:10px; 
    margin-left:0px;
    margin-right:200px;
    }    

ol.holidyCat 
{
    border:none;
    }
    
ol.holidyCat li a  
{
    background:#F1F1F1;
    color:#016B1A;
    padding:0;
    margin:0;
    font:Arial, Helvetica, sans-serif;
    }    
    
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px; /* Width of Menu Items */
    border-bottom: 1px solid #ccc;
    }
    
    

ul li {
    position: relative;
    z-index:99;
    }
    
li ul {
    position: absolute;
    left: 175px; /* Set 1px less than menu width */
    top: 0;
    display: none;
    }

/* Styles for Menu Items */
ul li a {
    display: block;
    text-decoration: none;
    color: #777;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc; /* IE6 Bug */
    border-bottom: 0;

    }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
        
li:hover ul, li.over ul { display: block;  } /*  The magic */

.lostPetlist 
{
    width:800px;
    line-height:1.5em;
    list-style-type:disc;
    text-align:left;
    }
      
.storyLink 
{
    color:#016B1A;
    text-decoration:underline;
    cursor:pointer;
    }    
    
.story 
{
    width:90%;
    position:relative;
    left:auto;
    top:auto;    
    }    
    
h3.story 
{
    color:#016B1A;
    }    

ol.story, 
ol.lostPetlist,
ol.story li  
{
    list-style-type:disc;
    margin:0;
    padding-left:15px;
    float:none;
    text-align:left;
    line-height:1.5em;
    }        
    
.right 
{
    float:right;
    padding:10px;
    }      
    
.left 
{
    float:left;
    padding:10px;
    white-space:normal;
    }     


.style6 
{
    font-size: 12px;
    }
.style7 
{
    font-size: medium; 
    }
.style10 
{
    font-size: 17px;
    text-decoration:none;
    color:#016b1a;		
    }

.style11
{
    width: 17px;
    }    
    
.clearfloat 
{
    clear:both;
    }    
    
.catPhotos 
{
    margin:10px;
    vertical-align:top;
    }    
    
.navLinks 
{
    font-weight:bold;
    color:#016b1a;
    }    
    
.center 
{
    text-align:center;
    }    
    
.thirds  
{
    margin:0px 0px 0px 0px;
    width:33%;
    margin-top:-20px;
    }   


.christmas 
{
    margin:-75px 0px 0px 0px;

    }    
    
    
.black-bold 
{
    color:Black;
    font-weight:bold;
    text-decoration:none;
    font-style:normal;
    font-size:25px;
    }   
