/* master page styles */

body
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: medium;
	background-color: #6699cc;
	margin: 20px auto;
	width: 95%;
	padding: 0px;
}

#masterPageTable
{
	background-color: #FFF;
	margin: 0px;
	width: 100%;
	padding: 0;
	border: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
}

.bodycontent
{
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-top: 10px;
	border: none;
}

/* master page header styles */

#header
{
	position: relative;
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffff;
}
.headerphone
{
	position: absolute;
	top: 22px;
	left: 430px;
}
a img {
	border: 0;
}
.cnclogo
{
	position: absolute;
	top: 0px;
	left: 0px;
}

/* master page footer styles */

.footer
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	text-align: center;
	padding: 20px;
	line-height: 200%;
	background-color: #FFF;
}

/* content headline styles */

.headline
{
}
.headline1
{
	letter-spacing: 3px;
	font-size: 22pt;
	color: #cc6633;
	line-height: 60%;
	font-style: italic;
	font-weight: bold;
}
.headline2
{
	color: #0099CC;
	font-family: Verdana, Sans-Serif;
	letter-spacing: 1px;
	font-size: 40pt;
	line-height: 100%;
	padding-left: 30px;
	font-weight: bold;
}
h1
{
	color: #0099CC;
	font-family: Verdana, Sans-Serif;
	letter-spacing: 1px;
	font-size: 28pt;
	line-height: 100%;
	font-weight: bold;
}
h2
{
	color: #0099CC;
	letter-spacing: 1px;
	font-family: Verdana, Sans-Serif;
}

p
{
	text-indent: 20px;
}

/* general image and float styles */

.rightsidefloat
{
	float: right;
	clear: right;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 40px;
	margin-right: 20px;
	padding: 0;
}
.leftsidefloat
{
	float: left;
	clear: left;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 40px;
	padding: 0;
}
.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.imgborder
{
	border-right: #0099CC 2px solid;
	border-top: #0099CC 2px solid;
	border-left: #0099CC 2px solid;
	border-bottom: #0099CC 2px solid;
}
.width200
{
	width: 200px;
}
.height40
{
	height: 40px;
}

/* about page styles */

.aboutimagetd
{
	width: 300px;
	text-align: center;
}

/* info page styles */

.hourstable
{
	border-collapse: collapse;
	margin-left: 60px;
}

.hourstable_td_day
{
	text-align: right;
}
.hourstable_td_hours
{
	text-align: left;
	padding-left: 10px;
}

.addressblock
{
	padding-left: 60px;
}

#googlemap 
{
	clear: none;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	text-align: center;
	color: #0099CC;
	zoom: 1;
	width: 425px;
}

/* navigation bar styles */

#nav
{
	position: absolute;
	bottom: 0px;
	left: 400px;
	width: 400px;
	height: 60px;
	background: url(images/navbar9.png);
	padding: 0;
	list-style: none;
}
#nav li {
  float: left;
}
#nav li a
{
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 60px;
	background: url(images/navbar9.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
li#nav_home a {
  left: 0;
  width: 100px;
  background-position: 0 0px;
}
li#nav_info a {
  left: 100px;
  width: 100px;
  background-position: -100px 0px;
}
li#nav_services a {
  left: 200px;
  width: 100px;
  background-position: -200px 0px;
}
li#nav_about a {
  left: 300px;
  width: 100px;
  background-position: -300px 0px;
}
li#nav_home a:hover {
  background-position: 0 -60px;
}
li#nav_info a:hover {
  background-position: -100px -60px;
}
li#nav_services a:hover {
  background-position: -200px -60px;
}
li#nav_about a:hover {
  background-position: -300px -60px;
}
#body_home li#nav_home  a {
  background-position: 0 -120px;
}
#body_info li#nav_info a {
  background-position: -100px -120px;
}
#body_services li#nav_services a {
  background-position: -200px -120px;
}
#body_about li#nav_about a {
  background-position: -300px -120px;
}
