@charset "utf-8";

body	{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background:  url(..//assets/backgrounds/bkgrd.gif) repeat-x #121D37;
}

a {
	color: #ba2c54;
	text-decoration: underline;
}

a:hover	{
	color: #810427;
	text-decoration: underline;
}

#container	{
	width: 960px;
	margin: auto;
	background: url(../../assets/backgrounds/contentBG.gif) repeat-y 14px 0px;
}

#containerInside	{
	width: 960px;
	margin: auto;
	background: url(../../assets/backgrounds/contentBkgrd2.gif) repeat-y 14px 0px;
}

#header	{
	height: 139px;
	position: relative;
	background: url(../../assets/backgrounds/headerBG.gif) no-repeat;
}

#header .headerLeft	{
	float: left;
	width: 540px;
	padding: 12px 0px 0px 21px;
}


#header .homeLink a	{
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	
	width: 118px;
	height: 10px;
	text-align: center;
	position: absolute;
	top:15px;
	left: 20px;
	padding: 95px 0px 0px 0px;
	vertical-align: bottom;
	color: #b38d98;
	text-decoration: none;
	display: block;
	background: url(../../assets/backgrounds/spacer.gif); /* needed for IE to recognize div width and height */
}

#header .homeLink a:hover	{
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#header .headerRight	{
	float: right;
	width: 233px;
	padding: 0px 12px 0px 0px;
}

#header .headerTab	{
	width: 232px;
	height: 24px;
	padding: 8px 0px 0px 0px;
	background: url(../images/grayTab.gif) no-repeat;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	font-style: italic;
	display: block;
	text-decoration: none;
}

#header .headerTab:hover	{
	text-decoration: none;
	cursor: pointer;
}

/*nav area */

#nav	{
	height: 33px;
	width: 630px;
	top:105px;
	left: 360px;
	position: absolute;
	background-repeat:no-repeat;
}


#nav ul	{
	margin:0px;
	padding:0px;
}

#nav li	{
	float:left;
	padding:0px;
	margin:0px;
	list-style: none;
	background-repeat: no-repeat;
}

#nav a {display:block; height:0; padding-top:33px; color:#000; overflow:hidden;}

#nav li.nav1	{width:86px;}
#nav li.nav2	{width:106px;}
#nav li.nav3	{width:114px;}
#nav li.nav4	{width:110px;}
#nav li.nav5	{width:132px;}

#nav a#navName1	{background: url(../../assets/backgrounds/nav2.gif) 0px 0px;}
#nav a#navName2	{background: url(../../assets/backgrounds/nav2.gif) -86px 0px;}
#nav a#navName3	{background: url(../../assets/backgrounds/nav2.gif) -192px 0px;}
#nav a#navName4	{background: url(../../assets/backgrounds/nav2.gif) -306px 0px;}
#nav a#navName5	{background: url(../../assets/backgrounds/nav2.gif) -416px 0px;}

#nav a#navName1:hover	{background: url(../../assets/backgrounds/navOver2.gif) 0px 0px;}
#nav a#navName2:hover	{background: url(../../assets/backgrounds/navOver2.gif) -86px 0px;}
#nav a#navName3:hover	{background: url(../../assets/backgrounds/navOver2.gif) -192px 0px;}
#nav a#navName4:hover	{background: url(../../assets/backgrounds/navOver2.gif) -306px 0px;}
#nav a#navName5:hover	{background: url(../../assets/backgrounds/navOver2.gif) -416px 0px;}

#nav a#navName1On	{background: url(../../assets/backgrounds/navOver2.gif) 0px 0px;}
#nav a#navName2On	{background: url(../../assets/backgrounds/navOver2.gif) -86px 0px;}
#nav a#navName3On	{background: url(../../assets/backgrounds/navOver2.gif) -192px 0px;}
#nav a#navName4On	{background: url(../../assets/backgrounds/navOver2.gif) -306px 0px;}
#nav a#navName5On	{background: url(../../assets/backgrounds/navOver2.gif) -416px 0px;}

#dropmenudiv{
font-family: Trebuchet MS, Georgia, Helvetica, sans-serif;
padding-left: 4px;
font-size: 13px;
word-spacing:1px;
position:absolute;
border-bottom:1px solid  #D5D3BE;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
color: #DADEAE;
background-color: #31639C;
width: 100%;
display: block;
text-indent: 13px;
border-bottom: 1px solid #FFFFFF;
padding: 5px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background: url(../../assets/backgrounds/navDropBkgrd.gif) no-repeat right #CC0000;
color: #ffffff;
}

/* subnav */

#subNav {
	padding: 0px 0px 15px 0px;
}

#subNav h1	{
	font-size: 17px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #6f7709;
}


#subNav h1 a	{
	color: #6f7709;
	text-decoration: none;
}

#subNav h1 a:hover	{
	color: #97a020;
}

#subNav  .onstate	{
	font-weight: bold;
}

#subNav	ul	{
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

#subNav ul li	{
	list-style: none;
	padding: 3px 0px 3px 15px;
	background: url(../../assets/backgrounds/subNavLine.gif) no-repeat bottom; 
}

#subNav ul a	{
	color: #931f20;
	text-decoration: none;
}

#subNav ul a:hover	{
	color: #2e2016;
}

#slogan	{
	width: 960px;
	height: 69px;
	background: url(../../assets/backgrounds/sloganBG.gif) no-repeat;
	position: relative;
}

#sloganInside	{
	width: 960px;
	height: 66px;
	background: url(../../assets/backgrounds/sloganBG.gif) no-repeat;
	position: relative;
}

.sloganLink	{
	display: block;
	width:650px; 
	height:50px; 
	margin: 0px 0px 0px 155px; 
	padding: 15px 0px 0px 0px; 
}

#content	{
	padding: 0px 18px 0px 27px;
}

#contentInside	{
	padding: 40px 18px 30px 40px;
	background: url(../../assets/backgrounds/contentInsideBG.gif) no-repeat 20px 0px;
}

#homePhotos	{
	height: 145px;
	position: relative;
}

#homePhotos .photo1	{
	position: absolute;
	top:-25px;
	left: -10px;
}

#homePhotos .photo2	{
	position: absolute;
	top: -23px;
	left: 260px;
}

#homePhotos .photo3	{
	position: absolute;
	top: -27px;
	left: 530px;
}

#homeInfoBox	{
	padding: 0px 0px 20px 0px;
	font-size: 13px;
	color: #35362c;
}

#homeInfoBox .area1	{
	width: 243px;
	padding: 25px 0px 0px 10px;
	float: left;
	background: url(../images/homeInfoBkgrd.gif) no-repeat right top;
}

#homeInfoBox .area2	{
	width: 245px;
	padding: 25px 0px 0px 20px;
	float: left;
	background: url(../images/homeInfoBkgrd2.gif) no-repeat right top;
}

#homeInfoBox .area3	{
	width: 240px;
	padding: 25px 0px 0px 24px;
	float: left;
	background: url(../images/homeInfoBkgrd3.gif) no-repeat right top;
}

#homeInfoBox h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #777f0c;
	padding:15px 0px 0px 0px;
	margin: 0px;
}

#homeInfoBox ul	{
	padding: 0px;
	margin: 8px 0px 10px 20px;
}

#homeInfoBox ul li	{
	list-style: none;
	background: url(../images/bullet_white.gif) no-repeat 0px 4px;
	padding: 3px 0px 3px 25px;
}

#homeInfoBox p	{
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	color: #35362c;
	margin: 0px;
	padding: 0px 0px 8px 5px;
}

#homeInfoBox a	{
	display: block;
	background: url(../images/homeLinkBkgrd.gif) no-repeat;
	width: 179px;
	height: 24px;
	padding: 7px 0px 0px 12px;
	color: #800124;
}

#homeInfoBox a:hover	{
	text-decoration: none;
}

#homeBottomArea {
	background: url(../images/homeBottomAreaBkgrd.gif) no-repeat 0px 0px;
	width: 794px;
	height: 174px;
	margin: 0px 0px 0px 17px;
	font-size: 12px;
}

#homeBottomArea a	{
	text-decoration: none;
}

#homeBottomArea .homeLinks1	{
	float: left;
	width: 230px;
	padding: 15px 0px 0px 20px;
}

#homeBottomArea .homeLinks2	{
	float: left;
	width: 235px;
	padding: 15px 0px 0px 32px;
}

#homeBottomArea .homeLinks2 a	{
	margin: 0px 0px 0px 20px;
}


#homeBottomArea .homeLinks3	{
	float: left;
	width: 262px;
	padding: 15px 0px 0px 10px;
	text-align: center;
}

.requestText	{
	font-size: 15px;
	color: #5c3319;
	padding: 10px 0px 0px 0px;
}

.requestText a	{
	color: #5c3319;
	text-decoration: none;
}

.requestText a:hover	{
	text-decoration: underline;
}

#homeBottomArea h2	{
	font-size: 18px;
	color: #64411c;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	letter-spacing: -1px;
}

#homeBottomArea ul	{
	padding: 0px;
	margin: 5px 0px 0px 20px;
}

#homeBottomArea ul li	{
	list-style: none;
	background: url(../images/bullet_arrow.gif) no-repeat 0px 6px;
	padding: 2px 0px 2px 18px;
}


/*inside pages */

#contentLeft	{
	float: left;
	width: 177px;
	padding: 0px 10px 0px 10px;
}

#contentMain	{
	float: right;
	width: 600px;
	font-size: 14px;
	color: #3c2f14;
	line-height: 20px;
	padding: 5px 20px 0px 0px;
}

#contentMain h1	{
	font-size: 20px;
	color: #6f770a;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#contentMain h2	{
	font-size: 30px;
	color: #820505;
	font-weight: normal;
	padding: 0px;
	line-height: 30px;
	margin: 15px 0px 8px 0px;
}

#contentMain h2.leadin	{
	font-size: 24px;
	color: #8f5f0b;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 30px;
}

#contentMain h3	{
	color: #803806;
	font-size: 26px;
	font-weight: normal;
	line-height: 24px;
	padding: 15px 0px 8px 0px;
	margin: 0px;
}

#contentMain h4	{
	color: #94750f;
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	margin: 6px 0px 6px 0px;
}

#contentMain h5	{
	font-size: 17px;
	color: #97a218;
	padding: 0px;
	margin: 6px 0px 6px 0px;
}

#contentMain ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
}

#contentMain ul li	{
	list-style: none;
	background: url(../images/bullet_white.gif) no-repeat 0px 5px;
	padding: 2px 0px 2px 25px;
	font-size: 14px;
}

/*
#contentMain li#pdfIcon	{
	background: url(../images/pdfIcon.gif) no-repeat 0px 3px;
	display: block;
}*/

#listIcon	{
	padding: 10px 0px 20px 10px;
}

#listIcon div	{
	margin: 2px 0px 3px 0px;
}

.pdfIcon	{
	background: url(../images/pdfIcon.gif) no-repeat 0px 1px;
	padding: 2px 0px 3px 25px;
}

.xlsIcon	{
	background: url(../images/xlsIcon.gif) no-repeat 0px 1px;
	padding: 2px 0px 3px 25px;
}

.ieIcon	{
	background: url(../images/ieIcon.gif) no-repeat 0px 1px;
	padding: 2px 0px 3px 25px;
}

#contentBottomLeft	{
	float: left;
	width: 240px;
}

#contentBottomLeft2	{
	float: left;
	width: 270px;
}

#contentBottomLeft a	{
	text-decoration: none;
}

#contentBottomLeft a:hover	{
	text-decoration: underline;
}

#contentBottomLeft	ul	{
	padding: 0px;
	margin: 0px 0px 0px 8px;
	font-size: 13px;
}

#contentBottomLeft ul li	{
	padding: 2px 0px 2px 25px;
	background: url(../images/bullet_arrow.gif) no-repeat 5px 9px;
	list-style: none;
}


#contentBottomRight	{
	float: right;
	width: 270px;
	text-align: center;
}


#contentBottomRight2	{
	float: right;
	width: 250px;
}

#contentBottomRight2 a	{
	text-decoration: none;
}

#contentBottomRight2 a:hover	{
	text-decoration: underline;
}

#contentBottomRight2	ul	{
	padding: 0px;
	margin: 0px 0px 0px 8px;
	font-size: 13px;
}

#contentBottomRight2 ul li	{
	padding: 2px 0px 2px 25px;
	background: url(../images/bullet_arrow.gif) no-repeat 5px 9px;
	list-style: none;
}

#contentBottomRight3	{
	float: right;
	width: 220px;
}

#contentBottomRight3 a	{
	text-decoration: none;
}

#contentBottomRight2 a:hover	{
	text-decoration: underline;
}

#contentBottomRight3	ul	{
	padding: 0px;
	margin: 0px 0px 0px 8px;
	font-size: 13px;
}

#contentBottomRight3 ul li	{
	padding: 2px 0px 2px 25px;
	background: url(../images/bullet_arrow.gif) no-repeat 5px 9px;
	list-style: none;
}


/* back to top */

.backToTop	{
	border-top: 1px dashed #c4b68a;
	background: url(../images/backToTopBkgrd.gif) no-repeat right top;
	padding: 0px 15px 20px 15px;
}

.backToTop h3	{
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

.backToTop2	{
	border-top: 1px dashed #c4b68a;
	background: url(../images/backToTopBkgrd.gif) #fffefb no-repeat right top;
	padding: 0px 15px 20px 15px;
}

.backToTop2 h3	{
	padding: 15px 0px 0px 0px;
	margin: 0px;
}


.backToTopTab	{
	float: right;
	padding: 0px 20px 0px 0px;
}



/*testimonial on inside pages */

#testimonialArea	{
	padding: 0px 0px 15px 0px;
}

#testimonialArea .imageArea	{
	position: relative;
	height: 162px;
}

#testimonialArea .image	{
	position: absolute;
	top: 0px;
	left: -35px;
}

#testimonialArea .quoteArea	{
	padding: 10px 0px 0px 0px;
	/*background: url(../images/testimonial-glow.gif) no-repeat 15px 0px;*/
}

#testimonialArea .name	{
	font-size: 14px;
	color: #7b8506;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding: 5px 0px 5px 0px;
}

#testimonialArea .name span	{
	color: #bfb79a;
}

#testimonialArea a	{
	font-size: 12px;
	font-style: italic;
	color: #a00b34;
	text-decoration: none;
}

#testimonialArea a:hover	{
	text-decoration: underline;
}

#ctaArea	{
	margin: 0px 0px 0px -42px;
}

#ctaArea .ctaText	{
	padding: 10px 0px 0px 50px;
	font-size: 14px;
}

#ctaArea .ctaText ul	{
	padding: 5px 0px 0px 5px;
	margin: 0px;
}

#ctaArea .ctaText ul li	{
	list-style: none;
	padding: 2px 0px 2px 20px;
	background: url(../images/bullet_arrow.gif) no-repeat 0px 4px;
	font-size: 12px;
}

#ctaArea ul li a	{
	text-decoration: none;
}

#ctaArea ul li a:hover	{
	text-decoration: underline;
}

#ctaArea h2	{
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #8e5d07;
}

.ctaCorporate	{
	padding: 0px 15px 0px 0px;
}

#quote	{
	background: url(../images/end-quote.gif) right bottom no-repeat;
}

#quote p	{
	font-size: 12px;
	color: #8e5d07;
	line-height: 18px;
	font-style: italic;
	background: url(../images/start-quote.gif) top left no-repeat;
	text-indent: 15px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#pullQuote	{
	width: 200px;
	border: 1px dotted #aba17e;
	padding: 10px;
	float: right;
	background-color: #faf8ed;
	margin: 10px;
	font-size: 12px;
	color: #8e5d07;
	font-style: italic;
	background: url(../images/inlineQuoteBkgrd.gif) no-repeat 10px 0px;
}

#pullQuote .quote	{
	background: url(../images/end-quote.gif) no-repeat bottom right;
	padding: 5px;
}

#pullQuote p	{
	background: url(../images/start-quote.gif) no-repeat 0px 0px;
	text-indent: 15px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#pullQuote h4	{
	font-size: 22px;
}

#pullQuote span	{
	font-style: normal;
	font-size: 14px;
}

#pullQuote .name	{
	text-align: right;
	color: #918d7e;
}

.inlineQuote	{
	border-top: 1px dashed #d6c89a;
	font-size: 14px;
	color: #8e5d07;
	font-style: italic;
	padding: 10px 20px 10px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/inlineQuoteBkgrd.gif) no-repeat 10px 0px;
}

.inlineQuote .quote	{
	background: url(../images/end-quote2.gif) no-repeat bottom right;
}

.inlineQuote p	{
	background: url(../images/start-quote2.gif) no-repeat;
	text-indent: 20px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
	line-height: 23px;
}

.inlineQuote p:first-letter	{
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7b8506;
}

.inlineQuote .name	{
	text-align: right;
	color: #7b8506;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

.inlineQuote .nameSub	{
	text-align: right;
	color: #7b8506;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
}

.inlineQuote span	{
	font-size: 13px;
	color: #7b7667;
}

.line	{
	height: 15px;
	border-bottom: 1px dashed #d6c89a;
}

.colorRow1	{
	padding: 0px 15px 0px 15px;
}

.colorRow2	{
	background-color: #fffefb;
	padding: 0px 15px 0px 15px;
}

/* hours */

#hours label	{
	width: 140px;
	float: left;
}

/* education */

#education label	{
	width: 60px;
	float: left;
}

/* contact info */

#contactInfo label	{
	width: 80px;
	float: left;
}

/* membership for */

#membershipFor li	{
	width: 120px;
	float: left;
}

/* request a tour */

#request {
	padding: 15px;
	border: 1px dashed #868728;
	width: 265px;
	background: url(../images/inlineQuoteBkgrd.gif) no-repeat;
}

#request .fieldName	{
	padding: 10px 0px 0px 0px;
}


/* contact for */

#contactForm input, #contactForm textarea	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #484641;
}

#contactForm label	{
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 14px;
}

#contactForm select	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#contactForm .submit input {
	margin-left: 15px;
}

.indentForm	{
	padding: 0px 0px 0px 156px;
}


#indentForm input	{
	background-color: #6a191f;
	color: #ffffff;
	font-weight: bold;
	border:1px solid #ffffff;
	padding: 3px;
}

#indentForm input:hover	{
	background-color: #7f2a31;
	cursor: pointer;
}


#contactForm span, .required	{
	color: #777f09;
}

#alignColumn	{
	clear: left;
}

#alignColumn div	{
	float: left;
}

#alignColumn .column1	{
	width: 150px;
	border:1px solid #000;
}

.error	{
	color: #a80733;
	font-weight: bold;
}

/* tour include */

.tourInclude {
	padding: 55px 0px 0px 0px;
}



.clearLeft	{
	clear: left;
}

.clearBoth	{
	clear: both;
}

/* footer area */

#footer	{
	width: 860px;
	height: 190px;
	background: url(../images/footerBkgrd.gif) no-repeat bottom #2E3F5F;
	margin: 0px 0px 0px 20px;
	border-top: 1px solid #a9a472;
	padding: 22px 30px 0px 30px;
	color: #878764;
	font-size: 12px;
}

#footer h2	{
	font-size: 18px;
	color: #d5c9ab;
	font-weight: normal;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

#footer h3	{
	font-size: 19px;
	color: #e6ddc7;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

#footer h4	{
	font-size: 15px;
	color: #b8b895;
	padding: 0px;
	margin: 0px;
}

#footer .footerLeft	{
	float: left;
	width: 200px;
}

#footer .footerContact	{
	margin: 20px 0px 0px 0px;
}

#footer ul	{
	padding: 0px;
	margin: 0px;
	width: 170px;
}

#footer ul li	{
	list-style: none;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #555a17;
}

#footer ul li a	{
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul li a:hover	{
	color: #b8b895;
}

#footer .footerRight	{
	float: right;
	width: 500px;
	text-align:right;
}	

#footer .siteCredit	{
	color:#FFFFFF;
	font-size: 11px;
/*	color: #4b5016;*/
}

#footer .siteCredit a	{
	color: #4b5016;
	text-decoration: none;
}

#footer .siteCredit a:hover	{
	color: #636923;
}

/* styleguide */

#styleguideColor	{
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

#styleguideColor div	{
	padding: 4px;
	border-bottom: 1px solid #efe9d4;
}

#styleguideColor .red	{
	background-color: #61001b;
}

#styleguideColor .green	{
	background-color: #515708;
}

#styleguideColor .brown	{
	background-color: #513625;
}

#styleguideColor .beige	{
	background-color: #c2a674;
}

#styleguideColor .tan	{
	background-color: #d5c9ab;
}

