﻿/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	display: block;
	padding-top:5px;
}

/* Content */
#leftLocation 
{
	float: left;
	height: 155px; 
	width:200px;
}

#leftLocation img
{
	/*filter:alpha(Style=4,Opacity=30,finishOpacity=100);
	-moz-opacity:.30;*/
	position:absolute;
	z-index:1;
}

#leftLocation #text
{
	position:absolute;
	line-height:normal;
	/*color: #999999;*/
	color: #FFFFFF;
	z-index:2;
	text-decoration: none;
	
}

#leftLocation #text h1
{
	padding: 50px 0 0 0px !important;
	padding: 70px 0 0 0px;
	width:300px !important;
	width:96%;
	text-align: right; 
    font-size: 22px;
    font-weight:bold ; 
	line-height:normal;
	color: #FFFFFF;
	text-decoration: none;
	
}


#leftLocation #text h2
{
	padding:5px 0 0 10px;
	text-align: left ; 
	width:150px !important;
	width:50%;
    font-size: 12px;
    font-weight:bold ; 
	line-height:normal;
	color: #FFFFFF;
	text-decoration: none;
}


#homeContents {
	display :block;
	width:990px;
	margin:0 auto; 
}

#homeContents ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#splash 
{
	border: 5px double lightblue; 
	width: 990px;
	display :block;
	margin: 0 auto;
}


#contents {
	padding: 15px 0;
	display :block;
	width:990px;
	margin:0 auto; 
}

#contents ul 
{
	line-height:normal;
}

#contents ul li{
	margin-left: 0;
	padding-left: 0;
	/*list-style-type : square;*/
}

#contents li{
	margin-left: 0;
	padding-left: 5px;
	/*list-style-type : square;*/
}

#leftcontent
{
	float: left;
	width: 60%;
	padding-left: 5px;
}


#leftcontent ul li {
	padding-left: 15px;
	background: url(../../../images/img08.gif) no-repeat 0 8px;
}

#leftcontent ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}


.infoBlock {
	padding: 15px 0 0 20px;
	text-align:justify;
	vertical-align:top ; 
	background: url(../../../images/img10.gif) no-repeat;
}

.infoBlock ul li 
{
	padding: 0 0 0 20px;
	background: url(../../../images/img08.gif) no-repeat 0 8px;
}

.roomFeature {
	padding: 15px 0 0 20px;
	text-align:justify;
	vertical-align:top ; 
}

.roomFeature ul li 
{
	padding: 0 0 0 20px;
	background: url(../../../images/img08.gif) no-repeat 0 8px;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 40%;
}

.twocols .col1 a
{
	text-decoration:none; 
}

.twocols .col1 a:hover
{
	text-decoration:underline; 
}

.twocols .col2 {
	float: right;
	width: 58%;
}

/* Sidebar */
.sidebar {
	float: right;
	width: 234px;
}

.sidebar .content
{
	padding-left:10px;
	background: #E6E6E6 url(../../../images/img07.gif) no-repeat right bottom;
	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 20px;
	background: #E6E6E6 url(../../../images/img07.gif) no-repeat right bottom;
}

.sidebar li ul {
	font-size: 92%;
}

.sidebar li li {
	margin: 0;
	padding: 5px 0 0 20px;
	background: none;
/*	border-top: 1px dotted #CDCDCD;*/
}

.sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(../../../images/img06.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #E06529;
}

.sidebar h3 {
	margin: 0;
}

.sidebar p {
	margin: 0;
	line-height: normal;
}

.sidebar a {
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.sidebar .first {
	border: none;
}



.title
{
	/*background: url(../../../images/img02.gif) no-repeat ;*/
	vertical-align:middle;
}

.title h1
{
	top:5px;
	/*color: #E06529;*/
	font-weight:bold ; 
}


.pictureBox
{
	display:table-cell !important;
	border :lightblue 5px double;
	vertical-align:middle; 
	margin: auto; 
	text-align: center;
}

.pictureBox img
{
	vertical-align :middle ;

}

.rateTerm
{
	text-align: justify;
}

.rateTerm ul li
{
	display:list-item;  
	list-style-type:square;
	list-style-position:inside ;    
}

.homeNewsEventImage
{
	border: double 5px lightblue;
}

.newEventTitle 
{
	padding-left: 15px;
	background: url(../../../images/img08.gif) no-repeat 0 5px;
	font-size: 14px;	
	font-weight:bold ; 
	vertical-align:middle ; 
	text-decoration :none;
}

.newEventTitle a 
{
	text-decoration :none;
}

.htmlTextContents
{
	line-height:normal ;	
}


#rightContents
{
	float: right;
	width: 800px;
	vertical-align:top;
	padding-left :10px;
}


.notesBox {
	 background-color: white;
	 margin-top: 10px;
	 padding:5px;
	 -moz-border-radius-topleft: 12px;
	 -moz-border-radius-topright: 12px;
	 -moz-border-radius-bottomleft: 12px;
	 -moz-border-radius-bottomright: 12px;
	 border: 1px solid #dcdcdc; 
}


.scrollBox
{
	border: 1px #dcdcdc solid; 
	border-bottom:1px #dcdcdc inset; 
	overflow:auto ;
	height: 600px; 
	width:950px; 
}

.scrollBox .text
{
	padding: 0 5px 10px 5px;
}

.floatHelp
{
	position:absolute;
	border: 1px solid #FFC30E; 
	padding: 0 5 5 5px; 
	background-color: #FFFBB8; 
	text-align: left; 
	color: #9C7600; 
	font-size: 10px; 
	font-family: arial, sans-serif;	
}

.helpImage
{
	vertical-align :middle;
	padding-left:5px; 
}


.subTitle {
	padding-left: 15px;
	background: url(../../../images/img08.gif) no-repeat 0 5px;
	vertical-align:middle ; 
}

.subTitle h3
{
	vertical-align:middle ; 
	font-size: 100%;
	font-weight: bold;
	color: #145997;
}

.subTitle hr
{
	padding-left: -15px;
	line-height:normal;
	border-style: dashed; 
	color: #dcdcdc; 
	width: 100%;
	display:block ;
}


/*kst@2009/08/14 - add user define contents css */
#user_define_contents ul 
{
	line-height:normal;
	padding-left: 30px !important;
	padding-left: 0px;
}

#user_define_contents ul li{
	margin-left: 0;
	padding-left: 5px !important;
	padding-left: 0px;
	list-style-type:inherit;
}

#user_define_contents ol
{
	line-height:normal;
	padding-left: 30px !important;
	padding-left: 0px;
}

#user_define_contents ol li{
	margin-left: 0;
	padding-left: 5px !important;
	padding-left: 0px;
	list-style-type:inherit;
}

#user_define_contents li{
	padding-left: 5px ;
	list-style-type:inherit;

}




