/*@font-face { font-family:"Trajan"; src:url('/includes/TrajanPro-Regular.ttf'); }
@font-face { font-family:"Trajan-IE"; src:url('/includes/TrajanPro-Regular.eot'); } */

* { font-family:Georgia, "Times New Roman", Times, serif; }
html, body { margin:0px; padding:0px; width:100%; height:100%; background-color:#333; }
h1, h2, h3, h4 { font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; font-variant:small-caps; }
img { border:0px; }
*:focus, *:hover { outline:none; }

/* main content formatting */
.body { color:#000; font-size:0.8em; line-height:1.6em; }
.body img { margin:10px; padding:4px; background-color:#fff; border:1px solid #ccc; }
.body a { color:#600; }
.body a:hover { color:#600; }

/* main menu */
ul.mMenu, ul.mMenu * { margin:0px; padding:0px; font-family:'Arial Narrow', Helvetica, sans-serif; color:#fff; text-align:center; font-size:15px; list-style:none; color:#e0e0e0; }
ul.mMenu { position:relative; top:12px;  }
ul.mMenu li { display:inline; margin:0 14px; }
ul.mMenu li a { text-decoration:none; }
ul.mMenu li a:hover { text-decoration:none; color:#fff; }

/* sub menu (left on sub pages) */
ul.sMenu, ul.sMenu * { margin:0px; padding:0px; font-family:'Arial Narrow', Helvetica, sans-serif; color:#fff; text-align:center; font-size:15px; list-style:none; }
ul.sMenu { position:relative; top:12px; }
ul.sMenu li { display:block; margin:0 0 10px 0; }
ul.sMenu li.active { font-weight:bold; }
ul.sMenu li a { color:#300; text-decoration:none; }
ul.sMenu li a:hover { text-decoration:underline; }

/* setup 3 main page sections based on background imagery */
.section { position:relative; color:#fff; }
.section.a { width:100%; background:#000 url('/images/a.bg.jpg') no-repeat top center; }
.section.b { width:100%; background:#000 url('/images/b.bg.jpg') no-repeat bottom center; }
.section.c { width:100%; background:#333 url('/images/shadow.png') no-repeat top center; }
.section .wrap { width:950px; margin:0 auto; position:relative; }
.topShadow { position:absolute; top:0px; left:0px; height:30px; width:950px; background:transparent url('/images/shadow.png') no-repeat top center; }
.x { width:1px; height:1px; line-height:1px; clear:both; overflow:hidden; }

/* main content */
.a .header { height:142px; }
.a .header .logo { position:absolute; top:35px; }
.a .header .slogan { position:absolute; top:50px; right:0px; }
.a .nav { height:45px; width:950px; background:#000 url('/images/a.nav.bg.jpg') no-repeat top center; }
.a .splash { position:relative; height:365px; width:950px; background-color:#edd3d6; }
.a .splash .box { position:absolute; }
.a .splash .box.a { top:0px; left:0px; width:645px; height:100%; background-color:#fafafa; }
.a .splash .box.b { top:0px; right:0px; width:304px; height:182px; background-color:#f0f0f0; }
.a .splash .box.c { top:183px; right:0px; width:304px; height:182px; background-color:#eaeaea; }
.a .splash2 { position:relative; height:1248px; width:950px; background-image:url('/images/SOG-Web-Background2.jpg'); }
.a .splash2 .box { position:absolute; }
.a .splash2 .box.a { top:0px; left:0px; width:950px; height:150px; }
.a .splash2 .box.b { top:151px; left:0px; width:719px; height:600px; background-color:##f0f0f0; }
.a .splash2 .box.c { top:151px; right:0px; width:230px; height:200px; background-color:#f0f0f0; }
.a .splash2 .box.d { top:351px; right:0px; width:230px; height:200px; background-color:#eaeaea; }
.a .splash2 .box.e { top:551px; right:0px; width:230px; height:200px; background-color:#eaeaea; }
.a .splash2 .box.f { top:751px; left:0px; width:950px; height:250px; }
.a .content { position:relative; background:#edd3d6 url('/images/a.content.body.bg.jpg') repeat-y top center; padding:0 0 35px 0; }
.a .content .heading { position:relative; height:166px; width:950px; background:#371D19 url('/images/a.content.heading.bg.jpg') no-repeat top center; }
.a .content .heading .inner { position:absolute; left:250px; top:52px; font-size:16px; color:#ccc; text-shadow:2px 2px 4px #000; }
.a .content .heading .inner p, .a .content .heading .inner h1 { margin:0px; padding:0px; font-variant:normal; text-transform:uppercase; }
.a .content .heading .inner h1 { font-size:40px; color:#fff; }
.a .content .cols { position:relative; }
.a .content .colA { float:left; width:198px; text-align:center; padding:35px 0 0 0; }
.a .content .colB { padding:35px 45px 0px 45px; margin:0 0 0 200px; }

/* forms */
.row { margin:5px 0 15px 0; white-space:nowrap; }
.row * { margin:0px; }
.row label { display:block; width:120px; float:left; margin-top:6px; padding:0px; }
.row.required label { font-weight:bold; }
.row .field { margin:0 0 0 130px; padding:0px; }
.row .hint { margin:3px 0 0 0; color:#666; font-size:11px; }
.row input, .row select, .row textarea { padding:5px; background-color:#fff; border:1px solid #ccc; border-top:1px solid #999; margin:0px; }
.row input.text { width:180px; }
.row input.error, .row select.error, .row textarea.error { outline:2px solid #c00; }
.row .errMessage { font-size:11px; margin-top:3px; color:#c00; line-height:11px; }
.row select {  }
.row.buttons { text-align:center; margin-top:30px; }
.row button { cursor:pointer; background-color:#600; margin:0 3px; font-weight:bold; font-size:12px; padding:7px 14px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; color:#fff; border:1px solid #000; }
.row button:hover { background-color:#900; }
.row input.text { width:200px; }
.row input.email { width:200px; }
.row input.xsm { width:30px; }
.row input.sm { width:50px; }
.row input.med { width:90px; }
.row input.lg { width:200px; }
.row textarea { width:219px; height:280px; }

/* promos at bottom of splash and content */
.b { height:200px; }
.b .promo { width:218px; height:142px; background:#666 url('/images/b.promoExample.jpg') no-repeat top center; float:left; margin:28px 26px 0 0; overflow:hidden; box-shadow:0px 0px 7px #000; -webkit-box-shadow:0px 0px 7px #000; -moz-box-shadow:0px 0px 7px #000; }
.b .promo.last { margin-right:0px; }

/* footer 
.c * { font-family:"Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.c, .c * { font-size:11px; color:#999; }
.c .wrap { padding:20px 0; }
.c a { color:#ccc; text-decoration:none; }
.c a:hover { color:#fff; text-decoration:underline; }
.c ul.socialMedia, .c ul.socialMedia * { margin:0px; padding:0px; list-style:none; }
.c ul.socialMedia { width:100%; text-align:center; }
.c ul.socialMedia li { display:inline; margin:0 4px; }*/

.c { background:#474747 url('/images/b.bg.jpg') no-repeat top center; width:100%; padding:0px; }
.c, .c * { color:#ccc; font-family:"Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.c .wrap { padding:20px 0; }
a { text-decoration:none; }
a:hover { color:#fff; text-decoration:underline; }
.c .ftr { padding:20px 0 0 0; margin:0 auto; color:#fff; }
.c .ftr .col1 { float:left; width:250px; }
.c .ftr .col2 { margin:0 0 0 300px; width:700px; font-size:0.7em; }
.c .ftr .spot { width:100%; margin:0 0 30px 0; }
.c .ftr .spot img.heading { display:block; margin:0 0 5px 0; }
ul.socialMedia, ul.socialMedia *, ul.sitemap, ul.sitemap * { margin:0px; padding:0px; list-style:none; }
ul.socialMedia li { display:inline; margin:0 7px 0 0; }
ul.sitemap li { float:left; margin:0 15px 0 5px; font-weight:bold; line-height:1.5em; color:#fff; }
ul.sitemap li ul { margin:0px; }
ul.sitemap li ul li { float:none; font-weight:normal; margin:0px; color:#333; }
div.ftr input.text, div.ftr input.email { font-size:11px; padding:5px; border:1px solid #333; background-color:#ccc; color:#000; }
div.ftr input.email { width:150px; }
div.ftr input:focus { outline:2px solid #646999; }
div.ftr button { background:#000 url('/images/button.bg.jpg') no-repeat center; font-size:10px; cursor:pointer; color:#fff; font-weight:bold; text-transform:uppercase; padding:4px 5px; border:1px outset #666; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
div.ftr button:hover, div.ftr button:focus { outline:none; border:1px outset #fff; color:#fff; }

/* bpea family footer */
.d { background-color:#000; color:#666; }
.d, .d * { font-size:11px; font-family:"Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.d a { color:#999; }
.d a:hover { color:#fff; }
.d strong { color:#999; font-weight:bold; }
.d .corpFtr { width:650px; padding:25px 0 20px 0; margin:0 auto; }
.d .corpFtr .col1 { float:left; width:50%; }
.d .corpFtr .col1 .logo { margin:0 0 10px 0; }
.d .corpFtr .col1 .address { float:left; width:140px; }
.d .corpFtr .col1 .contact { margin:0 0 10px 140px; }
.d .corpFtr .col2 { float:right; width:50%; }

/* feeds */
div.feed-filter { text-align:center; padding:2px 5px; background-color:#600; color:#fff; text-decoration:none; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
div.feed-filter *, div.feed-filter *:hover { color:#fff; }

/* video feed */
ul.feed-video, ul.feed-video * { margin:0px; padding:0px; list-style:none; }
ul.feed-video { padding-top:20px; }
ul.feed-video li { display:block; height:90px; border-bottom:1px dotted #000; margin:0 0 20px 0; padding:0 0 15px 0; }
ul.feed-video .thumb { float:left; margin:0 20px 20px 0; }
ul.feed-video .date { text-transform:uppercase; }
ul.feed-video .title { font-size:14px; font-weight:bold; }
ul.feed-video .description { font-family:"Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; line-height:13px; font-size:11px; padding:7px 0px; }
ul.feed-video ul.feed-tags, ul.feed-video ul.feed-tags * { font-family:"Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; margin:0px; padding:0px; list-style:none; }
ul.feed-video ul.feed-tags { padding-top:5px; }
ul.feed-video ul.feed-tags li { font-size:9px; line-height:9px; display:inline; height:auto; width:auto; border:none; margin:0 5px 0 0; }
ul.feed-video ul.feed-tags li a { padding:2px 5px; background-color:#600; color:#fff; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; text-decoration:none; }
ul.feed-video ul.feed-tags li a:hover { padding:2px 5px; background-color:#c00; color:#fff; text-decoration:none; }

/* audio feed */
ul.feed-audio, ul.feed-audio * { margin:0px; padding:0px; list-style:none; }
ul.feed-audio { padding-top:20px; }
ul.feed-audio li { display:block; border-bottom:1px dotted #000; margin:0 0 20px 0; padding:0 0 15px 0; }
ul.feed-audio .date { text-transform:uppercase; }
ul.feed-audio .title { font-size:14px; font-weight:bold; }
ul.feed-audio .description { padding:7px 0px; }
ul.feed-audio .audio { padding:7px 0px; }
ul.feed-audio ul.feed-tags, ul.feed-audio ul.feed-tags * { font-family:"Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; margin:0px; padding:0px; list-style:none; }
ul.feed-audio ul.feed-tags { padding-top:5px; }
ul.feed-audio ul.feed-tags li { font-size:9px; line-height:9px; display:inline; height:auto; width:auto; border:none; margin:0 5px 0 0; }
ul.feed-audio ul.feed-tags li a { padding:2px 5px; background-color:#600; color:#fff; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; text-decoration:none; }
ul.feed-audio ul.feed-tags li a:hover { padding:2px 5px; background-color:#c00; color:#fff; text-decoration:none; }

/* event feed */
ul.feed-event, ul.feed-event * { margin:0px; padding:0px; list-style:none; }
ul.feed-event { padding-top:20px; }
ul.feed-event li { display:block; border-bottom:1px dotted #000; margin:0 0 20px 0; padding:0 0 15px 0; }
ul.feed-event .date { text-transform:uppercase; float:left; margin:0 20px 20px 0; width:50px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
ul.feed-event .date .month { font-size:9px; text-align:center; line-height:9px; width:100%; padding:3px 0px; color:#fff; background-color:#000; border-radius:3px 3px 0px 0px; -moz-border-radius:3px 3px 0px 0px; -webkit-border-radius:3px 3px 0px 0px; }
ul.feed-event .date .day { width:50px; color:#000; background-color:#fff; font-weight:bold; font-size:22px; text-align:center; line-height:22px; padding:7px 0px; border-radius:0px 0px 3px 3px; -moz-border-radius:0px 0px 3px 3px; -webkit-border-radius:0px 0px 3px 3px; }
ul.feed-event .title { font-size:14px; font-weight:bold; }
ul.feed-event .description { padding:7px 0px; }
ul.feed-event .audio { padding:7px 0px; }
ul.feed-event ul.feed-tags, ul.feed-event ul.feed-tags * { font-family:"Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; margin:0px; padding:0px; list-style:none; }
ul.feed-event ul.feed-tags { padding-top:5px; }
ul.feed-event ul.feed-tags li { font-size:9px; line-height:9px; display:inline; height:auto; width:auto; border:none; margin:0 5px 0 0; }
ul.feed-event ul.feed-tags li a { padding:2px 5px; background-color:#9ea3b4; color:#fff; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; text-decoration:none; }
ul.feed-event ul.feed-tags li a:hover { padding:2px 5px; background-color:#484E6E; color:#fff; text-decoration:none; }
