@charset "utf-8";
/* CSS Document */

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;
}

p{
	line-height:20px;
	color:#5b5b5b;
	font-size:12px;
}

h1,h2,h3,h4,h5,h6{
	color:#5b5b5b;
	padding-bottom:10px;
}

.image-heading{
	padding-bottom:10px;
	padding-top:5px;
}

a{
	color:#24adef;
	text-decoration:none;
}

.shadow{
	text-shadow:0px 1px 0px #ffffff;
}

.navigation a{
	width:20%;
	float:left;
	color:#696969;
	text-decoration:none;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}

.under-icon-text{
	margin-top: 5px;
	display: block;
	font-size: 12px;
	font-style: normal;
}

.selected{
	background-color:rgba(255,255,255,0.1);
}



.under-slider-heading{
	font-family: "微軟正黑體", "Century Gothic";
	width: 100%;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	color: #5b5b5b;
	margin-bottom: 15px;
}

.under-slider-description{
	color: #5b5b5b;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 10px;
}





/*/////////////////////////*/
/*Highlights and Selections*/
/*/////////////////////////*/

/*Orange Highlights And Selections*/

.highlight{
	padding-bottom:15px;	
}

.highlight-orange{ 	background-color:#e34e47;	color:#FFFFFF;	text-shadow:none;	margin-top:5px; padding:2px;}
.highlight-green{ 	background-color:#518900;	color:#FFFFFF;	text-shadow:none;	margin-top:5px; padding:2px;}
.highlight-yellow{ 	background-color:#ffd100;	text-shadow:none;					margin-top:5px; padding:2px;}
.highlight-gray{ 	background-color:#424242;	color:#FFFFFF;	text-shadow:none;	margin-top:5px; padding:2px;}




