@import url("smooth.css");
/* Images, Background Colors, Borders */
body {
	background: url(81/images/bg.jpg) repeat-x top #fff;
}
#container {
	background:url(81/images/container-bg.png) 0 10px no-repeat;
	border-top:1px solid transparent;
}
.pod{
	background-color: #2E93DF;
}
.podalt{
	background-color: #3c2000;
}
#nav li {
	background: url(81/images/nav-border.jpg) no-repeat center left;
}
#nav li:first-child {
	background: none;
}
div.node {
	border-top:double #134369;
}
thead {
    background-color: #84cecc;
}

#footer {
	background-color: #006d80;
}

/* Positioning */
#slogan2 {
	display: none;
} 
#nav {
	top: 115px;
}

/* Text Colors */
a, a:hover {
	color:#006d80;
}
#title {
	color:#fff;
}
#phoneInfo {
	color:#78a419;
}
#slogan {
	color:#fff;
} 
#nav li a:hover, 
#nav #current a {
	color: #3C2000;
}
#main h1 {
	color:#288191;
}
div.podalt .podContent a,
div.podalt .podContent a:hover {
	color: #fff;
}
div.podalt .podHeader a,
div.podalt .podHeader a:hover{
	color: #84cecc;
}
div .pod,
div .pod a, 
div .pod a:hover,
div .pod label,
.podWraper .caption,
#podWraper .caption,
div .podContent{
	color: #fff;
}
div .podHeader,
div .podHeader a,
div .podHeader a:hover {
	color: #3c2000;
}
#copy, 
#footerContent, 
#footerContent a {
	color: #fff;
}

