@charset "utf-8";

body {
	background-color: #D7DCE6;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bg_point.gif);
	background-repeat: repeat;
	line-height: 15px;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
}
h1 {
	font-size: 14px;
	padding-bottom: 6px;
}
h2 {
	font-size: 12px;
	padding-bottom: 5px;
}
h3 {
	font-size: 10px;
	padding-bottom: 2px;
}
p {
	padding-bottom: 6px;
}
a {
	color: #718FC4;
}
ul {
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
li {
	margin-left: 20px;
}

form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
	font-size: 11px;
	border: 1px solid #8C8C8C;
}
textarea {
	border: 1px solid #8C8C8C;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
	font-size: 11px;
}
a:hover {
	color: #C7204F;
}

#body {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
}
#header {
	height: 230px;
	width: 900px;
	position: relative;
}
#header .logo  {
	position: absolute;
	right: 0px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	height: 195px;
	width: 900px;
	top: 0px;
}
#content {
	width: 900px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}
#googleMap {
	border: 1px solid #CCCCCC;
}
#navigation {
	float: left;
	width: 185px;
	margin-right: 55px;
	position: relative;
	font-size: 14px;
	padding-bottom: 200px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	margin-left: 0px;
}
#navigation   .home {
	font-size: 11px;
	float: left;
	margin-left: 17px;
	width: 168px;
	text-transform: uppercase;
	display: inline;
}
#navigation   .home   a {
	color: #333333;
	text-decoration: none;
}
#navigation .home a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 11px;
}
#navigation .menu {
	width: 180px;
	margin-left: 5px;
	float: left;
	margin-top: 50px;
	overflow: hidden;
}
#navigation .menu a {
	text-decoration: none;
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navigation .menu .active,
#navigation .menu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #93AAD2;
}
#navigation .menu .sub {
	font-size: 12px;
	padding-bottom: 5px;
}
#navigation .menu .sub a {
	background: none;
	background-image: none;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navigation .menu .sub .active,
#navigation .menu .sub a:hover {
	color: #C7204F;
}
#news {
	padding-bottom: 10px;
}

#news  h1 {
	color: #FFFFFF;
	background-color: #93AAD2;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#news h2 {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#news p {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 2px;
}

#news .date {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}
#news .morelink {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.checkbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#colLeft {
	position: absolute;
	bottom: 18px;
	left: 15px;
	width: 168px;
}
#colLeft h3 {
	font-weight: normal;
	padding-bottom: 0px;
	padding-left: 2px;
}


#colNormal {
	float: left;
	position: relative;
}
#colNormal .news {
}
#colNormal  .news  h1 {
	font-size: 14px;
	padding-top: 10px;
}
#colNormal    .news    h1  a  {
	color: #333333;
	text-decoration: none;
}
#colNormal   .news  h1  a:hover {
	color:#718FC4
}
#colNormal .morelink {
	padding-bottom: 10px;
	display: block;
}
#colRight {
	float: right;
	width: 170px;
	margin-right: 5px;
}


#feeder {
	height: 70px;
	width: 900px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	color: #666666;
	background-image: url(../images/feed.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#feeder .created {
	color: #CCCCCC;
	font-size: 10px;
	padding-right: 10px;
	position: absolute;
	right: 0px;
	bottom: 15px;
}
#feeder .created a {
	color: #CCCCCC;
	text-decoration: none;
}
#feeder .created a:hover {
	color: #999999;
	text-decoration: underline;
}
#feeder .address {
	font-size: 11px;
	bottom: 15px;
	width: 420px;
	position: absolute;
	left: 240px;
}
#right {
	padding-left: 10px;
	padding-right: 10px;
}
.captionAlignCenter .imageCaption {
	text-align: center;
}
.captionAlignLeft .imageCaption {
	text-align: left;
}
.captionAlignRight .imageCaption {
	text-align: right;
}
.clear {
	clear: both;
}
.bigTitle {
	font-size: 18px;
	padding-bottom: 10px;
	color: #718FC4;
}
.border_1 {
	background-color: #FFCC00;
	padding: 10px;
}
.date {
	font-size: 10px;
	color: #666666;
	display: block;
	padding-bottom: 3px;
}
.morelink  a  {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.morelink  a:hover  {
	color: #C7204F;
}
.newsArticle {
}
.newsArticle h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 12px;
}


.newsBorder  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #93AAD2;
	margin-bottom: 10px;
	padding-top: 10px;
}
.newsListBrowse {
	width: 100%;
}
.newsListBrowseResult {
	float: left;
	width: auto;
	color: #666666;
	font-size: 11px;
	padding-top: 5px;
}
.newsListBrowseNav {
	float: right;
	width: auto;
	font-size: 11px;
	color: #666666;
	padding-top: 3px;
}
.newsListBrowseNav  a  {
	text-decoration: none;
	color: #666666;
}
.newsListBrowseNav a:hover {
	color: #C7204F;
}

.newsListBrowseNav td {
	padding-right: 3px;
	padding-left: 3px;
}
.newsListImage img {
	margin-right: 20px;
	margin-bottom: 15px;
}

.openTimes  {
	font-size: 10px;
	line-height: 11px;
}
.image a div {
	position: absolute;
	height: 17px;
	width: 17px;
	right: 0px;
	bottom: 0px;
	background-image: url(gfx/ico-zoom.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
/*.textImg {

}
.image {
	float: left;
	position: relative;
}
.image a:hover div {
	background-position: 0px -17px;
}
.image img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageBelow .imageBox {
	padding-top: 10px;
}
.imageBorder  img  {
	border: 1px solid #CCCCCC;
}


.imageBox {
}
.imageCaption {
	font-size: 10px;
	padding: 3px;
	text-align: center;
	display: block;
}
.imageCenter {
	text-align: center;
}
.imageCenter .imageBox {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.imageCenter .imageWrap {
	float: right;
}
.imageCenter .text {
	text-align: left;
	clear: both;
}
.imageColumn {
	float: left;
	display: inline;
}
.imageLastRow {
	padding-bottom: 10px;
}
.imageLeft .imageBox {
	float: left;
}
.imageLeft .imageWrap {
	float: left;
}
.imageLeft .text {
	clear: left;
}
.imageLeftInText .imageBox {
	float: left;
	clear: both;
	margin-right: 20px;
}
.imageLeftNowrap .imageBox  {
	float: left;
	clear: both;
}
.imageRight .imageBox {
	float: right;
}
.imageRight .imageWrap {
	float: right;
}
.imageRight  .text {
	clear: right;
}
.imageRightInText .imageBox {
	float: right;
	margin-left: 20px;
}
.imageRightInText .imageWrap {
	float: right;
}
.imageRightNowrap .imageBox {
	float: right;
	clear: both;
}
.imageRightNowrap .imageWrap {
	float: right;
}
.imageRow {
	padding-bottom: 0px;
}
.imageWrap {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}*/
.contactform_required {
	border: 1px solid #FF6600;
}

