#maincontent p, #maincontent a, #maincontent ul, #maincontent li, #maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5 {
font-family:'Neue Helvetica W01', Helvetica, Arial, Sans-serif;
}

body {
background: url(../images/dark_metal_bg2.jpg) repeat scroll 50% 50% #000;
background-size: 100% auto;
color: #000;
font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
text-align: left;
font-size: 62.5%;	
margin: 0;
}

#container {
width: auto;
margin: 0 auto;
clear: both;	
}

#maincontent {
width: inherit;	
clear: both;
font-size: 12px;
background-color: none;
background-image: none;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0 0;
}

#maincontent a, #maincontent p, a {
font-family:'Neue Helvetica W01', Helvetica, Arial, Sans-serif;
}

#content {
width: inherit;	
}

#page_info {
display: none;
}

#login_message {
font-size: 14px;
background: #FFFEE4;
border: 1px solid #FFC700;
width: 405px;
margin: 20px auto 0;
text-align: center;
padding: 20px;	
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* make inputs respect box-model */
    .bb {
        box-sizing: border-box; /* css3 rec */
        -moz-box-sizing: border-box; /* ff2 */
        -ms-box-sizing: border-box; /* ie8 */
        -webkit-box-sizing: border-box; /* safari3 */
        -khtml-box-sizing: border-box; /* konqueror */
    }

.content_box {
margin-top: 0 !important;
margin-bottom: 0 !important;
}

#resultcon_inner {
padding-left: 0 !important;
padding-right: 0 !important;
}

/*base styles*/

.pb_wrap .pb_content, #maincontent .pb_wrap .pb_content {
padding: 0 40px;
min-height: 800px;
color: #fff;
}

.clr, #maincontent .clr {
clear: both;
}

.pb_wrap .pb_width, #maincontent .pb_wrap .pb_width {
max-width: 1200px;
margin: 0 auto;
}

.pb_wrap .pb_content hr, #maincontent .pb_wrap .pb_content hr {
border: none;
background: #ccc;
height: 3px;
margin: 40px 0;
}

.pb_wrap .pb_content ul, #maincontent .pb_wrap .pb_content ul {
margin-left: 20px;
}

.pb_wrap .pb_content ul li, #maincontent .pb_wrap .pb_content ul li {
list-style: disc outside none;
margin: 5px 0;
}

.pb_wrap .pb_content p, .pb_wrap .pb_content li, #maincontent .pb_wrap .pb_content p, #maincontent .pb_wrap .pb_content li {
color: #fff;
font-size: 24px;
line-height: 28px;
font-weight: 300;
}

.pb_wrap .pb_content p strong, .pb_wrap .pb_content li strong, #maincontent .pb_wrap .pb_content p strong, #maincontent .pb_wrap .pb_content li strong {
font-weight: 700;
}

#maincontent .pb_wrap .pb_content p, .pb_wrap .pb_content p {
margin: 1em 0;
max-width: 800px;
}

#maincontent .pb_wrap .pb_content p a, #maincontent .pb_wrap .pb_content li a, #maincontent .pb_wrap .pb_content a, .pb_wrap .pb_content p a, .pb_wrap .pb_content li a, .pb_wrap .pb_content a {
text-decoration: none;
}

#maincontent .pb_wrap .pb_content p a, #maincontent .pb_wrap .pb_content li a, .pb_wrap .pb_content p a, .pb_wrap .pb_content li a {
color: #febc00;
font-size: inherit;
}

#maincontent .pb_wrap .pb_content p a:hover, #maincontent .pb_wrap .pb_content li a:hover, .pb_wrap .pb_content p a:hover, .pb_wrap .pb_content li a:hover {
color: #ffd251;
}

.pb_wrap .pb_content ul.logo_list, #maincontent .pb_wrap .pb_content ul.logo_list {
margin: 0;
}

.pb_wrap .pb_content ul.logo_list li, #maincontent .pb_wrap .pb_content ul.logo_list li {
list-style: none;
margin: 0 10px 40px 10px;
text-align: center;
display: inline-block;
font-size: 16px;
line-height: 18px;
max-width: 260px;
}

.pb_wrap .pb_content ul.logo_list li img, #maincontent .pb_wrap .pb_content ul.logo_list li img {
display: block;
    height: auto;
    margin: 0 auto;
    width: auto;
max-width: 150px;
}

#maincontent .pb_wrap h1.page_banner, .pb_wrap h1.page_banner {
    color: #febc00;
    font-family: "Gunplay W00",Impact,Helvetica,Arial,sans-serif;
    font-size: 48px;
    padding: 40px;
margin-top: 40px;
text-transform: uppercase;
}

#maincontent .pb_wrap .pb_content h2, .pb_wrap .pb_content h2 {
color: #febc00;
    font-family: "Gunplay W00",Impact,Helvetica,Arial,sans-serif;
font-size: 32px;
margin: 2em 0 0.25em;
text-transform: uppercase;
}

#maincontent .pb_wrap .pb_content h2:first-of-type, .pb_wrap .pb_content h2:first-of-type {
margin-top: 0;
}

#maincontent .pb_wrap .pb_content h3, #maincontent .pb_wrap .pb_content label, .pb_wrap .pb_content h3, .pb_wrap .pb_content label {
color: #c6c6c6;
font-family: "Gunplay W00",Impact,Helvetica,Arial,sans-serif;
font-size: 24px;
display: block;
font-weight: 400;
}

#maincontent .pb_wrap .pb_content h2 + p, #maincontent .pb_wrap .pb_content h3 + p, .pb_wrap .pb_content h2 + p, .pb_wrap .pb_content h3 + p {
margin-top: 0;
}

#maincontent .pb_wrap .pb_content input[type="text"], #maincontent .pb_wrap .pb_content textarea, .pb_wrap .pb_content input[type="text"], .pb_wrap .pb_content textarea {
background: #fff;
border: none;
font-size: 24px;
padding: 10px;
width: 100%;
max-width: 460px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-family: "Neue Helvetica W01",Helvetica,Arial,sans-serif;
}

#maincontent .pb_wrap .pb_content input[type="submit"], .pb_wrap .pb_content input[type="submit"] {
background: #c90006;
color: #fff;
font-family: "Gunplay W00",Impact,Helvetica,Arial,sans-serif;
font-size: 24px;
padding: 10px 20px;
border: none;
text-align: center;
min-width: 200px;
position: relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: 400;
-webkit-appearance: none;
}

#maincontent .pb_wrap .pb_content input[type="submit"]:hover, .pb_wrap .pb_content input[type="submit"]:hover {
background: #DE1F26;
}

/*home page styles*/

#pb_home, #maincontent #pb_home {
max-width: 1123px;
margin: 0 auto;
padding: 40px;
text-align: center;
}

#pb_home .main_slide, #maincontent #pb_home .main_slide {
max-width: 100%;
}

#pb_home h2, #maincontent #pb_home h2 {
color: #febc00;
font-size: 48px;
font-family: 'Gunplay W00', Impact, Helvetica, Arial, Sans-serif;
}

#pb_home p, #maincontent #pb_home p {
color: #fff;
font-family: 'Gunplay W00', Impact, Helvetica, Arial, Sans-serif;
font-size: 32px;
margin: 1em 0;
}

#pb_home .home_thumb, #maincontent #pb_home .home_thumb {
display: inline-block;
width: 541px;
height: 527px;
position: relative;
vertical-align: top;
}

#pb_home .home_thumb:nth-of-type(odd), #maincontent #pb_home .home_thumb:nth-of-type(odd) {
margin: 30px 15px 0 0;
}

#pb_home .home_thumb:nth-of-type(even), #maincontent #pb_home .home_thumb:nth-of-type(even) {
margin: 30px 0 0 15px;
}

#pb_home .home_thumb img, #maincontent #pb_home .home_thumb img {
width: 100%;
display: block;
position: absolute;
z-index: -1;
}

#pb_home .home_thumb span, #maincontent #pb_home .home_thumb span {
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-size: 32px;
font-family: 'Gunplay W00', Impact, Helvetica, Arial, Sans-serif;
padding: 10px 20px;
display: inline-block;
text-transform: uppercase;
max-width: 400px;
margin-top: 40px;
}

#pb_home .home_thumb span + span, #maincontent #pb_home .home_thumb span + span {
    bottom: 40px;
    font-size: 22px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
-webkit-transform: translateX(-50%);
    width: 90%;
}

/*content page styles*/

.pb_wrap .pb_content .form_row, #maincontent .pb_wrap .pb_content .form_row {
margin-bottom: 20px;
}

.pb_wrap .pb_content .one-half, #maincontent .pb_wrap .pb_content .one-half {
width: 45%;
display: block;
float: left;
padding: 20px 20px 20px 0;
}

.pb_wrap .pb_content .one-half + .one-half, #maincontent .pb_wrap .pb_content .one-half + .one-half {
padding: 20px 0 20px 0;
float: right;
}

.pb_wrap .table {
display: table;
}

.pb_wrap .table-row {
display: table-row;
}

.pb_wrap .table-cell {
display: table-cell !important;
vertical-align: top;
}

.pb_wrap .pb_content .table .one-half, #maincontent .pb_wrap .pb_content .table .one-half {
width: 50%;
float: none;
}

.pb_wrap .pb_content .table .table-cell .side_img {
width: auto;
height: auto;
max-width: 500px;
margin-left: 40px;
}

.pb_wrap .pb_content a.linkbox, #maincontent .pb_wrap .pb_content a.linkbox {
display: inline-block;
position: relative;
text-align: center;
margin: 20px 0;
}

.pb_wrap .pb_content a.linkbox:nth-of-type(3n+2), #maincontent .pb_wrap .pb_content a.linkbox:nth-of-type(3n+2) {
margin: 20px 40px;
}

.pb_wrap .pb_content a.linkbox img, #maincontent .pb_wrap .pb_content a.linkbox img {
width: 350px;
height: 350px;
display: block;
background: #ccc;
position: relative;
z-index: 0;
}

.pb_wrap .pb_content a.linkbox span, #maincontent .pb_wrap .pb_content a.linkbox span {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-family: 'Gunplay W00', Impact, Helvetica, Arial, Sans-serif;
font-size: 24px;
text-transform: uppercase;
padding: 20px 10px;
}

.pb_wrap .pb_content a.linkbox:hover span, #maincontent .pb_wrap .pb_content a.linkbox:hover span {
color: #FEBC00;
background: rgba(0, 0, 0, 0.8);
}

.pb_wrap .pb_content .gallery a.thumb, #maincontent .pb_wrap .pb_content .gallery a.thumb {
display: inline-block;
}

.pb_wrap .pb_content .gallery a.thumb img, #maincontent .pb_wrap .pb_content .gallery a.thumb img {
background: #ccc;
width: 150px;
height: 150px;
display: block;
margin-right: 10px;
margin-bottom: 10px;
}

.pb_wrap .pb_content ul.logos, #maincontent .pb_wrap .pb_content ul.logos {
text-align: center;
}

.pb_wrap .pb_content ul.logos li, #maincontent .pb_wrap .pb_content ul.logos li {
display: inline-block;
margin: 20px;
}

.pb_wrap .pb_content ul.logos li img, #maincontent .pb_wrap .pb_content ul.logos li img {
width: 190px;
height: auto;
vertical-align: middle;
}

.pb_wrap .pb_content ul.logos li img.vert, #maincontent .pb_wrap .pb_content ul.logos li img.vert {
height: 70px;
width: auto;
}

/*calls to action*/

.pb_wrap .cta {
border-top: 3px solid #ccc;
padding-top: 20px;
margin-top: 40px;
}

.pb_wrap .cta h4 {
color: #febc00;
font-family: "Gunplay W00",Impact,Helvetica,Arial,sans-serif !important;
font-size: 28px;
margin: 20px 0 0 0;
text-transform: uppercase;
}

.pb_wrap .cta a.contact_cta, .pb_wrap .cta a.apply_cta {
border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 15px 40px;
    text-transform: uppercase;
margin-right: 20px;
margin-top: 20px;
}

.pb_wrap .cta a.contact_cta:hover, .pb_wrap .cta a.apply_cta:hover {
color: #FEBC00;
border-color: #FEBC00;
}

.pb_wrap .embed-container, #maincontent .pb_wrap .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;  margin-top: 20px;} 
.pb_wrap .embed-container iframe, .pb_wrap .embed-container object, .pb_wrap .embed-container embed, #maincontent .pb_wrap .embed-container iframe, #maincontent .pb_wrap .embed-container object, #maincontent .pb_wrap .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (max-width: 1375px) {

#pb_home, #maincontent #pb_home {
max-width: 928px;
}

#pb_home .home_thumb, #maincontent #pb_home .home_thumb {
display: inline-block;
width: 446px;
height: 430px;
}

#pb_home .home_thumb span, #maincontent #pb_home .home_thumb span {
    font-size: 26px;
    max-width: 320px;
}

}

@media (max-width: 1240px) {

.pb_wrap .pb_content a.linkbox img, #maincontent .pb_wrap .pb_content a.linkbox img {
width: 280px;
height: auto;
}

}

@media (max-width: 1024px) {

#pb_home .home_thumb, #pb_home .home_thumb:nth-of-type(odd), #pb_home .home_thumb:nth-of-type(even), #maincontent #pb_home .home_thumb, #maincontent #pb_home .home_thumb:nth-of-type(odd), #maincontent #pb_home .home_thumb:nth-of-type(even) {
margin: 40px auto;
display: block;
max-width: 100%;
height: auto;
text-decoration: none;
}

#pb_home .home_thumb img, #maincontent #pb_home .home_thumb img {
position: relative;
}

#pb_home .home_thumb span, #maincontent #pb_home .home_thumb span {
margin: 0;
font-size: 22px;
display: block;
max-width: 100%;
}

#pb_home .home_thumb span + span, #maincontent #pb_home .home_thumb span + span {
    bottom: auto;
    font-size: 22px;
    left: auto;
    position: relative;
    transform: none;
-webkit-transform: none;
    width: auto;
}

#pb_home p, #maincontent #pb_home p {
font-size: 22px;
}

#pb_home h2, #maincontent #pb_home h2 {
font-size: 28px;
}

/*content page styles*/

.pb_wrap .pb_content, .pb_wrap h1.page_banner, #maincontent .pb_wrap .pb_content, #maincontent .pb_wrap h1.page_banner {
text-align: center;
}

#maincontent .pb_wrap h1.page_banner, .pb_wrap h1.page_banner {
font-size: 32px;
}

#maincontent .pb_wrap .pb_content p, .pb_wrap .pb_content p {
margin: 1em auto;
}

.pb_wrap .pb_content a.linkbox, #maincontent .pb_wrap .pb_content a.linkbox {
margin: 20px !important;
}

.pb_wrap .pb_content a.linkbox img, #maincontent .pb_wrap .pb_content a.linkbox img {
max-width: 100%;
}

.pb_wrap .pb_content .one-half, .pb_wrap .pb_content .one-half + .one-half, #maincontent .pb_wrap .pb_content .one-half, #maincontent .pb_wrap .pb_content .one-half + .one-half {
float: none;
width: auto;
padding: 20px;
}

.pb_wrap .pb_content ul.one-half, .pb_wrap .pb_content ul.one-half + ul.one-half, #maincontent .pb_wrap .pb_content ul.one-half, #maincontent .pb_wrap .pb_content ul.one-half + ul.one-half {
margin: 0 auto;
padding: 0 20px;
text-align: left;
max-width: 700px;
}

#recaptcha_widget_div {
display: inline-block;
}

#recaptcha_widget_div {
    max-width: 100%;
    transform:scale(0.5);
    -webkit-transform:scale(0.5);
    transform-origin: center center;
    -webkit-transform-origin: center center;
position: relative;
left: -40px;
  }

.pb_wrap .table-cell {
display: block !important;
width: auto !important;
}

.pb_wrap .pb_content .table .table-cell .side_img {
margin: 20px auto;
width: 500px;
max-width: 100%;
}

.pb_wrap .pb_content ul, #maincontent .pb_wrap .pb_content ul {
text-align: left;
}

.pb_wrap .pb_content ul.logo_list, #maincontent .pb_wrap .pb_content ul.logo_list {
text-align: center;
}

.pb_wrap .cta a.contact_cta, .pb_wrap .cta a.apply_cta {
margin-right: 10px;
margin-left: 10px;
}


}

/*KEEP MENU FROM OVERLAYING DEVLIVE CONTROLS*/

.edit_wrap {
z-index: 10000005 !important;
}

#stag {
position: relative;
z-index: 10000005;
}

.cke_inner {
background: transparent !important;
}

.cke_wysiwyg_frame, .cke_wysiwyg_div {
background: transparent !important;
}

.cke_reset_all, .cke_reset_all * {
position: relative;
z-index: 10000006;
}

.popwindow {
z-index: 10000007;
}

.photo-credit{
margin-left: 40px;
}#banner {
width: auto;
border: none;
height: 0px;
max-width: inherit;
position: relative;	
margin: 0 auto;
font-family: helvetica, arial, sans-serif;
}

#banner .banner_width {
max-width: 1650px;
margin: 0 auto;
position: relative;
}

#banner img {
position: absolute;
top: 15px;
left: 0;
z-index: 1000001;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media (max-width: 860px) {

#banner {
height: auto;
padding: 40px 20px;
}

#banner img {
position: static;
display: block;
margin: 0 auto;
}

}#footer {
width: auto;
margin: 240px auto 0;
clear: both;
position: relative;
background: url(../images/footer_plate.jpg) repeat-x scroll 50% top #191919;
height: 357px;
font-weight: 400;
}

#footer .footer_width {
padding: 80px 50px 0;
}

#footer::after {
background: transparent url("../images/footer_flames2.png") no-repeat scroll 50% top / cover ;
    content: "";
    display: block;
    height: 384px;
    position: absolute;
    width: 100%;
    z-index: -1;
top: -384px;
}

#footer p {
font-family: 'Gunplay W00', Impact, Helvetica, Arial, Sans-serif;
text-transform: uppercase;
color: #000;
font-size: 80px;
text-shadow: 2px 2px 1px rgb(255, 255, 255), -1px -2px 1px rgba(0, 0, 0, 0.8);
opacity: 0.2;
width: 421px;
margin: 0 auto;
line-height: 80px;
text-align: center;
}

#footer ul {
width: 400px;
float: left;
}

#footer ul li a {
font-family: 'Gunplay W00', Impact, Helvetica, Arial, Sans-serif;
font-size: 32px;
color: #565050;
text-decoration: none;
text-transform: uppercase;
}

#footer ul li a:hover {
color: #676060;
}

@media (max-width: 1375px) {

#footer {
height: auto;
background-size: cover;
}

#footer ul {
width: auto;
margin: 0 auto;
text-align: center;
float: none;
}

#footer ul li {
display: inline-block;
margin: 10px 20px;
}

#footer ul li a { 
font-size: 24px;
color: #dadada;
font-weight: 400;
}

#footer ul li a:hover { 
color: #efefef;
}

}

@media (max-width: 600px) {

#footer p {
font-size: 40px;
width: auto;
line-height: 42px;
}

}#event_sidebar {
width: 200px;
float: left;
background: #fff;
border: 1px solid #ccc;
margin: 20px;
}

#event_sidebar p.sidebar_title {
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid #ccc;
margin: 10px;
padding-bottom: 5px;
}

#event_sidebar .event {
margin: 0 10px 10px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}

#event_sidebar .event:last-child {
border-bottom: none;
}

#event_sidebar .event p {
font-size: inherit;
font-weight: inherit;
}

#maincontent #event_sidebar .event p.evnt_title a {
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

#event_sidebar .event p.evnt_date {
color: #aaa;
font-size: 10px;
margin-bottom: 10px;
}

#event_sidebar .event p a.evnt_link {
text-decoration: none;
color: #0056C0;
display: block;
}

#event_sidebar .event p a.evnt_link:hover {
color: #ff0000;
}

.widget #edit_event {
position: absolute;
left: 50% !important;
margin-left: -232px;
}

#event_detail_wrap {
background: #fff;
width: 600px;
position: fixed;
top: 10%;
left: 50%;
margin-left: -300px;
z-index: 25001;
border: 5px solid #ccc;
max-height: 500px;
overflow: auto;
}

#event_detail_wrap #event_detail {
width: 560px;
margin: 20px;
}


#event_detail_wrap #event_detail th {
color: #000000;
font-family: Helvetica,Arial,sans-serif;
font-size: 16px;
font-weight: bold;
padding-bottom: 5px;
}

#event_detail_wrap #event_detail th#title {
font-size: 22px;
letter-spacing: -1px;
padding-bottom: 10px;
}

#event_detail_wrap #event_detail td {
color: #000000;
font-family: Helvetica,Arial,sans-serif;
font-size: 14px;
padding-bottom: 20px;
}

#event_detail_wrap #event_detail td p {
margin-bottom: 20px;
width: 100%;
}

#event_detail_wrap #close_btn {
background: url(/images/close_sq.png) no-repeat scroll 0 0 transparent;
width: 24px;
height: 26px;
text-indent: 100%;
white-space: nowrap;
overflow: Hidden;
display: block;
position: absolute;
top: 10px;
right: 10px;
}

#event_detail_wrap #close_btn:hover {
background: url(/images/close_sqhov.png) no-repeat scroll 0 0 transparent;
}

/*PUBLIC CALENDAR PAGE*/

#maincontent #public_content {
width: auto;
margin: 0 auto;
}

#maincontent #public_content a {
text-decoration: none;
color: #0056C0;
}

#maincontent .head_box {
    background: none repeat scroll 0 0 #ECECEC;
    color: #000000;
    padding: 15px;
border: 1px solid #333;
border-bottom: none;
}

#maincontent .head_box h2 {
    font-size: 18px;
    font-weight: 700;
}

#maincontent .dash_box {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    padding: 50px;
border: 1px solid #333;
}

#maincontent #events_archive {
    float: left;
    margin-right: 40px;
    width: 200px;
}

#maincontent #events_archive p {
    font-size: 12px;
    margin: 0 0 20px;
}

#maincontent #events_archive p a {
    display: block;
    padding-bottom: 5px;
}

#maincontent #events_archive h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
}

#maincontent #events_archive p.mnth {
    border-top: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 5px;
    padding-top: 20px;
}

#maincontent #public_content #calendar {
    float: left;
    position: relative;
    top: -5px;
    width: 615px;
}

#maincontent #public_content #calendar a {
font-size: 14px;
font-weight: 400;
}

.user_cal_pop {
    height: 300px;
    padding: 20px;
    width: 500px;
}

.user_cal_pop h1 {
font-size: 18px;
font-weight: 700;	
text-transform: capitalize;
}

.user_cal_pop h1 span {
float: right;	
font-size: 14px;
font-weight: 500;
}

.user_cal_pop p {
font-size: 14px;
margin: 10px 0;	
}#maincontent p, #maincontent a, #maincontent ul, #maincontent li, #maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5 {
font-family:'Neue Helvetica W01', Helvetica, Arial, Sans-serif;
}

body {
background: url(../images/dark_metal_bg2.jpg) repeat scroll 50% 50% #000;
background-size: 100% auto;
color: #000;
font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
text-align: left;
font-size: 62.5%;	
margin: 0;
}

#container {
width: auto;
margin: 0 auto;
clear: both;	
}

#maincontent {
width: inherit;	
clear: both;
font-size: 12px;
background-color: none;
background-image: none;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0 0;
}

#maincontent a, #maincontent p, a {
font-family:'Neue Helvetica W01', Helvetica, Arial, Sans-serif;
}

#content {
width: inherit;	
}

#page_info {
display: none;
}

#login_message {
font-size: 14px;
background: #FFFEE4;
border: 1px solid #FFC700;
width: 405px;
margin: 20px auto 0;
text-align: center;
padding: 20px;	
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* make inputs respect box-model */
    .bb {
        box-sizing: border-box; /* css3 rec */
        -moz-box-sizing: border-box; /* ff2 */
        -ms-box-sizing: border-box; /* ie8 */
        -webkit-box-sizing: border-box; /* safari3 */
        -khtml-box-sizing: border-box; /* konqueror */
    }

.content_box {
margin-top: 0 !important;
margin-bottom: 0 !important;
}

#resultcon_inner {
padding-left: 0 !important;
padding-right: 0 !important;
}

/*base styles*/

.pb_wrap .pb_content, #maincontent .pb_wrap .pb_content {
padding: 0 40px;
min-height: 800px;
color: #fff;
}

.clr, #maincontent .clr {
clear: both;
}

.pb_wrap .pb_width, #maincontent .pb_wrap .pb_width {
max-width: 1200px;
margin: 0 auto;
}

.pb_wrap .pb_content hr, #maincontent .pb_wrap .pb_content hr {
border: none;
background: #ccc;
height: 3px;
margin: 40px 0;
}

.pb_wrap .pb_content ul, #maincontent .pb_wrap .pb_content ul {
margin-left: 20px;
}

.pb_wrap .pb_content ul li, #maincontent .pb_wrap .pb_content ul li {
list-style: disc outside none;
margin: 5px 0;
}

.pb_wrap .pb_content p, .pb_wrap .pb_content li, #maincontent .pb_wrap .pb_content p, #maincontent .pb_wrap .pb_content li {
color: #fff;
font-size: 24px;
line-height: 28px;
font-weight: 300;
}

.pb_wrap .pb_content p strong, .pb_wrap .pb_content li strong, #maincontent .pb_wrap .pb_content p strong, #maincontent .pb_wrap .pb_content li strong {
font-weight: 700;
}

#maincontent .pb_wrap .pb_content p, .pb_wrap .pb_content p {
margin: 1em 0;
max-width: 800px;
}

#maincontent .pb_wrap .pb_content p a, #maincontent .pb_wrap .pb_content li a, #maincontent .pb_wrap .pb_content a, .pb_wrap .pb_content p a, .pb_wrap .pb_content li a, .pb_wrap .pb_content a {
text-decoration: none;
}

#maincontent .pb_wrap .pb_content p a, #maincontent .pb_wrap .pb_content li a, .pb_wrap .pb_content p a, .pb_wrap .pb_content li a {
color: #febc00;
font-size: inherit;
}

#maincontent .pb_wrap .pb_content p a:hover, #maincontent .pb_wrap .pb_content li a:hover, .pb_wrap .pb_content p a:hover, .pb_wrap .pb_content li a:hover {
color: #ffd251;
}

.pb_wrap .pb_content ul.logo_list, #maincontent .pb_wrap .pb_content ul.logo_list {
margin: 0;
}

.pb_wrap .pb_content ul.logo_list li, #maincontent .pb_wrap .pb_content ul.logo_list li {
list-style: none;
margin: 0 10px 40px 10px;
text-align: center;
display: inline-block;
font-size: 16px;
line-height: 18px;
max-width: 260px;
}

.pb_wrap .pb_content ul.logo_list li img, #maincontent .pb_wrap .pb_content ul.logo_list li img {
display: block;
    height: auto;
    margin: 0 auto;
    width: auto;
max-width: 150px;
}

#maincontent .pb_wrap h1.page_banner, .pb_wrap h1.page_banner {
    color: #febc00;
    font-family: "Gunplay W00",Impact,Helvetica,Arial,sans-serif;
    font-size: 48px;
    padding: 40px;
margin-top: 40px;
text-transform: uppercase;
}

#maincontent .pb_wrap .pb_content h2, .pb_wrap .pb_content h2 {
color: #febc00;
    font-family: "Gunplay W00",Impact,Helvetica,Arial,sans-serif;
font-size: 32px;
margin: 2em 0 0.25em;
text-transform: uppercase;
}

#maincontent .pb_wrap .pb_content h2:first-of-type, .pb_wrap .pb_content h2:first-of-type {
margin-top: 0;
}

#maincontent .pb_wrap .pb_content h3, #maincontent .pb_wrap .pb_content label, .pb_wrap .pb_content h3, .pb_wrap .pb_content label {
color: #c6c6c6;
font-family: "Gunplay W00",Impact,Helvetica,Arial,sans-serif;
font-size: 24px;
display: block;
font-weight: 400;
}

#maincontent .pb_wrap .pb_content h2 + p, #maincontent .pb_wrap .pb_content h3 + p, .pb_wrap .pb_content h2 + p, .pb_wrap .pb_content h3 + p {
margin-top: 0;
}

#maincontent .pb_wrap .pb_content input[type="text"], #maincontent .pb_wrap .pb_content textarea, .pb_wrap .pb_content input[type="text"], .pb_wrap .pb_content textarea {
background: #fff;
border: none;
font-size: 24px;
padding: 10px;
width: 100%;
max-width: 460px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-family: "Neue Helvetica W01",Helvetica,Arial,sans-serif;
}

#maincontent .pb_wrap .pb_content input[type="submit"], .pb_wrap .pb_content input[type="submit"] {
background: #c90006;
color: #fff;
font-family: "Gunplay W00",Impact,Helvetica,Arial,sans-serif;
font-size: 24px;
padding: 10px 20px;
border: none;
text-align: center;
min-width: 200px;
position: relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: 400;
-webkit-appearance: none;
}

#maincontent .pb_wrap .pb_content input[type="submit"]:hover, .pb_wrap .pb_content input[type="submit"]:hover {
background: #DE1F26;
}

/*home page styles*/

#pb_home, #maincontent #pb_home {
max-width: 1123px;
margin: 0 auto;
padding: 40px;
text-align: center;
}

#pb_home .main_slide, #maincontent #pb_home .main_slide {
max-width: 100%;
}

#pb_home h2, #maincontent #pb_home h2 {
color: #febc00;
font-size: 48px;
font-family: 'Gunplay W00', Impact, Helvetica, Arial, Sans-serif;
}

#pb_home p, #maincontent #pb_home p {
color: #fff;
font-family: 'Gunplay W00', Impact, Helvetica, Arial, Sans-serif;
font-size: 32px;
margin: 1em 0;
}

#pb_home .home_thumb, #maincontent #pb_home .home_thumb {
display: inline-block;
width: 541px;
height: 527px;
position: relative;
vertical-align: top;
}

#pb_home .home_thumb:nth-of-type(odd), #maincontent #pb_home .home_thumb:nth-of-type(odd) {
margin: 30px 15px 0 0;
}

#pb_home .home_thumb:nth-of-type(even), #maincontent #pb_home .home_thumb:nth-of-type(even) {
margin: 30px 0 0 15px;
}

#pb_home .home_thumb img, #maincontent #pb_home .home_thumb img {
width: 100%;
display: block;
position: absolute;
z-index: -1;
}

#pb_home .home_thumb span, #maincontent #pb_home .home_thumb span {
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-size: 32px;
font-family: 'Gunplay W00', Impact, Helvetica, Arial, Sans-serif;
padding: 10px 20px;
display: inline-block;
text-transform: uppercase;
max-width: 400px;
margin-top: 40px;
}

#pb_home .home_thumb span + span, #maincontent #pb_home .home_thumb span + span {
    bottom: 40px;
    font-size: 22px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
-webkit-transform: translateX(-50%);
    width: 90%;
}

/*content page styles*/

.pb_wrap .pb_content .form_row, #maincontent .pb_wrap .pb_content .form_row {
margin-bottom: 20px;
}

.pb_wrap .pb_content .one-half, #maincontent .pb_wrap .pb_content .one-half {
width: 45%;
display: block;
float: left;
padding: 20px 20px 20px 0;
}

.pb_wrap .pb_content .one-half + .one-half, #maincontent .pb_wrap .pb_content .one-half + .one-half {
padding: 20px 0 20px 0;
float: right;
}

.pb_wrap .table {
display: table;
}

.pb_wrap .table-row {
display: table-row;
}

.pb_wrap .table-cell {
display: table-cell !important;
vertical-align: top;
}

.pb_wrap .pb_content .table .one-half, #maincontent .pb_wrap .pb_content .table .one-half {
width: 50%;
float: none;
}

.pb_wrap .pb_content .table .table-cell .side_img {
width: auto;
height: auto;
max-width: 500px;
margin-left: 40px;
}

.pb_wrap .pb_content a.linkbox, #maincontent .pb_wrap .pb_content a.linkbox {
display: inline-block;
position: relative;
text-align: center;
margin: 20px 0;
}

.pb_wrap .pb_content a.linkbox:nth-of-type(3n+2), #maincontent .pb_wrap .pb_content a.linkbox:nth-of-type(3n+2) {
margin: 20px 40px;
}

.pb_wrap .pb_content a.linkbox img, #maincontent .pb_wrap .pb_content a.linkbox img {
width: 350px;
height: 350px;
display: block;
background: #ccc;
position: relative;
z-index: 0;
}

.pb_wrap .pb_content a.linkbox span, #maincontent .pb_wrap .pb_content a.linkbox span {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-family: 'Gunplay W00', Impact, Helvetica, Arial, Sans-serif;
font-size: 24px;
text-transform: uppercase;
padding: 20px 10px;
}

.pb_wrap .pb_content a.linkbox:hover span, #maincontent .pb_wrap .pb_content a.linkbox:hover span {
color: #FEBC00;
background: rgba(0, 0, 0, 0.8);
}

.pb_wrap .pb_content .gallery a.thumb, #maincontent .pb_wrap .pb_content .gallery a.thumb {
display: inline-block;
}

.pb_wrap .pb_content .gallery a.thumb img, #maincontent .pb_wrap .pb_content .gallery a.thumb img {
background: #ccc;
width: 150px;
height: 150px;
display: block;
margin-right: 10px;
margin-bottom: 10px;
}

.pb_wrap .pb_content ul.logos, #maincontent .pb_wrap .pb_content ul.logos {
text-align: center;
}

.pb_wrap .pb_content ul.logos li, #maincontent .pb_wrap .pb_content ul.logos li {
display: inline-block;
margin: 20px;
}

.pb_wrap .pb_content ul.logos li img, #maincontent .pb_wrap .pb_content ul.logos li img {
width: 190px;
height: auto;
vertical-align: middle;
}

.pb_wrap .pb_content ul.logos li img.vert, #maincontent .pb_wrap .pb_content ul.logos li img.vert {
height: 70px;
width: auto;
}

/*calls to action*/

.pb_wrap .cta {
border-top: 3px solid #ccc;
padding-top: 20px;
margin-top: 40px;
}

.pb_wrap .cta h4 {
color: #febc00;
font-family: "Gunplay W00",Impact,Helvetica,Arial,sans-serif !important;
font-size: 28px;
margin: 20px 0 0 0;
text-transform: uppercase;
}

.pb_wrap .cta a.contact_cta, .pb_wrap .cta a.apply_cta {
border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 15px 40px;
    text-transform: uppercase;
margin-right: 20px;
margin-top: 20px;
}

.pb_wrap .cta a.contact_cta:hover, .pb_wrap .cta a.apply_cta:hover {
color: #FEBC00;
border-color: #FEBC00;
}

.pb_wrap .embed-container, #maincontent .pb_wrap .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;  margin-top: 20px;} 
.pb_wrap .embed-container iframe, .pb_wrap .embed-container object, .pb_wrap .embed-container embed, #maincontent .pb_wrap .embed-container iframe, #maincontent .pb_wrap .embed-container object, #maincontent .pb_wrap .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (max-width: 1375px) {

#pb_home, #maincontent #pb_home {
max-width: 928px;
}

#pb_home .home_thumb, #maincontent #pb_home .home_thumb {
display: inline-block;
width: 446px;
height: 430px;
}

#pb_home .home_thumb span, #maincontent #pb_home .home_thumb span {
    font-size: 26px;
    max-width: 320px;
}

}

@media (max-width: 1240px) {

.pb_wrap .pb_content a.linkbox img, #maincontent .pb_wrap .pb_content a.linkbox img {
width: 280px;
height: auto;
}

}

@media (max-width: 1024px) {

#pb_home .home_thumb, #pb_home .home_thumb:nth-of-type(odd), #pb_home .home_thumb:nth-of-type(even), #maincontent #pb_home .home_thumb, #maincontent #pb_home .home_thumb:nth-of-type(odd), #maincontent #pb_home .home_thumb:nth-of-type(even) {
margin: 40px auto;
display: block;
max-width: 100%;
height: auto;
text-decoration: none;
}

#pb_home .home_thumb img, #maincontent #pb_home .home_thumb img {
position: relative;
}

#pb_home .home_thumb span, #maincontent #pb_home .home_thumb span {
margin: 0;
font-size: 22px;
display: block;
max-width: 100%;
}

#pb_home .home_thumb span + span, #maincontent #pb_home .home_thumb span + span {
    bottom: auto;
    font-size: 22px;
    left: auto;
    position: relative;
    transform: none;
-webkit-transform: none;
    width: auto;
}

#pb_home p, #maincontent #pb_home p {
font-size: 22px;
}

#pb_home h2, #maincontent #pb_home h2 {
font-size: 28px;
}

/*content page styles*/

.pb_wrap .pb_content, .pb_wrap h1.page_banner, #maincontent .pb_wrap .pb_content, #maincontent .pb_wrap h1.page_banner {
text-align: center;
}

#maincontent .pb_wrap h1.page_banner, .pb_wrap h1.page_banner {
font-size: 32px;
}

#maincontent .pb_wrap .pb_content p, .pb_wrap .pb_content p {
margin: 1em auto;
}

.pb_wrap .pb_content a.linkbox, #maincontent .pb_wrap .pb_content a.linkbox {
margin: 20px !important;
}

.pb_wrap .pb_content a.linkbox img, #maincontent .pb_wrap .pb_content a.linkbox img {
max-width: 100%;
}

.pb_wrap .pb_content .one-half, .pb_wrap .pb_content .one-half + .one-half, #maincontent .pb_wrap .pb_content .one-half, #maincontent .pb_wrap .pb_content .one-half + .one-half {
float: none;
width: auto;
padding: 20px;
}

.pb_wrap .pb_content ul.one-half, .pb_wrap .pb_content ul.one-half + ul.one-half, #maincontent .pb_wrap .pb_content ul.one-half, #maincontent .pb_wrap .pb_content ul.one-half + ul.one-half {
margin: 0 auto;
padding: 0 20px;
text-align: left;
max-width: 700px;
}

#recaptcha_widget_div {
display: inline-block;
}

#recaptcha_widget_div {
    max-width: 100%;
    transform:scale(0.5);
    -webkit-transform:scale(0.5);
    transform-origin: center center;
    -webkit-transform-origin: center center;
position: relative;
left: -40px;
  }

.pb_wrap .table-cell {
display: block !important;
width: auto !important;
}

.pb_wrap .pb_content .table .table-cell .side_img {
margin: 20px auto;
width: 500px;
max-width: 100%;
}

.pb_wrap .pb_content ul, #maincontent .pb_wrap .pb_content ul {
text-align: left;
}

.pb_wrap .pb_content ul.logo_list, #maincontent .pb_wrap .pb_content ul.logo_list {
text-align: center;
}

.pb_wrap .cta a.contact_cta, .pb_wrap .cta a.apply_cta {
margin-right: 10px;
margin-left: 10px;
}


}

/*KEEP MENU FROM OVERLAYING DEVLIVE CONTROLS*/

.edit_wrap {
z-index: 10000005 !important;
}

#stag {
position: relative;
z-index: 10000005;
}

.cke_inner {
background: transparent !important;
}

.cke_wysiwyg_frame, .cke_wysiwyg_div {
background: transparent !important;
}

.cke_reset_all, .cke_reset_all * {
position: relative;
z-index: 10000006;
}

.popwindow {
z-index: 10000007;
}

.photo-credit{
margin-left: 40px;
}#banner {
width: auto;
border: none;
height: 0px;
max-width: inherit;
position: relative;	
margin: 0 auto;
font-family: helvetica, arial, sans-serif;
}

#banner .banner_width {
max-width: 1650px;
margin: 0 auto;
position: relative;
}

#banner img {
position: absolute;
top: 15px;
left: 0;
z-index: 1000001;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media (max-width: 860px) {

#banner {
height: auto;
padding: 40px 20px;
}

#banner img {
position: static;
display: block;
margin: 0 auto;
}

}#footer {
width: auto;
margin: 240px auto 0;
clear: both;
position: relative;
background: url(../images/footer_plate.jpg) repeat-x scroll 50% top #191919;
height: 357px;
font-weight: 400;
}

#footer .footer_width {
padding: 80px 50px 0;
}

#footer::after {
background: transparent url("../images/footer_flames2.png") no-repeat scroll 50% top / cover ;
    content: "";
    display: block;
    height: 384px;
    position: absolute;
    width: 100%;
    z-index: -1;
top: -384px;
}

#footer p {
font-family: 'Gunplay W00', Impact, Helvetica, Arial, Sans-serif;
text-transform: uppercase;
color: #000;
font-size: 80px;
text-shadow: 2px 2px 1px rgb(255, 255, 255), -1px -2px 1px rgba(0, 0, 0, 0.8);
opacity: 0.2;
width: 421px;
margin: 0 auto;
line-height: 80px;
text-align: center;
}

#footer ul {
width: 400px;
float: left;
}

#footer ul li a {
font-family: 'Gunplay W00', Impact, Helvetica, Arial, Sans-serif;
font-size: 32px;
color: #565050;
text-decoration: none;
text-transform: uppercase;
}

#footer ul li a:hover {
color: #676060;
}

@media (max-width: 1375px) {

#footer {
height: auto;
background-size: cover;
}

#footer ul {
width: auto;
margin: 0 auto;
text-align: center;
float: none;
}

#footer ul li {
display: inline-block;
margin: 10px 20px;
}

#footer ul li a { 
font-size: 24px;
color: #dadada;
font-weight: 400;
}

#footer ul li a:hover { 
color: #efefef;
}

}

@media (max-width: 600px) {

#footer p {
font-size: 40px;
width: auto;
line-height: 42px;
}

}#event_sidebar {
width: 200px;
float: left;
background: #fff;
border: 1px solid #ccc;
margin: 20px;
}

#event_sidebar p.sidebar_title {
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid #ccc;
margin: 10px;
padding-bottom: 5px;
}

#event_sidebar .event {
margin: 0 10px 10px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}

#event_sidebar .event:last-child {
border-bottom: none;
}

#event_sidebar .event p {
font-size: inherit;
font-weight: inherit;
}

#maincontent #event_sidebar .event p.evnt_title a {
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

#event_sidebar .event p.evnt_date {
color: #aaa;
font-size: 10px;
margin-bottom: 10px;
}

#event_sidebar .event p a.evnt_link {
text-decoration: none;
color: #0056C0;
display: block;
}

#event_sidebar .event p a.evnt_link:hover {
color: #ff0000;
}

.widget #edit_event {
position: absolute;
left: 50% !important;
margin-left: -232px;
}

#event_detail_wrap {
background: #fff;
width: 600px;
position: fixed;
top: 10%;
left: 50%;
margin-left: -300px;
z-index: 25001;
border: 5px solid #ccc;
max-height: 500px;
overflow: auto;
}

#event_detail_wrap #event_detail {
width: 560px;
margin: 20px;
}


#event_detail_wrap #event_detail th {
color: #000000;
font-family: Helvetica,Arial,sans-serif;
font-size: 16px;
font-weight: bold;
padding-bottom: 5px;
}

#event_detail_wrap #event_detail th#title {
font-size: 22px;
letter-spacing: -1px;
padding-bottom: 10px;
}

#event_detail_wrap #event_detail td {
color: #000000;
font-family: Helvetica,Arial,sans-serif;
font-size: 14px;
padding-bottom: 20px;
}

#event_detail_wrap #event_detail td p {
margin-bottom: 20px;
width: 100%;
}

#event_detail_wrap #close_btn {
background: url(/images/close_sq.png) no-repeat scroll 0 0 transparent;
width: 24px;
height: 26px;
text-indent: 100%;
white-space: nowrap;
overflow: Hidden;
display: block;
position: absolute;
top: 10px;
right: 10px;
}

#event_detail_wrap #close_btn:hover {
background: url(/images/close_sqhov.png) no-repeat scroll 0 0 transparent;
}

/*PUBLIC CALENDAR PAGE*/

#maincontent #public_content {
width: auto;
margin: 0 auto;
}

#maincontent #public_content a {
text-decoration: none;
color: #0056C0;
}

#maincontent .head_box {
    background: none repeat scroll 0 0 #ECECEC;
    color: #000000;
    padding: 15px;
border: 1px solid #333;
border-bottom: none;
}

#maincontent .head_box h2 {
    font-size: 18px;
    font-weight: 700;
}

#maincontent .dash_box {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    padding: 50px;
border: 1px solid #333;
}

#maincontent #events_archive {
    float: left;
    margin-right: 40px;
    width: 200px;
}

#maincontent #events_archive p {
    font-size: 12px;
    margin: 0 0 20px;
}

#maincontent #events_archive p a {
    display: block;
    padding-bottom: 5px;
}

#maincontent #events_archive h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
}

#maincontent #events_archive p.mnth {
    border-top: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 5px;
    padding-top: 20px;
}

#maincontent #public_content #calendar {
    float: left;
    position: relative;
    top: -5px;
    width: 615px;
}

#maincontent #public_content #calendar a {
font-size: 14px;
font-weight: 400;
}

.user_cal_pop {
    height: 300px;
    padding: 20px;
    width: 500px;
}

.user_cal_pop h1 {
font-size: 18px;
font-weight: 700;	
text-transform: capitalize;
}

.user_cal_pop h1 span {
float: right;	
font-size: 14px;
font-weight: 500;
}

.user_cal_pop p {
font-size: 14px;
margin: 10px 0;	
}