@charset "utf-8";
/* CSS Document */

@charset "utf-8";

/*PAGE RESET*/
*{
	margin:0;
	padding:0;
	border:none;
	cursor:default;
	text-decoration:none;
	list-style:none;	
}

/*CLASSES*/
.wrap {
	clear: both;
    margin: 0 auto;
    width: 1024px;
}

.office-location {
	margin: 0 auto;
    text-align: center;
    width: 300px;
}

/*HEADER STYLES*/
#header {
	background: #595858;
	height: 135px;
}

#logo {
	float: left;
    height: 100px;
    margin: 50px 0 0;
    width: 402px;
}

/*CONTENT & BODY STYLES*/
body {
	margin: 0;
	padding: 0;
	overflow: auto;
	
}

h1{font-size:1.4em;}
h2{font-size:1.3em;}

h1,h2{
	font-family:'Istok Web', sans-serif;
	color:#464646;
	margin:15px 0 5px;
}

p, li{
	font-family: 'Tinos', serif;
	font-size:1.05em;
	font-weight:400;
	color:#353535;
	margin:10px 0 10px;			
}

a:link, a:visited {
}

a:hover {
	color: #858585;
	cursor:pointer;
}

#right-top {
	color: #fff;
	width: 505px;
	height: 150px;
	margin: 0 10px 0 0;
	float: right;
}

#right-top h1{
	color:#fff;
	padding: 15px 25px 0;
    text-align: center;
}

#right-top p{
	color:#fff;
	text-align:center;	
}

#right-bottom h2{
	color:#f9f9f9;	
}

#form-header {margin-left:15px;}

#right-bottom {
	background: #797878;
	float: right;
    margin: 20px 0 0;
    width: 500px;
}

#click-to-chat-eng {
	float: left;
    height: 40px;
     margin: 10px 0 20px 75px;
    width: 156px;
	cursor:pointer;
}

#click-to-call-eng {
	float: right;
    height: 40px;
    margin: 10px 75px 20px 0;
    width: 156px;
	cursor:pointer;
}


/*FORM STYLES*/
#form {
	margin: 10px 0;
}

form li.buttons input{height:40px; width:100px; margin-left:135px; cursor:pointer;}
form li.buttons input:hover{background-color:#fff;}

#Field3, #Field4, #Field10, #Field11{width:150px;}

.wufoo li{margin-left:35px;}

.wufoo .section h3{margin-left:15px;}

li #fo5li8{ display:none;}

.wufoo .info h2{margin:0 auto;}
#title8, #title9{font-size:20px;}
#title3, #title5, #title10, #title6,
#title13, #title12{font-size:16px;}

.wufoo .instruct, #title17{font-size:18.5px;}
#instruct17{margin-left:15px; font-size:16px;}

/*OTHER*/
#info, #resources {
	width: 500px;
}

#info{
	float:left;	
}

#resources{
	float:right;
	margin: 35px 0;	
}

#map{
	height:400px;
	width:425px;
	float: left;
	margin-bottom:15px;
}

#map h2{
	margin:0 0 5px 0;	
}

#footer {
	height:120px;
	padding:1px;
	border-top: 2px dashed #CECECE;
	clear: both;
	color: #999;
}