
#div_Left {
}
#div_Left #div_ContactForm {
	background: #f9e34e;
	padding: 10px 5px;
	color: #333333;
	float: none;
}
#div_Left #div_ContactForm P {
	margin: 0;
}
#div_Left #div_ContactForm H2 {
	margin: 5px 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	font-family: arial;
	letter-spacing: -1px;
	color: #333333;
	text-transform: uppercase;
}
.div_TelNum {
	font-size: 24px;
	font-family: arial;
	margin: 0;
	line-height: 20px;
}
.div_FaxNum {
	font-size: 18px;
	font-family: arial;
	margin: 0;
	line-height: 14px;
}
.a_MapLink IMG {
	border: 0;
}

/***********************************/
/* FORM STYLING */

.tbl_InputForm
{
 width: 520px;
 padding: 0px;
 margin: 10px 0px;
 border-collapse: collapse;
}
.tbl_InputForm TR 
{
 height: 20px;
 vertical-align:top;
}
.tbl_InputForm .tr_Spacer, .tbl_InputForm .tr_Spacer TH, .tbl_InputForm .tr_Spacer TD
{
 height: 10px;
 background: none;
 border: 0;
}
.tbl_InputForm TH
{
 width: 150px;
 text-align:left;
 font-size: 10px;
 font-weight: normal;
 background: #cccccc;
 border-bottom: solid 1px #bbbbbb;
 padding: 3px 3px;
 color: #333333;
}
.tbl_InputForm TD
{
 text-align:left;
 vertical-align:top;
 font-size: 10px;
 padding: 3px 5px;
 background: #dddddd;
 border-bottom: solid 1px #bbbbbb;
 font-weight: normal;
 color: #000000;
}
.tbl_InputForm TD TEXTAREA
{
 width: 210px;
 height: 100px;
}
.tbl_InputForm .tr_RequiredField TH, .tr_RequiredField
{
 font-weight: bold;
}
.tbl_InputForm .tr_RequiredField TD TH
{
 border-left: 0;
}
.tbl_InputForm .tr_RequiredField TH DIV, .tbl_InputForm TH DIV
{
 text-align:left;
 font-weight: normal;
 font-size: 9px;
 color: #555555;
}
.tbl_InputForm INPUT, .tbl_InputForm TEXTAREA, .tbl_InputForm SELECT
{
	font-size: 11px;
}
.tbl_InputForm .tr_RequiredField INPUT, .tbl_InputForm .tr_RequiredField TEXTAREA, .tbl_InputForm .tr_RequiredField SELECT
{
	background: #FAFBDF;
}
#th_SpecialHighlight {
	color: green;
	font-weight: bold;
}
.but_Green {
	display: inline;
	width: auto;
	height: auto;
	border: 1px outset;
	background: #333333;
	color: #ffffff;
	cursor: pointer;
	padding: 2px 5px 2px 5px;
	font-size: 10px;
	margin: 10px 0 0 0;
	font-weight: bold;
}

/****************/