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

.pink {
	background-color: #ff0084;
	border-bottom: 1px solid #cc006a;
}


/* Main Content */

.main_content .main_left {
	width: 432px;
}

.main_content .main_right {
	text-align: left;
	width: 434px;
	height: 670px;
}

table {
	border-collapse: separate;
}

table.contact_form label {
	color: #666;
	font-size: 18px;
	font-weight: 700;
	padding-left: 2px;
}

.padding_30_exclude_top {
	padding: 0px 30px 30px 30px;
}

.contact_field {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-style: solid;
	border-width: 1px;
	border-color:  #989898 #CCCCCC #CCCCCC;
	margin-top: 10px;
	padding: 10px;
	width: 410px;
	color: #666;
	font-size: 16px;
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	letter-spacing: 1px;
	line-height: 30px;
	text-indent: 10px;
}

input.contact_field {
	height: 30px;	
}

textarea.contact_field {
	height: 200px;
	text-indent: 0;
	padding-left: 20px;
	width: 400px;
	overflow: auto;
}

.submit_row td {
	padding-right: 2px;
	text-align: right;	
}

.submit_contact {
	cursor: pointer;
	border: none;
	font-family: inherit;
	width: 175px;
	line-height: inherit;
}

p.contact_right_headings {
	color: #404836 !important;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 15px;
	text-shadow: 1px 1px 0 #FFFFFF;		
}

table.contact_information {
	padding: 15px 0 30px 0;	
}

.contact_information td {
	padding: 5px 15px 5px 15px;
	font-size: 16px;
	line-height: 18px;
	color: #666;
}

td.contact_info {
	font-weight: bold;	
}

td.contact_info a {
	border-bottom: 1px dashed #666;
}

td.contact_info a:hover {
	border-bottom: none;
}

p.digital_office_text {
	float: left;
	width: 270px;	
}

.digital_office img {
	float: right;	
}

span.quote_right_heading {
	color: #404836;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 15px;
	text-shadow: 1px 1px 0 #FFFFFF;		
}

table.quote_services {
	padding-bottom: 30px;	
}

.quote_services p {
	color: #666;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 0 5px 0;
}

.quote_services span {
	display: block;
	padding: 2px;
}

.quote_services label {
	color: #666;
	font-size: 14px;
	line-height: 23px;
	padding-left: 3px;
}

input.quote_checkbox {
	padding: 5px;
}

div.form_submission {
	border: none !important;	
}

.spacer_row {
	height: 25px;	
}

.main_content p {
	color: #666;
	margin: 0;
}

ul.sitemap li a:hover {
	color: #fff;
	cursor: pointer;
}

ul.sitemap {
	width: 400px;
}

ul.sitemap li {
	list-style: none;
	padding: 5px 5px 5px 20px;
	font-size: 14px;
}

ul.sitemap li.terms_privacy {
	list-style: none;
	padding: 5px;
	font-size: 14px;
}

li.sitemap_heading {
	padding: 5px !important;
	width: 110px;
}

ul.sitemap_first {
	border-bottom: 1px solid #B0B0B0;
	padding-top: 0 !important;	
}

ul.sitemap_middle {
	border-bottom: 1px solid #B0B0B0;
	border-top: 1px solid #f3f2f2;
}

ul.sitemap_last {
	border-top: 1px solid #f3f2f2;
}

.terms_paragraph {
	padding-top: 15px;
}

.terms_subtitle {
	padding-top: 30px;
	font-size: 16px !important;
	font-weight: 700;
}

.terms_paragraph a {
	color: #14B7CC;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

.terms_paragraph a:hover {
	text-decoration: underline;
}

.terms_list {
	list-style-type: decimal;
	padding-left: 30px;
	color: #666;
	font-size: 14px;
}

.terms_list li {
	padding: 15px 0 0 30px;
}

.ie_six p {
	padding-bottom: 30px;
}

.ie_six table {
	margin-left: 30px;
}

.ie_six a {
	color: #14b7cc;
	font-weight: bold;
}

.ie_six a:hover {
	text-decoration: underline;
}

.browser_name {
	vertical-align: middle;
	padding-left: 15px;
}

.footer, .ie_six {
	min-height: 100px !important;
	height: 100px !important;
}

.spacer_column {
	width: 150px;
}

.contact_field_value {
	display: none;
}