

/* the ui_clear div is used to clear two floated elements*/

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

/* Beginning of Template CSS*/

body {
	margin: 0px;
	background: #48555D url(/images/HUSH_bg.jpg) repeat-x top left;
	padding: 0;
}

.ui_wrapper {
	margin: 0;
	background: transparent url(/images/HUSH_pagebg.jpg) repeat-y center;
}

.ui_pagewrapper {
	margin: 0;
	background: transparent url(/images/HUSH_contentbg.jpg) no-repeat top center;
}

.ui_page{
	margin: 0px auto;
	width: 1000px;
	padding: 0;
	background-color: #fff;
}


.ui_header {
	background: transparent url(/images/HUSH_headerbg.jpg) repeat-y top right;
	height: 120px;
	text-align: left;
	padding: 8px 30px 0 10px;
}

.headertxt{
	font-size: 16px;
	color: #600;
}

.heavytxt{
	font-weight: bold;
	color: #333;
}

.ui_topnav{
	background: transparent url(/images/HUSH_topnav.jpg) repeat-x bottom left;
	border-top: 1px solid #B6BCC2;
	border-bottom: 1px solid #B6BCC2;
}

.ui_leftwrapper {
	width: 215px;
	float: left;
}

.ui_left{
	padding: 40px;
}

.is_home .ui_leftwrapper {
	display: none;
}

.ui_navtitle{
	color: #660000;
	font-size: 22px;
	text-transform: lowercase;
}

.ui_right {
	width: 780px;
	float: right;
}

.is_home .ui_right {
	width: 1000px;
	background: transparent url(/images/HUSH_homebg.jpg) no-repeat top left;
	padding: 120px 0 0 0;
}

.ui_main_content_wrapper {
	padding: 40px 20px;
}

.ui_hours_wrapper p{font: normal normal 11px Arial, “Helvetica Neue”, Helvetica, sans-serif ;!important ;}

.ui_main_content_wrapper p,
.is_home .ui_homeContent p{	
	line-height: 16px;
	letter-spacing: .5px;
	font: normal normal 13px/17px Arial, “Helvetica Neue”, Helvetica, sans-serif ;!important;
}

.is_home .ui_main_content_wrapper {
	padding: 0;

}

.is_home .ui_main_content {
	height: 300px;
	overflow: hidden;
}	

.ui_homeContent{
	display: none;
}

.is_home .ui_homeContent{
	display: block;
	padding: 10px 0 0 0;
}


.ui_hours_wrapper {
	background: transparent url(/images/HUSH_hoursbg.jpg) repeat-x top left;
	padding: 0 20px;
	margin-top: -3px;
}


.ui_print_email {
	color: #ccc;
	text-align: left;
	float: left;
	font-size: 14px;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited,
a.PrintPageLink:active { 
	display: inline;
	color: #ccc;
	text-decoration: none;
}

a.PrintPageLink:hover {
	color: #ccc;
	text-decoration: underline;
}

a.TellAFriendLink:link,
a.TellAFriendLink:visited,
a.TellAFriendLink:active {
	display: inline;
	color: #ccc;
	padding-right: 10px;
	text-decoration: none;
}

a.TellAFriendLink:hover {
	color: #ccc;
	padding-right: 10px;
	text-decoration: underline;
}

.ui_bottom_outside {
	background: #48555D url(/images/HUSH_footer.jpg) no-repeat top center;
	height: 40px;
	margin: 0px auto;
	color: #ccc;
}

.ui_footer {
	width: 980px;
	margin: 0px auto;
	padding: 30px;
}


.ui_copyright {
	font-size: 11px;
	text-align: right;
	float: right;
	color: #ccc;
}

.ui_tagline {
	font-size: 11px;
	padding-bottom: 10px;
}

.ui_tagline a:link,
.ui_tagline a:visited,
.ui_tagline a:active {color: #ccc;	text-decoration: none;}

.ui_tagline a:hover {color: #ccc;	text-decoration: underline;}
