body{ margin:0px; background:#CCCCCC; font-family:"Times New Roman", Times, serif; background:url(images/main-bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.container{width:960px; margin:0px auto;}
.nav{background: #003b7d;
    height: 39px;
    border-bottom: 10px solid #c8ddf5;
    text-align: center;}
.nav .link{color: #c8ddf5;
    font-size: 20px;
    margin: 0px 10px;
    text-decoration: none;
    display: inline-block;
    line-height: 39px;}
.logo{     padding: 10px 0px;
    background: #93abc3;}
.content{ padding:30px; background:#fff; font-size:18px; line-height:28px;    min-height: 480px;      width: 900px;   float: left;}
h1{ font-weight:600; text-align: center; font-size:34px; color:#0d1927; margin-bottom:10px;}
.column1{ width:48%; float:left; clear:right;}
.column2{ width:48%; float:right; clear:right;}
.fotter{padding:30px; background:url(images/fotter-bg.jpg) top left repeat-x; height:270px;    width: 900px;    float: left;}
.fotter .column1{ width:38%; float:left; clear:right; color:#FFFFFF; margin-right:30px;}
.fotter .column2{ width:25%; float:left; clear:right;color:#FFFFFF;}
.fotter .column2 a{ color:#fff; text-decoration:none; padding-bottom:5px; border-bottom:1px solid #333333; margin-bottom:5px; width:100%; display:block;}
.copyright{ text-align:center; width:100%; float:left; color:#fff; margin-top:8px;}
ul li { background: url(images/arrow.jpg) left center no-repeat;
    padding-left: 25px;
    list-style: none;}
	ul li a {color:#000; }
input[type=text],textarea {
	    width: 67.7%; font-style:italic;
    height: 34px;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid #ccc;
    color: #4f4f4f;
    font-size: 16px;
    border-radius: 5px;
    float: left;
}

textarea{
	resize:none;
	height:80px;
}

label{
	    color: #464646;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    font-weight: bold;
    width: 25%;
    float: left;
}

.submit{
	padding: 10px;
    text-align: center;
    font-size: 18px;
    background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
    border: 2px solid #e5a900;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0px 1px 0px #13506D;
	width: 100%;
	border-radius: 5px;
}

.submit:hover{
    background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}
.columnserv { text-align:center;
    width:32%;
    float: left;
    clear: right;
    color: #000;
    margin-right: 1%;
}
.columnserv img{width:100%; height:auto; border:1px solid #000;}