/* Singapore Tourism Board Style Sheet Guide */
/* Designed + Developed by Spoon Creative */

/* Form Pages similar to Centrepiece Styles */

/* Text Formatting */
.section_header {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #996600;
	line-height: 16px;
}

.section_header a {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #996600;
	line-height: 16px;
}

.section_header a:link {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #996600;
	line-height: 16px;
}

.section_header a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #996600;
	line-height: 16px;
}

.section_header a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #996600;
	line-height: 16px;
}

.section_subheader {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	color: #D68F01;
	line-height: 7px;
}

.story_header {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #990000;
	line-height: 12px;
}


/* Header Divs */
.div_content_border {
	width: 604px;
	border: solid;
	border-width: 4px;
	border-color: #DEC871;
	padding: 1px 1px 1px 1px;
}

.div_header_holder {
	width: 578px;
	height: 53px;
	border: solid;
	border-width: 1px;
	border-color: #E6CF75;
	padding: 12px 12px 6px 12px;
	background-image: url(../images/img_bg_centrepiece.gif);
	margin: 0px 0px 1px 0px;
}

.div_breadcrumb {
	width: 578px;
}

.div_breadcrumb_spacer {
	width: 450px;
	height: 24px;
}


/* Story Divs */
.div_story_border {
	width: 602px;
	border: solid;
	border-width: 1px;
	border-color: #E6CF75;
	background-color: #FFFFD9;
}

.div_story_content_holder {
	width: 578px;
	padding: 12px 12px 12px 12px;
}

.div_story_img_left {
	float: left;
	margin: 0px 15px 5px 0px;
}

.div_story_img_right {
	float: right;
	margin: 0px 0px 5px 15px;
}

.divider_horizontal {
	width: 100%;
	height: 1px;
	background-image: url(../images/img_divider.gif);
	background-color: #DEC871;
}

/* Table Elements */
.cell_header_bg {
	background-color: #F2EFBA;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	line-height: 13px;
}

.cell_text_bg {
	background-color: #EEEECB;
}

.text_asterisk {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
	line-height: 13px;
}

.text_instructions {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	line-height: 8px;
}
