

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;cursor: pointer;
    color: #0F8C8C;
}

a:hover {
    text-decoration: none;
}

body {

    font-size: 11.5pt;
    color: #5C5B5B;
    /*background: #E0DCDC url(images/img01.gif) repeat-x top left;*/
    background: #fafafa ;/*#F0F0F0 ;*/
    /*
background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0 ), to(#fff));
background-image: -webkit-linear-gradient(top, #F0F0F0 , #fff); 
background-image:    -moz-linear-gradient(top, #F0F0F0 , #fff); 
background-image:     -ms-linear-gradient(top, #F0F0F0 , #fff); 
background-image:      -o-linear-gradient(top, #F0F0F0 , #fff); 
background-image:         linear-gradient(top, #F0F0F0 , #fff);
    */
}

body,input {
    font-family: Arial,Georgia, serif;
}

strong {
    color: #2C2B2B;
}

br.clearfix {
    clear: both;
}

h1,h2,h3,h4 {
    font-weight: normal;
    letter-spacing: -1px;
}

h2 {
    font-size: 2.25em;
}

h2,h3,h4 {
    color: #2C2B2B;
    margin-bottom: 1em;
}

h3 {
    font-size: 1.75em;
}

h4 {
    font-size: 1.5em;
}

img.alignleft {
    margin: 5px 20px 20px 0;
    float: left;
}

img.aligntop {
    margin: 5px 0 20px 0;
}

img.pic {
    padding: 5px;
    border: solid 1px #D4D4D4;
}

p {
    margin-bottom: 1.5em;
}

ul {
    margin-bottom: 1.5em;
}

ul h4 {
    margin-bottom: 0.35em;
}

.box {
    overflow: hidden;
    margin-bottom: 1em;

}
.box li{line-height: 25px}

.date {
    background: #6E6E6E;
    padding: 5px 6px 5px 6px;
    margin: 0 6px 0 0;
    color: #FFFFFF;
    font-size: 0.8em;
    border-radius: 2px;
}

#content { 
    width: 675px;
    float: left;border-left: solid 0px;
    padding-right: 10px;
    border-right:solid 1px ;
    -moz-border-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000, #000000, rgba(0, 0, 0, 0)) 1 100%;
    -webkit-border-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, rgba(0, 0, 0, 0)), color-stop(33.33333%, #000000), color-stop(66.66667%, #000000), color-stop(100%, rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000, #000000, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000, #000000, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(top, rgba(0, 0, 0, 0), #000000, #000000, rgba(0, 0, 0, 0)) 1 100%;  
}

#content-box1 {
    width: 320px;
    float: left;
}

#content-box2 {
    margin: 0 0 0 345px;
    width: 320px;
}

#footer {
    margin: 40px 0 0px 0;
    text-align: center;
    color: #8C8B8B;
}

#footer a {
    color: #8C8B8B;
}

#header { position:sticky; position: -webkit-sticky; top:0;
          height: 75px;
          /*position: relative;*/
          background: #1E6E6E ;
          margin:0;
          padding: 45px 0 45px 0;
          color: #FFFFFF;    
          width: 100%;
          min-width:  1091px;
          /*border: solid 1px #7E7E7E;*/	
          overflow:hidden;
          box-shadow: 0 0 4px 4px #ccc ;
          -webkit-box-shadow: 0 0 4px 4px #ccc;
          -moz-box-shadow: 0 0 4px 4px #ccc;
}

#logo {
    line-height: 160px;
    height: 160px;
    padding: 5px 0 0 0;
    position: absolute;
    top: 0;
    left: 45px;width: 400px
}

#logo img{top:30px;position: absolute}

#logo a {
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: 0 1px 1px #3E3E3E;
}

#logo h1 {
    font-size: 2em; position: absolute;left:100px;top:0px;
}

#slogan {
    background: url(../images/parl1.png) no-repeat;
    line-height: 160px;
    height: 160px;
    width:550px;color:white;
    margin-top: -46px;padding: 0;
    /*position: absolute;*/
    box-shadow: 0 0 8px 8px #1E6E6E ;
    -webkit-box-shadow: 0 0 8px 8px #1E6E6E;
    -moz-box-shadow: 0 0 8px 8px #1E6E6E;
    top: 0;


}
.sep{color:gray}
.right-bar{
    height: 160px;
    width: 300px;
    position: absolute;
    top: 0;
    right:0;
    color:white;
    font-size:12px;
}
.right-bar a{color:white;}

#slogan td, #slogan a {
    color: #fff;
    font-size: 1em;
    text-shadow: 0 1px 1px #000;
}
.container{width:100%}
.container td{width:50%;vertical-align: top}

#menu {
    padding: 0 45px 0 45px;
    position: relative;
    background: #209D9D url(images/img02.gif) repeat-x top left;
    margin: 0 0 0 0;
    height: 60px;
    line-height: 60px;
    width: 1001px;
    border-top: solid 1px #5AD7D7;
    text-shadow: 0 1px 1px #007D7D;

}

#menu a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.25em;
    letter-spacing: -1px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    padding: 0 20px 0 20px;
    display: inline;
}

#menu ul li.first {
    padding-left: 0;
}

#page {
    padding: 45px 45px 15px 45px;
    position: relative;
    width: 1001px;
    margin: 0;
    border:solid   1px ;
    -moz-border-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000, #000000, rgba(0, 0, 0, 0)) 1 100%;
    -webkit-border-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, rgba(0, 0, 0, 0)), color-stop(33.33333%, #000000), color-stop(66.66667%, #000000), color-stop(100%, rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000, #000000, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000, #000000, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(top, rgba(0, 0, 0, 0), #000000, #000000, rgba(0, 0, 0, 0)) 1 100%;
}

#page .section-list {
    list-style: none;
    padding-left: 0;
}

#page .section-list li {
    clear: both;
    padding: 30px 0 30px 0;
}

#content ul {
    /*    list-style: none;*/
}



#content ul li {


}

#content ul li.first {
    padding-top: 0;
    border-top: 0;
}

#page-bottom {
    position: relative;
    margin: 0;
    background: #1E6E6E url(images/img03.jpg) top left no-repeat;
    border: solid 1px #7E7E7E;
    width: 999px;
    padding: 45px 45px 0 45px;
    color: #DCDCDC;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#page-bottom a {
    color: #F5F5F5;
}

#page-bottom h2, #page-bottom h3, #page-bottom h4 {
    color: #FFFFFF;
}

#page-bottom ul {
    list-style-type: square
}

#page-bottom ul li {	
    padding: 15px 0 0px 0;
}



#page-bottom ul li.first {
    padding-top: 0;
    border-top: 0;
}

#page-bottom-content {
    width: 765px;
    float: left;
}

#page-bottom-sidebar {
    width: 300px;
    margin: 0 0 0 690px;
}

#page-bottom-sidebar a{font-size: 12px}
#search input.form-submit {
    margin-left: 1em;
    color: #FFFFFF;
    padding: 10px;
    background: #2FACAC;
    border: 0;
}

#search input.form-text {
    border: solid 1px #8F8F8F;
    padding: 10px;
}

#sidebar {
    width: 337px; 
    padding-left: 5px; 
    margin: 0 0 0 690px;
    /* border:solid; border-width: 1px 0px 0px 1px;
     -moz-border-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000, #000000, rgba(0, 0, 0, 0)) 1 100%;
     -webkit-border-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, rgba(0, 0, 0, 0)), color-stop(33.33333%, #000000), color-stop(66.66667%, #000000), color-stop(100%, rgba(0, 0, 0, 0))) 1 100%;
     -webkit-border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000, #000000, rgba(0, 0, 0, 0)) 1 100%;
     -o-border-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000, #000000, rgba(0, 0, 0, 0)) 1 100%;
     border-image: linear-gradient(top, rgba(0, 0, 0, 0), #000000, #000000, rgba(0, 0, 0, 0)) 1 100%;*/
}

#sidebar a{font-size:12px}

.hr {
    height: 1px;
    margin: 10px 0 40px 0;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #333333), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    border: 0;
}
.hr:after {
    display: block;
    content: '';
    height: 30px;
    background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
}


.hr2 {
    display: block; border: 0;
    content: '';
    height: 30px;
    background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    background-image: radial-gradient(farthest-side at center bottom, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
}
.hd{margin: 0px}


#sidebar input[type=text]{width:300px;height:25px}
#sidebar button{width:25px;height:25px;background: transparent;border:none}
.pdfs img{width:20px;float: left;margin-right: 5px}
#splash {
    margin: 0 0 0 0;
    height: 250px;
    position: relative;
    padding: 45px 45px 10px 45px;
    width: 1001px;
}

#splash .pic {
    padding: 9px;
}

#wrapper {
    position: relative;
    width: 1091px;
    margin: -46px auto 0 auto;
    background: #FFFFFF;
}

ul.contact
{
    margin: 0;
    padding: 0em 0em 0em 0em;
    list-style: none; text-align: center;
}

ul.contact li
{
    display: inline-block;
    padding: 0em 0.10em;
    font-size: 1em;
}

ul.contact li span
{
    display: none;
    margin: 0;
    padding: 0;
}

ul.contact li a
{
    font-size: 1.5em;
    color: #FFF;
}

ul.contact li a:before
{
    display: inline-block;
    background: #1E6E6E;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgba(255,255,255,1);
}
.wrap { width: 800px; margin: auto; }
.wrap a{font-size: 0.8em;text-decoration: none}
.wrap h3{font-size:1.0em;color:green}
.push-1 { margin-left: 10px; }
.push-2 { margin-left: 30px; }
.col-1 { }

.mp1{font-size:0.85em;line-height: 1.7em;}
.mp1 #name{color:darkgreen;font-size: 14px}


.fl { float: left; }
.circular {margin-left:  5px; margin-right: 10px; float: left;
           width: 150px;
           height: 150px;
           border-radius: 75px;
           -webkit-border-radius: 75px;
           -moz-border-radius: 75px;
           /*background: url(../images/inusah.jpg) no-repeat;*/
           box-shadow: 0 0 8px rgba(0, 0, 0, .8);
           -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
           -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}


.circular2 {margin-left:  5px; margin-right: 10px; float: left;
            width: 100px;
            height: 100px;
            border-radius: 75px;
            -webkit-border-radius: 75px;
            -moz-border-radius: 75px;
            /*background: url(../images/inusah.jpg) no-repeat;*/
            box-shadow: 0 0 8px rgba(0, 0, 0, .8);
            -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
            -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

#menubar{ position:sticky; position: -webkit-sticky; top:0; z-index: 10000;
          background: #209D9D  repeat-x top left ; 
          height: 45px;
          border-top: solid 1px #5AD7D7;
          border-left: solid 1px #5AD7D7;
          border-right: solid 1px #5AD7D7;

}


#menubar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

#menubar li {
    float: left;
}

#menubar li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#menubar li a:hover, .dropdown:hover .dropbtn {
    background-color:  #1E6E6E;;
}

#menubar li.dropdown {
    display: inline-block;
}

#menubar .dropdown-content {
    display: none;z-index:9; 
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#menubar .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#menubar .dropdown-content a:hover {background-color: #f1f1f1}

#menubar .dropdown:hover .dropdown-content {
    display: block;
}

#copyright{font-size: 0.8em;}

.fab {
    position: relative;
    border: none;
    text-transform: uppercase;
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto, Arial, sans-serif;
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.1s;
    text-align: center;
}

.fab::after {
    content:"";
    position: absolute;
    top: 0;
    left: 50%;
    background-color: rgba(204,204,204, 0.29);
    height: 100%;
    width: 0%;
    border-radius: 0.75em / 2em;
    transition: all 0.2s;
    text-align: center;
}



.fab {
    background-color:#DFDFDF;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26),
        0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}
.fab {
    background-color: #FFF;
}
.fab {
    position: relative;
    border: none;
    text-transform: uppercase;
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto, Arial, sans-serif;
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.1s;
    text-align: center;
}
.fab {
    float: left;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    font-size: 24px;
    box-sizing:border-box;
    color: #fff;
    padding: 15px 10px;
    margin-right: 5px; 
}
.fab.small {
    width: 32px;
    height: 32px;
    line-height: 23px;
    padding: 5px;    
    margin-bottom: 15px;
}
.fab.tiny{
    width: 20px;
    height: 20px;
    line-height: 10px;
    padding: 2px;    
    margin-bottom: 1px;
}

.square{width: 20px;height: 20px;font-size: 10px;color:white;padding: 5px; margin: 2px}
.red{background: darkorchid}
.green{background: darkcyan}
.blue{background: blue}
.goldenrod{background: darkgoldenrod}



.card,.hover-shadow:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important}

.padd{padding:15px;}
.light-grey,.hover-light-grey:hover{color:#000!important;background-color:#f1f1f1!important}
.top-align{vertical-align:top}
.left{float:left!important}
.btn-block{border:none;display:inline-block;outline:0;padding:6px 16px;vertical-align:middle;overflow:hidden;text-decoration:none!important;color:#fff;background-color:#000;text-align:center;cursor:pointer;white-space:nowrap}
.dark-grey,.hover-dark-grey:hover{color:#fff!important;background-color:#616161!important}
.btn-block:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.btn-block{width:100%}
.hr3{box-sizing:content-box;height:0;overflow:visible}
.hr3{border:0;border-top:1px solid #eee;width:95%;margin: 20px 0}
.hr4 {
    height: 30px;
    border-style: solid;
    border-color: green;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
.hr4:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color:  #1E6E6E;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.hr5{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.hr6 {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.hr7 {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hr8 {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
.hr8:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
.hr9 { 
    border-top: 1px dashed #8c8b8b; 
} 
.hr9:after { 
    content: '\002702'; 
    display: inline-block; 
    position: relative; 
    top: -12px; 
    left: 40px; 
    padding: 0 3px; 
    background: #f0f0f0; 
    color: #8c8b8b; 
    font-size: 18px; 
}

.hr10{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.emboss{
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}
.emboss2{
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}
.emboss3{
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}
.searchform {
    display: inline-block;
    zoom: 1; /* ie7 hack for display:inline-block */
    *display: inline;
    border: solid 1px #d2d2d2;
    padding: 3px 5px;

    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;

    -webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
    box-shadow: 0 1px 0px rgba(0,0,0,.1);

    background: #f1f1f1;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
    -ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
    font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
    background: #fff;
    padding: 6px 6px 6px 8px;
    width: 202px;
    border: solid 1px #bcbbbb;
    outline: none;

    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;

    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
    color: #fff;
    border: solid 1px #494949;
    font-size: 11px;
    height: 27px;
    width: 27px;
    text-shadow: 0 1px 1px rgba(0,0,0,.6);

    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;

    background: #209D9D;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
    background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
    /*-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

.searcher{border:none;width:100%;overflow:auto;border-bottom: solid 1px lightgray;border-radius: 10px}
.searcher option{padding:10px}
.leaders{
    width:100px; height:144px
}

.table{
    width:100%
}
.table th,.table td{text-align: left;padding:5px}
.table img{width:100px}
.sel2{background-color:  #f1f1f1}
.news{padding: 5px;color:black;line-height: 22px}
.news img{width:150px;height:100px;float:left;margin-right:10px;}
#map {
    height: 800px;
    width: 100%;

}
.album img{width: 250px;height:150px}
.album span{font-size: 12px;}
.gallery img{width:250px;height:170px}
.album span{font-size:11px}
.gallery td,.album td{padding:10px}

.contact{

}
.contact input[type=text],.contact input[type=tel], .contact input[type=email], .contact textarea {width:80%;padding:5px;border-radius: 2px;border:solid 1px #209D9D}
.contact textarea{height:200px;font-family: Arial,Georgia, serif;}
.contact input[type=submit]{cursor:pointer; padding:5px; background-color: #209D9D;border: solid 1px #fff;color:#fff;border-radius:5px;width:100px }
.filterform select{width:300px;border: solid 1px #209D9D; border-radius: 2px}
.filterform input[type=submit],.mps_message input[type=submit]{width:100px;background-color: #209D9D;border-radius: 5px; padding: 5px; border: solid 1px white; cursor: pointer; color:white}
.filterform input[type=submit]:hover,.mps_message input[type=submit]:hover{border:solid 1px gray; }
.datecard{width:250px; padding: 10px;float:left;margin-top: 5px;margin-bottom: 5px}
.comments textarea{ width:90%;height:100px;padding:10px}
.comments input[type=submit]{width:100px;height:45px; background:green;border-radius: 10px;border:none;color:white;font-size: 18px;cursor: pointer}
.commentbox{
    font-size:13px;
}
.commentbox div{padding-left: 55px}
.stream_title{border-bottom: solid red 1px; border-radius:0px; padding: 5px;text-align: center}
.stream_title img{width:40px;height:25px; float:left;margin-left:-5px;margin-top:-5px;}
.youtube_live{
    overflow:hidden;
    box-shadow: 0 0 4px 4px #ccc ;
    -webkit-box-shadow: 0 0 4px 4px #ccc;
    -moz-box-shadow: 0 0 4px 4px #ccc;
}


.mps_message input[type=text],.mps_message textarea {width:95%; height:25px;padding:2px; font-family: arial}
.mps_message span{font-size:11px}
#maddress{height:80px}
#mmessage{height: 150px}
.mps_message{margin-left: 10px}
.little{font-size:11px}
.smallcircle{
    margin-left:  5px; margin-right: 10px; 
    width: 50px;
    height: 50px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    /*background: url(../images/inusah.jpg) no-repeat;*/
    box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 0 8px rgba(255,255, 255, .8);
}
