body {
    background-color: #ffffff;
	color: #464646;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:21px;
	margin: 0px;
	padding: 0px;
}
p {
	color: #464646;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:21px;
	padding: 0px;
	margin: 0px;
}
a {
	color:#008ea1;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:21px;
	text-decoration:none;
}
a:hover {
	color: #e08853;
	text-decoration:underline;
}
h1, h1 a {
	color:#464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 26px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
h2, h2 a {
	color:#464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
h3, h3 a {
	color:#00a1b7;
	font-family: 'Gloria Hallelujah', Times New Roman, Georgia, serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 28px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
h4, h4 a {
	color:#464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
h5, h5 a {
	color:#464646;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 21px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
h6, h6 a {
	color:#464646;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 21px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
.wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
/*---------------------------Header START---------------------------*/
#infobar-wide {
	background-color: #00afc7;
	padding: 5px 0px 5px;
	width: 100%;
}
#infobar {
	color: #ffffff;
	margin: auto;
	width: 960px;
}
#infobar p, #infobar a, #infobar h1, #infobar h2, #infobar h3, #infobar h4 {
	color: #ffffff;
}
#header1 {
	float: left;
	padding: 0px 15px 0px 0px;
	text-align: left;
	width: 465px;
}
#header2 {
	float: left;
	padding: 0px 0px 0px 15px;
	text-align: right;
	width: 465px;
}
#header {
	margin: auto;
	padding: 15px 0px 15px 0px;
	width: 960px;
}
#header-left {
	float: left;
	width: 160px;
}
#header-right {
	float: left;
	text-align: right;
	margin-left: 10px;
	width: 790px;
}
.logo {
	text-align: center;
}
.logo img{
	border: 0px;   
}
a img {
	border: 0px;  
}
/*---------------------------Header END---------------------------*/
/*---------------------------MainMenu---------------------------*/
.MainMenu {
	text-align: right;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
.MainMenu ul.le_menu_level_0 {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: right;
	zoom: 1;
	*display: inline;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 {
	float: left;
}
.MainMenu li.le_menuitem_level_0 a {
    border-bottom: 2px solid #ffffff;
	color: #464646;
	border-right: 1px solid #fefdf1;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	border-bottom: 2px solid #306c97;
	color: #e08853;
}
.le_current_link {
    border-bottom: 2px solid #306c97;
	color: #e08853 !important;
}
/*--------1st level submenu-------*/
.MainMenu ul.le_menu_level_1 {
    position: absolute;
    z-index: 6;
    display: none;
    margin: 0px;
    padding: 0px 7px 0px 7px;
    text-align: left;
	width: 180px;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	border-bottom: 1px solid #58c4cf;
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
    text-transform: uppercase;
    margin: 0px;
    padding: 7px 0px;
	width: auto;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    background-color: #ffffff;
	color: #393939;
}
/*----------2nd level submenu----------*/
.MainMenu .le_menu_level_2_container {
    float: right;
    margin-top: -30px;
    padding: 0px;
}
.MainMenu ul.le_menu_level_2 {
    background-color: #8e2a68;
    position: absolute;
    z-index: 1;
    display: none;
    margin: 0px;
    padding: 2px;
    text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    display: block;
}
.MainMenu li.le_menuitem_level_2 a {
    background: none;
    color: #ffffff;
	display: block;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
    text-transform: none;
    margin: 0px;
    padding: 2px;
	width: auto;
}
.MainMenu li.le_menuitem_level_2 a:hover {
    background-color: #b5518f;
}
/*---------------------------MainMenu END---------------------------*/
/*---------------------------FeatureContent START---------------------------*/
#feature-wide {
	border-bottom: 2px solid #306c97;
	/*height: 500px;*/
	width: 100%;
	/*overflow: hidden;*/
	height: auto;
}
#feature-wide img {
    width: 100%;
    height: auto;
}
#feature1 {

}
#feature-shadow {
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/urbanhoundmn/urban-hound/initial-design-files/grfx-feature-shadow-1280x39.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height: 39px;
	margin: auto;
	text-align: center;
	width: 100%;
}

/*---------------------------FeatureContent END---------------------------*/
/*---------------------------MainContent Start---------------------------*/
#pagetitle-wide {
	background-color: #9da6ab;
	padding: 15px 0px 15px 0px;
	width: 100%;
}
#pagetitle {
	color: #ffffff;
	margin: auto;
	width: 960px;
}
#pagetitle h1 {
    text-transform: uppercase;
}
#pagetitle p, #pagetitle a, #pagetitle h1, #pagetitle h2, #pagetitle h3, #pagetitle h4 {
	color: #ffffff;
}
.content {
	margin: 20px auto;
	width: 960px;	
}
#content-left {
	float: left;
	width: 630px;
}
#content-right {
	float: left;
	border-left: 1px solid #00afc7;
	margin-left: 20px;
	padding-left: 24px;
	width: 285px;
}
#content3 {
	float: left;
	padding: 0px 15px 0px 0px;
	width: 300px;
}
#content4 {
	float: left;
	padding: 0px 0px 0px 15px;
	width: 300px;
}
#widgets-wide {
	background-color: #ededed;
	margin-top: 25px;
	padding: 20px 0px;
}
#widgets {
	margin: auto;
	width: 960px;
}
.widget {
	float: left;
	margin: 0px 10px;
	text-align: center;
	width: 300px;
}
.preview-box {
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/urbanhoundmn/urban-hound/initial-design-files/bkgrd-gray-box-with-dog.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #d6d6d6;
	border: 1px solid #b1b1b1;
	padding: 30px;
	margin: 20px 0px;
}
#preview-box img {
    border: 5px solid #ffffff;
}
#bluebox-wide {
	background-color: #00afc7;
	padding: 40px 0px;
	width: 100%;
}
#bluebox {
	color: #ffffff;
	margin: auto;
	width: 960px;
}
#bluebox p, #bluebox a, #bluebox h1, #bluebox h2, #bluebox h3, #bluebox h4 {
	color: #ffffff;
}
/*---------------------------MainContent END---------------------------*/
/*---------------------------Footer START---------------------------*/
#footer-wide {
	margin: 0px;
	padding: 30px 0px;
	width: 100%;
}
#footer {
	margin: auto;
	padding: 0px 0px 0px 0px;
	width: 960px;
}
#footer p {
	
}
#footer a {
	
}
#footer1 {
	float: left;
	margin-right: 40px;
	width: 200px;
}
#footer2 {
	float: left;
	margin-right: 40px;
	width: 200px;
}
#footer3 {
	float: left;
	margin-right: 40px;
	width: 100px;
}
#footer3 a {
    color: #464646;
    text-decoration: none;
}
#footer3 a:hover {
    color: #e08853;
	text-decoration:underline;
}
#footer4 {
	float: left;
	margin-right: 40px;
	width: 160px;
}
#footer5 {
	float: left;
	margint: 0px;
	width: 140px;
}
#credits-wide {
	background-color: #;
	width: 100%;
}
#credits {
	color: #ffffff;
	font-size: 12px;
	padding: 5px 0px;
	text-align: center;
}
#credits p {
	color: #ffffff;
	font-size: 12px;
}
/*---------------------------Footer END---------------------------*/
/*---------------------------AddOns Start---------------------------*/
.bluebutton a, a.bluebutton {
	background-color: #00afc7;
	color: #ffffff;
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding: 7px 15px;
	margin: 10px auto 10px auto;
	text-align: center;
	width: 150px;
}
.bluebutton a:hover, a.bluebutton:hover {
	background-color: #e08853;
	text-decoration: none;
}
.orangebuttoninline a, a.orangebuttoninline {
	background-color: #e08853;
	color: #ffffff;
	display: inline;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding: 2px 2px;
	margin: 10px auto 10px auto;
	text-align: center;
	width: 150px;
}
.orangebuttoninline a:hover, a.orangebuttoninline:hover {
	background-color: #306095;
	text-decoration: none;
}
.boxit img, img.boxit {
	border: 4px solid #ffffff;
	margin: 10px;
}
.img-circle {
	border: 2px solid #e08852;
	border-radius: 50%;
	width: 235px;
	height: 235px;
	overflow: hidden;
	margin: 0px auto 10px auto;
}
table#slide1 {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/urbanhoundmn/urban-hound/home-page-slider-photos/urban-hound-feature-slide-B.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 500px;
    width: 100%;
    overflow: hidden;
}
table#slide2 {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/urbanhoundmn/urban-hound/home-page-slider-photos/urban-hound-feature-slide-A.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 500px;
    width: 100%;
    overflow: hidden;
}
table#slide3 {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/urbanhoundmn/urban-hound/home-page-slider-photos/urban-hound-feature-slide-C.jpg');
    background-repeat: no-repeat;
    background-position: 50% 75%;
    background-size: cover;
    height: 500px;
    width: 100%;
    overflow: hidden;
}
table#slide4 {
    background-image: url('');
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover;
    height: 500px;
    width: 100%;
    overflow: hidden;
}
.feature-img100 img {
    width: 100%;
    height: auto;
}
/*---------------------------AddOns END---------------------------*/
/*---------------------------CLEAR START---------------------------*/
/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/*---------------------------CLEAR END---------------------------*/