@charset "utf-8";
@import url("menu.css");
/* General */
html{
	height:100%;
}
body {
	background:url(/psiweb/assets/img/bg.gif);
	margin:0 auto;
	padding:0;
	width:90%;
	height:100%;
}
div, ul, li, ol, dd, dt, dl, img ,input , select {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
	font-family:Tahoma;
	font-size:11px;
}

/* wrapper*/
.wrap-leftbg{
	width:100%;
	background-image:url(/psiweb/assets/img/mainbg-left.png);
	-background-image:url(/psiweb/assets/img/mainbg-left.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.wrap-rightbg{
	width:100%;
	background:url(/psiweb/assets/img/mainbg-right.png) repeat-y right;
	-background:url(/psiweb/assets/img/mainbg-right.gif) repeat-y right;
}
.wrap{
	margin:0 17px;
	background:#FFF;
}
.wrap-leftbottom{
	width:100%;
	background:url(/psiweb/assets/img/mainbg-leftbottom.png) no-repeat top left;
	-background:url(/psiweb/assets/img/mainbg-leftbottom.gif) no-repeat top left;
}
.wrap-rightbottom{
	width:100%;
	background:url(/psiweb/assets/img/mainbg-rightbottom.png) no-repeat top right;
	-background:url(/psiweb/assets/img/mainbg-rightbottom.gif) no-repeat top right;
}
.wrap-bottom{
	margin:0 28px;
	background:url(/psiweb/assets/img/mainbg-bottom.png) repeat-x top;
	-background:url(/psiweb/assets/img/mainbg-bottom.gif) repeat-x top;
}

/* align */
.alignright{
	float:right;
}
.alignleft{
	float:left;
}
.textright{
	text-align:right;
}
.aligncenter{
	text-align:center;
}
.clear{
	clear:both;
}
.hidden{
	display:none;
}

/* title */
.line {
	background:#b03130;
	height:4px;
	font-size:0px;
	text-align:left;
}
.linewhite {
	background:#FFF;
	height:4px;
	font-size:0px;
	text-align:left;
}
.title {
	text-align:left;
	margin-top:-10px;
	+margin-top:-14px;
}

/* table */
.table {
	margin:12px 0;
}
table {
	color:#797979;
	width:100%;
	text-align:left;
}
th {
	font-size:12px;
}

/* button style */
.button {
	margin:0;
	padding:0;
	height:26px;
}
.button a, .button button {
	margin:0 0 0 6px;
	background-color:#fFF;
	border:0px;
}
button.btn65 {
	width:65px;
}
button.btn71 {
	width:71px;
}
button.btn89 {
	width:89px;
}
button.btn123 {
	width:123px;
}
button.btn134 {
	width:134px;
}
button.btn137 {
	width:137px;
}
button.btn149 {
	width:149px;
}

/* link style */
a:hover {
	text-decoration:underline;
	color:#c19e66;
}

/* font style */
h2 {
	font-size:16px;
	margin-top:4px;
 +margin-top:20px;
	float:left;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:11px;
	margin:0;
}
.red {
	color:#b03130;
	text-decoration:none;
}
.blue {
	color:#537a88;
	text-decoration:none;
}
.black {
	color:#333;
	text-decoration:none;
}
.white {
	color:#FFF;
	text-decoration:none;
}
.yellow {
	color:#963;
	text-decoration:none;
}
.gray {
	color:#797979;
	text-decoration:none;
}
.lightgray {
	color:#999;
	text-decoration:none;
}

/* Header */
#header {
	padding:0 15px;
	margin:0 auto;
	text-align:center;
	height:185px;
	width:860px;
}
#logo {
	width:112px;
	height:94px;
	padding:8px 20px 0 20px;
	float:left;
}
#logo a {
	display:block;
	width:112px;
	height:94px;
	background:url(/psiweb/assets/img/logo.gif);
	background-repeat:no-repeat;
}
#since {
	height:13px;
	background-image:url(/psiweb/assets/img/since.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:80px 0 0 410px;
	float:left;
}
#headerright {
	float:right;
	margin:0px;
	padding:0px;
	border:0px;
}
#headerright ul {
	text-align:left;
	margin:0px;
	padding:0px;
	border:0px;	
}
#headerright ul li {
	float:none;
}
#call{
	font-size:12px;
	color:#828282;
	font-weight:bold;
	margin:5px 0 0 11px;
}
#search {
	background:url(/psiweb/assets/img/ser-bg.gif);
	background-repeat:no-repeat;
	width:133px;
	height:49px;
	margin:0px 7px 0 0px;
	padding-left:16px;
}
.search {
	margin:16px 0;
	border:0;
	width:118px;
	height:17px;
	color:#900;
	font-size:12px;
}

/* Container */
#container {
	padding:11px;
	margin:0 auto;
}

/* sidebar */
#sidebar {
	position:absolute;
	text-align:left;
	width:170px;
	margin:4px 0 0 0;
	float:left;
}
#sidebar div#title {
	height:40px;
	background-image:url(/psiweb/assets/img/bluebg-title.gif);
}
#sidebar div#list {
	background-image:url(/psiweb/assets/img/bluebg-list.gif);
}
#sidebar div#list ul {
	background-repeat:repeat-x;
	background-position:top;
	padding:12px 9px 5px 0px;
}
#sidebar div#list li {
	margin-bottom:12px;
	-margin-bottom:0px;
	padding-left:16px;
	font-weight:bold;
}
#sidebar div#list li a {
	color:#FFF;
	display:block;
	padding-left:12px;
	background-image:url(/psiweb/assets/img/list-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 -70px;
	text-decoration:none;
}
#sidebar div#list li a:hover {
	color:#c19e66;
	text-decoration:underline;
	display:block;
	padding-left:12px;
	background-image:url(/psiweb/assets/img/list-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
}
#sidebar div#bottom {
	height:9px;
	background-image:url(/psiweb/assets/img/bluebg-bottom.gif);
	font-size:0px;
	overflow:hidden;
}

/* main */
#main {
	margin:0 0 0 176px;
	height:100%;
	min-height:350px;
}

/* footer */
#footer {
	margin:0 auto;
	padding:46px 0;
	text-align:center;
	width:750px;	
}
#footer ul li {
	font-size:12px;
	font-weight:bold;
	color:#b03130;
}
#footer a{
	/*color:#b03130;*/
	color:#b03130;
	text-decoration:underline;
}
/* Navigation*/
#navigation {
	height:70px;
	text-align:center;
	margin-top:-60px;
}

.reg-arrow-01 {
margin-right:5px;
font-size:13px;
-font-size:12px;
color:#ad1418;
line-height:23px;
padding:0 10px 0 5px;
-padding:0 5px 0 0;
height:23px;
width:120px;
float:left;
background:url(/psiweb/assets/img/arrow-01.gif) right no-repeat;
text-align:center;
}
.reg-arrow-02 {
margin-right:5px;
font-size:13px;
-font-size:12px;
color:#ffffff;
line-height:23px;
padding:0 10px 0 5px;
-padding:0 5px 0 0;
height:23px;
width:120px;
float:left;
background:url(/psiweb/assets/img/arrow-02.gif) right no-repeat;
text-align:center;
}
.reg-arrow-03 {
margin-right:5px;
font-size:13px;
-font-size:12px;
color:#a9a9a9;
line-height:23px;
padding:0 10px 0 5px;
-padding:0 5px 0 0;
height:23px;
width:120px;
float:left;
background:url(/psiweb/assets/img/arrow-03.gif) right no-repeat;
text-align:center;
}
/*add by randy.chen for error display*/
.fielderror ul {
	display:inline; float:left ; list-style:none ; padding:0px ; margin:0px;
}
.fielderror{
	color:red;float:left;
}
#actionError{}
#actionError ul{color:black;background-color:#FFEFD5;border:red solid 1px;font-size:13pt;overflow:hidden;padding:10px;position:relative;display:block;height:auto;width:auto;margin:19px 19px 5px 17px;list-style:none}

#loginActionError{}
#loginActionError ul{color:black;background-color:#FFEFD5;border:red solid 1px;font-size:10pt;overflow:hidden;padding:2px;position:relative;display:block;height:auto;width:auto;margin:0px 5px 0px 5px;list-style:none}


/* redsidebar */
#redsidebar {
	position:absolute;
	text-align:left;
	width:170px;
	margin:4px 0 0 0;
	float:left;
}
#redsidebar div#title {
	height:40px;
	background-image:url(../img/bluebg-title.gif);
}
#redsidebar div#list {
	background-image:url(../img/bluebg-list.gif);
}
#redsidebar div#list ul {
	background-repeat:repeat-x;
	background-position:top;
	padding:12px 9px 5px 0px;
}
#redsidebar div#list li {
	margin-bottom:12px;
	-margin-bottom:0px;
	padding-left:16px;
	font-weight:bold;
}
#redsidebar div#list li a {
	color:#FFF;
	display:block;
	padding-left:12px;
	background-image:url(../img/list-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 -70px;
	text-decoration:none;
}
#redsidebar div#list li a:hover {
	color:#c19e66;
	text-decoration:underline;
	display:block;
	padding-left:12px;
	background-image:url(../img/list-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
}
#redsidebar div#bottom {
	height:9px;
	background-image:url(../img/bluebg-bottom.gif);
	font-size:0px;
	overflow:hidden;
}