/* CSS Document */

body {
	margin: 0px;
}
  

.topnavDiv {
	width: 1200px;
	height: 130px;
	margin:auto;	
}

.logodiv {
   width: 350px;
   height: 130px;
   float: left;
   border: 0px red solid;
}

.menudiv {
   width: 840px;
   height: 130px;
   float: left;
   border: 0px red solid;
   text-align:right;
}

.clear { 
	clear:both;
	float:none; 
}

.thinblueDiv {
	width: 100%;
	height: 20px;
	background-color: #666562;
}


.contentDiv {
	width: 1200px;
	min-height: 400px;
	margin:auto;	
	border: 0px red solid;
	padding-top: 60px;
}
.FPtextDiv {
	width: 550px;
	float: left;	
	border: 0px red solid;
	padding-right: 150px;
}
.loginDiv {
	width: 500px;
	min-height: 300px;
	float: left;	
	background-color: #aea994;
	border-radius: 15px;
	border: 0px red solid;
        text-align: center;
}



.footerDiv {
	width: 100%;
	height: 600px;
	background-image: url("images/footerBack.jpg");
}
.footercontentDiv {
	width: 1200px;
	height: 250px;
	margin:auto;	
	border: 0px red solid;
        text-align: right;
	padding-top: 350px;
}


.Requestbutton {
    background: #000144;
    color: #fff;
    font-family: Sans-serif;
    font-size: 17px;
    height: 50px;
    line-height: 18px;
    margin: 5px 5px;
     text-align: center;
    border: 2px solid #ffffff;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}
.Requestbutton2 {
    background: #aea994;
    color: #fff;
    font-family: Sans-serif;
    font-size: 17px;
    height: 50px;
    line-height: 18px;
    margin: 5px 5px;
     text-align: center;
    border: 2px solid #ffffff;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}


input.FBfield {
  font-family:"arial";
  font-size:16px;
  background-color:#e8e8e8;
  border-radius: 7px;  
  border-color: #364981;
  border-width:0px;
  border-style: solid;   /*  [ none | dotted | dashed | solid | double | groove | ridge | inset | outset  */
  color: #605e5e;
  height:40px;
  padding:2px
}

textarea.FBtextarea {
  border-radius: 7px;    
  background-color:#e8e8e8;
  border: #364981 0px dashed;
  color: #605e5e;
  font-family: arial;
  font-size: 14px;
  font-weight: normal
}

