body{
	padding-top: 16px;
	font-family: 'Open Sans', sans-serif;
    background-image: url("/images/bg_line.png");
    background-repeat: repeat-x;
    background-color: #96979b;
    overflow-x: hidden;
}

a{
	color: #645e52;
}

.footer{
    position: relative;
}

.bgSide{
    background-image: url("/images/bg.png");
    position: absolute;
    top: 0;
    right: -52px;
    width: 310px;
    height: 850px;
    z-index: -1;
}

.otherBg{
    background: url("/images/bg2.png") no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}

hr{
    border-top: 1px solid rgb(177, 177, 177);
    border-bottom: 1px solid rgb(238, 238, 238);
}

.warm{
    font-weight: 600;
    color: rgb(109, 89, 50);
}

.rightBorder {
    border-right: 1px solid rgb(177, 177, 177);
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	color: #ffffff;
	background-color: #bf1f41;
}

.header{
    margin-top: 32px;
}

.mainArea{
    border-radius: 45px;
    position: relative;
}

.footer{
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.callText{
    font-size: 40px;
}

.memberDesc{
    text-align: left;
    font-size: 14px;
}

.ahiti{
    width: 64px;
}

.tarei{
    width: 128px;
}

.frontContent{
    margin-top: 16px;
}

.frontPeople{
    margin: 8px 24px 0px 8px;
    width: 25%;
    float: left;
}

.requestArea{
    position: absolute;
    top: 55px;
    right: 55px;
}

.requestButton{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 256px;
}

.requestButton p{
    font-weight: bold;
    color: black;
    position: absolute;
    top: 30px;
}

.requestButton p :hover{
    color: black;
}

.requestButton p .a{
    font-size: 48px;
}

.requestButton p .b{
    font-size: 36px;
    color: rgb(90, 90, 90);
}

.requestButton p .c{
    font-size: 60px;
}

.requestButton p .d{
    font-size: 32px;
}

.heroImg{
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}

.hero{
    text-align: center;
    border-bottom: 3px solid rgb(204, 0, 0);
    position: relative;
}

.inspectButton{
    position: relative;
    width: 256px;
}

.inspectButton p{
    font-weight: bold;
    color: black;
    position: absolute;
    top: 10px;
    text-align: center;
}

.inspectButton p :hover{
    color: black;
}

.inspectButton p .a{
    font-size: 32px;
    letter-spacing: -1px;
}

.inspectButton p .b{
    font-size: 20px;
    color: rgb(90, 90, 90);
}

.inspectButton p .c{
    font-size: 25px;
}

.content{
	font-size: 16px;
	line-height: 27px;
    margin-top: 16px;
    background-color: white;
}

blockquote small{
    color: #bf1f41;
}

blockquote{
    border-color: #ddd;
}

.call{
    float: right;
    margin-top: -16px;
}

.topSpace{
    margin-top: 14px;
}

.designer{
    display: none;
}

h2,h3,h4{
    color: #645e52;
}

h2{
    text-align: center;
    float: none !important;
}

h1{
    color: #645e52;
    font-weight: 500;
}

.highlight{
    background-color: rgba(255, 255, 161, 0.7);
    border-radius: 16px;
    border: 2px solid gray;
    padding: 10px;
}

.hoverArea{
    position: relative;
    font-size: 4px;
}

.hoverLink{
    position: absolute;
    font-size: 6em;
    font-weight: bold;
    cursor: pointer;
    color: gray;
}

.hoverBox{
    position: absolute;
    background-color: white;
    border: 2px solid gray;
    border-radius: 13px;
    padding: 10px;
    width: 220px;
    font-size: 16px;
}
.hoverBox img {padding-left:10px;}
.itemLegend{
    background-color: white;
    border: 2px solid gray;
    border-radius: 15px;
    padding: 10px;
    font-size: 17px;
}

.req{
    color: red;
}

.zipPad{
    padding-left: 16px;
}

.inputError{
    border-color: #b94a48 !important;
    color: #b94a48 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}