@charset "utf-8";
/* CSS Document */

.clear {
	clear:both;
}

.image-float-right {
	float:right;
	margin:0 0 10px 20px;
	padding:3px;
	border:1px solid #005685;
}

.header {
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
	background-color:#003e5f;
	margin:auto;
	border-bottom:#cfccc1 5px solid;
}

.header-inner {
	width:960px;
	margin:auto;
}

.logo {
	float:left;
	margin:40px 0 0 0;
}

.tel-box {
	height:60px;
	background-image:url(../images/tel-box.png);
	background-repeat:no-repeat;
	color:#005685;
	font-size:24px;
	font-weight:bold;
	float:left;	
	margin-left: 180px;
    padding: 10px 0 0;
    text-align: center;
    width: 418px

}


.tel-box span {
	color:#0081c4;
	font-size: 32px;
}

.nav {
	width:960px;
	margin:0 auto -5px;
}

.nav ul {
	float:right;
	margin:0px;
	padding:0px;
}

.nav li {
	margin:0px;
	padding:0px;
	display:inline;
}

.nav ul a {
	line-height:33px;
	color:#FFF;
	font-weight:bold;
	font-style:italic;
	font-size:18px;
}

.tab-home {
	height:33px;
	width:85px;
	background-image:url(../images/nav-home.png);
	margin:0 4px;
	float:left;
	text-align:center;
}

.tab-about {
	height:33px;
	width:87px;
	background-image:url(../images/nav-about.png);
	margin:0 4px;
	float:left;
	text-align:center;
}

.tab-services {
	height:33px;
	width:107px;
	background-image:url(../images/nav-services.png);
	margin:0 4px;
	float:left;
	text-align:center;
}

.tab-survey {
	height:33px;
	width:140px;
	background-image:url(../images/nav-survey.png);
	margin:0 4px;
	float:left;
	text-align:center;
}

.tab-contact {
	height:33px;
	width:103px;
	background-image:url(../images/nav-contact.png);
	margin:0 4px;
	float:left;
	text-align:center;
}

a:hover .tab-home, a:hover .tab-about, a:hover .tab-services, a:hover .tab-survey, a:hover .tab-contact, .tab-active {
	background-position:0 -33px;
	color:#252930;
}

.content {
	width:960px;
	margin:40px auto;
}

.top-image {
	background-image:url(../images/top-image.jpg);
	background-repeat:no-repeat;
	width:920px;
	height:153px;
	padding:28px 0 0 40px;
}

.top-image-left-col {
	float:left;
	margin-right:60px;
}

.top-image-right-col {
	float:left;
}

.top-title {
	font-size:40px;
	font-weight:bold;
	color:#cfccc1;
	margin-bottom:20px;
}

.top-sub-title {
	font-size:26px;
	font-weight:bold;
	color:#fff;
	line-height:32px;
}

.top-list {
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
}

.left-col {
	width:600px;
	margin-right:30px;
	float:left;
}

.right-col {
	width:300px;
	margin-left:30px;
	float:right;
}

h1 {
	color:#005685;
	font-size:26px;
	font-weight:bold;
	margin:30px 0 5px 0;
}

.h1 {
	color:#005685;
	font-size:24px;
	font-weight:bold;
	margin:30px 0 5px 0;
}




.emp {
	color:#ff0000;
	font-size:24px;
	font-weight:bold;
	margin:30px 0 15px 0;
	text-decoration: underline;

}


.right-col h1 {
	font-size:24px;
}

h1 span {
	color:#0081c4;
}

h2 {
	color:#0081c4;
	font-size:18px;
	font-weight:bold;
	margin:0 0 14px 0;
}

.telBig {
	color:#000;
	margin: 20px 0;
	font-size: 38px;	
	
}

h2 span {
	color:#005685;
}

h3 {
	color:#005685;
	font-size:16px;
	font-weight:bold;
	margin:30px 0 5px 0;
}

h3 span {
	color:#0081c4;
}

.left-col ul {
	margin:20px; 
	padding-left:0px; 
	list-style:none;
}

.left-col li {
	list-style:none; 
	padding-left:25px; 
	background-image: url(../images/arrow.png); 
	background-repeat:no-repeat; 
	background-position:0;
	font-size:14px;
	line-height:24px;
}

.formbox {
	border:#dedcd4 solid 4px;
	background-color:#edece6;
	padding:10px;
	margin-top:10px;
}

.label {
	font-size:12px;
	color:#005685;
	width:90px;
	line-height:21px;
	display:block;
	float:left;
}

textarea {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
    width: 180px;
}

form {
	margin-top:20px;
}

form div {
	margin-bottom:5px;	
}

form #submit {
	margin-left:90px;
}

form #submit span {
	font-size:12px;
	color:#005685;
}

input[type="text"] {
    width: 170px;
}
textarea {
    width: 170px;
}

a {
	color:#0081c4;
	border-bottom:1px dotted #0081c4;
	text-decoration:none;
}

a:hover {
	color:#005685;
}
