﻿/* Rounded Corner Floating Right on Home Page */
.AddrDiv_box
{
	background: #e8ebe3;
	float: right;
	width: 290px;
	margin-right: 90px;
	margin-top: 20px;
	padding: 0px 0px;
	font-size: 1.25em;
	line-height: 150%;
	letter-spacing: 1px;
	color: #993300;
}
.AddrDiv_top div
{
	background: url(images/AboutUs/roundedcornr_tl.png) no-repeat top left;
}
.AddrDiv_top
{
	background: url(images/AboutUs/roundedcornr_tr.png) no-repeat top right;
}
.AddrDiv_bottom div
{
	background: url(images/AboutUs/roundedcornr_bl.png) no-repeat bottom left;
}
.AddrDiv_bottom
{
	background: url(images/AboutUs/roundedcornr_br.png) no-repeat bottom right;
}

.AddrDiv_top div, .AddrDiv_top, .AddrDiv_bottom div, .AddrDiv_bottom
{
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.AddrDiv_content
{
	margin: 0 15px; /* Margin brtween inner and outer div for padding */
	background: #e8ebe3;
}

.textbox
{
	 background-color: #FFFFEE;
	 padding: 2px 4px;
}

.contactUsText
{
	color: #444;
	float: left; 
	width: 295px; 
	padding: 10px 10px;
	letter-spacing: 1px;
}