body {
    max-width: 1300px;
	margin: 0px auto;
    background-color: #F0F8FF;
}

//Navigation Menu
.topnav {
  overflow: hidden;
  background-color: #333;
}

.buck_head{
  margin:0 auto;
}

.topnav a {
  float: left;
  display: block;
  margin-left:10px;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 7px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    color:black;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
//End Navigation Menu

.table {
    margin: 10px auto 10px auto;

}

.table > :not(caption) > * > *{
    border-bottom-width: 0px; !important;
}

.table tr{
    border-style: none; !important;
}

.btn {
    background-color: #ed7900; !important;
    color: #000000;
    font-weight:bold;
    font-family: 'interstatebold'; !important;
}

.btn a.active {
  background-color: #ed7900;
  color: white;
}

/*Captcha Form */
.demo-error {
	display:inline-block;
	color:#FF0000;
	margin-left:5px;
}
.demo-input {
    width: 200px;
    border-radius: 5px;
    border: #CCC 1px solid;
    padding: 8px;
    margin-top: 2px;
}
.demo-btn {
	padding: 8px;
    border-radius: 7px;
    background: #478347;
    border: #325a32 1px solid;
    color: #FFF;
    font-size: 1em;
    width: 120px;
    cursor:pointer;
}
.captcha-input {
	background:#FFF url('/work-files/captcha_code.php') repeat-y;
	padding-left: 80px;
}
/*End Captcha */


/*contact us form */
.container {
	max-width:550px;
	width:100%;
	margin:0 auto;
	background-color:#2060ba;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}


::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
/*End Contact Us Form */

#color1{
    text-align:center !important;
}

/*Button Styling */
.styled {
    border: 0;
    line-height: 1.25;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

/* main menu styles */
#nav {
//    display:inline-block;
//    width:100%;
    margin:0px;
    background-color: #FFFFFF;
    padding-left:0;
}

#nav1 {
    width:240px;
    text-align:center;
//    margin: 0px auto;
}

#nav2 {
    width:100px;
    text-align:center;
    margin: 0px auto;
}

#nav3 {
    width:120px;
    text-align:center;
    margin: 0px auto;
}


#nav4 {
    width:200px;
    text-align:center;
    margin: 0px auto;
}

#nav5 {
    width:120px;
    text-align:left;
}

#nav6 {
    width:90px;
    text-align:center;
}

#nav7 {
    width:80px;
    text-align:center;
}

#nav8 {
    width:110px;
    text-align:center;
}

#nav9 {
    width:100px;
    text-align:center;
}

#nav10 {
    width:100px;
    text-align:center;
}

#nav li {
	font-family: interstatebold;
  text-decoration:none;
	font-size: 16px;
	color: #000000;
  width:100%;
  float:left;
  position:relative;
  list-style:none;
}

#nav a {
	font-family: interstatebold;
  text-decoration:none;
	font-size: 16px;
	color: #000000;
}

/* selected menu element */
#nav .current a, #nav li:hover > a {
	  font-family: interstatebold;
    color:#BA0C2F;
    width:100%;
}

/* sublevels */
#nav ul li:hover a, #nav li:hover li a {
    width:100%;
    background:none;
    border:none;
    color:#FFFFFF;
	  padding: 5px 0 0 3px;
	  z-index: 100;
	  text-decoration: none;
	  text-indent: 3px;

}
/*Text in dropdown*/
#nav ul li a:hover {
	  color: #FFFFFF;
	  background-color: #000000;
	  display: block;
	  padding: 0px 0;
	  text-decoration: none;
//	  text-indent: 3px;
    width:100%;
}


/* drop down */
#nav li:hover > ul {
    opacity:1;
    visibility:visible;
}
#nav ul {
    opacity:0;
    visibility:hidden;
    padding:0px;
    width:200px;
    position:absolute;
  	left: 0;
   	top: 18;
  	z-index: 100;
    background:#BA0C2F;
    border:1px solid #7788aa;
	  font-family: interstatebold;
    color:#FFFFFF;
}
#nav ul li {
    float:none;
    margin:0 0 5px 0;
    text-align:left;
}
#nav ul a {
    font-weight:normal;
}
#nav ul ul {
//    left:10px;
    top:0px;
}
/* End Main Menu Styling */

.styled:hover {
    background-color: rgba(255, 0, 0, 1);
}

.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}


.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.aw-fc-status {
    display: none;
}


.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

@font-face {
    font-family: 'interstatebold';
    font-weight: normal;
    font-style: normal;

}

/*   C O N T E N T   ================================================================================================================================================================ */
.FooterBar_Phone {
	color: #fff;
	font-weight: bold;
    font-family: 'interstatebold';
	font-size: 14px;
}
