/* CSS Document */
* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background-color:#2745AB;
  background-repeat: no-repeat;
  background-position: top;
}
#wrapper {
  width: 972px;
  height: auto;
  margin: 0px auto;
  background-color:#FFFFFF;
}
h1 {
  font-family: "Times New Roman", Times, Bakersville, "serif";
  font-size: 33px;
  line-height: 38px;
  font-weight: bolder;
}

h2 {
  font-family: "Times New Roman", Times, Bakersville, "serif";
  font-size: 25px;
  line-height: 33px;
  font-weight: bolder;
}
a {
  text-decoration: none;
}
p {
  font-size: 16px;
  line-height: 20px;
}
#banner {
  width: 972px;
  height: 290px;
}
#button1 {
  width: 118px;
  height: 49px;
  font-size: 25px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  transition-duration: 0.4s;
  background:;
}
#button1:hover {
  background-color:#5A76C9;
	cursor: pointer;
}
#navigation {
  width: 672px;
  height: 51px;
  margin-left: 300px;
  background:;
}
#motto {
  width: 590px;
  height: 103px;
  background: ;
}
  
#title {
    width: 379px;
    height: 103px;
	float: right;
	margin-right: 3px;
  }

#blue_bar{
	width: 972px;
	height: 25px;
	background:;
}

  
/*Home Page*/
  
#home_box1{
	width: 485px;
	height: 450px;
	float: left;
	margin-bottom: 45px;
	margin-left: 55px;
	margin-top: 10px;
	background-color:;
}
  
#home_box2{
	width: 288px;
	height: 266px;
	float: right;
	margin-right: 60px;
	margin-bottom: 60px;
	margin-top: 10px;
	background-color:;
}

#home_box3{
	width: 288px;
	height: 170px;
	float: right;
    margin-right: 60px;
	margin-bottom: 40px;
	background-color: ;
}
  
/*end of Home Page*/


  
/*About Page*/
  
  #about_box1{
	width: 882px;
	height: 366px;
	float: left;
	margin-bottom: 15px;
	margin-left: 45px;
	margin-top: 10px;
	background-color: ;
}
  
#about_box2{
	width: 434px;
	height: 358px;
	float: left;
	padding: 20px;
	margin-top: 45px;
	margin-left: 45px;
	margin-bottom: 30px;
	background-color:#E4E8F3;
}

#about_box3{
	width: 288px;
	height: 191px;
	float: right;
	margin-right: 40px;
	margin-bottom: 30px;
	background-color: ;
}

#about_box4{
	width: 288px;
	height: 191px;
	float: right;
	margin-right: 40px;
	margin-bottom: 90px;
	background-color:;
}

#about_box5{
	width: 378px;
	height: 76px;
	padding: 5px;
	float: left;
    margin-left: 55px;	
	margin-bottom: 30px;
	background-color:;
}

/*end of About Page*/



/*Service Page*/
  
#service_box1{
	width: 498px;
	height: 530px;
	float: left;
	margin-bottom: 45px;
	margin-left: 55px;
	margin-top: 10px;
	background-color:;
}
  
#service_box2{
	width: 313px;
	height: 144px;
	float: right;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-top: 150px;
	background-color;;
}

#service_box3{
	width: 313px;
	height: 141px;
	float: right;
	margin-right: 60px;
	margin-bottom: 10px;
	background-color:;
}

/*end of ServicePage*/



  #footer {
    width: 938px;
    height: 49px;
    clear: both;
    text-align: center;
    font-size: 10px;
  }