body {
    background: url("../images/body-bg.png");
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
} 
.all{
  margin: 10px auto;
  padding: 0; 
  width: 90%; 
}
.header{
    -moz-box-shadow:    -3px 3px 5px 2px #bbb;
    -webkit-box-shadow: -3px 3px 5px 0px #bbb;
    box-shadow:         -3px 3px 5px 2px #bbb;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: black;
    height: 50px;
}
.eh{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow: 0 1px 3px #ccc;
    color: #7759a3;
    font-size: 26px;
    padding: 14px 0;
}


.shadow{
    
    padding-top: 5px;
    background-color: white;
    
}
.shadows{
     box-shadow:0px -5px 5px #555;
	-moz-box-shadow:0px -5px 5px #555;
	-webkit-box-shadow:0px -5px 5px #555;
    background-color: #5EFB6E;
}
.shadows a {
    color:white;
}
.paragraph{
    margin-top: 20px;
}
/********contact form*******/
#contactForm{
    padding-left:5px;
    font-size: 1em;
}
#contactForm form fieldset {
	margin-bottom: 20px;
	background: #B9C5C5;
	border-right: 1px solid #729E91;
	border-bottom: 1px solid #729E91;
	border-top-style: none;
	border-left-style: none;
	padding: 10px 30px 5px 10px;
}
#contactForm form textarea.comments {
    height: 130px; 
    margin-top: 10px;
}
#contactForm form input.text:focus , #contactForm form textarea:focus{
	background: #9E7BFF;
	border-color: #9D6124;
}
#contactForm form input.text, #contactForm form textarea{
    width: 100%;
    color: black;
    font-size: 1em;
}
a:hover{
    text-decoration: none;
}
#accordion{
   height: auto;
   background-color: #A9A9A9;
   color: white;
}
#accordion a{
    color:black;
}
#accordion a:hover{
    color: #00FF00;
}
.accordion-content {
	font-size: 1em;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #0C090A;
    height: 150px;
    -webkit-box-shadow: 0 6px 6px -6px black;
       -moz-box-shadow: 0 6px 6px -6px black;
            box-shadow: 0 6px 6px -6px black;
}
p a 
{
    text-decoration: underline;
    color: inherit;
}
textarea{
    resize: none;
}

ul{
    list-style-type: none;
    margin:0 auto;
    padding:5px 0px;
    display:inline;
}
ul.navigation li{
    display:inline;
    padding-right: 10px;
    margin: auto;
}
ul.navigation li a{
    color: #4863A0;
    font-size: 1em;
}
ul.navigation li a:hover{
   text-decoration: none;
   color: black;
   font-size: 1.1em;
}
ul.navigation li a.active{
   color: black;
}
ul.navigation li.active{
   border-bottom: 3px solid #00FF00;
   color: white;
}
.error{
    color: red;
    padding:10px;
}
.success{
    color: 	#32CD32;
    padding:10px;
}
.navbar-brand {
    padding: 0 20px 0;
    
    font-size: 30px;
    font-weight: 700;
    
    color: #353535;
    
    float: left;
    
}
.slogan {
    font-size: 14px;
    color: #6b6b6b;
}
.nav > li {
    display: block;
    float: left;
    margin-right: 20px;
    position: relative;
}
.nav > li.active > a {
    color: #3f3f3f;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
    background: #fff;
    box-shadow: none;
}
.nav > li > a {
    float: none;
    line-height: 18px;
    font-size: 12px;
    color: #555;
    padding: 8px 10px;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    -webkit-text-shadow: 0 1px 0 white;
    -moz-text-shadow: 0 1px 0 white;
    text-shadow: 0 1px 0 white;
    border-color: #CCC #CCC #AAA;
    background-color: #E0E0E0;
    -ms-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px white;
    background-image: linear-gradient(to bottom, #fafafa 0%, #dcdcdc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffdcdcdc', GradientType=0);
    transition: all;
        transition-duration: 0s;
    transition-duration: 0.4s;
}
.nav > li.dropdown .dropdown-menu {
    font-size: 12px;
    position: absolute;
    top: 55px;
    z-index: 9999;
    float: left;
    min-width: 160px;
    padding: 4px;
    margin: 0;
    list-style: none;
    background: #efefef;
        background-clip: border-box;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    box-shadow: 0 1px 0px #ffffff;
    background-clip: padding-box;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.dropdown-menu.left {
    left: 0;
    right: auto;
    margin-left: 0;
}
.dropdown-menu {
    border-radius: 2px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.175);
    padding: 0;
}
.nav > li.dropdown .dropdown-menu li.menu {
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    display: block;
    float: left;
    background: #fff;
    padding: 0 10px;
    margin-bottom: 0;
    min-width: 150px;
}
.nav > li.dropdown .dropdown-menu li.menu ul li {
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding-bottom: 8px;
    padding-top: 10px;
    line-height: 14px;
    width: 100%;
}
.nav > li.dropdown .dropdown-menu li.menu ul li a {
    display: inline-block;
    padding: 5px 0 5px 5px;
    clear: both;
    font-weight: normal;
    line-height: 14px;
    color: #333;
    white-space: normal;
    width: 100%;
}
.notification {
    padding: 0px 7px 0px 7px;
    color: #fff;
    background: #ed7a53;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
    font-family: Tahoma;
    position: absolute;
    top: -11px;
    right: -10px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    text-shadow: none;
}
.label.label-success {
    background-image: linear-gradient(to bottom, #adcf7e 0%, #9fc569 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffadcf7e', endColorstr='#ff9fc569', GradientType=0);
    border-color: #8db652;
}
.label {
    padding: 4px 7px 5px;
    display: inline-block;
    font-size: 85%;
    border-radius: 2px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
}
.label-success {
    background-color: #9fc569;
}

.btn.btn-warning {
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    background-repeat: repeat-x;
    border-color: #e38d13;
}
.btn{
    text-transform: lowercase;
    transition: background;
    transition-duration: 0s;
    transition-duration: 0.4s;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn.btn-danger {
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    border-color: #b92c28;
}

/********footer*********/
.footer{
    font-size: 1em;
    margin-top: 10px;
    color: white;
    background-color: #41A317;
    text-align: center;
}


