@charset "utf-8";
/* CSS Document */
}
.inputBox {
	padding: 4px 0px 3px 0px;
	background-color: #ecf1e7;
	border: 0px;
}
.btnGo {
	background: url(./images/go.gif) no-repeat left top;
	border: 0px;
	width: 24px;
	height: 22px;
}
.navigation {
	clear: both;
	display: block;
	background: #5a8ed7;
	clear: both;
	padding: 0px;
	text-align: center;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.navigation ul {
	list-style: none;
	clear: both;
	padding: 0px;
	margin: 0px;
}
.navigation ul li {
	display: inline;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.navigation ul li a {
	height: 15px;
	color: #ffffff;
	text-decoration: none;
	background: url('images/navSeperator.gif') no-repeat left 6px;; font-style:normal; font-variant:normal; font-weight:normal; line-height:24px; font-size:13px; font-family:Arial, Helvetica, sans-serif; padding-left:15px; padding-right:15px; padding-top:4px; padding-bottom:4px
}
.navigation ul li:first-child a {
	background: none;
}
.navigation ul li a:hover, .navigation ul li:hover a {
	background: #3969b3 url('images/navSeperator.gif') no-repeat left 6px;
}

.navigation ul li:first-child a:hover {
	background: #3969b3;
}
.navigation ul li ul {
	position:absolute;
	left: 0px;
	top:18px;
	*top:25px;
	width: 100px;
	display:none;
	text-align: left;
	background-color: #E6ECE2;
}
.navigation ul li:hover ul {
	display:block;
}
.navigation ul li ul li {
	display:block;
	clear:both;
	border-bottom:1px solid #43533B;
	height: 24px;
}
.navigation ul li ul li a, .navigation ul li:hover ul li a {
	display:block;
	clear:both;
	width:150px;
	color: #5a8ed7;
	text-decoration: none;
	height: 24px;
	padding: 0px 0px 0px 5px;
	background: none;
	position: relative;
	background-color: #E6ECE2;
}
.navigation ul li ul li a:hover, .navigation ul li ul li:hover a {
	color: #ffffff;
	text-decoration: none;
	background-color: #3969b3;
	position: relative;
	background-image: none;
}
.banner {
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 254px;
}
.banner img {
	display: block;
}
.highlight {
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 52px;
	background: #5a8ed7;
	border-top: 1px solid #fff;
}
.highlight ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.highlight ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100px;
	height: 55px;
}
.highlight ul li a {
	margin: 0px;
	display: block;
	height: 50px;
	line-height: 52px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	background: url('images/seperator.gif') no-repeat left center;; padding-left:20px; padding-right:0px; padding-top:0px; padding-bottom:0px
}
.highlight ul li a img {
	float: left;
	border: 2px solid #ffffff;
	margin: 6px 6px 0px 0px;
}
.highlight ul li:first-child a {
	background: none;
}
.highlight ul li a:hover {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	display: block;
	height: 52px;
	background-color: #3969b3;
}
.content {
	clear: both; 
	width: 535px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	overflow: hidden;
}
.contentLeft { 
	/*width: 567px;*/
	width: 535px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.contentRight { 
	width: auto;
	float: left;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}
.block {
	width: 430px;
	min-height: 108px;
	padding: 15px 0px 20px 0px;
	margin: 0px;
	background: url(./images/dotLine.gif) repeat-x left bottom;
	overflow:hidden; /*added later for FF */ 
}
.blockImg {
	width: 141px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.blockImg img {
	border: 0px;
}
.firstinfo {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.firstinfo h3 {
	color: #5a8ed7;
	font-size: 13px;
	padding: 0px 0px 5px 0px;
}
.firstinfo p {
	line-height: 18px;
	padding: 0px 0px 5px 0px;
	color: #eeeeee;
}
.info {
	width: auto;
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
.info h3 {
	color: #5a8ed7;
	font-size: 13px;
	padding: 0px 0px 5px 0px;
}
.info p {
	line-height: 18px;
	padding: 0px 0px 5px 0px;
}
.content a {
	color:#D89E57;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}
.content a:hover {
	color:#737373;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.rightBlock {
	padding: 0px;
	width: 100px;
	background: url('images/rightBlockMid.gif') repeat-y left top;
	text-align: center; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}
.rightBlockTop {
	padding: 0px;
	margin: 0px;
	background: url('images/rightBlockTop.gif') no-repeat left top;
}
.rightBlockBottom {
	margin: 0px;
	background: url('images/rightBlockBot.gif') no-repeat left bottom;; padding-left:5px; padding-right:5px; padding-top:10px; padding-bottom:10px
}
/*
.rightBlock {
	padding: 10px 5px;
	margin: 0px 0px 10px 0px;
	width: 220px;
	height: 170px;
	background: url(images/rightBlockMid.gif) repeat-y left top;
	text-align: center;
}*/
.rightBlock h2 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
}
.rightBlock img {
	border: 0px;
}
.rightInfo {
	padding: 0px;
	margin: 0px;
}
.rightInfo h3 {
	color: #5a8ed7;
	font-size: 13px;
	padding: 0px 0px 5px 0px;
}
.rightInfo p {
	line-height: 18px;
	padding: 0px 0px 5px 0px;
}
.breadcrumb {
	padding: 0px;
	margin: 0px;
	clear: both;
	float: left;
	display: block;
}
.breadcrumb ul {
	clear: both;
	padding: 10px 0px;
	margin: 0px;
	list-style: none;
}
.breadcrumb ul li {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	float: left;
}
.breadcrumb ul li a {
	padding: 0px 20px 0px 0px;
	margin: 0px;
	font-weight: normal;
	background: url(../images/sitemapSeperator.gif) no-repeat right 5px;
}
.breadcrumb ul li a:hover {
	padding: 0px 20px 0px 0px;
	margin: 0px;
	font-weight: normal;
}
.mainContent {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	clear: both;
}
.mainContent h2 {
	padding: 10px 0px 10px 0px;
}
.mainContent p {
	padding: 0px 0px 10px 0px;
}