img {
	margin: 0;
	padding: 0; 
	border: none;
}

#content-bg {
	font: normal 12px Tahoma, Verdana, Arial, Georgia, sans-serif; 
	background: url("/images/skyking_content_bg.jpg") repeat-x left top;
	background-color: white;
}

#galleryList {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

#content-bg img.preview
{
	padding: 2px;
	border: 2px solid black;
}
#content-bg p {
	font: normal 8px Verdana, Arial, sans-serif;
	font-size: 1.2em;

}

#container {
	position: relative;
	width:648px;
	margin: 0px auto;
	margin-top:10px;
	text-align:left;
	background: url("/images/context_bk.png") repeat-y left top;
}

#header{
  width:648px;
  height:264px;
	margin: 0px;
 	background: transparent url("/images/header_logo.jpg") no-repeat left top;

}

#headerimg{
  position:relative;
  z-index:1;
  width:648px;
  height:264px;
}

#context{
  padding-top:10px;
  position:relative;
  z-index:0;
}

#footer{
  display:block;
  clear:both;
  height:186px;
	background: #fff url("/images/footer.png") no-repeat left bottom;
	border-top:#fff 1px solid;
}

.textBlock{
  display:block;
  width:100%;
  height:50px;
  margin-top:100px;
  padding-left: 10px;
	color:#fff;
}

#footer a{
	color:#FFFFFF;
	padding-left: 10px;
	padding-right: 5px;
  text-decoration: none;
  font-size:11px;
  font-weight:bold;
}

.leftCol{
  float:left;
  display:block;
  width:265px;
  padding:10px;
  padding-left:15px;
}

.leftCol a.boxCol{
  display:block;
  clear:both;
  padding:0px;
  margin:0px;
  background-color:#EEEEEE;
  border: #363636 1px solid;
  font-size:100%;
  text-decoration: none;
  margin-bottom:5px;
}

.leftCol a.boxCol h2{
  display:block;
  padding:0px;
  width:100%;
  text-align:center;
  color:#fff;
  background:#41408C url("/images/h_bk.jpg") no-repeat left bottom;
  height:21px;
  line-height:21px;

  font-size:110%;
  font-family: arial;
}

.leftCol a.boxCol p{
  font-size:95%;
  color:#363636;
  padding:5px;
  text-indent:0px;
}

.leftCol a.boxCol img{
  float:left;
  margin:4px;
  padding:0px;
  border: #41408C 1px solid;
}

.leftCol h2{
  padding-left:10px;
  font-size:130%;
  color:#012641;
  font-family: arial;
}

.leftCol img{
  float:left;
  padding:5px;
  text-indent:10px;
}

.leftCol p{
  padding:5px 0px;
  text-indent:10px;
  text-align:justify;
}

.leftCol i{
  display:block;
  font-size:100%;
  color:#1C79BE;
  padding:5px 0px;
}

.rightCol{
  float:right;
  display:block;
  width:158px;
  margin-right:10px;
  padding-top:10px;
}

.rightCol a{
  padding-bottom:1px;
}

.rightCol h3{
  font-size:120%;
  color:#012641;
  font-family: arial;
}

.rightCol a.news{
  display:block;
  padding:5px;
  margin-bottom:10px;
  padding-left:10px;
  text-align:left;
  font-size:100%;
  text-decoration: none;
  color:#012641;
}

.rightCol a.news:hover{
  color:#00f;
}

.newsCol{
  float:right;
  border: #363636 1px dashed;
  display:block;
  width:158px;
  margin-right:10px;
  padding-top:1px;
  background:#EEEEEE;
}

.newsCol a{
  padding-bottom:1px;
}

.newsCol h3{
  padding:5px;
  font-size:120%;
  color:#012641;
  font-family: arial;
}

.newsCol a.news{
  display:block;
  padding:5px;
  margin-bottom:0px;
  padding-left:10px;
  text-align:left;
  font-size:100%;
  text-decoration: none;
  color:#012641;
}

.newsCol a.news:hover{
  color:#00f;
}


/*menu styles*/
#menu{
  width:750px;
  position:relative;
  z-index:2;
  height:21px;
  line-height:21px;
  padding-left:15px;
	background: transparent;
}

#menu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index:2;
}

/*Top level list items*/
#menu ul li{
  position:relative;
  z-index:2;
  float:left;
}

/*Top level menu link items style*/
#menu ul li a{
  float:left;
  display:block;
  text-align:left;
  text-decoration: none;
  padding:0px;
  padding-right: 5px;
  padding-left: 21px;
  font-size:110%;
  font-weight:bold;
  height:21px;
  line-height:21px;
  width:auto;
  color:#333;
  margin-right:5px;
  z-index:2;
}

#menu ul li a:hover{
 	color:#000000;
}
				
/*1st sub level menu*/
#menu ul li ul{
  left: 0;
  position: absolute;
  z-index:5;

  top: 1em; /* no need to change, as true value set by script */
  display: block;
  visibility: hidden;
  margin:0px;
  width: 169px; /*width of sub menu levels*/
  border-left: #000000 1px solid;
  border-right: #000000 1px solid;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu ul li ul li{
  display: list-item;
  float: none;
  z-index:2;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#menu ul li ul li ul{ 
  left: 159px; /* no need to change, as true value set by script */
  top: 10px;
  z-index:2;
}

/* Sub level menu links style */
#menu ul li ul li a{
  float:none;
  font-weight:normal;
  margin:0px;
  display: block;
  width: 100%;
  padding:3px;
  padding-left:25px;
  padding-right:5px;
  text-align:left;
  font-size:100%;
  text-decoration: none;
  z-index:999;
  color:#000000;
  background:#fff;
  height:28px;
  line-height:28px;
  border-bottom: #000000 1px solid;
}

#menu ul li ul li a:hover{
 	background:#2D6DA4;
 	color:#fff;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #menu ul li { float: left; height: 1%; }
* html #men

