
/***  Contact Us Styles  ***/

/***  Address Styles  ***/

.addressLt {
	float : left;
	margin:10px 15px 10px 10px;
	width:45%;
	height:auto;
}

.address  {
	font-size : 85%;
	font-weight : bold;
	padding: 3px;
	text-align : center;
	width: 50%;
}

.addressRt {
	float : left;
	margin:10px 0px 10px 0px;
	width:40%;
	height:auto;
}

.addressRt p {
	font-weight : bold;
	font-size : 1.2em;
	text-align : center;
}

/***  Contact Styles  ***/

.contactLt {
	float : left;
	margin:10px 15px 10px 10px;
	width:45%;
	height:auto;
}

.contactLt a {
	font-weight : normal;
	text-decoration : underline;
}

.contactLt p {
	color:#003580;
	font-size : 1.0em;
	font-weight : bold;
	text-align : center;
}

.contactRt {
	float:left;
	margin:10px 0px 10px 0px;
	width:40%;
	height:auto;
}

.contactRt a {
	font-weight : normal;
	text-decoration : underline;
}

.contactRt p {
	color:#003580;
	font-size : 1.0em;
	font-weight : bold;
	text-align : center;
}

/***  Contact Info Form Styles  ***/

#contactInfo{
	background-color : #ffffff;
	color : #000000;
	clear:both;
	margin:15px 10px;
	width : 90%;
}

#contactInfo ul{
    font-size : 14px; 
    list-style-type : none;
	text-align:center;
}

#contactInfo caption{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.5em;
	font-weight : bold;
	margin-bottom : 1%;
}

.contactButton {
	clear: both;
	color: #800000;
	font-family : arial, Helvetica, sans-serif;
	font-size : .8em;
	font-weight: bold;
	margin: 0 0 2% 20%;
	text-align : center;
}
#contactInfo Table{
    background-color : #e8d096;	
	border: 8px double #cc6633;
	font-size: 12px;
	margin: 0 0 0 2%;
	padding: 5px;
	text-align : center;
	width: 100%;
}

#contactInfo th{
    margin: 5px 0 5px 0;
	text-align : right;	
	vertical-align : top;
	width: 45%;
}

#contactInfo td{
    font-weight : bold;	
	margin: 5px 0 5px 0;
	text-align: left;
	width:55%;
}

#contactInfo textarea {
	background-color :#ffffff;
}

