/* GLOBAL RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, p, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul, ol { list-style: none; }

fieldset, img { border: none; }

caption, th { text-align: left; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #255a7a;
}

.wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.wrap-blue { background-color: #4d95b7; }

.wrap-white { background-color: #FFFFFF; }

.header {
	width: 800px;
	background-image: url(images/bg01.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.header-blue { padding-top: 20px; }

.details {
	float: right;
	width: 300px;
	padding-top: 15px;
	margin-right: 23px;
}

.clear { clear: both; }

.img-left {
	float:left;
	margin-right:10px
}

.img-right {
	float:right;
	margin-left:10px
}

.menu ul {
	float: left;
	margin-top: 19px;
	margin-left: 21px;
	width: 551px;
 *margin-top: 19px;
}

.menu li {
	display: block;
	float: left;
}

.but01 {
	background-image: url(images/but01.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 47px;
	width: 82px;
}

.but02 {
	background-image: url(images/but02.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 47px;
	width: 149px;
}

.but03 {
	background-image: url(images/but03.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 47px;
	width: 76px;
}

.but04 {
	background-image: url(images/but04.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 47px;
	width: 65px;
}

.but05 {
	background-image: url(images/but05.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 47px;
	width: 155px;
}

.but01:hover, .but02:hover, .but03:hover, .but04:hover, .but05:hover { background-position: bottom; }

.but01.selected, .but02.selected, .but03.selected, .but04.selected, .but05.selected { background-position: bottom; }

.mainpic { padding-top: 15px; }

.maintext {
	font-size: 15px;
	color: #FFFFFF;
}

.maintext a {
	font-size: 12px;
	color: #8cc979;
	text-decoration: underline;
}

.maintext a:hover {
	color: #3399FF;
	text-decoration: none;
}

.maintext2 {
	font-size: 15px;
	color: #FFFFFF;
}

.maintext2 a {
	color: #6dcff6;
	text-decoration: underline;
	font-size: 12px;
}

.maintext2 a:hover {
	color: #6dcff6;
	text-decoration: none;
}

.bluebold {
	font-size: 15px;
	font-weight: bold;
	color: #6dcff6;
}

.blue-text {
	font-family: Tahoma;
	font-size: 11px;
	color: #255a7a;
	line-height: 1.5em;
}

.blue-text strong {
	font-size: 13px;
	font-weight: bold;
}

.light-blue-text {
	font-size: 11px;
	color: #4d95b7;
}
.grey-text {
	font-size: 15px;
	color: #636363;
}


.footer {
	background-color: #12364d;
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 50px;
}

.footer li {
	color: #4d95b7;
	display: inline;
	margin-left: 10px;
	float: right;
}

.footer li a {
	color: #4d95b7;
	text-decoration: none;
}

.footer li a:hover {
	color: #4d95b7;
	text-decoration: underline;
}

.form01 {
	font-family: Arial;
	font-size: 13px;
	color: #363636;
	padding: 3px;
	border: 1px solid #7d7d7d;
}
