@import url("solid.css");

/* Images, Background Colors, Borders */
body {
	background: #9a9a9a url(61/images/bg.jpg) repeat-x;
}
div.node {
	border-top:double #005ca1;
}
#container {
	background:url(61/images/container-bg.jpg) no-repeat top center;
	border-top:1px solid #005cac;
}
.pod, #footerContent{
	background: #005cac; /*non-CSS3 browsers will use this*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#005cac) to(#023f7c)); /*old webkit*/
    background: -webkit-linear-gradient(#005cac, #023f7c); /*new webkit*/
    background: -moz-linear-gradient(#005cac, #023f7c); /*gecko*/
    background: -ms-linear-gradient(#005cac, #023f7c); /*IE10 preview*/
    background: -o-linear-gradient(#005cac, #023f7c); /*opera 11.10+*/
    background: linear-gradient(#005cac, #023f7c); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#005cac, #023f7c); /*PIE*/
}
#nav {
	background: #111;
	background: -webkit-gradient(linear, left top, right top, from(#000), to(#333));
	background: -moz-linear-gradient(left, #000, #333);
	-pie-background: linear-gradient(0deg, #000, #333);
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	top:89px;
}
#nav li {
	height: 20px;
}
#nav li:hover,
#nav li#current {
	background:#78787b;
}
#main {
	margin-top:446px;
	border-bottom:4px solid #000;
	background-color: #fff;
}
#footerContent {
	border-top: 1px solid #616160;
	behavior: url(/PIE.htc);
}

/* Text Colors */
a {
	color:#006699;
}
a:hover {
	color:#3399ff;
}
#title,
#phoneInfo,
#slogan,
#slogan2 {
	color:#fff;
}
#nav li a,
#nav li a:hover {
	color:#fff;
}
#main h1 {
	color:#005ca1;
}
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: #000;
}
#copy, 
#footerContent, 
#footerContent a {
	color: #fff;
}