/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

a:link, a:visited, a:hover {
	color: #026749;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #006699;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 143%;
	color: #000000;
	font-weight: normal;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #FFFFFF;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mastheadHome{
	margin: 0;
	padding: 0px;
	width: 875px;
	background-image: url(../assets/bannertop_teal.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
	background-color: #FFFFFF;
}

#navBarHome{
	width: 260px;
	float: right;
	margin: 0;
	background-image: url(../assets/comeplaystaylogo_teal.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 525px;
}

#content{
	float:left;
	width: 615px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 455px;
	background-image: url(../assets/dog_grooming.jpg);
}


/************** .sidebar styles ***************/

.sidebar{
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}

.sidebar img{
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	margin-top: 0;
	margin-left: 0;
}
.menu {
	height: 70px;
	padding-left: 30px;
	margin: 0px;
	width: 585px;
	float: left;
	padding-top: 10px;
}
.menu img{
	margin: 0px;
	padding-right: 10px;
}
/************** .feature styles ***************/

.feature{
	font-size: 15px;
	line-height: 21px;
	padding-bottom: 0px;
	padding-left: 275px;
	margin: 0px;
	padding-right: 30px;
	padding-top: 0px;
	width: 300px;
}

.feature h3{
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.logo{
	float:left;
	width: 615px;
	margin: 0;
	padding: 0 0 0 50;
	height: 130px;
}
.logo img {
	padding-bottom: 0px;
	padding-left: 350px;
	margin: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.tag {
	font-size: 80%;
	color: #000000;
	padding-top: 10px;
}
.bkgrnd_home {
	background-image: url(../assets/bkgrdn_teal.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#bottombanner{
	margin: 0;
	padding: 0px;
	width: 875px;
	background-image: url(../assets/bannerbottom_teal.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
	background-color: #CCCCCC;
	float: left;
}
.featuresmall {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 275px;
	margin: 0px;
	padding-right: 0px;
}
.featureindent {
	font-size: 15px;
	line-height: 21px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 260px;
}
