﻿.contact_tab
{
	float: left;
	height: 69px;
	width: 120px;
	margin: 1px 1px 0px 1px;
	cursor: pointer;
}

.contact_content
{
	padding: 10px;
	border-width: 3px;
	border-color: #0B4A75;
	border-style: solid;
	width: 582px;
	height: 201px;
	font-size: 12px;
	font-weight: bold;
	color: #0B4A75;
	display: none;
}
#tab_container
{
	border-bottom-style: solid;
	border-bottom-color: #0B4A75;
	border-bottom-width: 3px;
	height: 70px;
	width: 608px;
}

#content_container
{
	margin-top: 3px;
	width: 608px;
}

#contactus_phone
{
	background-image: url(../images/content/contactus/button_contactus_phone_off.png);
	margin-left: 0px;
}
#phone_content
{
	padding-right: 10px;
}

#contactus_address
{
	background-image: url(../images/content/contactus/button_contactus_address_off.png);
}
#address_content
{
	padding-right: 10px;
}

#contactus_fax
{
	background-image: url(../images/content/contactus/button_contactus_fax_off.png);
}
#fax_content
{
	padding-right: 10px;
}

#contactus_chat
{
	background-image: url(../images/content/contactus/button_contactus_chat_off.png);
}
#chat_content
{
	padding-right: 10px;
}

#contactus_email
{
	background-image: url(../images/content/contactus/button_contactus_email_off.png);
	margin-right: 0px;
}
#email_content
{
	height: auto;
	padding-right: 20px;
	padding-left: 20px;
	width: 562px;
}

.email_content_info
{
	line-height: 25px;
	text-align: right;
	width: 264px;
	/*height: 160px;*/
}

#email_content_entry
{
	width: 562px;
	height: 150px;
}

.email_intro
{
	text-align: left;
	color: #000000;
	font-weight: normal;
	line-height:normal;
	margin-bottom: 0px;
	width: 264px;
	font-size: 11px;
}
.with_padding
{
	padding-top: 10px;
}

.float_right
{
	float: right;
}

.email_info_textbox
{
	width: 190px;
}

.email_category
{
	width: 260px;
}

.email_content
{
	width: 557px;
	height: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.email_entry
{
	width: 100%;
	text-align: left;
}
