/* CSS Document
 * Static Page
 * @Created by Angela Jusuf
 * @Last modified: 08 May 2010
 */
 
/*******************/
/*  OLD THEME CSS  */
/*******************/
.sub-section {
	margin: 10px 0 30px 0;
}
.main-page_title {
	font-family: Georgia, serif;
	color: #FF9900;
	font-size: 21px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.image_box {
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin-right: 7px;
	text-align: center;
}


/*******************/
/*  NEW THEME CSS  */
/*******************/
.static_contentArea .table_style_1 {
	border: 1px solid black;
}
.static_contentArea .table_style_1  th {
	color: #fff;
	font-weight: bold;
	background-color: RoyalBlue;
}
.static_contentArea .table_style_1  .important_note {
	color: red;
	font-weight: bold;
}
.static_contentArea .table_style_1 .highlight_1 {
	background-color: SandyBrown;
}
.static_contentArea .list_style_1 .name {
	float: left;
	width: 11%;
	font-weight: bold;
}
.static_contentArea .map_section {
	padding: 2em 0 1em 0;
}
.static_contentArea .map_section2 {
	padding: 2em 0 1em 0;
	width: 30em;
}
.static_contentArea .map_desc {
	text-align: center;
	padding-top: 0.5em;
}
.static_subContent {
	margin: 0 0 15px 0;	
}
.static_subContent div {
	float: left;
	margin: 0 18px 0 0;
}
.static_subContent ul {
	margin-left: 15px;
}
.static_subContent ol {
	margin-left: 25px;
}
#static_description {
	width: 80%;
}
.static_footer {
	text-align: right;
	margin-bottom: 10px;
	padding-right: 10px;
}
.static_footer a {
	text-decoration: none;
	color: #FF9900;
}
