/* Home page stylesheet. */

/* Images */
img.thatcham {
	border:1px solid rgb(255,102,0);
}
img.l {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
img.r {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}

/* Top Image */
div.top_img {
	border-top:1px solid rgb(204,204,204);
	height:100px;
	left:0px;
	position:relative;
	top:5px;
	width:990px;
}

/* Contents */
div.home_con {
	left:0px;
	position:relative;
	top:15px;
	width:990px;
}
table.home_con {
	_height:388px;
	min-height:388px;
	width:inherit;
}
table.home_news { 
	margin:0px 10px 0px 10px;
	width:570px; 
}
div.n_i {
	background:rgb(77,77,77);
	padding:10px;
}
div.n_il { margin-right:10px; }
div.n_ir { margin-left:10px; }
div.n_it { margin-bottom:10px; }
div.n_ib { margin-top:10px; }
td.n_t { 
	border-bottom:1px solid white;
	padding-bottom:10px;
	vertical-align:top;
}
td.n_b { vertical-align:top; }
div.n_l { border-right:1px solid white; }
table.n_i1 { height:480px; }
table.n_i2 { height:210px; }
table.n_i3 { height:120px; }
table.n_i4 { height:210px; }
table.n_i5 { height:210px; }
table.n_i6 { height:210px; }
table.n_i7 { height:210px; }
td.news_con { 
	color:white;
	vertical-align:top; 
}
td.news_read {
	font-size:11px;
	height:16px;
	text-align:right;
}
span.news_head {
	font-size:13px;
	font-weight:bold;
}
a.title {
	color:white;
}

/* Left Menu */
td.m_l {
	border-right:1px solid rgb(204,204,204);
	padding-top:10px;
	vertical-align:top;
	width:200px;
}
div.m_l_i {
	font-size:12px;
	font-weight:normal;
	height:100%;
	margin-left:10px;
	margin-right:10px;
}
div.menu_inner td {
	color:rgb(204,204,204);
	font-size:12px;
}

/* Right Menu */
td.m_r {
	border-left:1px solid rgb(204,204,204);
	padding:0px 10px 0px 10px;
	vertical-align:top;
	width:200px;
}
div.m_r_img {
	cursor:pointer;
	margin-bottom:10px;
	width:198px;
}
td.m_r_txt { padding-left:10px; }
div.m_r_h {
	background:rgb(255,102,0);
	color:white;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:16px;
	width:100%;
}
td.m_r div.i {
	background:rgb(77,77,77);
	padding:10px;
}
td.m_r span.title {
	color:rgb(255,102,0);
	font-size:12px;
	font-weight:bold;
}

/* Footer */
div.ft {
	background:rgb(255,102,0);
	height:30px;
	position:relative;
	top:26px;
	width:990px;
}
div.ft div.fto {
	color:rgb(51,51,51);
	font-size:12px;
	padding-top:7px;
	text-align:right;
	width:980px;
}
div.ft a {
	text-decoration:none;
}
div.ft a:hover {
	text-decoration:underline;
}

h2 {
	color:rgb(255,102,0);
	font-weight:normal;
}
div,p,td {
	color:rgb(204,204,204);
	font-size:8pt;
}
a {
	color:rgb(204,204,204);
	text-decoration:none;
}
a:hover {
	color:rgb(255,255,255);
}
span.header {
	font-size:12px;
	font-weight:bold;
}
