html, body {
	height: 100%;

}
body {
	margin: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
img {
	border: none;
}
a {
	color: #ec8300;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 130%;
}
.pad {
	margin: 20px;
}
.bottom-info td{
	background: #dbe9f5;
	padding: 8px;
	margin: 5px;
	border-right: 1px dashed #fff;
	font-size: 10px;
}

.bottom-info th{
	color: #fff;
	background: #0078cd;
	text-transform: uppercase;
	padding: 5px;
}
#wps {
	margin: 20px 60px 20px 10px;

}
#wps h1{
	text-align: left;
}

h1 {
	color: #0078cd;
	font-weight: lighter;
	font-size: 18px;
	text-transform: uppercase;
}
#j{
	margin: 20px auto;
}
#right {
	height: 100%;
	background: transparent url(/images/right-bottom.jpg) top left no-repeat;
	margin: 0 20px 0 0;
	padding: 20px;
}
#left {
	height: 100%;
	margin: 0 47px 0 0;
	padding: 20px;
	text-align: center;
}
#left div {
	margin: 10px auto;
	font-size: 10px;
}
#left img {

}
#left a {
	font-size: 10px;
}
#left h1{
	text-align: left;
}
.sidelinks {
	margin: 0;
	padding: 0 0 0 0px;
}
.sidelinks li{
	margin: 0;
	padding: 0 2px;
	list-style-type: none;
}

.menu a{
	margin: 0px 6px 0px 40px;
	padding: 0;
	color: #fff;
	text-decoration:none;
}
.menu a:hover{
	color: #ec8300;
	text-decoration: underline;
}
.gmtdtext {
	font-size: 11px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #EC8300;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

.back, .next{
	width: 80px;
	float: left;
}

