 html, body, div, span, applet, object, iframe,  
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
 a, abbr, acronym, address, big, cite, code,  
 del, dfn, em, font, img, ins, kbd, q, s, samp,  
 small, strike, strong, sub, sup, tt, var,  
 b, u, i, center,  
 dl, dt, dd, ol, ul, li,  
 fieldset, form, label, legend,  
 table, caption, tbody, tfoot, thead, tr, th, td {  
     margin: 0;  
     padding: 0;  
     border: 0;  
     outline: 0;  
     font-size: 100%;  
     vertical-align: baselinebaseline;  
     background: transparent;  
 }  
 body {  
     line-height: 1;  
 }  
 ol, ul {  
     list-style: none;  
 }  
 blockquote, q {  
     quotes: none;  
 }  
 blockquote:before, blockquote:after,  
 q:before, q:after {  
     content: '';  
 }  
   
 /* remember to define focus styles! */  
 :focus {  
     outline: 0;  
 }  
   
 /* tables still need 'cellspacing="0"' in the markup */  
 table {  
     border-collapse: collapse;  
     border-spacing: 0;  
 }  
 
/* end of reset */ 

html, body {
	height: 100%;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
		
}


/* Start of Nav */

#navouterWrapper {
 width: 960px;
 margin: 0 auto;
 background-color: #000;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
}

#navinnerWrapper {
	width: 888px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}


#nav {
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 9px 0;
	font-size: 18px;
}

#nav ul li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	margin-right: 70px;
	
}

#nav ul li a {
	display: inline;
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#nav ul li a:hover {
	font-size: 18px;
	color: #b3cf81;
	text-decoration: none;
}

#nav ul li .current {
	color: #b3cf81;
	text-decoration: none;
	background-image: url(images/nav.jpg);
	background-repeat:no-repeat;
	background-position: center 21px;
	padding-bottom: 10px
}

/* End of Nav */


/* Start of Header*/
#header {
 	width: 960px;
 	margin: 0 auto;
	background-image:url(images/header.jpg);
	background-repeat: repeat-x;
	height: 151px;

}

#headerWrapper {
	width: 888px;
	margin: 0 auto;
	background-image: url(images/header2.jpg);
	height: 151px;
	overflow: hidden;
}
/* End of Header */

#mainContent {
	width: 888px;
	margin: 0 auto;
	position:relative;
}

#image {
	position:absolute;
	width: 407px;
	height: 167px;
	background-image: url(images/dogcat.png);
	background-repeat: no-repeat;
	top: -130px;
	left: 500px;
	z-index: 100;
}


#mainContentLeft {
	width: 331px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;


}


#mainContentLeft p {
	color: #6f6e6e;
	font-size: 14px;
	margin: 27px 0 0 0;
	line-height: 18px;

}

#mainContentCenter {
	width: 306px;
	float: right;
	background-image:url(images/dogyawn.jpg);
	background-repeat: no-repeat;
	height: 347px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;


}

#mainContentCenterText {
	color: #FFF;
	width: 230px;
	margin: 30px 0 0 25px;
	font-size: 14px;
	
}

#mainContentCenterText p {
	line-height: 18px;
	text-align: center;
}



#mainContentRight {
	width: 239px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin: 27px 0 0 0;
}

#mainContentRight h2 {
	color: #5e7d56;
	font-size: 18px;
	text-transform: uppercase;
}

#mainContentRight p {
	color: #6f6e6e;
	font-size: 14px;
	line-height: 20px;
}

/*start of gallery code */

#gallery {
	width: 520px;
	float: right;
	margin-top: 30px;
}


/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 3px solid #CCC; 
margin: 0 0 1px 0px;
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%;
margin-bottom: 20px;
float: right;
} 
.stripTransmitter ul { 
margin: 0 0 0 0px; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 5px 1px 1px 0px; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #ccc;
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover { 
color: #333;
} 

.stripTransmitter a.current{ 
color: #333;
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 
/*end of gallery code*/






#map {
	height: 350px;
	width: 520px;
	float: right;
	margin: 15px 0 0 0;
	z-index: 1000;
}

.clear {
	clear: both;
}


#footer, .push {
	height: 75px;
}

#footer {
 	width: 960px;
	margin: 0 auto;
	background-image: url(images/footer_bg.jpg);
	background-repeat: x y;
	height: 75px;
}

#footerWrapper {
	width: 888px;
	margin: 0 auto;

	background-repeat: no-repeat;
	height: 75px;
}

#counter {
	text-align: center;
	padding: 5px 0 0px 0;
}

#footerWrapper p {
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#footerWrapper p a:link, a:visited {
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}









