/* Reset */

html {
height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}



body{
height: 100%;
margin:0;
padding:0;
background:#ccc;
background: rgba(240,240,240,1);
background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 51%, rgba(204,204,204,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(0%, rgba(254,254,254,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(204,204,204,1)));
background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 51%, rgba(204,204,204,1) 100%);
background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 51%, rgba(204,204,204,1) 100%);
background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 51%, rgba(204,204,204,1) 100%);
background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 51%, rgba(204,204,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cccccc', GradientType=0 );
font-family:"Helvetica Neue",Helvetica, Arial;
}

.mr20{
margin-right: 20px;
}

#content{
padding-top: 125px;
text-align: center;
}

p{
font-size: 13px;
color: #656565;
line-height: 22px;
margin-bottom: 10px;
}

a{
color: #2a6888;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

h1{
color: #444;
font-size: 40px;
margin-bottom: 30px; 
font-family: 'Vollkorn', serif;
}

h3{
font-family: 'Vollkorn', serif;
font-size: 20px;
color: #444;
font-style: italic;
margin-bottom: 35px;
}

h2{
font-size: 22px;
color: #3e8dbd;
margin-bottom: 8px;
}

.main{
width: 914px; /*884px;  */
padding-bottom: 30px;
margin: 0 auto;
background: url(../images/shadow.png) left bottom no-repeat;
}

.mcontent{
min-height: 160px;
background:#fff;
width: 812px; /*782px;  */
margin: 0 auto;
padding: 42px 0 42px 32px;
border-radius: 15px;
}

.box{
float: left;
text-align: left;
  height: 136px;  
  width: 300px; /*220px; */ 
  padding-left: 20px;
  padding-top: 14px;
  
}

.box2{
border: 1px solid #fff;
background: #ededed;
-moz-box-shadow: 1px 2px 3px #C6C5C5;
-webkit-box-shadow: 1px 2px 3px #C6C5C5;
float: left;
text-align: left;
min-height:110px;
padding: 20px;
width: 172px;
}

.box2 a{
float: left;
margin-right: 10px;
}

a.get{
background: #389ace;
color: #fff;
padding: 3px 7px;
font-size: 16px;
border-radius: 5px;
}

a:hover.get{
background: #41728c;
border: 1px solid #3e7a9a;
text-decoration: none;
}

#footer {
    margin-top: 15px;
}