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

body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
	color: #193678;
}

img {
	border: 0;
}

#layout {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#nav_bar {
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
	height: 58px;
}

#top_bar {
	padding-top: 5px;
}

#top_bar ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	list-style: none;
}

#top_bar li {
	display: inline;
	margin: 0;
	padding: 0;
}

#top_bar a, #top_bar a:link, #top_bar a:visited {
	background-color: #ffffff;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: Arial;
}

#top_bar a span {
	background-color: #ffffff;
	display: block;
	float: left;
	width: 129px;
	height: 22px;
	margin: 0 5px;
}

.selected {
	background-image: url(images/navrollerover.png);
	background-repeat: repeat-x;
	color: #ffffff;
}

#top_bar a:hover span {
	background-image: url(images/navrollerover.png);
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
}

#banner {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 35px;
}

#banner span {
	background-image: url(images/banner.png);
	width: 447px;
	height: 46px;
	display: block;
	background-repeat: no-repeat;
}

#content_image {
	float: left;
	text-align: center;
	width: 211px;
	height: 288px;
	margin-top: 60px;
	margin-left: 45px;
}

#content_right {
	float: right;
	width: 575px;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	/*	background-color: red; */
}

#content_image div {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#content_right p {
	margin-right: 50px;
	margin-top: 45px;
}

.bold {
	font-size: 16px;
}

#gallery_arrows {
	padding-top: 200px;
	float: left;
	font-size: 20px;
}

#gallery_arrows a, #gallery_arrows a:visited {
	color: #000000;
	text-decoration: none;
}

#gallery_arrows a:hover {
	color: #99a6c4;
	text-decoration: none;
}

#gallery_image {
	float: right;
	width: 525px;
	height: 456px;
	overflow: hidden;
}

.inputsubmit {
	background-color: #ffffff;
	color: #193678;
	font-weight: bold;
	font-size: 18px;
	border: 0;
}

.inputtext {
	background-image: url(images/inputtextbg.png);
	background-repeat:no-repeat;
	background-position: top left;
	border: 0;
	font-size: 14px;
	padding: 5px;
}

.gb {
	color: #c00061;
	text-decoration: none;
}

.gb:hover {
	color: #193678;
	text-decoration: none;
}

.space {
	margin: 2px 0;
	padding: 2px 0;
}