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


body{background:#fafafa;}

#band{
	height: 192px;
	width: 100%;
	display: block;
	background-image: url(../images/banner2012-1.jpg);
	background-repeat: repeat-x;
	padding: 0;
}

.logo{margin-top:21px;}
@media only screen and (max-width: 959px) {.logo{margin-top:21px;}}
@media only screen and (max-width: 767px) {.logo{margin-top:70px;}}
@media only screen and (min-width: 480px) and (max-width: 767px) {.logo{margin-top:56px;}}


p{font-size:12px;
	color:#616161;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
p a:link{text-decoration:none; color:#616161;}
p a:visited{color:#616161;}
p a:hover, p a:active{border-bottom:1px solid #639c59;}


img.preview, a img {border:1px solid #ddd;}
a:hover img{border:1px solid #639c59; -webkit-box-shadow: 0px 1px 9px #999; 	-moz-box-shadow: 0px 1px 9px #999; box-shadow:  0 1px 9px #999;}

footer{
	width:100%;
	background-color:#616161;
	background-image:url(../../images/contact-bg.jpg);
	background-repeat:repeat-x;
	padding:20px 0 20px 0;
}
