/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	font: 14px/1.166 "Times New Roman", Times, serif;
}

a{
	color: #DA2D00;
	text-decoration: none;
}

a:link{
	color: #DA2D00;
	text-decoration: none;
}

a:visited{
	color: #DA2D00;
	text-decoration: none;
}

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

h1{
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

li{
	font-size: 130%;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 140%;
}

li img{
	border: 0;
}

#leftCol li, #bottomRow li{
	font-size: 110%;
	color: #CC0000;
	text-align: center;
	line-height: 140%;
}
#tagline {
	color: #334D55;
	font-size: 15px;
}


#smalltagline {
	color: #334D55;
	font-size: 12px;
}


.homeTable{
}



.homeTable img{
	border: 0;
}

.homeTable img a:hover{
	background: #ABDFD8;
}


.homeTable td {
	border: 1px solid #CCCCCC;
}

.sectionTable td{
	border-width: 0px;
}


/***********************************************/
/* HomePage                                */
/***********************************************/

#masthead{
	padding: 0;
	border-bottom: 4px double #cccccc;
	width: 100%;
	font-weight: 100;
	text-align: center;
	height: 150px;
}

#masthead ul{
	height: 100px;
	list-style-type: none;
}

#masthead li{
	float: left;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 100%;
}
#masthead img {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
}
#rightCol{
	float: right;
	width: 230px;
	margin: 0px;
	padding: 0px;
	height: 500px;
}

#leftCol{
	float:left;
	width: 230px;
	margin: 0px;
	padding: 0px;
	height: 500px;
}

#center{
	width: 320px;
	margin: 0px;
	padding: 0px;
	height: 500px;
	float: left;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}



/************** .navigation ***************/

#navlist
{
padding: 2px 0;
margin-left: 0px;
border-bottom: 1px solid #cccccc;
font: 50% Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
	padding: 2px 0.5em;
	border-bottom: 1px none #cccccc;
	text-decoration: none;
	border-right: 1px solid #cccccc;
}

#navlist li a:link { color: #334D55; }
#navlist li a:visited { color: #cccccc; }

#navlist li a:hover
{
color: #CC0000;
background: #CCCCCC;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}
/************** .feature styles ***************/

.feature{
	padding: 0px 7px;
	height: 375px;
	overflow: hidden;
	text-align: justify;
	width: 100%;
	font-size: 12px;
}

.feature p{;
	color: #000000;
	font-size: 12px;
}

.feature h3{
	padding: 15px 0px 5px 70px;
	text-align: left;
}

.feature img{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#adopt img {
}


/************** right column lists *****************/

#rightCol ul{
	width: 100%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
}

#rightCol li{
	width: 100%;
	border-bottom: 1px solid #cccccc;
	list-style: none;
	height: 166px;
}

/************** left column lists *****************/

#leftCol ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#leftCol li{
	width: 100%;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	list-style: none;
	display: inline;
	height: 124.5px;
	float: left;
}

/************** center column lists *****************/

#center ul{
	width: 100%;
	border-left: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
}

#center li{
	width: 100%;
	border-bottom: 1px solid #cccccc;
	list-style: none;
	height: 125px;
	border-top: 1px solid #cccccc;
}

/************** bottom row *****************/

#bottomRow{
	clear: both;
	width: 800px;
	padding-top: 5px;
}

#bottomRow ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#bottomRow li{
	display: inline;
	list-style-type: none;
	width: 19.8%;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	float: left;
	height: 85px;
}

/************** bottom row 2*****************/

#bottomRow2{
	clear: both;
	width: 800px;
	padding-top: 5px;
}

#bottomRow2 ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#bottomRow2 li{
	display: inline;
	list-style-type: none;
	width: 24.5%;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	float: left;
	height: 85px;
}




#footer{
	clear: both;
	width: 100%;
	margin-top: 20px;
	font-size: 80%;
}
#snow {
	background: url(../images/snowIcon.jpg) no-repeat left bottom;
}
#gallery {
	background: url(../images/galleryIcon.jpg) no-repeat left bottom;
}
#home {
	background: url(../images/homeIcon.jpg) no-repeat left bottom;
}
#dining {
	background: url(../images/diningIcon.jpg) no-repeat left bottom;
}
