@charset "UTF-8";
.nav {
	padding: 0px;
	float: left;
	width: 70%;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
}
.nav img {
	padding: 0px;
	margin: 0px;
}
.nav ul { /* scott added this to make the nav links float to the left */
    margin: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.nav li { /* scott added this to make the nav links float to the left */
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nav p {
    margin: 0px;
    color: #D6FFFF;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.nav a:link {
	text-decoration: none;
	color: #F2F2F2;
	font-size: 16px;
}
.nav a:visited {
	color: #F2F2F2;
	font-size: 16px;
	text-decoration: none;
}
.nav a:hover,
body#Wprices #t-wedding a,
body#Wintro #t-wedding a,
body#Wguidedtour #t-wedding a,
body#Pintro #t-portraits a,
body#Pengage #t-portraits a,
body#Phorses #t-portraits a {
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #F1B0B0;
	border-right-color: #F1B0B0;
	border-bottom-color: #F1B0B0;
	border-left-color: #F1B0B0;
}
/* "NAV2" */
#nav2 {
	list-style: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	background-image: url(img/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FEFEFE;
	width: 935px;
	margin: 0px;
	float: left;
	}
#nav2 li {
	float: left;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 110%;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	}
#nav2 a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #666666;
	text-decoration: underline;
	border: 1px solid #9B8748;
	border-bottom: none;
	background-color: #FEFEFE;
	/*-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;*/
	}
#nav2 a:hover,
body#contact #t-contact a,
body#home #t-home a, 
body#Wprices #t-prices a,
body#Wintro #t-intro a,
body#Wguidedtour #t-guidedtour a,
body#Pengage #t-engagement a,
body#Pintro #t-intro a,
body#Phorses #t-horses a {
	color: rgb(219, 219, 219);
	padding-bottom: 5px;
	border-color: rgb(219, 219, 219);
	background-color: #000000;
	text-decoration: none;
	}
#nav2 a {
	text-decoration: none;
}
#nav2 a:hover {
	text-decoration: underline;
	background-color: #FEFEFE;
	color: #666666;
}
