@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
}
p {
font-size:12px;
}
a {
color:#990000;
text-decoration:underline;
}
a:hover {
color:#000000;
text-decoration:none;
}
.head{
width:900px;
margin:0 auto;
}
.bar{
background:#f2f2f2;
border-bottom:#999999;
height:20px;
}
.wrapper{
width:900px;
margin:0 auto;
}
.topnav{
width:200px;
float:right;
text-align:right;
font-size:12px;
}
.logo{
margin-top:20px;
margin-bottom:10px;
}
.mbTop{
margin-top:20px;
}
.homeMission{
font-size:12px;
float:left;
width:300px;
margin-bottom:30px;
}
.homeImage{
width:500px;
float:right;
}
.aboutTitle{
font-size:14px;
font-weight:bold;
}
.cta{
clear:both;
height:340px;
}
.ctaBox{
float:left;
width:250px;
height:310px;
margin-left:20px;
padding:15px;
}
.ctaBox2{
float:left;
width:300px;
height:310px;
margin-left:20px;
padding:15px;
}
.ctaBox1{
float:left;
width:220px;
height:310px;
padding:15px;
}
.footer{
clear: both;
padding:10px 0;
font-size:11px;
text-align:center;
}
ul li{
font-size:12px;
line-height:20px;
}
.line{
border-bottom:1px solid #CCCCCC;
}


