/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper2 {
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 425px;
	height: 120px;
	background: url(/images/homepage01.jpg) no-repeat left top;
}

#logo h1 {
	text-indent: -9999em;
}

/** SEARCH */

#search {
	float: left;
}

/** CONTENT */

#content {
	float: right;
}

/** 3-COLUMN LAYOUT */

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	float: left;
}

/** SIDEBAR */

#sidebar 
{
	float: left;
}

#sidebarList
{
	padding-left: 0px;
	margin-left: 0px;
}
#sidebarList ul
{
	list-style-type: disc;
	list-style-position: inside;
	background-color: #e5e0c8;
	padding-left: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#sidebarList li
{
	padding-left: 0px
}

/** FOOTER */

#footer {
	margin: 0px auto;
}

/** SITE MAP */
#sitemap ul
{
	list-style-type: disc;
	list-style-position: inside;
}

#sitemap li
{
	padding-left: 20px
}

/** Content */
.title
{
	font-weight:bold;
}

/** Contacts */
#emailForm
{
	width: 100%;
}
.emailFormColumn1
{
	width: 75px;
	display: inline-table;
	vertical-align: top;
}

/** Bread Crumbs */
#breadCrumbs_SH
{
	height: 18px; /* This is the height we wan't on our breadcrumb */
	padding: 4px 0 0 8px;
}
#breadCrumbs_SH li.first
{

}
#breadCrumbs_SH li
{
	float: left;
	display: inline;
	margin-right: 4px;
}


























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
