body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #464646;
	font-family: Verdana;
	font-size: 70%;
	background-color: #FFD602;
}
p{
	padding-top: 8px;
	padding-bottom: 8px;
}
a {
	color: #464646;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.left-home ul{
	margin-left: 18px;
}
#container .banner {
	height: 221px;
	width: 100%;
	background-image: url(../images/home_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F8ED07;
}
.maroon {
	color: #D51515;
}
.red {
	color: #FF0000;
}
.dot_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #464646;
}



/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.oneColElsCtrHdr #header {
	height: 23px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0;
	margin: 0px;
} 
.oneColElsCtrHdr #container #header ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColElsCtrHdr #container #header li {
	display: inline;
	margin-right: 10px;
	line-height: 23px;
}
.oneColElsCtrHdr #container #header li a{
	color: #464646;
	font-family: Verdana;
	text-decoration: none;
}
.oneColElsCtrHdr #container #header li a:hover{
	text-decoration: underline;
}
.oneColElsCtrHdr #mainContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 27px;
	line-height: 18px;
}
.oneColElsCtrHdr #container #mainContent .clear {
	clear: both;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	display: block;
}
.oneColElsCtrHdr #container #mainContent .left-home {
	width: 465px;
	float: left;
}
.oneColElsCtrHdr #container #mainContent .right-home {
	width: 508px;
	clear: left;
	padding-top: 21px;
}
.oneColElsCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 27px;
} 
.oneColElsCtrHdr #container #footer .photos {
	margin-left: 15px;
}
.oneColElsCtrHdr #container #footer .drop {
	margin-bottom: 42px;
}
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColElsCtrHdr  #container  #mainContent  .left-about {
	float: left;
}
.oneColElsCtrHdr  #container  #mainContent  .left-testimonial,
.oneColElsCtrHdr  #container  #mainContent  .left-tnc {
	float: left;
	width: 500px;
	margin-right: 15px;
}
.oneColElsCtrHdr #container #mainContent .left-tips {
	background-image: url(../images/tips.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 670px;
	width: 529px;
	margin: 0px;
	padding-top: 170px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 29px;
}

.oneColElsCtrHdr #container #mainContent .left-testimonial h2,
.oneColElsCtrHdr #container #mainContent .testimonial h2  {
	font-style: italic;
	color: #05367b;
	text-transform: uppercase;
	display: inline;
	font-size: 140%;
}
.oneColElsCtrHdr #container #mainContent .left-testimonial h3 ,
.oneColElsCtrHdr #container #mainContent .testimonial h3{
	color: #05367b;
	font-style: italic;
	display: inline;
	font-size: 120%;
}
.testimonial{
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.oneColElsCtrHdr #container #mainContent .right-home .testimonial {
	height: 155px;
	width: 408px;
	background-image: url(../images/testimonial_box.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 14px;
}
.oneColElsCtrHdr #container #mainContent .left-testimonial .desc,
.oneColElsCtrHdr #container #mainContent .left-tnc .desc {
	margin-left: 20px;
}
.oneColElsCtrHdr #container #mainContent .left-tnc ol {
	margin-left: 20px;
}
.oneColElsCtrHdr #container #mainContent .left-tips .desc {
	width: 443px;
	height: 314px;
	margin-top: 20px;
	margin-bottom: 29px;
	padding-top: 44px;
	padding-left: 25px;
	padding-right: 55px;
}
.oneColElsCtrHdr #container #mainContent .left-tips .desc ul {
	margin-top: 18px;
	margin-left: 25px;
}
a.active {
	color: #006a3a!important;
	text-decoration: none;
}
p.pagination{
	color: #05367b;
}
p.pagination a{
	color: #01829b;
	font-weight: bold;
}

#top {
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#bottom {
	padding: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: auto;
}

/*--------tab setting----*/
.myAccordion{
	margin-top: 14px;
}
.myAccordion div.actions{
	top: 2px!important;
}
.fixed ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#col1 div#body11,#col1 div#body12,
#col2 div#body21,#col2 div#body22,
#col3 div#body31,#col3 div#body32{
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:21px;
}
a.more:link,
a.more:visited{
	text-decoration: underline;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}
a.more:hover{
	text-decoration: none;
}
/*----------------------------*/

#col1.myAccordion,
#col2.myAccordion,
#col3.myAccordion{
	width: 798px;
	float: left;
}
#col1.myAccordion,
#col2.myAccordion{
	margin-right: 5px;
}
#tab12{
	height: 48px;
	width: 798px;
	background-repeat: no-repeat;
}


#tab12{
	background-image: url(../images/round_top.gif);
	background-position: 1px top;
}

.yui-skin-sam .yui-panel{
	margin-bottom: 5px;
}
.clear_line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 3px;
}
/*--------tab setting----*/

#col1 div#body12{
	background-image: url(../images/round_bottom.gif);
	margin-bottom: 15px;
	background-position: left bottom;
}
#col1 div#body12 div.fixed{
	padding-left: 60px;
	padding-bottom: 20px;
	width: 662px;
}
#body12 #tab12 img{
	margin-top: 24px;
	margin-left: 24px;
	padding-bottom: 24px;
}
.pagination {
	text-align: right;
	margin-top: 8px;
	width: 490px;
}
.clear-right {
	clear: right;
}

.pagination a.page-active{
	text-align: right;
	margin-top: 8px;
}
.pagination ul li {
	display: inline;
}

.thumbs img {
	border: 2px solid #FFFFFF;
}
.table.thumbs {
}
.thumbs td {
	text-align: left;
}

.thumbs h3 {
	font-size: 120%;
	font-weight: bold;
	color: #006633;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
table.gallery {
	margin-left: -10px;
}

table.gallery a img{
	border: 5px solid #FFFFFF;
}

