/* CSS Layout Document */

body {
	margin: 0px auto;
	
}

#mainwrapper 
{
	width: 790px;
	margin: 0px auto;
	background-color: #FFFFFF;
}



#tagline {
	position: absolute; 
	z-index: 3;
	margin-top: 34px;
	float: right;
	text-align: right;	
	width: 800px;
}



#header {
	float: left;
	width: 180px;
	margin-bottom: 13px;
	margin-top: 4px;
	
}

#leftCol {
	float: left;
	width: 180px;
	height: 320px;
	background : #ABCEBB;
	padding : 5px 0px 0px 0px;
	margin-right: 10px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 36px;
	padding-top : 20px;
	line-height : 26px;
	list-style-type: none;
}

#navcontainer li a {
	list-style-image: url(../images/li_lc_blank.gif);
	list-style-position: 0% 100%;
	text-decoration : none;
	list-style : outside;
}
	
#navcontainer li a.on {
	list-style-image: url(../images/paw.gif);
	list-style-position: 0% 100%;
	text-decoration : none;
	list-style : outside;
	font-weight: bolder;
}

#navcontainer a:hover {
	list-style-image: url(../images/paw.gif);
	list-style : outside;
}
	
#currentPage {
	list-style-image: url(../images/paw.gif);
	list-style : outside;
	color: #000099;
}

#currentSubPage {
	list-style-image: url(../images/hyphen_on.gif);
	list-style : inside;
	color: #000099;
	}

#navcontainer li ul {
	padding: 0px 0px 0px 5px;
}
	
#navcontainer li li a {
	margin: 0;
	padding: 0;
	list-style-image: url(../images/hyphen_blank.gif);
	list-style-position: 0% 0%;
	text-decoration: none;
	list-style: inside;
}
	
#navcontainer li li a:hover {
	list-style-image: url(../images/hyphen_off.gif);
	list-style: inside;
}

#frameHome {
	width: 410px;
	position: absolute;
	top: 18px;
}

#frameInteriorA {
	width: 193px;
	position: relative;
	margin-top: -38px;
	margin-left: -18px;
}

#frameInterior {
	width: 180px;
	position: absolute;
	top: 61px;
}

#centerCol {
	float: left;
	width: 410px;
	height: 325px;
	background : #E9E6D3;
	margin-right: 10px;
}

#rightCol {
	float: left;
	background : #AFBCD7 no-repeat bottom;
	width: 144px;
	height : 325px;
	padding : 0px 18px 0px 18px;
	line-height : 18px;
	color: #0E4C2A;
	background-image : url(../images/paw_bkg.gif);
}

#rightColHome {
	float: left;
	background : #AFBCD7 no-repeat bottom;
	width: 144px;
	height : 295px;
	padding : 30px 18px 0px 18px;
	line-height : 18px;
	color: #0E4C2A;
	background-image : url(../images/paw_bkg.gif);
}

#rightColText {
	color: #000099;
}

#rightColFavorite {
	z-index: 3; 
	margin-top: 20px; 
	margin-bottom: 5px;
}

#contact {
	padding : 268px 15px 20px 17px;
	color: #196139;	
	line-height: 18px;
}

#contactInterior {
	padding : 25px 15px 20px 17px;
	color: #196139;	
		line-height: 18px;
}

#contactCredentials {
	padding : 74px 15px 20px 17px;
	color: #196139;	
}

#bottomNav {
 width: 790px;
 margin-top: 30px;
 text-align: center;

}

#copyright {
	width: 790px;
	 margin-top: 26px;
	 text-align: center;
	color: #BCB79A;

}

#aboutPhotos {
	float: left;
	margin-left: -10px;
	margin-right: 8px;
}

.nav_link {
	text-decoration: none;
}

.nav_link_on {
	font-weight: bold;
	text-decoration: none;
}