@charset "utf-8";
/* CSS Document */

#banner {
	height: 120px;
	
}
#leftbanner {
	height: 80px;
	width:  350px;
	background-image:url(../images/pinnacle.jpg);
	float:left;
}
#rightbanner {
	height: 80px;
	width: 420px;
	background-image:url(../images/bannerbg.jpg);
	float:right;
}

#navbar {
	height: 40px;
  background-image:url(../images/navbarback.jpg);
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:thin;
	padding-top:5px;
	padding-left:30px;
	clear:both;
}


.navbarlinkstable {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	color:#CCC;
	vertical-align: middle;
}

a.navbarlinkstable:link {
	text-decoration: none;
}
a.navbarlinkstable:visited {
	text-decoration: none;
}
a.navbarlinkstable:hover {
	text-decoration: none;
	color:#fff;
}
a.navbarlinkstable:active {
	text-decoration: none;
	color:#fff;
}




#footermain {
	height: 35px;
	margin: 0px;
	clear:both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #CCC;
}

#footertop {
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.footertable
{
margin-left: auto;
margin-right: auto;
text-align: left;
} 

#footerbottom {
	padding-top:5px;
	width:100%;
	text-align:center;
}

.footerlinks {
	color: #CCC;
}

a.footerlinks:link {
	text-decoration: none;
}
a.footerlinks:visited {
	text-decoration: none;
}
a.footerlinks:hover {
	text-decoration: none;
}
a.footerlinks:active {
	text-decoration: none;
}


