/* CSS Document */

@import url(../res/open-sans-fontfacekit/OpenSans-Bold-stylesheet.css);
@import url(../res/open-sans-fontfacekit/OpenSans-SemiBold-stylesheet.css);
@import url(../res/open-sans-fontfacekit/OpenSans-Regular-stylesheet.css);
@import url(../res/ballpark-weiner-fontfacekit/stylesheet.css);

body {
	margin: 0;
	padding: 0;
    font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	background: #fff url(../images/bg_body.png) left 600px repeat-x;
}
a {
    text-decoration: none;
    color: #d36216;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
h1 {
	font-family: 'OpenSansSemibold';
	color: #d36216;
	font-size: 20px;
} 

h2 {
	font-family: 'OpenSansSemibold';
	font-size: 16px;
	color: #d36216;
}
h3, h4 {
	font-family: 'OpenSansSemibold';
}
h5, h6 {
	font-family: 'OpenSansRegular';
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body > .siteBgLeft,
body > .siteBgRight {
	display: block;
	position: absolute;
	height: 600px;
	top: 0;
	left: 0;
	right: 50%;
	margin-right: 450px;
	background: url(../images/bg_site_left.jpg) right top no-repeat;
}
body > .siteBgRight {
	left: 50%;
	right: 0;
	margin-left: 450px;
	margin-right: 0;
	background: url(../images/bg_site_right.jpg) left top no-repeat;
}
body > .siteBgTop {
	display: block;
	margin: 0 auto;
	width: 900px;
	height: 50px;
	background: url(../images/bg_site_header.jpg) center top no-repeat;
}
.wrapper {
	width: 840px;
	margin: 0 auto;
	background: #f9f9f7;
	padding: 0 30px;
}
.siteHeader {
	height: 150px;
	
	overflow: hidden;
}
.siteHeader .siteMenu {
	height: 50px;
	line-height: 45px;
	text-align: center;
}
.siteHeader .siteMenu a {
	display: inline-block;
	height: 50px;
	padding: 0 25px;
	padding-left: 23px;
	border-right: 1px solid #bfb9a8;
	color: #c4a47d;
	text-transform: uppercase;
	font-family: 'OpenSansSemibold';
}
.siteHeader .siteMenu a:first-child {
	border-left: 1px solid #bfb9a8;
}
.siteHeader .siteMenu > .siteName {
	color: #844800;
}
.siteHeader > .siteName {
	font-family: 'ballparkweiner';
	font-size: 44px;
	color: #844800;
	margin-top: 30px;
	float: left;
	margin-left: 5px;
}
.siteHeader > .siteName .addon {
	font-family: 'OpenSansRegular';
	font-size: 18px;
	text-transform: uppercase;
}
.siteHeader > .contact.phone {
	font-family: 'ballparkweiner';
	font-size: 35px;
	color: #da900b;
	margin-top: 36px;
	float: right;
	margin-right: 5px;
}
.pageContent {
	line-height: 1.4em;
}
.pageContent .pageBanner {
	position: relative;
}
.pageContent .pageBanner .photos {
	height: 400px;
	position: relative;
	overflow: hidden;
}
.pageContent .pageBanner .photos .photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.pageContent .pageBanner .photos .photo.animating {
	z-index: 7;
}
.pageContent .pageBanner .photos .photo.active {
	z-index: 6;
}
.pageContent .pageBanner .photos .photo .title1,
.pageContent .pageBanner .photos .photo .title2 {
	display: block;
	position: absolute;
	top: 230px;
	right: 0;
	background: #fff;
	color: #844800;
	font-family: 'OpenSansBold';
	font-size: 41px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 15px;
	margin: 0;
	height: 55px;
	line-height: 55px;
}
.pageContent .pageBanner .photos .photo .title2 {
	top: 290px;
}
.pageContent .highlights {
	margin-top: 10px;
	overflow: hidden;
}
.pageContent .highlights .highlight {
	float: left;
	width: 240px;
	height: 100px;
	padding: 20px;
	background: url(../images/box_inner_shadow.png) right bottom no-repeat;
	color: #fff;
}
.pageContent .highlights .highlight.brown {
	background-color: #7a3f20;
}
.pageContent .highlights .highlight.orange {
	background-color: #e76e1d;
}
.pageContent .highlights .highlight.yellow {
	background-color: #e9a320;
}
.pageContent .highlights .highlight .title {
	margin: 0;
	text-transform: uppercase;
	font-size: 17px;
}

.pageContent .namedContent {
	margin-top: 10px;
	clear: both;
	overflow: hidden;
}
.pageContent .namedContent .title {
	float: left;
	width: 240px;
	padding: 20px;
	color: #d36216;
	font-family: 'OpenSansRegular';
	font-size: 18px;
	text-transform: uppercase;
	text-align: right;
}
.pageContent .namedContent .wrapper {
	margin: 0;
	float: right;
	width: 520px;
	padding: 20px;
}
.siteFooter {
	height: 50px;
	line-height: 50px;
	background: #fff url(../images/bg_footer.png) center top no-repeat;
	margin: 0 -30px;
}
.siteFooter,
.siteFooter a {
	color: #918261;
}
.siteFooter .copyright {
	float: left;
}
.siteFooter .createdBy {
	float: right;
	font-size: 10px;
}