body
{
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	font: 13px 'arial';
	color: #666666;
}
form
{
	margin: 0px;
	padding: 0px;
}
input
{
	margin: 0px;
	padding: 2px;
	border: 1px solid #999999;
	color: #666666;
	font: 11px 'arial';
	background-color: #FFFFFF;
}
input.noborder
{
	border: none;
}
textarea
{
	margin: 0px;
	padding: 2px;
	border: 1px solid #999999;
	color: #666666;
	font: 11px 'arial';
	background-color: #FFFFFF;
}
select
{
	border: 1px solid #999999;
	color: #666666;
	font: 11px 'arial';
	background-color: #FFFFFF;
}
img
{
	border: 0px none #FFFFFF;
}
h1
{
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #4D8863;
	font: bold 16px 'tahoma';
}
h2
{
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #4D8863;
	font: bold 14px 'tahoma';
}
h3
{
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font: bold 12px 'tahoma';
}
a
{
	color: #333333;
}
a:hover
{
	color: #999999;
}
a.greenlink
{
	text-decoration: none;
	color: #087648;
	font: bold 11px 'tahoma';
}
a.greenlink:hover
{
	color: #999999;
}
a.graylink
{
	text-decoration: none;
	color: #999999;
	font: bold 11px 'tahoma';
}
a.graylink:hover
{
	color: #999999;
}
span.required
{
	color: red;
	font-weight: bold;
}

/*** Buttons ***/

button.default
{
	cursor: pointer;
	padding: 1px 3px 1px 3px;
	border: none;
	background-color: #4D8863;
	color: #FFFFFF;
	font: bold 12px 'arial';
}
button.gray
{
	cursor: pointer;
	padding: 1px 3px 1px 3px;
	border: none;
	background-color: #999999;
	color: #FFFFFF;
	font: bold 12px 'arial';
}

/*** Main container table. ***/

table.site_container
{
	width: 1003px;
	margin: auto;
}
table.site_container td
{
	vertical-align: top;
}
table.site_container td.top
{
    background-position: 30px 0px;
	background-image: url('images/main_layout/top.jpg');
	background-repeat: no-repeat;
	height: 30px;
}
table.site_container td div.top_left
{
	float: left;
	background-image: url('images/main_layout/top_left.jpg');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
table.site_container td div.top_right
{
	background-image: url('images/main_layout/top_right.jpg');
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	float: right;
}
table.site_container td.left
{
	background-image: url('images/main_layout/left.gif');
	background-repeat: repeat-y;
	width: 13px;
}
table.site_container td.right
{
	background-image: url('images/main_layout/right.gif');
	background-repeat: repeat-y;
	width: 13px;
}
table.site_container td.bottom
{
	background-image: url('images/main_layout/bottom.gif');
	background-repeat: repeat-x;
	height: 30px;
}
table.site_container td div.bottom_left
{
	float: left;
	background-image: url('images/main_layout/bottom_left.gif');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
table.site_container td div.bottom_right
{
	float: right;
	background-image: url('images/main_layout/bottom_right.gif');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}

/*** Header ***/

table.site_container td.header
{
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('images/main_layout/top_middle.jpg');
	height: 155px;
}
table.site_container td.header a.logo_link
{
	display: block;
	position: relative;
	left: 100px;
	top: 0px;
	width: 200px;
	height: 100px;
}
table.site_container td.header div.slogan
{
	float: right;
	padding-top: 100px;
	padding-right: 70px;
	color: #CCCCCC;
	font: italic 16px 'arial';
}

/*** Footer ***/

table.site_container td.footer
{
	color: #FFFFFF;
	background-color: #087648;
}
table.site_container td.footer div.top
{
	border-bottom: 2px dotted #FFFFFF;
	padding: 15px 30px 5px 30px;
	font: bold 12px 'arial';
}
table.site_container td.footer a
{
	color: #DFDFDF;
	text-decoration: none;
}
table.site_container td.footer a:hover
{
	color: blue;
}

/*** Sub-Header ***/
table.sub_header
{
	font: bold 12px 'tahoma';
	width: 100%;
	border-bottom: 2px dotted #087648;
}
table.sub_header td
{
	width: 1%;
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
	vertical-align: middle;
}
table.sub_header td.store
{
	width: 93%;
	white-space: normal;
	text-align: center;
}
table.sub_header td.right_links
{
	font-size: 11px;
	padding: 5px;
	border-left: 2px dotted #087648;
}
table.sub_header td a
{
	text-decoration: none;
	color: #087648;
}
table.sub_header td a:hover
{
	color: #BBBBBB;
}

/*** Office Locator List ***/
div.office_list_item
{
	width: 90%;
	padding: 12px 24px;
}
div.office_list_item div.name
{
	color: #087648;
	font-size: 18px;
}
div.office_list_item div.serving
{
	font-size: 12px;	
}
div.office_list_item div.email
{
	padding-top: 5px;	
}
div.office_list_item div.email a
{
	font-size: 12px;
}
div.office_list_item div.website
{
	padding-top: 5px;
}
div.office_list_item div.website a
{
	font-size: 12px;
}
div.office_list_item div.phone
{
	float: left;
	padding-right: 20px;
	padding-top: 5px;
}
div.office_list_item div.address
{
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

/*** Franchise section ***/
div.franchise_nav
{
	float: left;
	width: 150px;
	padding-right: 30px;
}
div.franchise_nav a
{
	display: block;
	font: bold 12px 'arial';
	color: #087648;
	text-decoration: none;
	padding-left: 10px;
	line-height: 18px;
	white-space: nowrap;
}
div.franchise_nav a:hover
{
	color: #999999;
}
div.franchise_nav a.active
{
	background-image: url('images/icons/icon_right_arrow_red.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

.logos img 
{
    margin: 5px;
}