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

body {
	margin:0 0;
	background: url(theme/bg_sub.gif) repeat-x #333;
}

ul {
	margin-top: 0;
}

li {
	margin-left: -23px;
	list-style: circle;
	color:#20BBD2;
	list-style-position: inside;
}
	

.verd, p, #links_foot, .ta1, .ta5, .ta6, .sml_grey, .btn2, #tbl_con, .port_txt {
	font: 11px Verdana, Geneva, sans-serif
}

p, #tbl_con {
	line-height: 18px;
	color: #999;
	margin: 0 0 ;
}

h1 {
	font: 16px Verdana, Geneva, sans-serif;
	color:#8BB41A;
	marin-top: 0;
}

/*Layout*/

#top {
	background: url(theme/sub_top.gif) no-repeat;
	height: 106px;
	width: 1000px;
	margin: 0 auto;
}

#main_pane {
	width: 1000px;
	margin: 0 auto;
}

#tbl_pro {
	font: 12px Verdana, Geneva, sans-serif;
	color: #999;
}

#white {
	background: #FFF;
	margin-top: 37px;
}

#bot {
	background: url(theme/main_bot.jpg) repeat-x;
}

#bot_txt {
	margin: 0 auto;
	width: 976px;
	padding: 45px 12px 27px 12px;
	color: #FFF;
	font-size: 12px;
}

#bot_txt p {
	font-size: 11px;
}

	#top_meta {
		width: 990px;
		padding-left: 10px;
		margin: 0 auto;
		font: 5px Verdana, Geneva, sans-serif;
		color:#1f7482;
				height: 6px;
		overflow: hidden;
	}
	
	#links_foot {
		line-height: 18px;
		text-align: center;
		margin: 20px 0;
		color: #FFF;
	}

/*Classes*/

.abs  {
	position:absolute;
}

.foot_txt {
	padding: 10px 7px;
}

.green {
	color: #8bb41a;
	font-weight:bold;
}

.pg_txt {
	padding-right: 5px;
}

.ta1 {
	border: solid 1px #999;
	padding-left: 4px;
	padding-top: 5px;
	color: #999;
	margin: 2px 0;
	width: 218px;
	height: 14px;
}

.ta5, .ta6 {
	color: #999;
	border: solid 1px #999;
	width: 224px;
	margin: 2px 0;
	padding: 2px 0;
	}
	
	.ta6 {
		padding-left: 4px;
		width: 218px;
	}

.sml_grey {
	color: #000;
}
.sml_grey2 {
	color: #999;
}

.btn2 {
	cursor: pointer;
	height: 25px;
	width: 224px;
	background: #212524;
	color: #fff;
	font-weight: bold;
	margin: 2px 0;
	border: solid 1px #000;
}

.port_txt {
	position:absolute;
	color: #999;
	width: 217px;
	margin: 24px 0 0 131px;
}

.port_cli, .port_clif {
	padding: 13px 0 0 13px;
	width: 355px;
	height: 137px;
	background: url(theme/port_bgm.png) no-repeat;
}

.port_clif {
	float: right;
}

/*Links*/

#links_foot a:link, #links_foot a:visited { font: 11px Verdana, Geneva, sans-serif; color: #FFF; text-decoration: underline; }
#links_foot a:hover, #links_foot a:active { font: 11px Verdana, Geneva, sans-serif; color: #FFF; text-decoration: none; }

#contact a:link, #contact a:visited { color: #7C9D3F; text-decoration: none; }
#contact a:hover, #contact a:active { color: #7C9D3F; text-decoration: underline; }

#bot_txt a:link, .port_txt a:link, .port_txt a:visited, #bot_txt a:visited { color: #66ccff; text-decoration: none; }
#bot_txt a:hover, .port_txt a:hover, .port_txt a:active, #bot_txt a:active { color: #66ccff; text-decoration: underline; }

