@charset "UTF-8";
/* CSS Document */
/* reset*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
	text-decoration: none;
}
/* remember to define focus styles if client adds form! */
:focus {
	outline: 0;
}
html {
height: 102%;
}
body {
	font-family: Cambria, Garamond, Georgia, Times, serif;
	font-size: 14px;
	line-height: 1.5;
	color: #475151;
}
hr {
	width: 500px;
	text-align: center;
	color: #ccc;
}
/* tables still need 'cellspacing="0"' in the markup ...if client adds table*/ 
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset*/
/* main structure*/
#main_content {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	position: relative;
}
#main_nav {
	width: 600px;
	height: 35px;
	margin: 0 auto;
	padding: 20px 170px 5px;
	background: #d6d6a1;
}
#main_nav li {
	float: left;
	position: relative;
	width: 125px;
	height: 40px;
	padding: 0 10px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	color: #af0833;
	z-index: 5;
}	
#main_nav li ul { /* secondary level */
	display: none;
	position: absolute;
	top: 3.5em;
	left: 0;
	z-index: 5;
}
#main_nav li:hover ul, li.over ul { /* lists under hovered list items */
	display: block;
	background: #D6D6A1;
	z-index: 5;
}
#main_nav li a:link {
display: block;
color: #a70606;
}
#main_nav li a:visited {
display: block;
color: #990000;
}
#main_nav li a:hover {
display: block;
color: #b3b385; 
}
#main_nav li a:active {
display: block;
color: #e819cd; 
}
body#home a#homenav,
body#about a#aboutnav,
body#portfolio a#portnav,
body#contact a#connav {
	color: #fbfbf7;
}
#content_home {
	width: 910px;
	height: 659px;
	margin: 0 auto;
	background: #ffff94 url(http://www.parsonstest.com/bridlewild/img/home.jpg) no-repeat 0 0;
	border: 15px solid #fff;
	position: relative;
	z-index: 1;
}
#content_about {
	width: 910px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	background: #ffff94 url(http://www.parsonstest.com/bridlewild/img/about.jpg) no-repeat 0 0;
	border: 15px solid #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#content_contact {
	width: 910px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	background: #ffff94 url(http://www.parsonstest.com/bridlewild/img/contact.jpg) no-repeat 0 0;
	border: 15px solid #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#content_sub {
	width: 740px;
	height:500px;
	margin: 0 auto;
	padding: 0 100px;
	background: #d6d6a1;
	z-index: 4;
}
#content_sub h1 {
	padding: 20px 130px 5px;
	font-family: Palatino, Cambria, Garamond, Georgia, Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 4px;
	text-align: center;
	color: #ac2342;
}
#content_sub p {
	color: #475151;
	padding: 20px 130px;
	font-size: 14px;
	text-align: center;
}
#content_sub a:link, #content_sub a:visited  {
	color: #891838;
}
#content_sub a:hover {
	color:#fff;
}
#trans_bkgd {
	width: 500px;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top:0px;
	left: 220px;
	z-index: 3;
	background: rgba(204,204,153,0.5);
} 
#branding {
	width: 500px;
	height: 40px;
	background: #e9e6d9 no-repeat 0 0;
	margin: 0 auto;
	padding: 60px 0;
	position: absolute;
	top: 190px;
	left: 220px;
	z-index: 4;
}
#branding p {
	font-family: Palatino, Cambria, Garamond, Georgia, Times, serif;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 6px;
	text-align: center;
	text-transform: uppercase;
	color: #ac2342;
}	
#section {
	width: 894px;
	height: 643px;
	margin: 0 auto;
	padding: 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
}
#section p {
	font-family: "Miama", Garamond, Cambria, Times, serif;
	font-style: italic; 
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
	letter-spacing: 1.5px;
	color: #fff;
}
#section p.red {
	color: #ae0b41;
}
#section p.green {
	color: #0c5806;
}
#mod_2 {
	width: 500px;
	height: 230px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top:0px;
	left: 220px;
	z-index: 3;
	background: rgba(204,204,153,0.5);
}
#mod_3 {
	width: 500px;
	height: 690px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top:0px;
	left: 220px;
	z-index: 3;
	background: rgba(204,204,153,0.5);
}
#site_info {
	width: 940px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
	background: #d6d6a1;
}
#site_info p {
	font-size:11px;
	letter-spacing: 1px;
	color: #453d29;
	text-align: center;
}
#site_info a:link, #site_info a:visited  {
	color: #891838;
}
#site_info a:hover {
	color:#fff;
}
/* end main structure*/

/* gallery structure */
#galleryNav {
	width: 900px;
	height: 160px;
	margin: 0 auto;
	padding: 15px 0 15px 40px;
	background: #fcfcfa;
	position: relative;
	z-index: 1;
}
#galleryNav a {
  color: #c60;
  font-weight: bold;
  text-decoration: none;
}
#galleryNav ul {
  padding: 0;
  list-style: none;
}
#galleryNav li {
  float: left;
  padding: 1em;
  display: inline;
}
#galleryNav li a img {
  border: 0;
}
#galleryNav2 {
	width: 900px;
	height: 82px;
	margin: 0 auto;
	padding: 25px 0 25px 40px;
	background: #fcfcfa;
	position: relative;
	z-index: 1;
}
#galleryNav2 a {
  color: #c60;
  font-weight: bold;
  text-decoration: none;
}
#galleryNav2 ul {
  padding: 0;
  list-style: none;
}
#galleryNav2 li {
  float: left;
  padding: 1em;
  display: inline;
}
#galleryNav2 li a img {
  border: 0;
}
#gal_content {
	width: 910px;
	height: 500px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	background: #fcfcfa;
	border: 15px solid #d2d2c1;
	position: relative;
	text-align: center;
	z-index: 1;
}
#placeholder {
	padding: 0;
	text-align: center;
}
#description {
	font-family: Garamond, Cambria, Times, serif;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	letter-spacing: 1.5px;
	padding-top: 10px;
	color: #2c2c22;
}
/* end gallery structure */

/* enhanced typography*/
@font-face {  
  font-family: Miama;  
  src: local("Miama"),  
  local("Miama"),  
  url(miama_regular.ttf) 
  format("truetype"); 
} 

