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

* { margin:0; padding:0; }

a { outline:none; }
a img { border:none; text-decoration:none; }
.imgborder {border:1px #ccc dotted; padding:5px; }
p {line-height:18px; margin-bottom:15px;}
.clear { clear:both; }

h1 {color:#333;font-size:24px;font-weight:bold; margin:10px 0;}
h2 {color:#333; font-size:18px; font-weight:bold; margin-top:10px; margin-bottom:5px;}
h3 {color:#fff; font-size:18px; font-weight:bold; margin: 0 10px;}
h4 {color:#fff; font-size:14px; font-weight:bold; margin: 0 10px;}

.location {color:#fff; font-size:22px; font-weight:bold; margin-bottom:5px;}
.latestDate {color:#777; font-size:11px; font-style:italic; }

.greyMarquee {color:#888; font-size:14px; font-style:italic;}
.greyTitle {color:#333; font-size:14px; font-weight:bold; padding-left:10px; }

.more {color:#999; font-size:11px; font-style:italic; text-decoration:none; font-weight:normal;}
.more:hover {text-decoration:underline;}


ul { margin-left: 20px; list-style:disc;}
/*
li { margin-left: 5px; list-style:disc; color:#333;}
li span {color: #333333; }
*/

.login_btn { background:#0d4b98; font-size:14px; font-weight:bold; padding:5px 15px; color:#fff; font-family:arial; border:0; cursor:pointer;}
.login_btn:hover { background:#042a65;}

div#wrap {width:1000px; margin: 0px auto;}
div#header {width:1000px; height:130px; padding-top:20px; color:#fff;}
div#header a {color:#fff; font-size:12px; font-weight:bold; text-decoration:none;}
div#header a:hover{text-decoration:underline;}

div#contentBody {width:1000px; margin-top:8px;}

div#bottomContent { width:1000px; margin-top:15px; margin-bottom:15px;}
div#latestNews { width:680px; float:left; border-top:1px #ccc dotted; border-bottom:1px #ccc dotted; padding: 10px 0; }
div#latestNews a {color:#333; font-weight:bold;}
div#latestNews a:hover {color:#7bab04;}
div#latestNews table tr td {padding:5px 0;}

div#isolinks { width:300px; float:right; border-top:1px #ccc dotted; border-bottom:1px #ccc dotted; padding: 10px 0;}

/* FOR ISO PAGES */

div#header2 {width:1000px; height:135px; color:#fff;}
div#header2 a {color:#fff; font-size:12px; font-weight:bold; text-decoration:none;}
div#header2 a:hover{text-decoration:underline;}

div#isoContentBody {width:1000px; margin-top:18px;}
div#leftContent {width:740px; float:left; margin-top:10px;}
div#centerContent {width:740px; float:center; margin-top:10px;}

div#mainContent {width:740px;}

#gallery {
	background-color: #444;
	padding: 10px;
	width: 520px;
}
.qmtbl tr td {padding:5px; font-size:13px;}
.qmtbl .titleHead {font-size:14px;}

/* FOR LIGHTBOX GALLERY */
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
