/* CSS Document */
body
{
	background-color:#CCC;
	margin:0 auto;

}

#wrapper
{
	width:1260px;
	background-color:#FFF;
	align:centre;
	margin:auto;
	height:auto;


}
#header
{
	width:1260px;
	height:94px;
	background-color:#FFF;
}
#boxleft
{
    width:275px;
    height:94px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	margin-left:590px;
	margin-top:-94px;
    }
    #boxleft2
{
    width:275px;
    height:94px;
	font-family:Arial;
	font-size:14px;
	text-align:center;
	vertical-align:middle;
	margin-left:80px;
	margin-top:-94px;
    }
	
 
#mainlogo
{
	width:497px;
	height:94px;
	margin-left:384px;
	background-image:url(../Images/Home-page_02.jpg);
	margin-top:-94px;
}
#mainlogo2
{
	width:497px;
	height:94px;
	margin-left:384px;
	margin-top:-94px;
	background-image:url(../Images/Home-page_02.jpg);
}
#sublogo
{
	width:60px;
	height:94px;
	margin-left:30px;
	background-image:url(../Images/Home-page_04.jpg);
}

#banner
{
	width:946px;
	height:338px;
	margin-left:153px;
	margin-top:38px;
}

#footer
{
	width:1260px;
	height:50px;
	background-color:#50769e;
}
#btm
{
	width: 1260px;
	height: 37px;
	background-color:#8EBBEB;
	float: right;
	font-size: 11px;
}
.h2
{
	font-style: normal;
	color: #3e3e3e;
	font-weight: bold;
	font-family: Arial;
	text-align:center;
}

.cotts
{
	font-style: normal;
	color: #3e3e3e;
	font-family:Calibri;
	font-size: 1.1em;
}
.paragraph
{
	
	font:Arial;
	font-size:14px;
	color:#3e3e3e;
	line-height:25px;
	text-align:justify;
}
.Footer {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	border-spacing: 153px;
	text-align: center;
	
}

#menu
{
	width:1180px;
	height:39px;
	background-color:#8EBBEB;
	padding-left:50px;
	padding-right:30px;
	
}
#menu ul {
	margin: 0px;
	padding: 0px;
	z-index:5;
	
}
#menu ul li {

	float: left;
	position: relative;
	list-style-type: none;
	
}
#menu ul li a {
	font-family: Arial;
	font-size: 12px;
	line-height: 39px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 39px;
	width: 140px;
	
}
#menu ul li ul {
	position: absolute;
	visibility: hidden;
	top:39px;
	background-color:#50769e;

	
}
#menu ul li ul li a:hover {
	background-color: #8EBBEB;
}
#menu ul li a:hover {
	color: #ffffff;
}



#menu ul li:hover ul {
	visibility: visible;
}
#menu ul li:hover {
	background-color: #50769e;
}
.active{
         background-color:#50769e;
         color:white;

    } 

.Phone {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height:50px;
}

.subhead
{
	font-size: 14px;
	color: #3e3e3e;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
}
#content
{
	width: 946px;
	height: auto;
	margin-left: 153px;
	background-color: #FFF;
	color: #3e3e3e;
	font-family: Arial;
}
#contentd
{
	width: 1260px;
	height: 300px;
	background-color: #FFF;
	color: #3e3e3e;
	font-family: Arial;
}
  
.form-1 input[type=text],
.form-1 input[type=password] {
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    display: block;
    padding: 5px;
    float:left;
    margin-left:0px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-1 input[type=text]:hover,
.form-1 input[type=password]:hover {
    border-color: #CCC;
}

.form-1 label:hover ~ input {
    border-color: #CCC;
}

.form-1 input[type=text]:focus,
.form-1 input[type=password]:focus {
    border-color: #BBB;
    outline: none; /* Remove Chrome's outline */
}

.form-1 input[type=submit],
.form-1 .log-twitter {
    /* Size and position */
  
    height: 25px;
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 5px;
    cursor: pointer;

    /* Font styles */
    font-family: Arial;
    font-size: 14px;
    line-height: 15px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

.form-1 input[type=submit] {

    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: #fbd568;
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
    margin-right: 1px;
}

.form-1 .log-twitter 
{
   align:centre;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: linear-gradient(#34a5cf, #2a8ac4);
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-1 input[type=submit]:hover,
.form-1 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-1 input[type=submit]:active,
.form-1 .log-twitter:active{
    top: 1px;
}

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-1 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-1 .log-twitter:hover {
    background: #2a8ac4;
}

.butn 
{
    height:25px;
    width:80px;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
   color:#996319;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  margin-top:-15px;
  margin-bottom:5px;
   line-height: 15px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

.butn:hover {
  background: #ffb347;
  background: -webkit-linear-gradient(top, #fdc43c, #dba634);
  background: -moz-linear-gradient(top, #fdc43c, #dba634);
  background: -ms-linear-gradient(top, #fdc43c, #dba634);
  background: -o-linear-gradient(top, #fdc43c, #dba634);
  background: linear-gradient(to bottom, #fdc43c, #dba634);
  text-decoration: none;
  border: 1px solid #f4ab4c;
}

.butn2
{
    height:25px;
    width:75px;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
   color:#996319;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
   line-height: 15px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

.butn2:hover {
  background: #ffb347;
  background: -webkit-linear-gradient(top, #fdc43c, #dba634);
  background: -moz-linear-gradient(top, #fdc43c, #dba634);
  background: -ms-linear-gradient(top, #fdc43c, #dba634);
  background: -o-linear-gradient(top, #fdc43c, #dba634);
  background: linear-gradient(to bottom, #fdc43c, #dba634);
  text-decoration: none;
  border: 1px solid #f4ab4c;
}
#backbtn
{
    width:74px;
    height:28px;
	margin-left:860px;
	margin-top:-56px;
	margin-bottom:20px;
	text-decoration:none;
	}
.butn3
{
    height:25px;
    width:75px;
    background: #7268fb; /* Fallback */
    background: -moz-linear-gradient(#6868fb, #5447ff);
    background: -ms-linear-gradient(#6868fb, #5447ff);
    background: -o-linear-gradient(#6868fb, #5447ff);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#6868fb), to(#5447ff));
    background: -webkit-linear-gradient(#6868fb, #5447ff);
    border: 1px solid #644cf4;
   color:#ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
   line-height: 15px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

.butn3:hover {
  background: #4747ff;
  background: -webkit-linear-gradient(top, #5c3cfd, #4034db);
  background: -moz-linear-gradient(top, #5c3cfd, #4034db);
  background: -ms-linear-gradient(top, #5c3cfd, #4034db);
  background: -o-linear-gradient(top, #5c3cfd, #4034db);
  background: linear-gradient(to bottom, #5c3cfd, #4034db);
  text-decoration: none;
  border: 1px solid #4c4cf4;
}
.important {
	color:Red;
	font-family: Arial;
}