/*********************************
  Global Contact form
*********************************/
form {
	background-color: #E8EFF9;
    padding: 30px 25px;
}
form label {
    color: #3284CD;
    display: block;
    padding-bottom: 10px;
}
form br {
	height:0px;
	float:left;
}
form input[type="text"], textarea {
    border: 1px solid #C2CBD2;
    height: 21px;
    width: 158px;
}
form input[type="submit"] {
	background:url(../images/leftmenuchild.png) no-repeat right center;
	border: none;
	border-radius: 0;
	color: black;
	text-align: left;
	text-transform: uppercase;
	width: 70px !important;
	padding: 0 20px 0 0;
}
form.webform-client-form input[type="submit"] {
  width:auto !important;
}
form input[type=submit]:hover{
	background-image: url("../images/icons/media-kit-more-link1-green_15x15.png");
	background-position: right center;
    background-repeat: no-repeat;
}
form select {
	border: 1px solid #DADCDE;
	color: #959595;
	font-size: 12px;
	width: 158px !important;
}

/*********************************
  Contact Us page
*********************************/
.page-node-87 .region-content {
}
.page-node-87 .region-content .block {
	padding:0 44px;
	margin-bottom:20px;
}
.page-node-87 .region-content ul li {
	color: #959595;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	list-style-image: none !important;
	list-style-type: none;
	padding: 10px;
	width: 180px;
}
.page-node-87 .region-content p {
	border-bottom: 1px solid #E8EFF9;
	color: #959595;
	font-family: Tahoma;
	font-size: 12px;
	padding: 10px;
	margin-bottom:0;
}
.page-node-87 .region-content h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	text-transform: uppercase;
	border-bottom: 3px solid #448BCA;
	display: block;
	height: 28px;
}
.page-node-87 .region-content form {
	background-color: #E8EFF9;
	float: left;
	padding: 30px;
}
.page-node-87 .region-content form div {
	float:left;
}
.page-node-87 .region-content form br {
	float:left;
	display:none;
	height:0px;
}
.page-node-87 .region-content form label {
	color: #3283CE;
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	padding-bottom: 10px;
	font-weight:normal;
}
.page-node-87 .region-content form input[type="text"] {
	border: 1px solid #DADCDE;
	height: 20px;
	width: 158px !important;
	float:left;
}
.page-node-87 .region-content form input[type="submit"] {
	background-color: transparent;
	border: none 0px;
	color: black;
	text-transform: uppercase;
	background-image: url("../images/leftmenuchild.png");
	background-position: right center;
	background-repeat: no-repeat;
	width: 70px !important;
	border-radius: 0px;
	text-align: left;
	float:right;
	padding: 0;
}
.page-node-87 .region-content form select {
	border: 1px solid #DADCDE;
	color: #959595;
	font-size: 12px;
	width: 158px !important;
}
.page-node-87 .region-content form textarea {
	width:325px !important;
	border: 1px solid #DADCDE;
}
#block-block-77 h2 {
	background:url(../images/contact-corporate.jpg) no-repeat left center;
}
#block-block-78 h2 {
	background:url(../images/contact-corporate.jpg) no-repeat left center;
}
#block-block-79 h2 {
	background:url(../images/contact-corporate.jpg) no-repeat left center;

}
#block-block-80 h2 {
	background:url(../images/contact-corporate.jpg) no-repeat left center;

}
.LV_validation_message {
	display:block;
	width:150px;
}

/********************************
  Sidebar Request Info
********************************/
#request-info-popup {
	position: absolute;
	border: solid 1px #b3cfe8;
	border-radius: 10px;
	width: 198px;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0px 0px 3px #CCC;
	margin-top: 20px;
}
#request-info-popup .arrow {
	display: block;
	position: absolute;
	z-index: 101;
	background-image: url("/sites/all/themes/trust/images/icons/arrow-request-info-block.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 16px;
	height: 9px;
	margin-top: -9px;
	margin-left: 25px;
}
#request-info-popup h3.title {
	padding: 0;
	margin: 0;
	background-color: #f9f9f9;
	text-align: center;
	font-family: Tahoma;
	font-size: 13px;
	color: #3386d3;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: solid 1px #e3e3e3;
}
#request-info-popup .content {
	padding: 20px;
	color: #a7a7a7;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	width: 158px;
}
#request-info-popup p.desc {
	padding: 0;
	margin: 0;
	padding-bottom: 25px;
}
#request-info-popup .close {
	float: right;
	cursor: pointer;
}
#request-info-popup .close:hover {
	color: #3386D3;
}
#request-info-popup form {
	background:none;
	padding:0;
}
	
#request-info-popup label {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #3386d3;
	display: block;
	padding-bottom: 5px;
}
#request-info-popup form label.newsletter {
	color: #a7a7a7;
	margin-bottom:10px;
}
#request-info-popup form input[type=text], #request-info-popup form select {
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: 10px;
	border: solid 1px #dfdfdf;
	width: 156px;
	height: 20px;
	line-height: 20px;
	color: #666;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
#request-info-popup form textarea {
	border: 1px solid #DFDFDF;
	color: #666666;
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	height: 100px;
	line-height: 20px;
	margin-bottom: 10px;
	width: 156px;
}
#request-info-popup form input[type=checkbox] {
	float:left;
	margin-right:10px;
}
#request-info-popup form input[type=submit] {
	background-color: transparent;
	border: none 0px !important;
	background-image: url("/sites/all/themes/trust/images/icons/media-kit-more-link1_15x15.png");
	background-position: right center;
	background-repeat: no-repeat;
	color: #000000;
	padding-right: 20px;
	text-transform: uppercase;
	float: left;
	/* font-family: 'Neustadt-Regular'; */ 
	font-size: 14px;
	margin-top: -4px;
	padding-left: 0px;
}
#request-info-popup form input[type=submit]:hover{
	background-image: url("/sites/all/themes/trust/images/icons/media-kit-more-link1-green_15x15.png");
}
/*****************************************
 Comments
*****************************************/
#comments {
	padding:0 20px;
}
#comments .title {
	color:#468bc6;
	font-size:20px;
	margin-top:40px;
}
#comments .user-avatar {
	border:1px solid #898989;
	float:left;
	margin: 0 17px 20px 0;
}
#comments form {
	padding:0;
	background:none;
}
#comments label, #comments label .form-required {
	font-weight:normal;
	color:#468bc6;
	margin-bottom:5px;
	padding-bottom:0px;
}
#comments input[type="submit"] {
    font-family: 'Neustadt-Regular',Tahoma,Geneva,sans-serif;
    font-size: 13px;
    height: 20px;
	width:50px !important;
}
#comments input[type="text"], #comments textarea {
	border:1px solid #d7d7d7;
}
.field-name-comment-body p {
	margin-bottom: 7px;
}
.filter-help, .filter-guidelines, .filter-wrapper {
	display:none;
}
.comment-submitted, .comment-links {
	float:left;
	font-size:11px;
	color:#8c8c8c;
}
.comment-links ul li a {
	background:none;
	border:none;
	color:#468bc6;
	padding:2px 0 0 5px;
	padding: 0;
	padding-left: 6px;
}
.comment {
	border-bottom:1px solid #ccc;
	margin-bottom: 15px;
}
#block-block-59 .content h2 {
	width: 740px;
	font-size: 40px;
	color: #252525;
	padding-top: 25px;
	padding-bottom: 20px;
}
