/* navigation */
a:link { color: #999; text-decoration: none;}
a:visited { color: #999; text-decoration: none;}
a:hover { color: #666; text-decoration: none;}
a:active { color: #999; text-decoration: none;}

.url:link { color: #666; text-decoration: underline;}
.url:visited { color: #666; text-decoration: underline;}
.url:hover { color: #333; text-decoration: underline;}
.url:active { color: #666; text-decoration: underline;}
#topnav { float: left; height: 36px; border-bottom: 1px #CCC dashed; width: 724px}
.nav-item { 
	height: 14px;
	margin-top: 8px;
	padding: 2px 32px 0 32px;
	border-right: 1px #CCC solid;
	float: left;
	cursor: pointer;
	}
.sidenav-item,
.sidenav-item-roll { 
	text-align: left; 
	border-bottom: 1px #CCC dashed; 
	height: 24px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 144px;
	padding: 10px 10px 0 10px;
	font-size: 11px;
	font-style: normal;
	cursor: pointer;
	}
.sidenav-item { 
	color: #999;
	background: url(../img/common/arrow.gif) right center no-repeat;
	}
.sidenav-item-roll { 
	color: #888;
	background: #F3F3F3 url(../img/common/arrow_r.gif) right center no-repeat;
	font-weight: bold;
	}
.dropmenudiv {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999;
	position: absolute;
	margin-top: 0px;
	padding-top: 12px;
	margin-left: -17px;
	border-bottom-width: 0;
	z-index: 100;
	visibility: hidden;
	width: 170px;
	left: 326px;
	top: 22px;
	}
.dropmenudiv a {
	height: 14px;
	color: #999;
	width: auto;
	border: 1px #CCC dashed;
	display: block;
	text-indent: 16px;
	border-bottom: 1px #CCC dashed;
	padding: 10px 0;
	text-decoration: none;
	font-weight: normal;
	border-top: none;
	background: #FFF url(../img/common/arrow.gif) right center no-repeat;
	}
.dropmenudiv a:hover {
	color: #999;
	font-weight: bold;
	background: #F3F3F3 url(../img/common/arrow_r.gif) right center no-repeat;
	text-decoration: none;
	}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	}
/* general layout */

body {
	margin: 0;
	background: url(../img/common/bg.gif) center top repeat-x;
	}
.clear { clear: both;}
#container { margin: 0 auto; text-align: center;}
#content { margin: 0 auto; width: 1000px; background-color: #FFF; height: auto;}
#left-cont { float: left; width: 164px; height: auto; text-align: center;}
#right-cont { float: left; width: 836px; height: auto; text-align: left;}
#lgo {
	width: 164px;
	height: 120px;
	padding-top: 30px;
	background-color: #A7A9AC;
	}
.main-contact,
#topimg {width: 836px; height: auto; float: right;}
.login {
	float: right; 
	height: 36px; 
	border-bottom: 1px #999 solid; 
	width: 111px; 
	background: url(../img/common/bt_login.gif) top left no-repeat; 
	cursor: pointer;
	}
.logout {
	float: right; 
	height: 36px; 
	border-bottom: 1px #999 solid; 
	width: 111px; 
	background: url(../img/common/bt_logout.gif) top left no-repeat; 
	cursor: pointer;
	}
.login-roll {
	float: right; 
	height: 36px; 
	border-bottom: 1px #666 solid; 
	width: 111px; 
	background: url(../img/common/bt_login_r.gif) top left no-repeat; 
	cursor: pointer;
	}
.logout-roll {
	float: right; 
	height: 36px; 
	border-bottom: 1px #666 solid; 
	width: 111px; 
	background: url(../img/common/bt_logout_r.gif) top left no-repeat; 
	cursor: pointer;
	}
.homesquare {float: left; width: auto; padding: 20px 30px 0 0;}
#footer {
	width: 1000px; 
	border-top: 1px #CCC dashed; 
	border-bottom: 1px #CCC dashed; 
	height: 32px; 
	padding: 10px 0 5px 0; 
	margin: 20px 0 10px 0; 
	text-align: left;
	}
.partner {float: left; width:auto;}
.taglne {float: right; width:auto;}
.address {float: right; width:auto;}

/*text*/
.ti,
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;

	}
.copy {
	font-size: 12px;
	color: #999;
	}
.ti {
	font-size: 20px;
	color: #666;
	}


