.horbar {
	color: black;
	background-color: #efbe1e;
	height: 19px;
	/*border: 2px outset #cecac1;*/
}
.horbaritem {
	float: left;
	white-space: nowrap;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.horbaritem a {
	display: block;
	text-decoration: none;
	height: 19px;
}
.horbaritem a:link {
	color: #000000;
	background-color: #efbe1e;
	text-decoration: none;
}
.horbaritem a:visited {
	color: #000000;
	background-color: #efbe1e;
	text-decoration: none;
}
.horbaritem a:hover {
	color: #ffffff;
	background-color: #f15d24;
	text-decoration: none;
	height: 19px;
}
.horbaritem a:active {
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #EDF2F5;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	color: black;
	position: relative;
	display: block;
	background-color: #EDF2F5;
	border: 1px solid #64879d;
}

.item	{
	padding: 3px;
	text-align: left;
	white-space: nowrap;
}

.separator	{
	color: black;
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 1px 2px 1px;    /* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #000000;
	background-color: #f15d24;
	text-decoration: none;
}

.item a:visited	{
	color: #000000;
	background-color: #f15d24;
	text-decoration: none;
}

.item a:hover	{
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}

.item a:active	{
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
}

/*----- Tree Menu Section  ---------------------- */
.treemenudiv	{
	display: block;
	white-space: nowrap;
}

.phplmnormal	{
	font-family: 'bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif';
	font-size: 13px;
	color: #000000;
	background-color: #f15d24;
	text-decoration: none;
}

a.phplmnormal:hover	{
	font-family: 'bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif';
	font-size: 13px;
	color: #000000;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplm:link	{
	font-family: 'bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif';
	font-size: 13px;
	color: #003300;
	background-color: #f15d24;
	text-decoration: none;
}

a.phplm:visited	{
	font-family: 'bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif';
	font-size: 13px;
	color: #726461;
	background-color: #f15d24;
	text-decoration: none;
}

a.phplm:hover	{
	font-family: 'bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif';
	font-size: 13px;
	color: #841212;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplm:active	{
	font-family: 'bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif';
	font-size: 13px;
	color: #ff0000;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplmselected:link	{
	font-family: 'bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif';
	font-size: 13px;
	color: #dd0000;
	background-color: #ffdd76;
	text-decoration: none;
}

a.phplmselected:visited	{
	font-family: 'bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif';
	font-size: 13px;
	color: #dd0000;
	background-color: #ffdd76;
	text-decoration: none;
}

a.phplmselected:hover	{
	font-family: 'bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif';
	font-size: 13px;
	color: #841212;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplmselected:active	{
	font-family: 'bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif';
	font-size: 13px;
	color: #ff0000;
	background-color: #ffdd76;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}

td { 
	vertical-align: top;
}

a:link { 
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #efbe1e;
	text-decoration: underline;
}

#wrap {
	background-image: url("images/container.gif");
	background-repeat: repeat-y;
	min-height: 100%; 
	margin: auto auto;
	width: 801px; 
	position: relative;
}

#header {
	width: 578px; 
	height: 148px;
	left: 0px;
}

#menu {
	position: absolute;
	background-image: url("images/menu.gif");
	width: 502px;
	height: 19px;
	top: 129px;
	left: 0px;
}

#bg_logo {
	position: absolute;
	background-image: url("images/bg_logo.gif");
	width: 213px;
	height: 157px;
	top: 0px;
	right: 22px;
}

#logo {
	position: absolute;
	background-image: url("images/logo.jpg");
	width: 132px;
	height: 70px;
	top: 10px;
	right: 60px;
}

#bg_TeD { 
	position: absolute;
	background-image: url("images/bg_TeD.gif");
	width: 277px;
	height: 38px;
	top: 91px;
	right: 22px;
}

#bg_TeD_txt {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	top: 4px;
	left: 15px
}

#container {
	background-image: url("images/container.gif");
	background-repeat: repeat-y;
	margin: auto auto;
	width: 801px;
}

#content {
	float: left;
	width: 470px;
	margin-top: 10px;
}

#top_content {
	background-image: url("images/top_content.gif");
	background-repeat: no-repeat;
	width: 143px;
	height: 5px;
}

#content_shade {
	background-image: url("images/rightrepeat.gif");
	background-repeat: repeat-y;
	background-position: right;
	background-color: #B0B000;
	color: #B0B000;
	width: 470px;
	margin-top: -14px;
	margin-bottom: -9px;
}

#breadcrumb_nws {
	position: absolute;
	background-image: url("images/bg_breadcrumb.gif");
	background-repeat: no-repeat;
	width: 217px;
	height: 35px;
	margin-top: 4px;
	margin-left: 4px;
}

.breadcrumb {
	background-image: url("images/bg_breadcrumb.gif");
	background-repeat: no-repeat;
	width: 217px;
	height: 35px;
	margin-top: 4px;
}

#breadcrumb_txt {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: #eaeae0;
	margin-top: 2px;
	margin-left: 5px;
}

#content_txt {
	padding: 0px;
	padding-right: 42px;
	color: #FFFFFF;
	margin-top: 5px;
}

#shadow_content {
	background-image: url("images/bottom.gif");
	background-repeat: no-repeat;
	width: 470px;
	height: 10px;
}

/*#rightTop {
	position: absolute;
	background-image: url("images/right.gif");
	width: 14px;
	height: 19px;
	left: 557px;
	top: 158px;
	z-index: 70;
}
*/
#news {
	background-image: url("images/bg_news.gif");
	background-repeat: no-repeat;
	width: 306px;
	height: 232px;
	margin-left: 470px;
	margin-top: 10px;
}

html>body #news {
	width: 309px;
}

#news_txt {
	position: absolute;
	padding: 5px;
	width: 225px;
	color: #FFFFFF;
	margin-top: 30px;
	margin-left: 40px;
}

#container_footer {
	background-image: url("images/container.gif");
	background-repeat: repeat-y;
	margin: auto auto;
	width: 801px;
}

#footer {
	background: #EAEAE0;
	clear: both;
	width: 779px;
	margin-top: 5px;
}

#breadcrumb_ftr {
	width: 217px;
	height: 35px;
	margin-top: 45px !important;
	margin-top: 4px;
	margin-left: 0px;
}

#portfolio_1 {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	height: 73px;
	width: 99px;
}

#portfolio_1_txt {
	margin-left: 109px;
	margin-top: 10px;
	height: 90px;
	width: 164px;
}

#portfolio_2 {
	margin-left: 278px;
	margin-top: -89px;
	height: 73px;
	width: 99px;
}

#portfolio_2_txt {
	margin-left: 382px;
	margin-top: -75px;
	height: 90px;
	width: 164px;

}

#contact {
	position: absolute;
	margin-left: 546px;
	margin-top: -139px !important;
	margin-top: -146px;
	height: 92px;
	width: 178px;
}

#extra {
	background-image: url("images/bg_extra.gif");
	background-repeat: repeat-x;
	height: 1px;
	width: 779px;
	color: #c1c1c1;
	margin-top: 2px;
}

#av:link  {
	color: #c1c1c1;
}

#av:active {
	color: #c1c1c1;
}

#av:visited {
	color: #c1c1c1;
}

#av:hover {
	color: #efbe1e;
}

.user {
width: 350px;
}
