/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg-body.gif) repeat;
	margin: 0;
	padding: 0;
}

.shadow-right {
	background: url(../images/shadow-right.png) repeat-y bottom right;
	width: 594px;
	margin: auto;
}

.shadow-bottom {
	background: url(../images/shadow-bottom.png) repeat-x top right;
	width: 594px;
	height: 20px;
	margin: auto;
}

.body {
	background: url(../images/bg-main.gif) repeat-y top left;
	width: 585px;
	padding: 0;
}

.header {
	background: url(../images/bg-header2.jpg) no-repeat top left;
	width: 585px;
	height: 110px;
}

.header .header-left {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
}

.header .header-right {
	float: right;
	margin: 0;
	padding: 0;
}
.header .header-right a.l {
	display: block;
	color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	border-bottom: #FFFFFF solid 1px;
	padding: 5px 5px 5px 0;
	margin: 0 0 15px 0;
}

.top {
	width: 585px;
	height: 26px;
	background: url(../images/bg-menu.gif) repeat-x top;
	border-top: #B3C1D1 solid 1px;
	border-bottom: #B3C1D1 solid 1px;
}

.top a {
	display: block;
	width: 115px;
	float: left;
	background: url(../images/bg-menu.gif) repeat-x top;
	color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right: #12171D solid 1px;
	border-left: #3F5268 solid 1px;
	line-height: 8px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 8px 0 8px 0;
	margin: 0;
}

.top a:hover {
	background: url(../images/bg-menu-on.gif) repeat-x top;
}

.banner {
	height: 190px;
	overflow: hidden;
}

.content{
	/*background: url(../images/logo_25years.gif) left 95% no-repeat;*/
}

.left {
	float: left;
	background: #D7DEE6 url(../images/bg-bar1.jpg) repeat-x top;
	width: 230px;
	padding: 0 0 24px 0;
}

.left .title-arrow {
	background: url(../images/arrow-title.jpg) no-repeat;
	height: 25px;
	margin: 24px 12px 24px 24px;
	padding: 0 40px 0 30px;
}

.left .left-title {
	color: #00234B;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: #00234B solid 1px;
	margin: 0;
	padding: 4px 0 4px 0;
	text-transform: uppercase;
	text-decoration: none;
}

.left .left-title-first {
	color: #000000;
}

.left .left-title a {
	display: block;
	color: #00234B;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
}
.left .left-title a:hover {
	text-decoration: none;
}

.left .left-menu a {
	display: block;
	background: url(../images/arrow-black.jpg) no-repeat left center;
	color: #00234B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 3px 0 0 36px;
	padding: 0 0 0 15px;
	
}
.left .left-menu a:hover {
	text-decoration: underline;
}

.main {
	float: left;
	background: #EFF1F4 url(../images/bg-bar2.jpg) repeat-x top;
	width: 355px;
	padding: 0 0 24px 0;
}

.main h1 {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 24px 12px 0 24px;
}

.main h2 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 24px 24px 0 24px;
}

.main p {
	font-size: 12px;
	margin: 12px 24px 0 24px;
}

.main address {
	font-size: 12px;
	margin: 12px 24px 0 24px;
	font-style: normal;
	font-weight: bold;
}

.main pre {
	font-size: 12px;
	margin: 12px 24px 0 24px;
	font-style: normal;
	font-weight: bold;
}

.main ul {
	font-size: 12px;
	margin: 12px 24px 0 40px;
	padding: 0;
}

.bottom {
	height: 25px;
	font-family: Helvetica, sans-serif;
	clear: both;
	background:url(../images/bg-footer_18.jpg) no-repeat top right;
	text-align: right;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 14px 8px 0 0;
}

.bottom a {
	display: block;
	float: right;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
	border-right: #FFFFFF solid 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bottom a.first {
	border: none;
}


.grey {
	color: #3B3B3B;
}

.clear {
	clear: both;
}

.arrow {
	list-style: url(../images/arrow-black.jpg);
}