@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}


img {
	border:0;
}

/* This is the style for header*/
#header {
	background: url(images/bk_top.jpg) no-repeat;
	width: 820px;
	height: 93px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

/* page main title w floral background*/
h1 {
#font-family:標楷體, 細明體;
font-size:1.5em;
font-weight:bold;
letter-spacing:5px;
background:url(images/) no-repeat top center;
height:77px;
margin:0px;
padding:0px;
}

/* page main title w/n background*/
h4 {
#font-family:標楷體, 細明體;
font-size:1.5em;
font-weight:bold;
letter-spacing:5px;
margin:0px;
padding:0px;
}

/* Homepage Subtitles*/
h2 {
#font-family:標楷體, 細明體;
font-size:1.2em;
font-weight:bold;
color:#C00;
margin:0px;
padding:0px;
}

/* Other Page Style Elements*/
h3 {
#font-family:標楷體, 細明體;
font-size:1em;
font-weight:bold;
color: #FF6600;
margin:0px;
padding-left:20px;
background:url(images/h3bk.png) no-repeat left;
}
/* Added by May */
/* Other Page Style Elements*/
h7 {
#font-family:標楷體, 細明體;
font-size:1em;
font-weight:bold;
color: #FF6600;
margin:0px;
}
h6 {
#font-family:標楷體, 細明體;
font-size:1em;
font-weight:bold;
color: #FF6600;
margin:0px;
padding-left:0px;
}

/*for testimony title*/
h5 {
font-size:1em;
font-weight:bold;
color: #FFFFFF;
margin-top:10px;
margin-bottom:0px;
padding-left:12px;
padding-top:8px;
background:url(images/) no-repeat left;
background:url(images/testimony-title-bk.jpg) no-repeat top left;
height:25px;
letter-spacing:2px;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	color:#630;
	text-align:left;
	line-height:1.7em; /* Added by May */
}

.ul {
font-size:.8em;
color:#630;
background: url(images/img_testimony/bulletsquare.jpg) no-repeat left center;
text-align:left;
padding-left:25px;
margin-left:15px;
line-height:1.5em;
margin-top:0px;
margin-bottom:0px;
}

/* ul define added by May */
ul {
font-size:1em;
color:#630;
background: url(images/) no-repeat left top;
text-align:left;
padding-left:25px;
margin-left:15px;
line-height:1.5em;
}

ol {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1em;
color:#CC0000;
text-align:left;
line-height:1.5em; /* Added by May */
}

a, a:visited {
	color:#C00;
	text-decoration:underline;
}

a:hover {
	color:#630;
	text-decoration:underline;
}


/* LAYOUT CSS*/
/* This is the style for everything between the header and the footer - title image, dropdown menu, sidemenu and maincontent*/
#content {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	background:url(images/bk_mid_plain.jpg) repeat-y top;
	width:820px;
}

/* This is the style for footer - the bottom of pages*/
#footer {
	width:820px;
	height:91px;
	background:url(images/bk_btm.jpg) no-repeat;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	padding-top:10px;
}

.titleimg {
	width: 798px;
	height:120px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}
	

.menu {
	width: 798px;
    margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/menubk.jpg) repeat-x left top;
}

.sidemenu ul {
#	font-family:標楷體;
	font-weight:bold;
	list-style: url(images/sidelist.png);
	text-align:left;
	font-size:1em;
	line-height:2em;
}

.sidemenu ul li a, .sidemenu ul li a:visited {
	text-decoration:none;
	color:#CC0000;
	text-align:left;
}

.sidemenu ul li a:hover {
	text-decoration:underline;
	color:#FF6600;
	text-align:left;
}

#maincontent {
	background-color:#FFF;
	width: 796px;
    margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

.foottext {
font-size:.7em;
text-align:center;
color:white;
}

.foottext a, .foottext a:visited {
	color: #FC0;
	text-decoration:underline;
}

.foottext a:hover {
	color: #FF0;
	text-decoration:underline;
}

#homepage {
	height:540px;
	width:750px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

.video {
padding-bottom:5px;
text-align:center;
}

.boxtext {
font:12px;
color:#FF6600;
border:#FF6600 1px solid;
display:inline-block;
padding:2px 5px;
cursor:pointer;
text-decoration:none;
}
/* Added by May */
#content #maincontent table tr td table tr td table tr td table tr td ul font li a {
	color: #630;
}
