@import url(http://fonts.googleapis.com/css?family=Cantarell:regular,bold);
@import url(http://fonts.googleapis.com/css?family=Reenie+Beanie);


body {
	margin: 0;
	text-align: center;
	background-color: #eee;
	font-family: 'Cantarell', arial, sans-serif;
	font-size: 15px;
	line-height: 23px;
}

a {
	outline: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
}

h1 {
	font-size: 50px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ff9f00;
}

h2 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #686868;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #006b6e;

}

h4 {
	font-size: 15px;
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #686868;
}

p, ul, ol {
	margin-top: 0px;
	margin-bottom: 15px;
}



.clear {
	clear: both;
}

.site-container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #006b6e;
	line-height: normal;
	background-image: url(../App_Themes/just4kidsteeth/images/nav-bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#header h1 {
	text-indent: -9999px;
	position: absolute;
	margin: 0px;
}

#header h1 a {
	background-image: url(../App_Themes/just4kidsteeth/images/logo.png);
	display: block;
	height: 130px;
	width: 200px;
	margin-top: 100px;
}

#header ul {
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 280px;
}

#header li {
	float: left;
}

#header li.CMSListMenuHighlightedLI{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ade0ed;
}

#header li li.CMSListMenuHighlightedLI{
	border-bottom-style: none;
}

#header li:hover {
	background-color: #569fd3;
}

#header li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 13px;
}

#header li ul {
	position: absolute;
	left: -999em;
	z-index: 5;
	width: 200px;
	background-color: #569fd3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0px;
}

#header li:hover ul {
	left: auto;
}

#header li li {
	float: none;
}

#header li ul a {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6ba9d6;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#header li ul a:hover {
	color: #ade0ed
 }


#main {
	padding-top: 30px;
	background-color: #FFFFFF;
	padding-bottom: 120px;
	margin-bottom: 180px;
}

#content {
	padding-left: 280px;
	padding-bottom: 30px;
}

#content img {
	width: 240px;
	height: auto;
	float: right;
	margin: 0 0 20px 20px;
}

#footer {
	background-color: #b3d88c;
	margin-left: 280px;
	background-image: url(../App_Themes/just4kidsteeth/images/footer-bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	position: absolute;
	width: 680px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 18px;
	font-size: 13px;
}



.map {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

#footer ul {
	float: left;
	width: 200px;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#footer li img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.BlogPDateWhole {
	display: none;
}

ul.feature {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Reenie Beanie', 'Cantarell', arial, sans-serif;
	font-size: 35px;
	letter-spacing: -2px;
	text-align: center;
}

ul.feature li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ade0ed;
	width: 169px;
}

.feature a {
	background-color: #559ed3;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 15px 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;

}
.feature a:hover {
	background-color: #006b6e;
	display: block;
}

div.space {
	clear: both;
	height: 15px;
}
