/*
-------------------------------------------------------------------------------
Specific style information for pages in the contact directory
-------------------------------------------------------------------------------
*/

#main_content img {
	border: 1px solid #545454;
	float: left;
	margin-right: 30px;
}

#main_content address {
	font-size: 12px;
	font-style: normal;
}

#main_content table {
	border-collapse: collapse;
	font-size: 12px;
	margin: 10px 0 20px 0;
	padding: 0;
}

#main_content table.two {
	margin-bottom: 80px;
}

#main_content th {
	font-weight: normal;
	padding-right: 3px;
	text-align: left;
}

#main_content form.select {
	clear: left;
	margin: 0;
	padding-top: 10px;
}

#main_content form p {
	border-top: 1px solid #545454;
	padding-top: 6px;
	text-align: right;
}

/*
-------------------------------------------------------------------------------
Style information for field and inside sales pages
-------------------------------------------------------------------------------
*/

#office_addresses { /* this DIV is only necessary because of IE */
	float: left;
	width: 100%;
}

#left, #right {
	border: 1px solid #545454;
	padding: 6px;
	width: 47%;
}

#left {
	float: left;
}

#right {
	float: right;
}

#left h3, #right h3 {
	background-color: #c8ccd0;
	border-bottom: 1px solid #545454;
	color: #545454;
	line-height: 30px;
	margin: -6px -6px 6px -6px;
	text-align: center;
}

#left h4 {
	color: #545454;
	font-size: 14px;
	font-style: italic;
	margin-top: 8px;
}

#left img, #right img {
	float: left;
	margin-right: 6px;
}

/*
-------------------------------------------------------------------------------
Style information for email form
-------------------------------------------------------------------------------
*/

#email_form, #email_form table, #email_form input, #email_form select.wide, #email_form textarea {
	width: 100%;
}

#email_form th {
	font-weight: bold;
	padding: 3px 6px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

#email_form td {
	padding: 3px 6px;
}

#email_form td.half {
	width: 50%;
}

/*
-------------------------------------------------------------------------------
Style information for send.php
-------------------------------------------------------------------------------
*/

#message {
	background-color: transparent;
	font-size: 12px;
	font-family: Courier, monospace;
	height: 250px;
	margin-bottom: 20px;
	width: 100%;
}

/*
-------------------------------------------------------------------------------
*/