@import url('https://fonts.googleapis.com/css?family=Yellowtail');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul.payment {
  margin-left:50px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    color: #0954b9;
}
a:hover {color: #1a8bd3;}


body{font-family: Verdana, sans-serif !important;background-color: #404040;font-size:10pt;line-height:18px}
.wrapper{width: 966px;height: auto;margin:40px auto;background:#fff;position:relative;}
.wrapper p span {color:#1a8bd3;font-weight:bold;}
.bannerimg{width:100%;}
#menu {list-style: none;padding:0;}
#menu li {display:table-cell;font-size:12px;text-align:center;font-weight:bold;width:161px;width:192px;border:1px solid #c0c0c0;background:#0954b9;color:white;}
#menu li a {color:white;text-decoration:none;display:list-item; padding:7px 0;}
#menu .current {background:#1a8bd3;}
#menu li:hover {background:#1a8bd3;}
.col-9{width:62%; padding:3% 2%;float:left;}
.col-3{width:30%; padding:3% 2%;float:left;}
.col-3 img{width:100%;margin-top:90px}
.col-3 .rhimg{width:80%;margin:50px auto 30px;display:block;border:3px solid #1a8bd3;}
h1 {font-size: 18pt;color: #1a8bd3;font-weight:bold;line-height:18pt;}
h3 {font-family: 'Yellowtail', cursive;font-size: 34px;font-weight: 100;margin:10px 0px 30px;}
.footer {width:100%;background:#1a8bd3;height:50px;}
h4{font-size:15px;margin:10px 0 30px;}
.newsitem{width:100%;padding-bottom:20px;border-bottom:1px solid #c0c0c0;margin-top:20px;}
.newsitem h2{color:#1a8bd3;font-weight:bold;}
.searchnews{width:80%;margin:0 auto;border:1px solid #1a8bd3;}
.searchnews .search-title{color:white;background:#1a8bd3;width:100%;padding:5px 0;text-align:center;font-size:16px;}
.searchnews .links a{color:#1a8bd3;width:100%;padding:3px 0;display:block;text-align:center;}
form {width:80%;}
form .conlabel {width:30%; float:left;margin:3px 0;}
form .conbox {width:70%; float:left;margin:3px 0;}
form .conbox input {width:70%;}
form .conbox textarea {width:232px;height:100px;resize:none;}

div#msg {
  width: 100%;
  background: white;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: red;
}
div#msg2 {
  width: 100%;
  background: white;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: green;
}
input[readonly] {
    background: #ddd;
    border: 1px solid #999;
    cursor: not-allowed;
}