html,body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #38617f;
	font-size:12px;
	color:#333333;
}

#top{
	width:933px;
	margin:0px auto;
	background:#38617f url(../images/bg-top.gif) no-repeat bottom;
	position:relative;
	height:81px;
	overflow:hidden;
	}

#top-slideshow{
	height:160px;
	}

#container{
	width:950px;
	margin:0px auto;
	background:url(../images/bg-middle.gif) repeat-y left;
	}

#container-inner{
	background:url(../images/bg-middle.jpg) repeat-y left;
	padding:0px 24px;
	}

#middle{
	line-height:16px;
	}

#col-left{
	width:212px;
	float:left;
	}

#col-right{
	width:690px;
	float:left;
	overflow:visible;
	}

#footer{
	width:950px;
	margin:0px auto;
	background:#38617f url(../images/bg-footer.jpg) no-repeat top;
	color:#FFFFFF;
	}

.box-inner{
	padding:10px;
	}

.box-inner-16{
	padding:10px 24px;
	}

#home-page{
	background:url(../images/bg-homepage.jpg) no-repeat top right;
	height:539px;
	overflow:hidden;
	position:relative;
	z-index:0;
	}

#home-page-content{
	position:absolute;
	top:220px;
	right:8px;
	width:400px;
	height:140px;
	color:#000000;
	font-size:10px;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#home-page-content a{
	color:#FFFFFF;
	}

#home-promo{
	width:690px;
	height:250px;
	position:absolute;
	top:289px;
	overflow:hidden;
	}

.homepageSection{
	width:344px;
	height:250px;
	overflow:hidden;
	border-right:1px solid #00a3ff;
	float:left;
	}

.title{
	background-color:#00a3ff;
	color:#FFFFFF;
	padding:5px 10px;
	font-size:16px;
	}

.detail{
	padding:10px;
	overflow:auto;
	}
	

h1{
	font-size:14px;
	color:#6d1f7e;
	font-weight:normal;
	margin:0;
	padding:10px 0px;
	}

h2{
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:10px 0px;
	}

h5{
	font-size:12px;
	color:#319edc;
	font-weight:normal;
	margin:0;
	padding:3px 0px;
  }
 
a{
	text-decoration:none;
	color:#68b8ed;
	}

a:hover{
	text-decoration:underline;
	}
 
img{
	border:none;
	}

.home-cat-list-first{
	width:157px;
	float:left;
	margin-top:15px;
	}

.home-cat-list{
	width:157px;
	float:left;
	margin-left:20px;
	margin-top:15px;
	}

.cat-inner-box{
	padding:10px;
	border:1px solid #EAEAEA;
	color:#a3b1b9;
	margin-top:10px;
	height:100px;
	line-height:12px;
	overflow:auto;
	}

.cat-inner-box p{
	margin:0;
	padding:2px 0px;
	}

.spacer{
	clear:both;
	}

* html .spacer{
	height:2px;
	font-size:2px;
}


/** Main menu using sucker fish style list menu **/
#mainMenu-wrapper{
	background-color:#000000;
	height:33px;
	width:100%;
	float:left;
	clear:both;
	position:relative;
	z-index:1000;
	}
	
#mainMenu{
	background-color:#000000;
	line-height:33px;
	height:33px;
	float:right;
}

#mainMenu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#mainMenu li{
	  float:left;
	  position:relative;
	  margin:0;
	  text-decoration:none;
	  display: block;
	  color: #036C90;
	  white-space:nowrap;
	}

#mainMenu li ul{
	display:none;
	position:absolute;
	top:33px;
	left:0;
	width:150px;
	background-color:#000000;
	}

#mainMenu li ul li{
	background:none;
	width:150px;
	float:left;
	clear:both;
	white-space:nowrap;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }
	  
#mainMenu li:hover, #mainMenu li.over {
	color: #FFFFFF;
}

#mainMenu a{
	color: #FFFFFF;
	padding:0px 20px;
	text-decoration:none;
	display:block;
}

#mainMenu a:hover{
	color:#59bcff;
}

#mainMenu li.lastMenu a{
	
	}

#mainMenu li.activeMenu a{
	color: #ffffff;
	background-color:#333333;
}

#mainMenu li.activeMenu a:hover{
	color:#59bcff;
}

/*Search box */

#search-box{
	position:absolute;
	top:30px;
	right:30px;
	text-align:right;
}

#search-box form{
	margin:0;
	padding:0;
	}

.search-box-input{
	height:15px;
	width:140px;
	border:none;
	margin-right:5px;
	padding:0;
	border:1px solid #EAEAEA;
	}

.box-inner-search{
	padding:6px 16px 10px 16px;
	}

/** Index table */
.index-table{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	}

.index-table th, .index-table td{
	padding:3px;
	font-size:10px;
	vertical-align:top;
	border:1px solid #CCCCCC;
	color:#38617f;
	}

.index-table th{
	background-color:#6599ff;
	color:#FFFFFF;
	}

.index-selection{
	padding:10px 0px;
	text-align:right;
	}

.bg-blue{
	background-color:#E4FEFF;
	}

/** Blog section **/
#welcome-box{
    font-size: 18px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom:10px;
    text-align: right;
}

#blog-left{
    width:450px;
    padding:15px;
    float:left;
    border-right: 1px solid #EAEAEA;
}

#blog-right{
    width:180px;
    float:left; 
    padding-left: 15px;
    padding-top: 22px;
}

#blog-right ul{
    margin: 0px 15px;
    padding:10px 0px;
}

#blog-right h1{
    border-bottom: 3px double #EAEAEA;
    margin:0;
    padding:5px 0px;
}

.form-table{
	width:100%;
	}

.form-table th{
	text-align:left;
	}

.post-section{
	padding:10px;
	border-bottom:1px solid #DDDDDD;
	}

        .post-section h1, .post-detail h1{
            font-size: 20px;
}

p.post-by{
	font-style:italic;
	color:#999999;
	padding:0px 3px;
	}

.post-detail{
	border-bottom:3px double #999999;
	}

.comment-blog{
	background-color:#EAEAEA;
	padding:10px;
	margin-bottom:5px;
	}

#commentform-section{
	padding:10px;
	border:1px solid #EAEAEA;
	background-color:#DDDDDD;
	margin-top:5px;
	}

#cancel-reply{
	border:1px solid #999999;
	padding:2px 5px;
	width:100px;
	text-align:center;
	cursor:pointer;
	background-color:#999999;
	color:#FFFFFF;
	display:none;
	}

.reply-button{
	padding:2px;
	text-align:center;
	width:20px;
	background-color:#CCCCCC;
	}

.reply-blog{
	margin-left:40px;
	padding:5px;
	margin-top:3px;
	background-color:#F4FFFE;
	}

.member-section{
	border:1px solid #999999;
	padding:10px;
	margin-bottom:5px;
	}


#submit-message{
    display:none;
    background-color: #CC0000;
    color:#FFFFFF;
    padding:10px;
    font-size:16px;
}