@font-face {
    font-family: 'kyne_morganregular';
    src: url('kyne_morgan-webfont.eot');
    src: url('kyne_morgan-webfont.eot?#iefix') format('embedded-opentype'),
         url('kyne_morgan-webfont.woff') format('woff'),
         url('kyne_morgan-webfont.ttf') format('truetype'),
         url('kyne_morgan-webfont.svg#kyne_morganregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_md_btmedium';
    src: url('futuram-webfont.eot');
    src: url('futuram-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuram-webfont.woff') format('woff'),
         url('futuram-webfont.ttf') format('truetype'),
         url('futuram-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_lt_btlight';
    src: url('futural-webfont.eot');
    src: url('futural-webfont.eot?#iefix') format('embedded-opentype'),
         url('futural-webfont.woff') format('woff'),
         url('futural-webfont.ttf') format('truetype'),
         url('futural-webfont.svg#futura_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}


img, a{
    border:0px;
    color:#222;
}

a:link{
    text-decoration: none;
    color:#222;
}
a:visited{
    text-decoration: none;
    color:#000;
}
a:hover{
    text-decoration: none;
    color:#000;
}
a:active{
    text-decoration: none;
    color:#000;
}


body,html{
    width:100%;
    height:100%;
    color:#222;
    margin:0;
    padding:0;
    text-align:center;
    background-color:#fee0cb;
    background-image: url("../images/bg.jpg");
    background-repeat:repeat;
    font-family: 'futura_md_btmedium', Futura, Verdana, Verdana, Geneva, sans-serif;
    font-size:18px;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4{
    font-family:'kyne_morganregular', Futura, Verdana, Verdana, Geneva, sans-serif;
}


.full_container{
    position:relative;
    width:100%;
    height:100%;
    text-align:center;
}

.main_container{
    width:700px;
    padding:20px 0px 0px 240px;
    margin:0 auto;
    position:relative;
}

.main_container.deadcenter{
	padding:20px 0px 0px 20px;
	position:relative;
}

.pusher{
    height:50px;
}

.footer{
    margin-top:20px;
    padding-bottom:20px;
    width:100%;
}

.footer h3{
    font-size:16px;
}
.footer p{
    font-size:14px;
}

.nav_container{
    text-align:left;
}

.main_container.deadcenter .nav_container{
    position:relative;
    left:110px;
}

.content{
	position:relative;
	margin:0 auto;
	padding:20px;
    text-align:left;
}

p{
    margin:0;
    padding:0;
}
h2{
    font-size:24px;
    margin:30px 0px 6px 0px;
}

.left_page_anchor_bottom{
    width:0px;
    height:0px;
    overflow:visible;
    position:fixed;
    left:50%;
    top:0px;
}

.left_page_anchor_bottom img{
	position:relative;
	right:760px;
}

.left_page_anchor_bottom.deadcenter img{
	right:700px;
	top:-120px;
}

.page-id-6 .left_page_anchor_bottom.deadcenter img{
right: 810px;
top: -120px;
}

.left_page_anchor_top{
    left:0;
    width:0px;
    overflow:visible;
    position:fixed;
    top:0;
}

.right_page_anchor_bottom{
    width:0px;
    overflow:visible;
    position:fixed;
    bottom:0;
    right:300px;
}

ul{
    padding:0px;
    margin:0px;
}

li{
    padding:8px 0px 8px 36px;
    display:block;
    background-image:url(../images/bullet.png);
    background-repeat:no-repeat;
    background-position:10px 10px;
    overflow:visible;
}

.name_tag{
    cursor: pointer;
    margin: 21px;
    width: 260px;
    display: inline-block;
}

.name_tag img{
    width:260px;
    float:right;
}

.tag_out{
    background-image:url(../images/back_of_name_tag.png);
    background-repeat:no-repeat;
    width:800px;
    height:519px;
    padding:20px;
}

.popup_bg{
    background-color:#000;
    width:100%;
    min-height:100%;
    height:auto !important;
    opacity:0.5;
    position:fixed;
    left:0;
    top:0;
    display:none;
}

.tag_backside{
    text-align:left;
    padding:60px 40px 40px 40px;
    display:none;
    background-image:url(../images/back_of_name_tag.png);
    width:720px;
    height:419px;
    font-size:20px;
}

.tag_backside img{
    float:left;
    margin-right:20px;
}

.bio_main{
    width:420px;
    padding:0;
    margin:0;
    float:left;
}

.bio_main h2{
    margin:0px 0px 20px 0px;
}

.bio_fun{
    clear:both;
    width:720px;
    padding-top:15px;
}

#contact{
    position:absolute;
    left:50%;
    top:50%;
    width:0;
    height:0;
    overflow:visible;
    display:none;
}

.contact_window{
    text-align:center;
    padding:40px 90px 40px 90px;
    display:none;
    background-image:url(../images/contact_us_background.png);
    background-repeat:no-repeat;
    width:540px;
    height:398px;
    font-size:16px;
    display:block;
    position:relative;
    left:-360px;
    top:-239px;

}

.contact_window p{
    font-size:18px;
    line-height:28px;
}

.gallery_window{
    float:left;
    width:600px;
    overflow:hidden;
    height:274px;
    padding:0;
    margin:0;
}

.gallery{
    padding:0;
    margin:0;
    float:left;
}
.gallery a{
    display:block;
    float:left;
    margin:4px 24px;
    border:1px solid #f9aa7b;
    padding:2px;
    width:186px;
}
.gallery a img{
    width:186px;
    height:260px;
    padding:0;
    margin:0;
}

.scroll_left{
    float:left;
    cursor:pointer;
    background-image:url(../images/arrow_left.png);
    background-repeat:no-repeat;
    width:30px;
    height:274px;
}
.scroll_left:hover{
    background-position:0px -274px;
}

.scroll_right{
    float:left;
    cursor:pointer;
    background-image:url(../images/arrow_right.png);
    background-repeat:no-repeat;
    width:30px;
    height:274px;
}
.scroll_right:hover{
    background-position:0px -274px;
}

.scroller_container{
    padding-bottom:40px;
    clear:both;
}

.survey_entry{
    text-align:left;
    padding:20px;
    margin:20px;
    border-bottom:2px solid #000;
}
.survey_entry h3{
    font-family: 'futura_md_btmedium', Futura, Verdana, Verdana, Geneva, sans-serif;
    font-size:22px;
    margin:0;
}

.survey_entry p{
    margin:16px 0px;
}

table, tr, td, th{
    padding:0;
    border:0;
    text-align:left;
}

table{
    width:600px;
}

form{
    text-align:center;
}
#logo{
    background-image:url(../images/logo.png);
    background-repeat:no-repeat;
    background-position:0 0;
    width:100px;
    height:100px;
    float:right;
    margin-top:26px;
    cursor:pointer;
}
#logo:hover{
    background-position:0px -100px;
}

.wider{
	width:900px;
	margin-left:-100px;
}

.survey_icon{
	float:left;
	margin:10px 10px;
	text-align:center;
	width:280px;
}

.survey_icon img{
	width:200px;
}
.right {
    float: right;
}
.left {
    float: left;
}

.wider p {
margin-bottom: 14px;
font-size: 16px;
line-height: 23px;
}

.contact_window a:hover {
    color: #732b90;
}


#events {
    background: #ffefe3;
    border-radius: 10px;
    padding: 10px 30px;
    margin-bottom: 40px;
}
#events p {
font-family: 'futura_md_btmedium', Futura, Verdana, Verdana, Geneva, sans-serif;
margin-bottom: 14px;
font-size: 14px;
line-height: 18px;
}

#events h3 {
font-family: 'futura_md_btmedium', Futura, Verdana, Verdana, Geneva, sans-serif;
}
#events strong {
    color: #000;
}
.event p {
font-size: 16px;
line-height: 24px;
}

#event-form {
width: 290px;
float: right;
font-family: helvetica,arial,sans-serif;

}

#event-form .row {
margin-bottom: 20px;
}

#event-form label {
display: block;
font-size: 12px;
font-weight: bold;
text-align: left;
padding-left: 8px;
margin-bottom: 3px;
}

#event-form input[type=text] {
width: 90%;
padding: 6px;
}

#event-form input[type=submit] {
background: #732b90;
border: none;
border-radius: 100px;
padding: 10px 40px;
color: #fff;
font-size: 13px;
float: right;
cursor: pointer;
}

#nav_map area {
    outline: none !important;
    border: none !important;
}
