.PageMenu .CategoryList
{
    width: 120%;
    text-align: left;
    padding-left: 180px;
}
.page 
{
    padding: 30px 0 10px;
}
.header {
    width: 100%;
    z-index: 99;
    border-top: 1px solid #2B2E33;
    position: relative !important;
    left: 0px;
    top: 0px;
}

input.Textbox, textarea, input[type="text"], input[type="password"] {
    margin: 0px;
    height: 30px;
    line-height: 32px;
    padding: 0px 1em;
    background: #F8F8F8 none repeat scroll 0% 0%;
    font-size: 14px;
    box-sizing: border-box;
    width: 50%;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    text-align:center;
    width:100%;
    max-width:1280px;
    max-height:720px;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    max-width:1000px;
}

h2{
   
    margin-bottom:0px;
    padding-bottom:0px;
    color: #0b718b
 
    
}

p {
    Padding: 5px 0px 
    }

h1{
    margin-bottom:0px;
    padding-bottom:0px;
    color: #6f2123;
    font-weight:bold
}

/**********************************************************/
/********** Sloppy Style Changes - Travis Wagner **********/
/**********************************************************/

/* Menu fixed width for more organization */

.PageMenu .sf-menu > li {
    width: 11rem;
}
