/* Reset */

html,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{
margin:0;
padding:0;
background:#ebebeb url("bg.gif") center top repeat-x;
font-family:Helvetica, Arial;
}

.mr20{
margin-right: 20px;
}

#content{
background: url("mid_bg.jpg") center top no-repeat;
padding-top: 125px;
text-align: center;
width:100%;
}

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: #fff;
font-size: 36px;
margin-bottom: 15px;
}

h3{
font-family: Georgia, helvetica, arial;
font-size: 22px;
color: #fff;
font-style: italic;
margin-bottom: 30px;
margin-top:15px;
text-shadow: 0 1px #666666;
}

h2{
font-size: 22px;
color: #315a9c;
margin-bottom: 8px;
}

.main{
width: 884px;
padding-bottom: 30px;
margin: 0 auto;
background: url("shadow.png") left bottom no-repeat;
}

.mcontent{
min-height: 153px;
background: #ebebeb;
background: -moz-linear-gradient(top, #ebebeb 0%, #d6d6d6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#d6d6d6)); 
background: -webkit-linear-gradient(top, #ebebeb 0%,#d6d6d6 100%); 
background: -o-linear-gradient(top, #ebebeb 0%,#d6d6d6 100%); 
background: -ms-linear-gradient(top, #ebebeb 0%,#d6d6d6 100%);
background: linear-gradient(to bottom, #ebebeb 0%,#d6d6d6 100%);
width: 565px;
border-left: 1px solid #f7f7f7;
margin: 0 auto;
border-right: 1px solid #f7f7f7;
padding: 25px;
}

.box1{
border: 1px solid #fff;
background: #efefef;
-moz-box-shadow: 1px 2px 3px #C6C5C5;
-webkit-box-shadow: 1px 2px 3px #C6C5C5;
float: left;
text-align: left;
max-height: 130px;
padding: 12px;
width: 260px;
margin-right:30px;
box-shadow: 3px 3px 0 #CDCDCD;
}

.box1 div{
	display:inline-block;
}


.contact1 > p {
    border-right: 1px dotted #CDCDCD;
    padding-right: 11px;
}

.contact2 > p {

    padding-left: 10px;
}

.box2{
border: 1px solid #fff;
background: #efefef;
-moz-box-shadow: 1px 2px 3px #C6C5C5;
-webkit-box-shadow: 1px 2px 3px #C6C5C5;
float: left;
text-align: left;
max-height:130px;
padding: 12px;
width: 220px;
box-shadow: 3px 3px 0 #CDCDCD;
}

.box2 a{
float: left;
margin-right: 10px;
}


.footer > p{
	color:#a8a8a8;
}